- CPU
- Memory
- Graphics
- Disk
- A computer with a base score of 2.0 usually has sufficient performance to do general computing tasks, such as run business programs and search the Internet. However, a computer with this base score is generally not powerful enough to run Aero, or the advanced multimedia experiences that are available with Windows 7.
- A computer with a base score of 3.0 can run Aero and many features of Windows 7 at a basic level. Some of the Windows 7 advanced features might not have all of their functionality available. For example, a computer with a base score of 3.0 can display the Windows 7 theme at a resolution of 1280 × 1024, but might struggle to run the theme on multiple monitors. Or, it can play digital TV content but might struggle to play high-definition television (HDTV) content.
- A computer with a base score of 4.0 or 5.0 can run new features of Windows 7, and it can support running multiple programs at the same time.
- A computer with a base score of 6.0 or 7.0 has a faster hard disk, and can support high-end, graphics-intensive experiences, such as multiplayer and 3‑D gaming and recording and playback of HDTV content.
Using the WinSAT command
- Run a full system assessment
- Run an assessment for a certain system component
- Run a specific sub assessment for a certain system component
- Prepopulate assessment results (useful for OEMs)
- Export log WinSAT log files
- Query the WinSAT Datastore
Finding WinSAT Data
Collecting WinSAT Data
[sourcecode language="vb"]</code>
strComputer = "."
set wshshell = createobject("wscript.shell")
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2")
Set colItems = objWMIService.ExecQuery("Select * from win32_winsat")
For Each objItem in colItems
wshshell.RegWrite "HKLM\SOFTWARE\FooCorp\SystemRating\BaseScore",objItem.WinSPRLevel,"REG_SZ"
wshshell.RegWrite "HKLM\SOFTWARE\FooCorp\SystemRating\Processor",objItem.CPUScore,"REG_SZ"
wshshell.RegWrite "HKLM\SOFTWARE\FooCorp\SystemRating\Memory",objItem.MemoryScore,"REG_SZ"
wshshell.RegWrite "HKLM\SOFTWARE\FooCorp\SystemRating\Graphics",objItem.GraphicsScore,"REG_SZ"
wshshell.RegWrite "HKLM\SOFTWARE\FooCorp\SystemRating\GamingGraphics",objItem.D3DScore,"REG_SZ"
wshshell.RegWrite "HKLM\SOFTWARE\FooCorp\SystemRating\PrimaryHarddisk",objItem.DiskScore,"REG_SZ"
Next
<code>[/sourcecode]
There is a nice tool avilable for chaging windows 7 rating ‘Windows Rating Changer’ by jtechsoftwares Visit and download :http://www.jtechsoftwares.in/windows-rating-changer.html