Page 2 of 2

Re: Unsupported Operating System x64 win 8.1

PostPosted: 28.02.2019, 11:18
by pandablu
hi dalai...i have solved cmd promt administrator....when i lauch cmd and insert cscript.exe WMIDiag.vbs i have error and attach screen

https://postimg.cc/Bj7HfSSf

how i continue?

Re: Unsupported Operating System x64 win 8.1

PostPosted: 28.02.2019, 15:39
by Dalai
As I said: You need to navigate to the directory where you extracted WMIDiag before trying to run it, like this
Code: Select all
cd /D "path"


Alternatively you can specify the full path to cscript.exe, e.g.:
Code: Select all
cscript.exe "c:\full\path\to\WMIDiag.vbs"
Note that you need to use quotes around the path (if it contains special characters)!

Regards
Dalai