標籤:style c class blog code http
啥是 Windows 體驗指數 ?
引用MS的介紹:
- http://windows.microsoft.com/zh-cn/windows7/products/features/windows-experience-index
- http://windows.microsoft.com/zh-cn/windows/what-is-windows-experience-index#What-is-windows-experience-index=windows-8
Windows Experience Index(WEI) , Windows 體驗指數
Windows 體驗指數是一種度量標準,它可以告訴你電腦運行 Windows 的狀況,並可使用基本分數對你獲得的體驗進行評分。 較高的基本分數通常表示,與基本分數較低的電腦相比,你的電腦的運行速度更快,響應能力更強。
其實簡單說就是以前win7上帶的電腦評分(如),不過這個功能在win8.1中被去除了(或者說隱藏了)
所以要在win8.1中查看我們的電腦評分,要用稍微複雜一點的方法,首先我們需要用”管理員權限“運行”命令提示字元“
只要在左下角的大 win 按鈕上點滑鼠右鍵,就能找到”命令提示字元(管理員)“了
然後輸入:
winsat prepop
啟動 Windows 系統評估工具(如)
耐心的等待系統收集資訊,等收集完資訊,命令提示字元下的工作就完成了。
下面的工作我們需要用到 Powershell ,按 win + R ,啟動運行命令,運行 ”Powershell “
然後輸入:
Get-WmiObject -class Win32_WinSAT
就能看到我們電腦的評分了
參考:
http://www.hanselman.com/blog/CalculateYourWEIWindowsExperienceIndexUnderWindows81.aspx