Windows Registry Editor Version 5.00 ; Optimisation de la mémoire attribuée aux entrées/sorties, ; La valeur par défaut de Windows XP et 2000 est 0, qui est équivalente à 512 kb. ; Le bénéfice de ce paramètre dépend de la manière dont votre système est configuré, et il n'y a pas de règle facile à appliquer (ce qui explique pourquoi on trouve différentes - mais approchantes - valeurs sur Internet). De plus, il ne s'agit pas d'une valeur de cache imposée, mais maximum. ; Donnez lui une des valeurs suivantes en fonction de votre quantité de RAM (valeur en hexadécimal) : ; Règle: IOPageLockLimit = RAM - Pad (tampon) ; 128 Mo de RAM dword:0001C000 soit 112 Mo de cache ; 256 Mo de RAM dword:0003C000 soit 240 ko de cache ; 512 Mo de RAM dword:00070000 soit 448 ko de cache ; 1024 Mo de RAM dword:000F0000 soit 960 ko de cache ; 1536 Mo de RAM dword:00170000 soit 1472 ko de cache ; 2048 Mo de RAM dword:001F0000 soit 1984 ko de cache ; 3072 Mo de RAM dword:002F0000 soit 3008 ko de cache ; 4096 Mo de RAM dword:003F0000 soit 4032 ko de cache ;Méthode de calcul (Exemple avec 512 Mo de RAM): 512 Mo - 64 Mo de Pad = 448 Mo (certains soustraient 40 Mo au lieu de 64) ;Ensuite petite conversion : 448 * 1024 = 458752 , que l'on consiodère comme un résultat en OCTETS ;458752 en décimal = 70000 en hexadécimal. On donne donc la valeur 70000 (soit 00070000 sur 8 digits) à IoPageLockLimit [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "IoPageLockLimit"=dword:000F0000 ;Décharge automatiquement les DLLs inutilisées de la mémoire [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer] "AlwaysUnloadDll"=dword:00000001 ;Lance l'explorateur et le bureau dans des processus séparés (rend l'explorateur de windows plus stable) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "DesktopProcess"=dword:00000001 ;Active toutes les fonctions du processeur (Gestion du PowerNow d'AMD). Mettre cette valeur à 5 si installation sur ordinateur portable [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Processor\Parameters] "HackFlags"=dword:00000001 ;Supprime les 20% de bande passante reservés au système d'exploitation [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched] "NonBestEffortLimit"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows\Psched] "NonBestEffortLimit"=dword:00000000 ;Optimise le démarrage de Windows XP [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] "Enable"="N" ;Accélère les accès réseau [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}] ;Optimise les performances NTFS [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] ;Activation des noms courts 8+3. Permet d'associer un nom court (8.3) à tout fichier créé avec un nom long sur un système de fichiers NTFS "NtfsDisable8dot3NameCreation"=dword:00000000 "NtfsMftZoneReservation"=dword:00000002 ;Différencie les extensions de plus de 3 caractères sous DOS "Win95TruncatedExtensions"=dword:00000000 "Win31FileSystem"=dword:00000000 "NameCache"=hex:00,18,00,00 ;Noms longs sous MSDOS "NameNumericTail"=dword:00000000 "PathCache"=hex:80,00,00,00 ;Accélère le parcours du réseau sur les dossiers contenant beaucoup de fichiers ou des fichiers avec des noms longs [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters] "SizReqBuf"=dword:0000ffff ;Augmente la bande passante disponible [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] "MaxCmds"=dword:00000064 "MaxThreads"=dword:00000064 ;Optimise le disque dur quand il est inactif [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OptimalLayout] "EnableAutoLayout"=dword:00000001 ;Gère mieux les DNS (peut permettre de surfer plus rapidement) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] "CacheHashTableBucketSize"=dword:00000001 "CacheHashTableSize"=dword:00000384 "MaxCacheEntryTtlLimit"=dword:00064000 "MaxSOACacheEntryTtlLimit"=dword:00000301 "NegativeCacheTime"=dword:00000000 "NetFailureCacheTime"=dword:00000000 "NegativeSOACacheTime"=dword:00000000 ;Gère le Prefetch de manière optimisée [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnablePrefetcher"=dword:00000002 ;Maximisation du nombre de téléchargements simultanés avec Internet Explorer [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:0000000a "MaxConnectionsPer1_0Server"=dword:0000000a ;Accélère le voisinage réseau [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\D6277990-4C6A-11CF-8D87-00AA0060F5BF] ;Ferme les programmes plus rapidement en quittant Windows (les valeurs sont en millisecondes pour les timeout) [HKEY_CURRENT_USER\Control Panel\Desktop] "AutoEndTasks"="1" "WaitToKillAppTimeout"="2000" "HungAppTimeout"="3000" "WaitToKillServiceTimeout"="1000" ;Augmente le boost de la priorité CPU [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl] "Win32PrioritySeparation"=dword:00000026 ;Fixe le probleme de ralentissement au démarrage de Outlook Express quand on supprime Windows Messenger [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\InProcServer32] "ThreadingModel"="Apartment" @="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\LocalServer32] "ThreadingModel"="Apartment" @="" ;Optimise le disque dur [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "LargeSystemCache"=dword:00000001 ;Optimise le lecteur de CD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\CDFS] "Prefetch"=dword:800a0000 ;Optimiser le lecteur de DVD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\CDFS] "PrefetchTail"=dword:80160000 ;Augmente la taille du cache pour les icônes [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "Max Cached Icons"="8192" ;Règle les problèmes de partage des imprimantes et des dossiers [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Network] "NoFileSharing"=dword:1 "NoPrintSharing"=dword:1 ;Rafraîchit l'explorateur en permanence [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update] "UpdateMode"=dword:0 ;Accélère l'ouverture de l'Explorateur et du Poste de Travail [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRemoteRecursiveEvents"=dword:00000001 ;Permet de coller des chaines de caractères dans la console [HKEY_CURRENT_USER\Console] "QuickEdit"=dword:00000001 ;Efface les fichiers temporaires lors de la fermeture d'Internet Explorer [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache] "Persistent"=dword:00000000 ;La corbeille utilisera 3% de l'espace disque au lieu de 10% [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] "Percent"=dword:00000003 ;Désactive le processus de recherche du Serveur d'Imprimante [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print] "DisableServerThread"=dword:1 ;Désactive la souscription à Passport suite a l'installation de MSN Messenger [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport] "RegistrationCompleted"=dword:00000001 ;Evite la page de paramètres obligatoire lors du 1er lancement de IE7 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "RunOnceComplete"=dword:00000001 "RunOnceHasShown"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main] "RunOnceComplete"=dword:00000001 "RunOnceHasShown"=dword:00000001 ;Désactive la duplication du 'Group Policy' afin d'accélérer la connexion à un réseau. ;Permet de se connecter AVANT que le processus de mise à jour ne soit terminé [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "SynchronousMachineGroupPolicy"=dword:00000000 "SynchronousUserGroupPolicy"=dword:00000000 ;Augmentation du traffic réseau [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters] "MaxCmds"=dword:00000064 "MaxThreads"=dword:00000064 "MaxCollectionCount"=dword:00000064 ;Règle la mémoire virtuelle a 320 Mo min et 1536 Mo Max, Optimisations mémoire (la valeur de SecondLevelDataCache peut être 00000100, 00000200, 00000400, 00000800 selon que l'on a 256Ko, 512Ko, 1Mo ou 2Mo de mémoire cache de niveau 2) [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management] "PagingFiles"=hex(07):43,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,\ 6c,00,65,00,2e,00,73,00,79,00,73,00,20,00,33,00,32,00,30,00,20,00,31,00,35,\ 00,33,00,36,00,00,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "PagingFiles"=hex(07):43,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,\ 6c,00,65,00,2e,00,73,00,79,00,73,00,20,00,33,00,32,00,30,00,20,00,31,00,35,\ 00,33,00,36,00,00,00,00,00 "SystemPages"=dword:FFFFFFFF "DisablePagingExecutive"=dword:00000001 "LargeSystemCache"=dword:00000001 "SecondLevelDataCache"=dword:00000400 ;Conserve la connexion internet active lors d'un changement de session [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "KeepRasConnections"="1" ;Stocke les entrées DNS et corrige les erreurs de réponses négatives du serveur DNS [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] "NegativeCacheTime"=dword:00000000 "NetFailureCacheTime"=dword:00000000 "NegativeSOACacheTime"=dword:00000000 "CacheHashTableBucketSize"=dword:00000001 "CacheHashTableSize"=dword:00000180 "MaxCacheEntryTtlLimit"=dword:0000fa00 "MaxSOACacheEntryTtlLimit"=dword:0000012d ;Accélère le chargement des pages [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider] "LocalPriority"=dword:00000005 "HostsPriority"=dword:00000006 "DnsPriority"=dword:00000007 "NetbtPriority"=dword:00000008 ;Permet l'ouverture d'un nombre illimité de ports TCP [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\parameters] "TcpNumConnections"=dword:FFFFFE ;Encode au format mp3 au lieu de WMA avec Windows Media Player [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding] "LowRate"=dword:0000dac0 "MediumRate"=dword:0001f400 "MediumHighRate"=dword:0002ee00 "HighRate"=dword:0004e200 ;Désactive la notification automatique d'insertion de CD-ROM [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom] "AutoRun"=dword:00000000 ;Accélère l'accès aux fichiers avi et supprime le bug quand on veut les déplacer, renommer ou effacer [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\] @="Avi Properties Handler" [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32] [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] [-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler] [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\ 6d,00,65,00,64,00,69,00,61,00,2e,00,64,00,6c,00,6c,00,00,00 "ThreadingModel"="Both" ;Désactive l'alerte de sécurité gênante au téléchargement via Internet Explorer [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"="no" "RunInvalidSignatures"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".exe;.bat;.com;.cmd;.reg;.vbs;.inf;.msi;.htm;.html;.swf;.js;.mp3;.mp2;.ape;.apl;.flac;.shn;.mpc;.mp+;.wma;.ogg;.mp4;.aac;.voc;.mid;.mac;.cda;.kar;.midi;.rar;.zip;.wav;.jpg;.gif;.png;.bmp;.jpeg;.doc;.xls;.pls;.pub;.dat;.html;.htm;.avi;mpg;.mpeg;.nfo;.txt;.torrent;.diz;.ppt;.m3u;.sfv;.tar;.htt;.mht;.asp;.aspx;.tiff;.rtf;.ini;.cab;.ico;.icl;.ip;.iptheme;.msstyles;.theme;.dll;.psd;.vbs;.swf;.php;.xaml;.iso;.bin;.cue;.xml;.par;.par2;.ace;.arj;.lzh;.7z;.gz;.bz;.uue;.bz2;.jar;.z;.ade;.adn;.adp;.aia;.img;.date;.aip;.ait;amf;.ani;.aob;.asf;.csv;.fla;.pxr;.wmv;.nrg;.mov;.sav;.xhtml;.php5;.pxr;.m4a;.qxr;.h;.cpp;.pdd;.rle;.dib;.eps;.jpe;.pcx;.pdp;.raw;.pct;.pict;.sct;.tga;.vda;.icd;.vst;.tif;.tpl;.log;.prx;.cdf;.nls;.ax;.msc;.cpl;.EXE;.BAT;.COM;.CMD;.REG;.VBS;.INF;.MSI;.HTM;.HTML;.SWF;.JS;.MP3;.MP2;.APE;.APL;.FLAC;.SHN;.MPC;.MP+;.WMA;.OGG;.MP4;.AAC;.VOC;.MID;.MAC;.CDA;.KAR;.MIDI;.RAR;.ZIP;.WAV;.JPG;.GIF;.PNG;.BMP;.JPEG;.DOC;.XLS;.PLS;.PUB;.DAT;.HTML;.HTM;.AVI;MPG;.MPEG;.NFO;.TXT;.TORRENT;.DIZ;.PPT;.M3U;.SFV;.TAR;.HTT;.MHT;.ASP;.ASPX;.TIFF;.RTF;.INI;.CAB;.ICO;.ICL;.IP;.IPTHEME;.MSSTYLES;.THEME;.DLL;.PSD;.VBS;.SWF;.PHP;.XAML;.ISO;.BIN;.CUE;.XML;.PAR;.PAR2;.ACE;.ARJ;.LZH;.7Z;.GZ;.BZ;.UUE;.BZ2;.JAR;.Z;.ADE;.ADN;.ADP;.AIA;.IMG;.DATE;.AIP;.AIT;AMF;.ANI;.AOB;.ASF;.CSV;.FLA;.PXR;.WMV;.NRG;.MOV;.SAV;.XHTML;.PHP5;.PXR;.M4A;.QXR;.H;.CPP;.PDD;.RLE;.DIB;.EPS;.JPE;.PCX;.PDP;.RAW;.PCT;.PICT;.SCT;.TGA;.VDA;.ICD;.VST;.TIF;.TPL;.LOG;.PRX;.CDF;.NLS;.AX;.MSC;.CPL" ;Régle le cache d'Internet Explorer à 50Mo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths] "Paths"=dword:00000004 "Directory"="C:\\Documents and Settings\\Administrateur\\Local Settings\\Temporary Internet Files\\Content.IE5" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path1] "CacheLimit"=dword:00003200 "CachePath"="C:\\Documents and Settings\\Administrateur\\Local Settings\\Temporary Internet Files\\Content.IE5\\Cache1" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path2] "CacheLimit"=dword:00003200 "CachePath"="C:\\Documents and Settings\\Administrateur\\Local Settings\\Temporary Internet Files\\Content.IE5\\Cache2" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path3] "CacheLimit"=dword:00003200 "CachePath"="C:\\Documents and Settings\\Administrateur\\Local Settings\\Temporary Internet Files\\Content.IE5\\Cache3" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path4] "CacheLimit"=dword:00003200 "CachePath"="C:\\Documents and Settings\\Administrateur\\Local Settings\\Temporary Internet Files\\Content.IE5\\Cache4" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content] "CacheLimit"=dword:000c800 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content] "CacheLimit"=dword:000c800 ;Active le support MPEG-4 générique [HKEY_CURRENT_USER\Software\DivXNetworks\DivX4Windows] "Support Generic Mpeg-4"=dword:00000001 ;Empêche le démarrage de Windows Messenger avec Outlook Express [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express] "Hide Messenger"=dword:00000002 ;Empêche le démarrage d'MSN Messenger avec Windows [HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger] "AppSettings"=hex:22,04,00,00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "MsnMsgr"=- ;Empêche la recréation du dossier "Liens" dans les favoris d'Internet Explorer [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar] "LinksFolderName"="" ;Trie le Menu Démarrer et les Favoris [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2] ;Désactive le service de rapport d'erreur [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "AllOrNone"=dword:00000001 "DoReport"=dword:00000000 "IncludeKernelFaults"=dword:00000000 "IncludeMicrosoftApps"=dword:00000000 "IncludeWindowsApps"=dword:00000000 "ShowUI"=dword:00000000 ;Désactive le service de rapport d'erreur de Microsoft Office [HKEY_CURRENT_USER\Software\Microsoft\Office\Common] "QMEnable"=dword:00000000 ;Enlève des éléments inutiles du menu Nouveau du clic-droit [-HKEY_CLASSES_ROOT\.bfc\ShellNew] [-HKEY_CLASSES_ROOT\.rtf\ShellNew] [-HKEY_CLASSES_ROOT\.bmp\ShellNew] [-HKEY_CLASSES_ROOT\.wav\ShellNew] [-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew] ;Désactive DrWatson (débogueur de script d'Internet Explorer), optimise le défilement des pages dans Internet Explorer, n'affiche plus les messages d'erreur http simplifiés, met Google.fr en page de démarrage et de recherche de Internet Explorer [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main] "Disable Script Debugger"="yes" "IEWatsonDisabled"=dword:00000001 "IEWatsonEnabled"=dword:00000000 "SmoothScroll"=dword:00000001 "Friendly http errors"="no" "Start Page"="http://www.google.fr/" "Search Page"="http://www.google.fr" "Search Bar"="http://www.google.fr/ie" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL] ""="http://www.google.fr/keyword/%s" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search] "SearchAssistant"="http://www.google.fr/ie" [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main] "IEWatsonDisabled"=dword:00000001 ;Optimisations diverses connexions réseau [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] ;Augmente le nombre de "hop" possibles pour trouver un site ( "temps" qu'il reste à vivre à un paquet avant d'être considéré comme perdu) "DefaultTTL"=dword:00000064 "DisableUserTOSSetting"=- "DefaultTOSValue"=- ;Calcule le MTU entre votre PC et la machine distante, cela évite la fragmentation de l'information "EnablePMTUDiscovery"=dword:00000001 ;Activation de la détection des trous noirs pour augmenter le nombre maximal de retransmissions effectuées pour un segment donné "EnablePMTUBHDetect"=dword:00000000 ;Empêche windows d'altérer sa table de routage en réponse à un message de redirection ICMP "EnableICMPRedirect"=dword:00000000 ;Un port est utilisé chaque fois qu’une connexion active est utilisée à partir d’un ordinateur. Étant donnée la valeur par défaut des ports disponibles en mode utilisateur (5 000 pour chaque adresse IP) et les exigences ;d’attente TCP, il peut être nécessaire de rendre davantage de ports disponibles sur le système. Vous pouvez définir l’entrée de registre suivante à une valeur pouvant atteindre 0xfffe (65534) ;Le système achemine les paquets IP entre les réseaux auxquels il est connecté (mode routeur): "IPEnableRouter"=dword:00000001 "MaxUserPort"=dword:00001388 ;Nombre de ACK dupliqués maximum "TcpMaxDupAcks"=dword:00000002 "TcpMaxDataRetransmissions"=dword:00000006 ;Fonction accusé de réception sélectif "SackOpts"=dword:00000001 "Tcp1323Opts"=dword:00000001 "TcpTimedWaitDelay:=dword:0000001e "GlobalMaxTcpWindowSize"=dword:0007D780 "TcpWindowSize"=dword:0007D780 "NumForwardPackets"=dword:0000024a "MaxForwardBufferMemory"=dword:00024a00 "MaxNumForwardPackets"=dword:0000024a "ForwardBufferMemory"=dword:00024a00 ;Activation du processeur intégré à la carte réseau "DisableTaskOffload"=dword:00000000 "KeepAliveTime"=Dword:00060000 "TcpNumConnections"=dword:00fffffe "DefaultRcvWindow"=dword:00002144 ;Augmente la taille des paquets RPC [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc] "MaxRpcSize"=dword:00100000 ;Auto Remplissage des commandes DOS [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "CompletionChar"=dword:00000009 ;Désactive la fonction de gravure de Windows XP [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoCDBurning"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoCDBurning"=dword:00000001 ;Désactive la mise en cache des aperçus d'images (fichiers thumbs.db) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "DisableThumbnailCache"=dword:00000001 ;Désactive le nettoyage du bureau [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 ;Désactive la synchronisation [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache] "Enabled"=dword:00000000 ;Désactive le bruit lors des erreurs [HKEY_CURRENT_USER\Control Panel\Sound] "Beep"="No" ;Optimise le lecteur de CD/DVD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\CDFS\] "CacheSize"="ff ff 00 00" "Prefetch"=dword:00004000 "Prefetchtail"=dword:00004000 ;Tweaks IE [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "EnableNegotiate"=dword:0000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Webcheck] "NoScheduledUpdates"=dword:00000001 ;Désactive le téléchargement automatique des codecs par Windows Media Player [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "UpgradeCodecPrompt"=dword:00000000 ;Permet à Windows Media Player de lire les DVDs [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings] "EnableDVDUI"="yes" ;Désactive la boite de dialogue de la protection des fichiers système de Windows [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "SFCDisable"=dword:000000001 ;Accélère la vitesse du double clic de la souris [HKEY_CURRENT_USER\Control Panel\Mouse] "ActiveWindowTracking"=dword:00000000 "DoubleClickSpeed"="1200" ;Désactive le raccourci pour les touches rémanentes [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys] "Flags"="506" [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] "Flags"="122" [HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys] "Flags"="58" ;Applet Java : gérer votre mémoire [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Java VM] "Generation0Size"=dword:00040000 ;Ces 3 clés sont supprimées car inutiles au démarrage [HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "nlsf"=- "nlhr"=- "tscuninstall"=- ;Accord de licence lecteur windows media player 10 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer] "GroupPrivacyAcceptance"=dword:00000001