[BESOIN D'AVIS] Fichiers optimisation Seven

Pour partager tous les trucs utiles (or optimisation windows)
Répondre
bzhman35
    unknown unknown

[BESOIN D'AVIS] Fichiers optimisation Seven

Message par bzhman35 »

Bonjour tout le monde, j'ai créé un fichiers .reg pour Seven et je vous avoir votre avis, si il y a des trucs à changer, à ajouter.

Voici ce .reg :

Code : Tout sélectionner

Windows Registry Editor Version 5.00

############################################
## Modification des paramètres du système ##
############################################

# Optimise le démarrage de Windows
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"OptimizeComplete"="No"

# Conserver Noyau et Driver en Ram
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001

# Augmente l'efficacité de la memoire.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"LargeSystemCache"=dword:00000001

# Augmenter la Mémoire Tampon
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"IoPageLockLimit"=dword:000F0000

# Amélioration des performances du système de fichier (NTFS uniquement)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001
"NtfsDisable8dot3NameCreation"=dword:00000001
"Win95TruncatedExtensions"=dword:00000001
"Win31FileSystem"=dword:00000000

# Désactiver le redémarrage en cas d'écran bleu
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000

##################################
## Accélérer l’arrêt de Windows ##
##################################

# Forcer la fermeture des applications,
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"AutoEndTasks"="1"

# Réduire le temps de fermeture des applications
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillAppTimeout"="1000"
"HungAppTimeout"="1000" 

# Réduire le temps de fermeture des services
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"

# Affichage des menus accelere
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="0"
[HKEY_USERS\S-1-5-19\Control Panel\Desktop]
"MenuShowDelay"="0"
[HKEY_USERS\S-1-5-20\Control Panel\Desktop]
"MenuShowDelay"="0"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowRun"=dword:00000001

# Suppression des messages d'avertissement a l'arret de l'ordinateur
[HKEY-LOCAL-MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"PowerDownAfterShutdown"=dword:00000001

######################
## Réglage Explorer ##
######################

# Afficher le chemin complet dans la barre de titre (thème Classique uniquement)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"FullPath"=dword:00000001

# Afficher les fichiers,dossiers et lecteurs cachés
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001

# Ne pas masquer les extensions des fichiers dont le type est connu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000

# Ouvrir les fenêtres des dossiers dans un processus différent
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"SeparateProcess"=dword:00000001

# Restaurer les fenêtres des dossiers ouvertes lors de la prochaine ouverture de session
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"PersistBrowsers"=dword:00000001

# Toujours afficher les menus
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"AlwaysShowMenus"=dword:00000001

#########################################
## Modifs par rapport au menu démarrer ##
#########################################

# Ne pas utilser de larges icônes dans le menu démarrer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_LargeMFUIcons"=dword:00000000

########################################
## Ajouts au clic droit sur le bureau ##
########################################

# Ajout de "Bloc-notes" dans le menu contextuel au clic droit
[HKEY_CLASSES_ROOT\Directory\Background\shell\Bloc-notes\command]
@="\"C:\\Windows\\System32\\notepad.exe\""

##########################################################
## Ajouts au clic droit sur un fichier et/ou un dossier ##
##########################################################

# Ajout de "Ouvrir une invite de commandes ici" sur un dossier
[HKEY_CLASSES_ROOT\Directory\shell\Ouvrir une invite de commandes ici\command]
@="cmd.exe /s /k pushd \"%V\""

# Ajout de "MAKECAB" sur un fichier
[HKEY_CLASSES_ROOT\*\shell\Makecab\command]
@="\"makecab.exe\" \"%1\""

# Ajout de "Expand" sur un fichier
[HKEY_CLASSES_ROOT\*\shell\Expandit\command]
@="expand -r \"%1\"" 

# Ajout de "Acquerir les droit propriétaire" sur un fichier ou un dossier
[HKEY_CLASSES_ROOT\*\shell\runas]
@="Prendre possession"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Prendre possession"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

###########################################
## Ajouts au clic droit sur "Ordinateur" ##
###########################################

# Ajout de "Gestionnaire de périphériques"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Gestionnaire de périphériques\Command]
@="C:\\WINDOWS\\system32\\mmc.exe /s C:\\WINDOWS\\system32\\DevMgmt.msc"

# Ajout de "Panneau de Configuration"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Panneau de configuration\command]
@="rundll32.exe shell32.dll,Control_RunDLL"

# Ajout de "Fermer la session"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[ Fermer la session ]\command]
@="shutdown -l -f"

# Ajout de "Redémarrer"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[ Redémarrer le PC ]\command]
@="shutdown -r -f -t 0"

# Ajout de "Extinction du PC"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[ Extinction du PC ]\command]
@="shutdown -s -f -t 0"

########################################
## Ajouts au Panneau de configuration ##
########################################

# Ajout de Régedit dans le panneau de configuration
[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}]
@="Éditeur du Registre"
"InfoTip"="Lancer l'Éditeur du Registre"
"System.ControlPanel.Category"="5"
[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\DefaultIcon]
@="%SYSTEMROOT%\\regedit.exe"
[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open\Command]
@=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,72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,\
  00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{77708248-f839-436b-8919-527c410f48b9}]
@="Ajouter l'Éditeur du Registre au Panneau de configuration"

############################
## Modif en rapport a IE8 ##
############################

# Augmentez le nombre de connexions simultanées a 16 au lieu de 2 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"="dword:00000016"
"MaxConnectionsPer1_0Server"="dword:0000016"

#####################################
## Modif en rapport a Media Player ##
#####################################

# Empêcher WMP de stocker les derniers fichiers lus
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"AddToMRU"=dword:00000000

# Désactiver les mises à jour automatiques de Windows Media Player
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"DisableAutoUpdate"=dword:00000001

#Ajouter Déplacer vers...
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

#Pas Recherche Partage
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000001

#Désactive Autorun CD
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
"AutoRun"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:000000ff

#Plus d'icônes en cache
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"MaxCachedIcons"="2048"

#Optimisation DNS
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
"NegativeCacheTime"=dword:00000000
"NetFailureCacheTime"=dword:00000000
"NegativeSOACacheTime"=dword:00000000

#Bande passante maxi
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched]
"NonBestEffortLimit"=dword:00000000

