Tous Pour Un

Bienvenue invité ( Connexion | Inscription )
· Voir les nouveaux messages


Calendrier Membres Rechercher Aide

Partenaires d idées

libellules.ch

Projet AntiMalware

Projet AntiMalware
Tags
Ce document n a pas de Tag

> Protection de tutos


[Info] Des REGs bien pratiques...
Ceci est une discussion sur [Info] Des REGs bien pratiques... dans le forum TousPourUn.
 
Closed TopicStart new topic
> [Info] Des REGs bien pratiques..., Pour Windows
posté mardi 13 juillet 2004 à 14:20
Message #1
Belline
Code
Pour utiliser un fichier .REG, il suffit de double cliquer dessus, et il modifie la base de registre là ou il faut.


Code
Si vous cherchez des REGs à gogo, une adresse inévitable
http://www.kellys-korner-xp.com/xp_tweaks.htm


On commence par un fichier REG qui rajoute 2 fonctions, que je trouve bien pratiques, dans le menu clique-droit de la souris.
Fonctions Copier dans un dossier... et Déplacer vers un dossier...
Fichier(s) joint(s)
Fichier joint  CopyToMenu.zip ( 351 octets ) Nombre de téléchargements : 49
 




`"*°•.`"*°•.`"*°•.`"*°•..•°*"`.•°*"`.•°*"`.•°*"`
(¯`·._.·[ Président du Rassemblement des Indépendants Modérés Radicaux d'Extrème Centre ]·._.·´¯)
-------------------------------------------------------------------------------------------------------------
This Post Copyright© 1970-2008 TousPourUn Entertainment®. All Rights Reserved.
-------------------------------------------------------------------------------------------------------------


-------------------------------------------------------------------------------------------------------------
Upload d'une image| Upload d'un fichier
-------------------------------------------------------------------------------------------------------------
.•°*"`.•°*"`.•°*"`.•°*"``"*°•.`"*°•.`"*°•. "*°•.


Pline l'Ancien jeune
Icône de groupe

Groupe : Admin
Messages : 12,865
Inscrit : 20/11/2003
Lieu : Le petit quevilly
Membre no 1




+Quote Post
Go to the top of the page
posté mardi 13 juillet 2004 à 14:31
Message #2
Belline
  • Disable Automatic Restart in the event of a BSOD
  • Accelere l extinction
  • Desactive le nettoyage du bureau
  • Desactive le rapport d erreur quand une erreur survient
  • Desactive l accueil Windows par icones et revient a un accueil classique Win2k
  • Desactive le visualiseur d images et de FAX de Windows
  • Ne pas utiliser le partage de fichier
  • Accelere le surfe sur le Reseau en desactivant les taches automatiques sur le Reseau
  • Retire les fleches raccourcis
  • Desactive le Tour de Windows de demonstration
  • Desactive le service IMAPI de gravure
  • Desactive le service Messenger
  • Desactive le service Remote Registry
  • Desactive le service SSDP Discovery (Universal Plug'n'Play)
  • Disable Universal Plug'n'Play Service
  • Disable Windows Time Service
  • This will add "Services" to the right-click menu of "My Computer"
  • This adds the "Open Command Window Here" on the right click menu for folders
  • Remove Shared Documents from My Computer
  • NoRecentDocsmenu removes the recent documents from the start menu.
  • Classic search, full path in title bar and address bar.
  • Allow renaming of Recycle Bin
  • NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you.
  • Change MenuShowDelay (Start Menu load speed)
  • Adds search keywords to Internet Explorer
  • Prevents Internet Explorer windows from being reused
  • Max your Internet Explorer's simultaneous downloads to 10 (default was 2)
  • Remove WMP Right Click Options (Queue-it-up, etc.)
  • Removes Sign up with Passport Wizard when trying to sign in MSN Messenger
  • Disables Preview of Movie file formats (allowing you to move/rename/delete without errors)
Code
Windows Registry Editor Version 5.00

;Disable Automatic Restart in the event of a BSOD
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000

;Speed up shutdown
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="3000"

;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001

;Disables Error Reporting, but notifies when errors occur
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000

;Disable Welcome Screen and uses Classic Logon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LogonType"=dword:00000000

;Disable Windows Picture and Fax Viewer
[-HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers\ShellImagePreview]

;Do not use Simple File Sharing
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"forceguest"=dword:00000000

;Speed up Network Browsing by removing Network Scheduled Tasks
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

;Remove Shortcut Arrows
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-

;Disables Windows Tour bubble popup
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

;Disable Imapi CD-Burning Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]
"Start"=dword:00000004

;Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
"Start"=dword:00000004

;Disable Remote Registry Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004

;Disable SSDP Discovery Service (Universal Plug'n'Play)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV]
"Start"=dword:00000004

;Disable Universal Plug'n'Play Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\upnphost]
"Start"=dword:00000004

;Disable Windows Time Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]
"Start"=dword:00000004

;This will add "Services" to the right-click menu of "My Computer"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00

;This adds the "Open Command Window Here" on the right click menu for folders
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

;Remove Shared Documents from My Computer
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]

;NoRecentDocsmenu removes the recent documents from the start menu.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsMenu"=dword:00000001

