Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Windows System Assessment Tool

From Wikipedia, the free encyclopedia
Computer assessment tool for Windows
"Windows Experience" redirects here. For the version of Microsoft Windows, seeWindows XP.

WinSAT
A sample test result from a PC runningWindows 8
DeveloperMicrosoft
Initial releaseMarch 2005; 20 years ago (2005-03) (announced)
Operating system
Platformx86,x86-64
TypeComputer performance measurement
WebsiteWindows System Assessment Tool at MSDN

TheWindows System Assessment Tool (WinSAT) is a module ofMicrosoft Windows Vista,Windows 7,Windows 8,Windows 8.1,Windows 10, andWindows 11 that is available in theControl Panel underPerformance Information and Tools (except inWindows 8.1,Windows 10, andWindows 11). It measures various performance characteristics and capabilities of the hardware it is running on and reports them as aWindows Experience Index (WEI) score. The WEI includes five subscores: processor, memory, 2D graphics, 3D graphics, and disk; the basescore is equal to the lowest of the subscores and is not an average of the subscores.[1][2] WinSAT reports WEI scores on a scale from 1.0 to 5.9 for Windows Vista,[3] 7.9 for Windows 7,[4] and 9.9 for Windows 8, Windows 8.1, Windows 10, and Windows 11.[5]

The WEI enables users to match their computer hardware performance with the performance requirements of software. For example, theAerographical user interface will not automatically be enabled unless the system has a WEI score of 3 or higher.[6][7]

The WEI can also be used to show which part of a system would be expected to provide the greatest increase in performance when upgraded. For example, a computer with the lowest subscore being its memory, would benefit more from aRAM upgrade than adding a faster hard drive (or any other component).[2]

Detailed raw performance information, like actual disk bandwidth, can be obtained by invokingwinsat from the command line. This also allows only specific tests to be re-run.[8] Obtaining the WEI score from the command line is done invokingwinsat formal, which also updates the value stored in%systemroot%\Performance\WinSAT\DataStore.[9] (The XML files stored there can be easily hacked to report fake performance values.[10]) The WEI is also available to applications through anAPI, so they can configure themselves as a function of hardware performance, taking advantage of its capabilities without becoming unacceptably slow.[11]

The Windows Experience Index score is not displayed inWindows 8.1 and onwards because thegraphical user interface for WinSAT was removed in these versions of Windows, although thecommand line winsat tool still exists and operates correctly along with a final score when launching the command "shell:games".[12] According to an article inPC Pro, Microsoft removed the WinSAT GUI in order to promote the idea that all kinds of hardware run Windows 8 equally well.[13]

History

[edit]

At the 2003Game Developers Conference Dean Lester, Microsoft's General Manager of Windows Graphics and Gaming, stated in an interview withGameSpot that Microsoft intended to focus on improvements to the PC gaming experience as part of a new gaming initiative for the next version of Windows,Windows Vista, then codenamed "Longhorn." Lester stated that as part of this initiative the operating system would include agames folder that would centralize settings pertinent to gamers and, among other features,display driver streamlining,parental controls for games and theability to start a Windows game directly from optical media during installation—in a manner similar to games designed for avideo game console. Microsoft would also require a new method of displaying system requirements on retail packaging for Windows games with a rating system that would categorize games based on a numerical system.[14] In 2004, Lester expanded further on Microsoft's intentions by stating that the company would work with hardware manufacturers to create PCs for Windows Vista that used a "level system" to designate the performance and capabilities of a system's hardware and thatXbox 360 peripherals would be fully compatible with the operating system.[15] The Windows Experience Index feature in Windows Vista relies on measurements taken with WinSAT to provide an accurate assessment of a system's capabilities—these capabilities are presented in the form of a rating, where a higher rating indicates better performance.

Preliminary design elements created for Microsoft by Robert Stein in 2004 suggest that WinSAT was intended to rate a user's hardware during theout-of-box experience;[16] this is a design decision that would be retained for the operating system'srelease to manufacturing.[17]

During theWindows Hardware Engineering Conference of 2005, Microsoft formally unveiled the existence of WinSAT and presented it as a technology not only for games, but one that would allow Windows Vista to make decisions, such as whether to enabledesktop composition, based on a machine's hardware capabilities.[18][19][20] WinSAT would remain a key focus throughout development of the operating system before its release to manufacturing.[17]

Tests

[edit]
icon
This sectiondoes notcite anysources. Please helpimprove this section byadding citations to reliable sources. Unsourced material may be challenged andremoved.(March 2014) (Learn how and when to remove this message)