#Réseau plus rapide
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"SizReqBuf"=dword:0000ffff
[-HEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]
[-KEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace{2227A280-3AEA-1069-A2DE-08002B30309D}]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
"MaxCmds"=dword:00000064
"MaxThreads"=dword:00000064
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnableICMPRedirect"=-
"DefaultTTL"=Dword:00000064
"EnablePMTUBHDetect"=Dword:00000000
"EnablePMTUDiscovery"=Dword:00000001
"GlobalMaxTcpWindowSize"=Dword:00255552
"KeepAliveTime"=Dword:00060000
"SackOpts"=Dword:00000001
"Tcp1323Opts"=Dword:00000003
"TcpMaxDupAcks"=Dword:00000003
"TcpRecSegmentSize"=Dword:00255552
"TcpWindowSize"=Dword:00255552
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpNumConnections"=dword:00fffffe

#Mémoire cache maxi
[HKEY_LOCAl_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"SecondLevelDataCache"=dword:00000200

#Ajouter Nettoyer sur les lecteurs et le poste de travail
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
@="none"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Nettoyer]
@="Nettoyer"
"Icon"=hex(2):63,00,6c,00,65,00,61,00,6e,00,6d,00, 67,00,72,00,2e,00,65,00,78,\
00,65,00,00,00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Nettoyer\Command]
@="cleanmgr.exe"
[HKEY_CLASSES_ROOT\Drive\shell\Nettoyer]
@="Nettoyer"
"Icon"=hex(2):63,00,6c,00,65,00,61,00,6e,00,6d,00, 67,00,72,00,2e,00,65,00,78,\
00,65,00,00,00
[HKEY_CLASSES_ROOT\Drive\shell\Nettoyer\command]
@="cleanmgr.exe /d %1"

;Ajouter Inscrire-Désincrire sur les fichiers dll et ocx
; OCX
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile\shell\Inscrire]
[HKEY_CLASSES_ROOT\ocxfile\shell\Inscrire\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\shell\Désincrire]
[HKEY_CLASSES_ROOT\ocxfile\shell\Désincrire\command]
@="regsvr32.exe -u \"%1\""
; DLL
[HKEY_CLASSES_ROOT\.dll]
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile\shell\Inscrire]
[HKEY_CLASSES_ROOT\dllfile\shell\Inscrire\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\Désincrire]
[HKEY_CLASSES_ROOT\dllfile\shell\Désincrire\command]
@="regsvr32.exe -u \"%1\""
Merci d'avance.

bzhman35
Avatar du membre
Nash
Administrateur du site
Administrateur du site
Messages : 4403
Enregistré le : sam. 6 nov. 2010 14:19
Localisation : 89
A été remercié : 21 fois
    unknown unknown

