Windows script host error
Solved/Closed
Related:
- Windows script host access is disabled on this machine
- Windows host script error - Best answers
- Windows script host access denied - Best answers
- Kmspico windows 10 - Download - Other
- Windows 10 iso download 64-bit - Download - Windows
- Gta 5 download apk pc windows 10 - Download - Action and adventure
- Network error occurred - Guide
- Blackmagic disk speed test windows - Download - Diagnosis and monitoring
4 responses
Don't Worry,
Actually windows script host is created by microsoft for running any types of scripts in startup mode...
you can disable Windows Script Host; this will prevent users from running any scripts (including VBScript and JScript scripts) that rely on WSH.
To disable Windows Script Host, create one of the following two registry entries (REG_DWORD) and set the value to 0 (you need to create the entry, because it does not exist by default). To disable WSH for a particular user, create this entry:
Now...When enforced, the following message will be displayed any time a user attempts to run a WSH script:
This message box appear even if the user attempts to start the script from a batch file or using a designated script host (for example, by typing cscript.exe c:\scripts\myscript.vbs at the command prompt).
Problem is solved!
Actually windows script host is created by microsoft for running any types of scripts in startup mode...
you can disable Windows Script Host; this will prevent users from running any scripts (including VBScript and JScript scripts) that rely on WSH.
To disable Windows Script Host, create one of the following two registry entries (REG_DWORD) and set the value to 0 (you need to create the entry, because it does not exist by default). To disable WSH for a particular user, create this entry:
HKEY_CURRENT_USER\Software\Microsoft\Windows Script Host\Settings\Enabled
Now...When enforced, the following message will be displayed any time a user attempts to run a WSH script:
Windows Script Host access is disabled on this machine. Contact your administrator for details.
This message box appear even if the user attempts to start the script from a batch file or using a designated script host (for example, by typing cscript.exe c:\scripts\myscript.vbs at the command prompt).
Problem is solved!
Sep 4, 2009 at 08:38 AM
Jul 19, 2010 at 04:53 AM