Hack to Retrieve and Get Windows Experience Index (WEI) Score of Remote Computer

Windows Experience Index (WEI) is a rating score (how to change WEI rating) that giving to a computer to gauge and benchmark the relative performance of the computer and its capability when running Windows Vista, Windows 7 and Windows Server 2008 (including R2 edition) operating system. WEI subscores and base score are calculated by a free benchmarking command-line utility called WinSAT.

For system administrators or network management managers who need to gather and retrieve Windows Experience Index rating score from many networked computers remotely, the following VBScript may help to get the score number. The VBScript will access the new WMI class called Win32_WinSAT to retrieve the WEI system accessment information from the remote computer. However, the VBScript only works on computer running operating system with WinSAT only, such as Windows Vista and newer OS such as Windows 7.

Copy and paste the following VBScript code below into a text editor such as Notepad, and then save it as any name with .vbs extension, such as WEIScore.vbs.

strCompName = Inputbox("Get Hardware Performance Ratings" & vbcrlf & "of a Remote computer," & vbcrlf & "Input the Computer Name:")

Set objWMIservices = GetObject("winmgmts:\\" & strCompName & "\root\cimv2")
Set colWSA = objWMIservices.ExecQuery("Select * From Win32_WinSAT")

For Each objItem in colWSA
    Wscript.Echo "Hardware Performance Ratings"
    Wscript.Echo "Processor : " & objItem.CPUScore
    Wscript.Echo "Memory: " & objItem.MemoryScore
    Wscript.Echo "Graphics: " & objItem.GraphicsScore
    Wscript.Echo "Gaming graphics: " & objItem.D3DScore
    Wscript.Echo "Primary hard disk: " & objItem.DiskScore
next

Double click on the VBS file to run the script. Enter the desired remote computer name in order to get the Windows Experience Index rating of the target system. If the “Error: The remote server machine does not exist or is unavailable: ‘GetObject’” error message is displayed, it means that the remote computer name is wrong, or unreachable.

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. To receive notification of latest comments posted, subscribe to My Digital Life Comments RSS feed or register to receive new comments in daily email digest.

New Articles

Incoming Search Terms for the Article

windows experience index download - wei error - Windows Experience Index command line - Hack Win 7 Experience Score - windows experience index windows 7 error - hack windows 7 experience index - wei vista commandline - hack windows experience index - hack windows 7 system experience rating - windows experience index windows 7 cheat - experience level hack windows7 - hack windows 7 performance rating - windows server 2008 r2 experience index - wei score reset - get Windows Experience Index - windows experience index vostro v13 - windows 7 experience index error - windows experience index windows server 2008 R2 - windows experience index server r2 install - cheat windows experience - atom "Windows 7" WEI - cheat windows 7 experience index - how to hack windows user experience score - how are windows 7 experience scores calculated - modify windows 7 WEI score - Windows 7 Experience Index Rating changing manually - cheating windows experience index - hack windows system rating - Hack WEI score in window seven - how to run windows 7 wei - windows 7 rating hack - edit wei score windows 7 - hack windows 7 raiting - hack windows score - hack win7 base score - msi x430 windows experience index - windows experience index hack - windows experience index windows server 2008 - download windows experience index score - hack windows experience index on windows 7 - how to hack performance rating windows 7 - processor ratings for windows 7 wei - the windows user experience index has not been computed - command to get windows 7 wei - remove windows experience index hack - wei server 2008 - windows experience index server 2008 - windows 7 "windows experience index" "remote desktop" - hack perfomance score windows 7 - hack remote pc with vbscript -