Re: [BESOIN D'AVIS] Fichiers optimisation Seven

Message par Nash »

lol bzh tu le mets sur tous les forums :D
il est bien ton fichier tkt ;) apres il est pour toi perso , peut etre qu'un autre ne voudra pas de tel ou tel modifs ;)
Image
• Ryzen 9 5900x
• B550 AORUS PRO 
• RTX 3060ti phoenix 
• thermaltake core p8 tg
• 1 x SSD 500GB   PCIe4 M.2 SEA
• 32 G DDR4 3600 corsaire
• Corsaire 1000w full modulaire passive
• MasterLiquid ML240R RGB
•1 to stockage NVME.M2 PCIe
Avatar du membre
Prof
Administrateur du site
Administrateur du site
Messages : 8320
Enregistré le : lun. 5 avr. 2010 20:07
Localisation : Vosges
A remercié : 1 fois
A été remercié : 22 fois
Contact :
    unknown unknown

Re: [BESOIN D'AVIS] Fichiers optimisation Seven

Message par Prof »

Salut bzh,

Des trucs à ajouter on peut toujours en trouver (voir sections astuces Seven)

Par contre je suis compte l'optimisation de l'arrêt de windows en forçant l'arrête et en supprimant les messages, pour moi c'est un risque de perdre un doc important pour gagner quelques secondes...

Sinon c'est un très joli .reg :)

Merci pour le partage, même si ce n'est pas une exclue :D :D
Règlement du forum
Toute demande d'aide ou de liens par MP est inutile !
Ech@p
    unknown unknown

Re: [BESOIN D'AVIS] Fichiers optimisation Seven

Message par Ech@p »

Code : Tout sélectionner

# Conserver Noyau et Driver en Ram
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
Windows 7 Réagit par défaut de cette manière >>

Code : Tout sélectionner

Often referred to as: Disable Paging of Kernel.
Under all but the most very extreme circumstances it does nothing. What this setting does is force Windows to keep the kernel (the core of the operating system) in RAM. This means that the kernel will reside in the fastest storage area in your computer. Sounds great right? Guess what? Windows does this anyway unless the system comes under such an extremely heavy load that it needs the space. The very millisecond that the system has free memory, it will put the kernel right back into RAM. If the system is in such dire straits that it needs to use the space that the kernel is using I would say you are on your way to a crash and you better let whatever wants the space have it. You also better add more memory ASAP.
Oh, and by-the-way – Some of the kernel cannot be forced out of RAM.

Code : Tout sélectionner

# Augmente l'efficacité de la memoire.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"LargeSystemCache"=dword:00000001

Code : Tout sélectionner

Often referred to as: Large System Cache
This setting is also achieved by going to:
XP- Start > Settings > Control Panel > System > Advanced > Performance Settings > Advanced > Memory usage = System Cache.
Vista / 7 – System Properties > Advanced > Performance (settings) > Processor scheduling > Adjust for best performance of > Background services
Under Windows this tweak could be of some value under various odd circumstances. However, it causes problems with many drivers/hardware/applications.*** This tweak is really designed for machines running as a server. If you use this tweak and have problems don’t be whining at the driver/application writers for writing code that takes advantage of the way Windows uses memory. They didn’t ask you to turn your machine into a server.
***This tweak is known to negatively affect ATI video cards, storage devices, and several benchmark applications amongst other things.

Code : Tout sélectionner

#Pas Recherche Partage
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000001
Cette clé est par défaut destiné pour XP , aucune existence par défaut dans le registre 7 , je ne trouve pour l'instant aucun indice quant a l'utilisation de cette clé dans 7 ....

Quelques clés d'optimisations pour xp ne marchent pas pour 7 , au cas contraire elles perturbent son fonctionnement par exemple AlwaysUnloadDll .... qui est même pas déstiné a xp (2000 et antérieur) et les gens utilisent encore ces clés trouvés un peu partout dans la toile sous prétexte que sa optimise encore faites très attention quand vous piquez ce genre de clés , se documenter auprès de microsoft des gens qui font du benchmark ect... ;)
Avatar du membre
sh@rp
Membre VIP
Membre VIP
Messages : 585
Enregistré le : mar. 1 févr. 2011 13:03
A remercié : 3 fois
Contact :
    unknown unknown

Re: [BESOIN D'AVIS] Fichiers optimisation Seven

Message par sh@rp »

Salut bzh

la fonction recursive prendre possession ne fonctionnera pas avec les commutateurs
r d y sur un os fr
Il faut que tu mettes r d o

g pas regarde le reste

a+
Le dev ne se réduit pas à du simple copier/coller de codes sources mais à une incommensurable phase d'apprentissage d'un domaine en perpétuelle évolution !
http://3dotdevcoder.blogspot.fr/
Répondre