Windows scripting host has stopped running scripts on a Microsoft Windows [Version 10.0.19043.1052] pc, even running a simple vbs script that just does a
wscript.echo "Hello World"
This is all we get with or without the debugging options /U /D /t:5
C:\Users\adm.ma>cscript /U /D /t:5 test.vbs
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
I have already run SFC /scannow and even tried DISM /Online /Cleanup-Image /RestoreHealth but no luck
Event Log shows no errors
If anyone has any ideas, please let me know
Thanks
Matt