Windows script host error
Solved/Closed
        Related:         
- Windows script host access is disabled on this machine
- Windows script host is disabled - Best answers
- Windows script host is disabled on this machine - Best answers
- Ms access free download for windows 11 - Download - Databases
- Blackmagic disk speed test windows - Download - Diagnosis and monitoring
- Bandlab download for pc windows 10 - Download - Musical production
- Gta 5 download apk pc windows 10 - Download - Action and adventure
- Microsoft store download windows 10 - Download - App downloads
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