Windows Script Host Settings (All Windows) Category: Home > Windows > System > Scripts
These settings allow you to configure some of the Windows Script Host (WSH) features, including the option to disable the engine.
Open your registry and find or create the key below.
Create any of the values below to enable the options:
Enable (REG_DWORD)
"0" - disabled
"1" - enabled
Remote (REG_DWORD)
"0" - disable remote scripts
"1" - allow remote scripts
DisplayLogo (REG_SZ)
"0" - no logo
"1" - display logo
Restart Windows for the changes to take effect.
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | Enable | REG_DWORD | 0x00000001 (1) |  |
 |  | Remote | REG_DWORD | 0x00000001 (1) |  |
 |  | DisplayLogo | REG_SZ | 1 |  |
 |
 | HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Script Host\Settings |  |
 |
Settings: |
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Script Host\Settings]
Name: Enable, Remote, DisplayLogo
|
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
|