Indice de performance sur Windows 8.1
De Vulgum Techus
Version du 18 mars 2014 à 23:59 par Admin2 (discuter | contributions)
Fichier batch
Télécharger à :
https://www.dropbox.com/s/utn35ya8huvrddf/Run%20WEI%20on%208.1.bat (détail plus bas)
Programme
Programme pour recréer l'écran Indice de performance sur Windows 8.1
http://win-experience-index.chris-pc.com/
Permet aux administrateurs du wiki d’ajouter des widgets (gadgets logiciels) au wiki en modifiant des pages dans l’espace de noms Widget. Les widgets proposés par la communauté sont disponibles sur MediaWikiWidgets.org
Console DOS
Voir Outil d'évaluation du système de Windows
Annexe
Détail du batch
@echo off ECHO . ECHO . Obtain your WEI Score on Windows 8.1 ECHO . ECHO . 1 - Rate an unrated PC. ECHO . 2 - Only delete old score files. ECHO . 3 - Only open where scores are held. ECHO . 4 - Exit and do nothing. ECHO . ECHO . NOTE- You must run this batch file as administrator ECHO . When test is over, a folder will open, in that ECHO . folder open the Formal.Assessment XML file with ECHO . the proper date in your web browser, look for ECHO . the section WinSPR for your scores. ECHO . SET /P M=. Choose option, then press enter: IF %M%==1 GOTO rate IF %M%==2 GOTO rerate IF %M%==3 GOTO open IF %M%==4 GOTO exit IF %M%==5 GOTO exit IF %M%==6 GOTO exit IF %M%==7 GOTO exit IF %M%==8 GOTO exit IF %M%==9 GOTO exit IF %M%==0 GOTO exit
:rate del /f %SYSTEMROOT%\Performance\WinSat\DataStore\*.xml CLS winsat formal start "" "%SYSTEMROOT%\Performance\WinSAT\DataStore" CLS ECHO . ECHO . TEST IS DONE! ECHO . ECHO . NOTE- You must run this batch file as administrator ECHO . When test is over, a folder will open, in that ECHO . folder open the Formal.Assessment XML file with ECHO . the proper date in your web browser, look for ECHO . the section WinSPR for your scores. ECHO . pause exit
:rerate del /f %SYSTEMROOT%\Performance\WinSat\DataStore\*.xml CLS ECHO . ECHO . Deleted! ECHO . pause exit
:open start "" "%SYSTEMROOT%\Performance\WinSAT\DataStore" exit
:exit exit