LoginSignup
2
0

More than 5 years have passed since last update.

Powershell で Windows10 の Windowsエクスペリエンスインデックスを確認する

Last updated at Posted at 2016-11-22

Vistaと7にあった Windowsエクスペリエンスインデックスは、
Windows 8.1以降では表示用のGUIが省略されました。

しかし、性能を測定するプログラム WinSAT(Windows System Assessment Tool)そのものは存在しているため、以下の方法で表示可能でした。


clear
winsat formal -restart clean
Get-CimInstance Win32_WinSat

結果は、次のように表示されます。

CPUScore              : 7.5
D3DScore              : 9.9
DiskScore             : 8.9
GraphicsScore         : 6.1
MemoryScore           : 7.9
TimeTaken             : MostRecentAssessment
WinSATAssessmentState : 1
WinSPRLevel           : 6.1
PSComputerName        : 

ThinkPad X1 Carbon 2016 Gen4 の値です。
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0