IS there a command line tool to detect hardware virtualization like this : http://www.microsoft.com/downloads/details.aspx?FamilyID=0ee2a17f-8538-4619-8d1c-05d27e11adb2&displaylang=en

link|improve this question

33% accept rate
Any particular OS? – Ignacio Vazquez-Abrams Dec 4 '10 at 6:35
windows xp and 7 – iceman Dec 4 '10 at 11:16
updated tags... – GruffTech May 5 '11 at 16:06
feedback

1 Answer

up vote 0 down vote accepted

This page describes how:

http://webcache.googleusercontent.com/search?q=cache:BwJUdsMuPyoJ:download.microsoft.com/download/1/9/F/19FD407F-A7E9-4393-A845-D0B1F539678E/HAV%2520Detection%2520Tool%2520-%2520User%2520Guide.mht+havtool.exe+/q&cd=3&hl=en&ct=clnk&gl=us

It looks like you run it with the /q switch and then check the ErrorLevel:

C:\HAVTool\sources\i386\havtool.exe /q 
echo %ERRORLEVEL% 
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.