Ok,
tu fais un copier-coler de ca dans un notpad,puis tu lui donne un nom, par exemple PING, et surtout tu lui donne une extention de type ".reg" à la fain du nom de fichier.
puis tu tout simplement tu le fusionne dans ta B dR, en double-clickant dessu,voici les optimisations:
Windows Registry Editor Version 5.00
;------------------------------------- NTFS Optimisations -----------------------------
;Amélioration des performances du système de fichier(NTFS uniquement)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisable8dot3NameCreation"=dword:00000000
"NtfsDisableLastAccessUpdate"=dword:00000001
"Win95TruncatedExtensions"=dword:00000001
"Win31FileSystem"=dword:00000000
"NameCache"=hex:00,18,00,00
"PathCache"=hex:80,00,00,00
;-------------------------------------------------------------------------------------
;Pas d'avertissement lorsque l'espace disque est faible et nettoye les documents rescemment ouvert à l' arret du pc
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"ClearRecentDocsOnExit"=dword:00000040
;Force Windows à afficher le BSOD au lieu de redémarrer automatiquement
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000
;Désactive l'assistant de nettoyage du bureau
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001
;Ouvre les .nfo et .sif avec Notepad
[HKEY_CLASSES_ROOT\.nfo]
@="txtfile"
"PerceivedType"="text"
"ContentType"="text/plain"
[HKEY_CLASSES_ROOT\.nfo\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\.nfo\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.sif]
@="txtfile"
"PerceivedType"="text"
"ContentType"="text/plain"
[HKEY_CLASSES_ROOT\.sif\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\.sif\ShellNew]
;Supprime Racourcis vers...
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-
[HKEY_CLASSES_ROOT\piffile]
"IsShortcut"=-
[HKEY_CLASSES_ROOT\lnkfile]
"IsNoShortcut"=""
[HKEY_CLASSES_ROOT\piffile]
"IsNoShortcut"=""
;Supprime la mention "raccourci vers..." sur les raccourcis
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00
;note
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000003
;note
;----------------------------- Système Optimisations -------------------------------
;Décharge les DLL inutilisés
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer]
"AlwaysUnloadDll"=dword:00000001
;Ouvre un nouveau process pour l'explorateur, afin de le rendre plus stable
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"DesktopProcess"=dword:00000001
;Augmentation du cache des icones
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="2048"
;Corrige un bug dans le Nettoyeur de disque
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Compress old files]
;Optimisation de la mémoire
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management]
"SecondLevelDataCache"=dword:00000100
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Session Manager\Memory Management]
"SecondLevelDataCache"=dword:00000100
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"SecondLevelDataCache"=dword:00000100
;si plus de 512mo
"LargeSystemCache"=0
;si plus de 512mo
;Cache la gravure de cd par l'interface XP et force l'interface classique du dossier système
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001
"ForceClassicControlPanel"=dword:00000001
;Désactive WindowsUpdate
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000002
;Meilleure gestion du Prefetch
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000002
;Ouvre les programmes 16bit dans un espace mémoire séparé, ceci accroit la stabilité lors de l'usage de programmes 16bit
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW]
"DefaultSeparateVDM"="Yes"
;Permet de placer les fichier snécessaire au boot de facon optimale sur le disque dur pour permettre un boot plus rapide
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="N"
;Arrête les services après 5 secondes au lieu de 20 par défaut. Arrêt de Windows plus rapide
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="5000"
"HungAppTimeOut"="5000"
;Arrêt de Windows plus rapide, affichage des menus plus rapide, plus de SmoothScroll dans Explorer (Effet alpha)
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"SmoothScroll"=hex:00,00,00,00
;note
"UserPreferencesMask"=hex:9C,12,05,80
;note
"ForegroundLockTimeout"=dword:00000000
"HungAppTimeout"="5000"
"WaitToKillServiceTimeout"="5000"
"MenuShowDelay"="80"
"WaitToKillAppTimeout"="5000"
;----------------------------- Hardware Optimisations -------------------------------
;Configuration de la priorité du CPU
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000026