WinSAT in Windows Vista and Windows 7 performs the following tests:

  • Direct3D 9 Aero Assessment
  • Direct3D 9 Batch Assessment
  • Direct3D 9Alpha Blend Assessment
  • Direct3D 9Texture Load Assessment
  • Direct3D 9ALU Assessment
  • Direct3D 10 Batch Assessment
  • Direct3D 10 Alpha Blend Assessment
  • Direct3D 10 Texture Load Assessment
  • Direct3D 10 ALU Assessment
  • Direct3D 10 Geometry Assessment
  • Direct3D 10 Constant Buffer Assessment
  • Windows Media Decoding Performance
  • Windows Media Encoding Performance
  • CPU Performance
  • Memory Performance
  • Disk Performance (includes devices such asSolid-state drives)

While running, the tests show only a progress bar and a "working" background animation. Aero Glass is deactivated on Windows Vista and Windows 7 during testing so the tool can properly assess the graphics card and CPU.

In Windows 8, WinSAT runs under the maintenance scheduler every week. The default schedule is 1am on Sundays. The maintenance scheduler collates various OS tasks into a schedule so the computer is not being randomly interrupted by the individual tasks. The scheduler wakes the computer from sleep, runs all the scheduled tasks and then puts the computer back to sleep. During this weekly task, WinSAT runs long enough to detect if there have been any hardware changes. If so, then the tests are run again. If not, then WinSAT simply ends as the existing scores must be valid.

WinSAT cannot perform the above tests when a laptop is battery-operated.

References

[edit]
  1. ^"Windows 7 WEI Scores 6.0 through 7.9 Explained". Softpedia. December 13, 2010. RetrievedJune 3, 2011.
  2. ^ab"Earning the top Windows Experience Index score". Microsoft. RetrievedJune 3, 2011.
  3. ^"Vista Team Blog : Windows Experience Index: An In-Depth Look". Archived fromthe original on November 10, 2006. RetrievedNovember 22, 2006.
  4. ^Marco Chiappetta (September 8, 2011)."How to Max Out Your Windows Performance for $1000".PC World. RetrievedMay 17, 2014.
  5. ^"WinSAT Comprehensive". MSDN. October 20, 2013. RetrievedMay 17, 2014.
  6. ^"Full screen previews have got disabled. How do I re-enable them?". Microsoft. RetrievedJune 3, 2011.
  7. ^"What Is the Windows Experience Index". Microsoft. RetrievedJune 3, 2011.
  8. ^Winsat Command-Line Utility
  9. ^How can I run the Windows System Assessment Tool (WinSAT) update directly from a command line?
  10. ^Stupid Geek Tricks: Hacking the Windows Experience Index
  11. ^"Windows Experience Index: Overview". Microsoft TechNet. July 10, 2009. RetrievedSeptember 24, 2011.
  12. ^Ed Rhee (January 2, 2014)."Find your Windows Experience Index scores in Windows 8.1".CNET. RetrievedMay 17, 2014.
  13. ^Darien Graham-Smith (September 19, 2013)."Farewell to the Windows Experience Index". RetrievedMay 17, 2014.
  14. ^Parker, Sam (March 10, 2003)."Microsoft's big PC plans".GameSpot.CBS Interactive. RetrievedAugust 10, 2015.
  15. ^GameSpot (September 22, 2004)."Microsoft talks Longhorn, XNA, and Xbox 2". RetrievedApril 18, 2015.
  16. ^Stein, Robert (November 22, 2006)."Aurora for OOBE".Flickr. RetrievedApril 18, 2015.
  17. ^abRussell, Richard (2006)."Windows Vista System Requirements and WinSAT"(PPT).Microsoft. RetrievedApril 18, 2015.
  18. ^Shultz, Greg (June 30, 2005)."The long and short of Longhorn's hardware requirements".TechRepublic.CBS Interactive. RetrievedApril 18, 2015.
  19. ^Muench, Chris (April 26, 2005)."WinHEC : Chris Muench Report for Day 2 - Everything has two sides".MSDN Blogs.Microsoft. RetrievedApril 18, 2015.
  20. ^Russell, Richard (2005)."System Performance Assessment Tools for Windows 'Longhorn'".Microsoft. Archived fromthe original(PPT) on November 5, 2015. RetrievedApril 18, 2015.

External links

[edit]
Wikibooks has a book on the topic of:Guide to Windows Commands
Management
tools
Apps
Shell
Services
File systems
Server
Architecture
Security
Compatibility
API
Games
Discontinued
Games
Apps
Others
Spun off to
Microsoft Store
Ecosystem
Interpreters
Terminals
File system navigation
File management
Archiving
Disk management
Processes
Registry
User environment
File contents
Scripting
Networking
Maintenance and care
Boot management
Software development
Miscellaneous
Retrieved from "https://en.wikipedia.org/w/index.php?title=Windows_System_Assessment_Tool&oldid=1293332717"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp