Configure Windows Script Signature Security (All Windows) Category: Home > Security > System
This setting is used to define whether trusted and untrusted scripts should be executed when using signature verification. By requiring a signature the system will only execute scripts from verified authors.
Open your registry and find the key below.
Create a new DWORD value, or modify the existing value called 'TrustPolicy' using the settings below.
Exit your registry, you may need to restart or log out of Windows for the change to take effect.
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | TrustPolicy | REG_DWORD | 0x00000002 (2) |  |
 |
 | HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows Script Host\Settings |  |
 |
Settings: |
User Key: [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows Script Host\Settings]
Name: TrustPolicy
Type: REG_DWORD (DWORD Value)
Value: "0" = all, "1" = prompt, "2" = only trusted
|
Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.
Last Modified: July 20, 2002
|