Hack to Retrieve and Get Windows Experience Index (WEI) Score of Remote Computer哈克檢索和獲取Windows體驗索引(衛)分數的遠程計算機
Windows Experience Index (WEI) is a rating score ( Windows體驗索引(衛)是一個等級分( 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. ),賦予電腦以評估和基準的相對性能的計算機,其能力,在運行Windows Vista時,Windows 7和Windows Server 2008(包括R2的版本)操作系統。 WEI subscores and base score are calculated by a free benchmarking command-line utility called魏因子分和基礎分數的計算方式是免費的基準命令行實用工具調用 WinSAT 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.對於系統管理員或網絡管理經理誰需要收集和檢索Windows體驗指數中的等級分數由許多網絡計算機遠程下面的VBScript可能有助於取得的成績名列。 The VBScript will access the new WMI class called Win32_WinSAT to retrieve the WEI system accessment information from the remote computer.在VBScript中將進入新的WMI類調用Win32_WinSAT檢索系統性評估信息魏京生從遠程計算機。 However, the VBScript only works on computer running operating system with WinSAT only, such as Windows Vista and newer OS such as Windows 7.但是,VBScript中只能在計算機上運行的操作系統與WinSAT只,如Windows Vista和新的操作系統,如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.複製並粘貼下面的VBScript代碼如下到文本編輯器如記事本,然後將它保存的任何名稱以。vbs擴展名,如WEIScore.vbs。
strCompName = Inputbox("Get Hardware Performance Ratings" & vbcrlf & "of a Remote computer," & vbcrlf & "Input the Computer Name:") strCompName = Inputbox(“獲取硬件性能評級”&vbcrlf&“遠程計算機的,”&vbcrlf&“輸入計算機名:”) Set objWMIservices = GetObject("winmgmts:\\" & strCompName & "\root\cimv2")設置objWMIservices = GetObject(“winmgmts:\ \”&strCompName&“\根\ cimv2”) Set colWSA = objWMIservices.ExecQuery("Select * From Win32_WinSAT")設置colWSA = objWMIservices.ExecQuery(“選擇*從Win32_WinSAT”) For Each objItem in colWSA為每個objItem在colWSA Wscript.Echo "Hardware Performance Ratings" Wscript.Echo“硬件性能評級” Wscript.Echo "Processor : " & objItem.CPUScore Wscript.Echo“處理器:”&objItem.CPUScore Wscript.Echo "Memory: " & objItem.MemoryScore Wscript.Echo“內存:”&objItem.MemoryScore Wscript.Echo "Graphics: " & objItem.GraphicsScore Wscript.Echo“圖形:”&objItem.GraphicsScore Wscript.Echo "Gaming graphics: " & objItem.D3DScore Wscript.Echo“遊戲圖形:”&objItem.D3DScore Wscript.Echo "Primary hard disk: " & objItem.DiskScore Wscript.Echo“主硬盤:”&objItem.DiskScore next下一個
Double click on the VBS file to run the script.雙擊VBS文件來運行腳本。 Enter the desired remote computer name in order to get the Windows Experience Index rating of the target system.輸入所需的遠程計算機的名稱,以獲取Windows體驗索引的評級指標體系。 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.如果“錯誤:遠程服務器計算機不存在或不可用:'GetObject'”的錯誤信息顯示,這意味著遠程計算機的名稱是錯誤的,或無法訪問。
IMPORTANT : The page is machine translated and provided "as is" without warranty. 重要說明 :該網頁是機器翻譯,並提供“按原樣”不做。 Machine translation may be difficult to understand.機器翻譯可能很難理解。 Please refer to請參閱 original English article英文原版的文章 whenever possible.只要有可能。
Related Articles相關文章
- Windows 7 Experience Index Rating Score Tweaked視窗7體驗索引的評分分數Tweaked
- Modify and Cheat Windows Vista Experience Index Rating with SystemPoint修改和作弊的Windows Vista體驗索引的評分與SystemPoint
- WinGuggle Free Download to Get Vista Product Key or Change OEM Logo and Performance Index Score WinGuggle免費下載獲取Vista的產品密鑰或變更的OEM Logo和性能指標分數
- Crack and Hack to Find, Reveal, Get, Recover and Retrieve All Windows Passwords with Ophcrack 2 and Rainbow Tables裂紋和哈克查找,揭示,獲取,恢復和檢索所有的Windows密碼與ophcrack的2和彩虹表
- Connect to Remote Computer using Specific Non Standard Port using Remote Desktop Connection Client連接到遠程計算機使用特定的非標準端口使用遠程桌面連接客戶端
- Find, Retrieve, Recover or Reveal (Lost) Passwords from Various Computer Programs查找,檢索,收回或揭示(迷失)密碼,從不同的電腦程式
- Hack to Install Windows 7, Vista or Server 2008 On Computer or Virtual Machine with Less Than 512 MB RAM Memory哈克安裝Windows 7,Vista或Server 2008中在計算機或虛擬機與小於512 MB RAM存儲器
- New Apple In-Ear Headphones With Remote And Mic Delivering Truly Immersive Sound Experience新蘋果內耳式耳機和麥克風與遠程沉浸提供真正的音響經驗
- Freeware to Turn On and Enable Remote Desktop on Another Computer Remotely軟件打開和啟用遠程桌面在另一台計算機遠程
- How to Hack a Computer or PC如何亂砍電腦或PC機









































