Windows - How can you assess the performance of your machine

To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker or make a donation. Thank you!

Hello,

How do you assess the performance of your Windows machine? Windows incorporates a tool called winsat. The tool evaluates hardware characteristics (memory, processor, hard disk…) via tests and generates performance scores out of 10 for each element.

Commands used in the video

# Run a full analysis
winsat formal
# Display performance scores (in PowerShell) and performance index (WinSPRLevel).
Get-CimInstance -Class Win32_WinSAT | Select-Object *score,Winsp*
# Display the results of the analysis
winsat query

Video : Windows - How can you assess the performance of your machine

Related links