Run this in PowerShell
winsat formal
Wait for the end of the assessment, then run this:
Get-WmiObject -class win32_winsat
It should show a screen with the score for each of the components:
__GENUS : 2 __CLASS : Win32_WinSAT __SUPERCLASS : __DYNASTY : Win32_WinSAT __RELPATH : Win32_WinSAT.TimeTaken="MostRecentAssessment" __PROPERTY_COUNT : 8 __DERIVATION : {} __SERVER : ****** __NAMESPACE : root\cimv2 __PATH : \\******\root\cimv2:Win32_WinSAT.TimeTaken="MostRecentAssessment" CPUScore : 8.7 D3DScore : 9.9 DiskScore : 8.7 GraphicsScore : 6.3 MemoryScore : 8.7 TimeTaken : MostRecentAssessment WinSATAssessmentState : 1 WinSPRLevel : 6.3 PSComputerName : ******
On another PC I get this:
__GENUS : 2 __CLASS : Win32_WinSAT __SUPERCLASS : __DYNASTY : Win32_WinSAT __RELPATH : Win32_WinSAT.TimeTaken="MostRecentAssessment" __PROPERTY_COUNT : 8 __DERIVATION : {} __SERVER : DESKTOP-MFNH68Q __NAMESPACE : root\cimv2 __PATH : \\DESKTOP-MFNH68Q\root\cimv2:Win32_WinSAT.TimeTaken="MostRecentAssessment" CPUScore : 8.5 D3DScore : 9.9 DiskScore : 8.15 GraphicsScore : 6.8 MemoryScore : 8.5 TimeTaken : MostRecentAssessment WinSATAssessmentState : 1 WinSPRLevel : 6.8 PSComputerName : DESKTOP-MFNH68Q
Now, we can compare :-)
Tags
cmd