;Classic search, full path in title bar and address bar.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"FullPath"=dword:00000001
"FullPathAddress"=dword:00000001
"Use Search Asst"="no"
"Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00

;Allow renaming of Recycle Bin
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000

;NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001

;Change MenuShowDelay (Start Menu load speed)
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="2"

;Adds search keywords to Internet Explorer
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB]
@="http://support.microsoft.com/?kbid=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV]
@="http://www.altavista.com/sites/search/web?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\Ggl]
@="http://www.google.com/search?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN]
@="http://search.msn.com/results.asp?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM]
@="http://www.filemirrors.com/search.src?file=%s"

;Prevents Internet Explorer windows from being reused
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AllowWindowReuse"=dword:00000000

;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a

;Remove WMP Right Click Options (Queue-it-up, etc.)
[-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}]
[-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}]
[-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}]

;Removes Sign up with Passport Wizard when trying to sign in MSN Messenger
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport]
"RegistrationCompleted"=dword:00000001

;Disables Preview of Movie file formats (allowing you to move/rename/delete without errors)
[-HKEY_CLASSES_ROOT\.avi\ShellEx]
[-HKEY_CLASSES_ROOT\.mpg\ShellEx]
[-HKEY_CLASSES_ROOT\.mpe\ShellEx]
[-HKEY_CLASSES_ROOT\.mpeg\ShellEx]


Avec le notepad, créez un fichiers RegTweaks.reg et recopiez le contenue du dessus.

Ensuite, suffit de double cliquer sur le fichier pour executer les modifications.

Ce message a été modifié par Belline - jeudi 30 décembre 2004 à 11:59.




`"*°•.`"*°•.`"*°•.`"*°•..•°*"`.•°*"`.•°*"`.•°*"`
(¯`·._.·[ Président du Rassemblement des Indépendants Modérés Radicaux d'Extrème Centre ]·._.·´¯)
-------------------------------------------------------------------------------------------------------------
This Post Copyright© 1970-2008 TousPourUn Entertainment®. All Rights Reserved.
-------------------------------------------------------------------------------------------------------------


-------------------------------------------------------------------------------------------------------------
Upload d'une image| Upload d'un fichier
-------------------------------------------------------------------------------------------------------------
.•°*"`.•°*"`.•°*"`.•°*"``"*°•.`"*°•.`"*°•. "*°•.


Pline l'Ancien jeune
Icône de groupe

Groupe : Admin
Messages : 12,865
Inscrit : 20/11/2003
Lieu : Le petit quevilly
Membre no 1




+Quote Post
Go to the top of the page

 
Closed TopicStart new topic
1 utilisateur(s) sur ce sujet (1 invité(s) et 0 utilisateur(s) anonyme(s))
0 membre(s) :
Digg ce sujet · Sauver vers del.icio.us · Slashdot It · Poster vers Technorati · Poster vers Furl · Proposer sur Reddit · Partager sur Facebook · Fark It · Googlize Ce sujet · Ajouter a ma.gnolia · Tag sur Wink · Ajouter a MyWeb · Ajouter a Netscape

Collapse

> Sujets similaires

    Titre Réponses Auteur Lectures Dernière action
No New Posts 5 Belline 89 vendredi 19 décembre 2008 à 12:16
Dernier message par : tp82
No New Posts   0 malekal.com 604 mardi 02 décembre 2008 à 01:00
Dernier message par : malekal.com
No New Posts   0 Belline 68 samedi 13 septembre 2008 à 09:16
Dernier message par : Belline
No New Posts   0 belline 125 mardi 17 juin 2008 à 10:30
Dernier message par : Belline
No New Posts   0 malekal.com 130 mercredi 04 juin 2008 à 01:00
Dernier message par : malekal.com


Collapse

> Liens vers ce sujet

Page Date Hits
NoLowDiskSpaceChecks - Recherche Google lundi 11 août 2008 à 14:29 1
copytomenu - Recherche Google samedi 16 août 2008 à 09:59 1
disable messenger - Recherche Google samedi 30 août 2008 à 21:54 1
[HKEY_CLASSES_ROOTCLSID dell - Recherche Google vendredi 12 septembre 2008 à 11:03 1
COPYTOMENU - Google Search vendredi 24 octobre 2008 à 17:53 1
copytomenu - Recherche Google jeudi 30 octobre 2008 à 11:39 1
;Speed up Network Browsing by Removing Network Scheduled Tasks - Recherche Google lundi 24 novembre 2008 à 03:03 1
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesupnphost] - Recherche Google lundi 24 novembre 2008 à 21:37 1
delete jojing.info - Google-søk mardi 02 décembre 2008 à 21:38 1
copytomenu - Recherche Google samedi 27 décembre 2008 à 10:26 1
copytomenu - Recherche Google jeudi 01 janvier 2009 à 20:25 1

Partager ce sujet...
Sur un forum (BBCode)
Sur un site/blog (HTML)

RSS Version bas débit Nous sommes le : vendredi 09 janvier 2009 à 16:26

Conformément à l'article 34 de la loi "Informatique et Liberté" vous disposez d'un droit d'accès,
de modification, de rectification et de suppression des données qui vous concernent.
(¯`·._.·[TousPourUn est enregistré à la CNIL sous le Nº894897]·._.·´¯)