Home » Questions » Computers [ Ask a new question ]

WinSat command line closes too fast

WinSat command line closes too fast

I'm trying to do some analysis under Windows 7 as to why I can't get a Windows Experience Index (WEI) rating due to disk issues. To this end, I'm trying to run winsat from the command line with :-

Asked by: Guest | Views: 433
Total answers/comments: 2
Guest [Entry]

"You could redirect output to a file so you can read it.

example:

winsat disk -seq -read -drive c > C:\winsatoutput.txt 2>&1

EDIT: It seems winsat has a -log switch which does this:

winsat disk -seq -read -drive -log C:\winsatoutput.txt

this way, all output including errors will be in the file C:\winsatoutput.txt."
Guest [Entry]

"there is a parameter -xml , which saves the output to a xml file.

see http://technet.microsoft.com/de-de/library/cc742157(WS.10).aspx
.

for example:
WinSAT disk –read –ran –ransize 4096 –drive k -xml C:\test.xml"