Monday, May 21, 2012
   
Text Size

Enable .EXE Security Warning

To re-enable the .EXE Security Warnings in Windows XP, use the following script:

    WshShell.RegWrite "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Associations\LowRiskFileTypes" , "" , "REG_SZ"

 Please Note: Append to Template.vbs to run this script.