Post-Tweaks icon indicating copy to clipboard operation
Post-Tweaks copied to clipboard

Im getting This Batch cannot do it s job without WSH

Open rohannnnnnnnnn opened this issue 3 years ago • 5 comments

Windows Script Host is unavaliable. This batch cannot do it's job without WSH

Press any key to exit . . .

Im getting this error,How can I fix it?

rohannnnnnnnnn avatar Aug 05 '22 01:08 rohannnnnnnnnn

google up how to enable it back

couleurm avatar Aug 06 '22 09:08 couleurm

I cannot find

rohannnnnnnnnn avatar Aug 08 '22 10:08 rohannnnnnnnnn

reg add "HKCU\Software\Microsoft\Windows Script Host\Settings" /v "Enabled" /t REG_DWORD /d "1" /f
reg add "HKLM\Software\Microsoft\Windows Script Host\Settings" /v "Enabled" /t REG_DWORD /d "1" /f

Should fix your prolem. If this problem has been already fixed please close this issue.

JustOptimize avatar Dec 11 '22 12:12 JustOptimize

how to fix reg add "HKLM\Software\Microsoft\Windows Script Host\Settings" /v "Enabled" /t REG_DWORD /d "1" /f

mvt43 avatar Feb 16 '23 16:02 mvt43

@mvt43, why are you copying my already given answer 🤦🏻

JustOptimize avatar Feb 16 '23 16:02 JustOptimize