Accueil > > > WINDOWS XP CONFIGURATION
WINDOWS XP CONFIGURATION
Information sur la source
Description
Il permet de modifer la base des registres Windows pour personnaliser windows afin de désactiver les trucs chiants du genre les bips a tout bout de champs.
Source
-
-
-
- Private Sub apropo_Click()
- MsgBox "Programme créé par Broccard Grégrory EMVs" & vbCrLf & _
- "Email : gregoryb@netplus.ch http://metos.homeip.net" & vbCrLf & _
- "Version 1.0 "
- End Sub
-
- Private Sub Ch1_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
-
- If Ch1.Value = 0 Then
- WSHShell.RegWrite "HKEY_USERS\.DEFAULT\Control Panel\Desktop\FontSmoothingType", 1, "REG_DWORD"
- End If
-
- If Ch1.Value = 1 Then
- WSHShell.RegWrite "HKEY_USERS\.DEFAULT\Control Panel\Desktop\FontSmoothingType", 2, "REG_DWORD"
- End If
-
- Form_Load
- End Sub
-
- Private Sub Ch10_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
-
- If Ch10.Value = 1 Then
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction\Enable", "Y"
- End If
-
- If Ch10.Value = 0 Then
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction\Enable", "N"
- End If
-
- End Sub
-
- Private Sub Ch11_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
-
- If Ch11.Value = 1 Then
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive", "1", "REG_DWORD"
- End If
-
- If Ch11.Value = 0 Then
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive", "0", "REG_DWORD"
- End If
-
- End Sub
-
- Private Sub Ch12_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
- Dim temp As String
- temp = "C:\Program Files\Messenger\msmsgs.exe" & " /background"
-
- If Ch12.Value = 1 Then
- WSHShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS", temp
- End If
-
- If Ch12.Value = 0 Then
- WSHShell.RegDelete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS"
- End If
-
- End Sub
-
- Private Sub Ch2_Click()
- 'Set WSHShell = CreateObject("Wscript.Shell")
-
- 'WshShell.RegDelete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}"
-
-
- If Ch3.Value = 1 Then
- Ch3.Value = 0
- End If
-
- End Sub
-
- Private Sub Ch3_Click()
-
- 'Set WSHShell = CreateObject("Wscript.Shell")
-
- 'WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}"
-
-
- If Ch2.Value = 1 Then
- Ch2.Value = 0
- End If
-
-
- End Sub
-
- Private Sub Ch4_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
-
- If Ch4.Value = 1 Then
- WSHShell.RegWrite "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager\ColorName", "Metallic"
- End If
-
- If Ch4.Value = 0 Then
- WSHShell.RegWrite "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager\ColorName", "NormalColor"
- End If
-
-
- End Sub
-
- Private Sub Ch5_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
-
- If Ch5.Value = 1 Then
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\AutoReboot", 1, "REG_DWORD"
- End If
-
- If Ch5.Value = 0 Then
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\AutoReboot", 0, "REG_DWORD"
- End If
-
-
- End Sub
-
- Private Sub ch6_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
-
- If Ch6.Value = 0 Then
- WSHShell.RegWrite "HKEY_CURRENT_USER\Control Panel\Sound\Beep", "no"
- End If
-
- If Ch6.Value = 1 Then
- WSHShell.RegWrite "HKEY_CURRENT_USER\Control Panel\Sound\Beep", "yes"
- End If
-
- End Sub
-
-
- Private Sub Ch8_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
-
- If Ch8.Value = 1 Then
-
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeCaption", txt_nomf.Text
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeText", txt_message.Text
-
- End If
-
- If Ch8.Value = 0 Then
-
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeCaption", ""
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeText", ""
-
- End If
-
- End Sub
-
- Private Sub Ch9_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
-
- If Ch9.Value = 1 Then
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown", 1, "REG_DWORD"
- End If
-
- If Ch9.Value = 0 Then
- WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown", 0, "REG_DWORD"
- End If
-
- End Sub
-
- Private Sub cmd_time_Click()
- Set WSHShell = CreateObject("Wscript.Shell")
-
- WSHShell.RegWrite "HKEY_CURRENT_USER\Control Panel\Desktop\HungAppTimeout", txt_timeout.Text 'Le 1, c'est la valeur de la valeur binaire (!)
-
- End Sub
-
- Private Sub Command1_Click()
- Unload Me
- End Sub
-
- Private Sub Form_Load()
-
- Set WSHShell = CreateObject("Wscript.Shell")
-
- Dim tempS As String
- Dim tempI As Integer
-
- On Error Resume Next
-
- 'lit les valeurs dans la base de registre
-
- tempI = WSHShell.RegRead("HKEY_USERS\.DEFAULT\Control Panel\Desktop\FontSmoothingType") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- If tempI = 2 Then
- Ch1.Value = 1
- Else
- Ch1.Value = 0
- End If
-
- tempS = WSHShell.RegRead("HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager\ColorName") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- If tempS = "NormalColor" Then
- Ch4.Value = 1
- Else
- Ch4.Value = 0
- End If
-
- tempI = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\AutoReboot") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- If tempI = 1 Then
- Ch5.Value = 1
- Else
- Ch5.Value = 0
- End If
-
- Set WSHShell = CreateObject("Wscript.Shell")
- tempS = WSHShell.RegRead("HKEY_CURRENT_USER\Control Panel\Sound\Beep") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- If tempS = "yes" Then
- Ch6.Value = 1
- Else
- Ch6.Value = 0
- End If
-
- tempI = WSHShell.RegRead("HKEY_CURRENT_USER\Control Panel\Desktop\HungAppTimeout") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- txt_timeout.Text = tempI
-
- tempS = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeCaption") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- txt_nomf.Text = tempS
-
- tempS = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeText") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- txt_message.Text = tempS
-
- Set WSHShell = CreateObject("Wscript.Shell")
- tempI = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- If tempI = 1 Then
- Ch9.Value = 1
- Else
- Ch9.Value = 0
- End If
-
- tempS = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction\Enable") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- If tempS = "Y" Then
- Ch10.Value = 1
- Else
- Ch10.Value = 0
- End If
-
- tempI = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- If tempI = 1 Then
- Ch11.Value = 1
- Else
- Ch11.Value = 0
- End If
-
- tempS = "null"
- tempS = WSHShell.RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
- If temp = "null" Then
- Ch12.Value = 0
- Else
- Ch12.Value = 1
- End If
-
- 'Remarque :HKEY_CURRENT_USER peut être remplacé par HKCU
- 'On peut mettre n'importe quelle branche comme ça
- End Sub
-
- Private Sub info1_Click()
- MsgBox "Lisse les polices de l'écran d'accueil"
- End Sub
-
- Private Sub info10_Click()
- MsgBox "Si vous activez cette option Windows ne stockera plus les données des aplications sur le disque dur. Le système et les applications en cours d'exécution restent donc en permanence chargés en mémoire."
- End Sub
-
- Private Sub info11_Click()
- MsgBox "Améliore la sécurité de Windows XP. Ce fichier stocke certaines informations lorsque la mémoire vive est pleine. Une partie des travaux risques d'être sauvegardés dans ces fichiers de mémoire paginée. Une personne peut extraire certain de vos travaux sans que vous ne vous en doutiez. Le temps de redémarrage et d'extinction risque d'être plus long."
- End Sub
-
- Private Sub info12_Click()
- MsgBox "Empêche le démarrage de Messenger"
- End Sub
-
- Private Sub info2_Click()
- MsgBox "Supprime le dossier Documents partagés"
- End Sub
-
- Private Sub info3_Click()
- MsgBox "Modifie l'écran d'accueil"
- End Sub
-
- Private Sub info4_Click()
- MsgBox "Désactive le lancement automatique de l'autorun lorsqu'on insère un CD dans le lecteur de CD"
- End Sub
-
- Private Sub info5_Click()
- MsgBox "Lorsqu'un programme désire redémarrer il peut le faire sans intervention de l'utilisateur"
- End Sub
-
- Private Sub info6_Click()
- MsgBox "Evite que le système produise des bips a tout bout de champs"
- End Sub
-
- Private Sub info7_Click()
- MsgBox "Modifie le temps pendant lequelle Windows attend avant de déclarer une application plantée"
- End Sub
-
- Private Sub info8_Click()
- MsgBox "Permet d'afficher un message au démarrage"
- End Sub
-
- Private Sub info9_Click()
- MsgBox "Au démarrage de Windows XP le disque dur est automatiquement défragementé. Ceci peut ralentir considérablement le démarrage du système"
- End Sub
-
- Private Sub quitter_Click()
- Unload Me
- End Sub
Private Sub apropo_Click()
MsgBox "Programme créé par Broccard Grégrory EMVs" & vbCrLf & _
"Email : gregoryb@netplus.ch http://metos.homeip.net" & vbCrLf & _
"Version 1.0 "
End Sub
Private Sub Ch1_Click()
Set WSHShell = CreateObject("Wscript.Shell")
If Ch1.Value = 0 Then
WSHShell.RegWrite "HKEY_USERS\.DEFAULT\Control Panel\Desktop\FontSmoothingType", 1, "REG_DWORD"
End If
If Ch1.Value = 1 Then
WSHShell.RegWrite "HKEY_USERS\.DEFAULT\Control Panel\Desktop\FontSmoothingType", 2, "REG_DWORD"
End If
Form_Load
End Sub
Private Sub Ch10_Click()
Set WSHShell = CreateObject("Wscript.Shell")
If Ch10.Value = 1 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction\Enable", "Y"
End If
If Ch10.Value = 0 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction\Enable", "N"
End If
End Sub
Private Sub Ch11_Click()
Set WSHShell = CreateObject("Wscript.Shell")
If Ch11.Value = 1 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive", "1", "REG_DWORD"
End If
If Ch11.Value = 0 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive", "0", "REG_DWORD"
End If
End Sub
Private Sub Ch12_Click()
Set WSHShell = CreateObject("Wscript.Shell")
Dim temp As String
temp = "C:\Program Files\Messenger\msmsgs.exe" & " /background"
If Ch12.Value = 1 Then
WSHShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS", temp
End If
If Ch12.Value = 0 Then
WSHShell.RegDelete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS"
End If
End Sub
Private Sub Ch2_Click()
'Set WSHShell = CreateObject("Wscript.Shell")
'WshShell.RegDelete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}"
If Ch3.Value = 1 Then
Ch3.Value = 0
End If
End Sub
Private Sub Ch3_Click()
'Set WSHShell = CreateObject("Wscript.Shell")
'WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}"
If Ch2.Value = 1 Then
Ch2.Value = 0
End If
End Sub
Private Sub Ch4_Click()
Set WSHShell = CreateObject("Wscript.Shell")
If Ch4.Value = 1 Then
WSHShell.RegWrite "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager\ColorName", "Metallic"
End If
If Ch4.Value = 0 Then
WSHShell.RegWrite "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager\ColorName", "NormalColor"
End If
End Sub
Private Sub Ch5_Click()
Set WSHShell = CreateObject("Wscript.Shell")
If Ch5.Value = 1 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\AutoReboot", 1, "REG_DWORD"
End If
If Ch5.Value = 0 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\AutoReboot", 0, "REG_DWORD"
End If
End Sub
Private Sub ch6_Click()
Set WSHShell = CreateObject("Wscript.Shell")
If Ch6.Value = 0 Then
WSHShell.RegWrite "HKEY_CURRENT_USER\Control Panel\Sound\Beep", "no"
End If
If Ch6.Value = 1 Then
WSHShell.RegWrite "HKEY_CURRENT_USER\Control Panel\Sound\Beep", "yes"
End If
End Sub
Private Sub Ch8_Click()
Set WSHShell = CreateObject("Wscript.Shell")
If Ch8.Value = 1 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeCaption", txt_nomf.Text
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeText", txt_message.Text
End If
If Ch8.Value = 0 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeCaption", ""
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeText", ""
End If
End Sub
Private Sub Ch9_Click()
Set WSHShell = CreateObject("Wscript.Shell")
If Ch9.Value = 1 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown", 1, "REG_DWORD"
End If
If Ch9.Value = 0 Then
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown", 0, "REG_DWORD"
End If
End Sub
Private Sub cmd_time_Click()
Set WSHShell = CreateObject("Wscript.Shell")
WSHShell.RegWrite "HKEY_CURRENT_USER\Control Panel\Desktop\HungAppTimeout", txt_timeout.Text 'Le 1, c'est la valeur de la valeur binaire (!)
End Sub
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Set WSHShell = CreateObject("Wscript.Shell")
Dim tempS As String
Dim tempI As Integer
On Error Resume Next
'lit les valeurs dans la base de registre
tempI = WSHShell.RegRead("HKEY_USERS\.DEFAULT\Control Panel\Desktop\FontSmoothingType") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
If tempI = 2 Then
Ch1.Value = 1
Else
Ch1.Value = 0
End If
tempS = WSHShell.RegRead("HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager\ColorName") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
If tempS = "NormalColor" Then
Ch4.Value = 1
Else
Ch4.Value = 0
End If
tempI = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\AutoReboot") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
If tempI = 1 Then
Ch5.Value = 1
Else
Ch5.Value = 0
End If
Set WSHShell = CreateObject("Wscript.Shell")
tempS = WSHShell.RegRead("HKEY_CURRENT_USER\Control Panel\Sound\Beep") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
If tempS = "yes" Then
Ch6.Value = 1
Else
Ch6.Value = 0
End If
tempI = WSHShell.RegRead("HKEY_CURRENT_USER\Control Panel\Desktop\HungAppTimeout") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
txt_timeout.Text = tempI
tempS = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeCaption") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
txt_nomf.Text = tempS
tempS = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeText") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
txt_message.Text = tempS
Set WSHShell = CreateObject("Wscript.Shell")
tempI = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
If tempI = 1 Then
Ch9.Value = 1
Else
Ch9.Value = 0
End If
tempS = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction\Enable") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
If tempS = "Y" Then
Ch10.Value = 1
Else
Ch10.Value = 0
End If
tempI = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
If tempI = 1 Then
Ch11.Value = 1
Else
Ch11.Value = 0
End If
tempS = "null"
tempS = WSHShell.RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS") 'Mettez ici le chemin de la clé et le nom d'un paramêtre pour obtenir sa valeur
If temp = "null" Then
Ch12.Value = 0
Else
Ch12.Value = 1
End If
'Remarque :HKEY_CURRENT_USER peut être remplacé par HKCU
'On peut mettre n'importe quelle branche comme ça
End Sub
Private Sub info1_Click()
MsgBox "Lisse les polices de l'écran d'accueil"
End Sub
Private Sub info10_Click()
MsgBox "Si vous activez cette option Windows ne stockera plus les données des aplications sur le disque dur. Le système et les applications en cours d'exécution restent donc en permanence chargés en mémoire."
End Sub
Private Sub info11_Click()
MsgBox "Améliore la sécurité de Windows XP. Ce fichier stocke certaines informations lorsque la mémoire vive est pleine. Une partie des travaux risques d'être sauvegardés dans ces fichiers de mémoire paginée. Une personne peut extraire certain de vos travaux sans que vous ne vous en doutiez. Le temps de redémarrage et d'extinction risque d'être plus long."
End Sub
Private Sub info12_Click()
MsgBox "Empêche le démarrage de Messenger"
End Sub
Private Sub info2_Click()
MsgBox "Supprime le dossier Documents partagés"
End Sub
Private Sub info3_Click()
MsgBox "Modifie l'écran d'accueil"
End Sub
Private Sub info4_Click()
MsgBox "Désactive le lancement automatique de l'autorun lorsqu'on insère un CD dans le lecteur de CD"
End Sub
Private Sub info5_Click()
MsgBox "Lorsqu'un programme désire redémarrer il peut le faire sans intervention de l'utilisateur"
End Sub
Private Sub info6_Click()
MsgBox "Evite que le système produise des bips a tout bout de champs"
End Sub
Private Sub info7_Click()
MsgBox "Modifie le temps pendant lequelle Windows attend avant de déclarer une application plantée"
End Sub
Private Sub info8_Click()
MsgBox "Permet d'afficher un message au démarrage"
End Sub
Private Sub info9_Click()
MsgBox "Au démarrage de Windows XP le disque dur est automatiquement défragementé. Ceci peut ralentir considérablement le démarrage du système"
End Sub
Private Sub quitter_Click()
Unload Me
End Sub
Conclusion
Mon site : http://metos.homeip.net
Si quelqu'un arriver a faire marcher l'option 2 et 3 ca serait simpa de m'avertir. Merci d'avance.
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
[TECHDAYS 2012] SESSION WEBMATRIX 2 : LE COUTEAU SUISSE GRATUIT POUR VOS DéVELOPPEMENTS WEB - SLIDES[TECHDAYS 2012] SESSION WEBMATRIX 2 : LE COUTEAU SUISSE GRATUIT POUR VOS DéVELOPPEMENTS WEB - SLIDES par gpommier
Suite à la session que j'ai présenté sur WebMatrix 2, vous pouvez trouver les slides ici, ainsi que les démos en packages nuget : démos1 et démos2 J'en profite pour remercier chaleureusement tous ceux qui sont venus très nombreux à cette sess...
Cliquez pour lire la suite de l'article par gpommier [SHAREPOINT] LES SESSIONS TECHDAYS 2012.[SHAREPOINT] LES SESSIONS TECHDAYS 2012. par Patrick Guimonet
Voici donc pour ceux qui n'ont pas pu venir, ou ceux qui n'ont pas pu toutes les suivre la liste des sessions SharePoint aux TechDays 2012, que je mettrais à jour dès que les liens des vidéo seront disponibles. Ou ici : http...
Cliquez pour lire la suite de l'article par Patrick Guimonet TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3 par ROMELARD Fabrice
Speaker: Bernard Ourghanlian Cette session est comme chaque jour transmise en live par BrainSonic, et j'ai donc suivi cette troisième pleinière par ce moyen sur mon iPad . Elle est dédiée comme chaque année à la mise en perspective de l'é...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE !MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE ! par Vko
Hier durant une session dédiée aux Techdays 2012, j'ai eu le plaisir d'annoncer la sortie de la Béta 2 de Mishra Reader. C'est quoi ? Pour les utilisateurs, c'est une vraie expérience de lecture de flux RSS sur Windows. Rien à voir avec les produit...
Cliquez pour lire la suite de l'article par Vko [FRAMEWORK 4] LES TASKS ET LE THREAD UI[FRAMEWORK 4] LES TASKS ET LE THREAD UI par fathi
Je viens de passer quelques temps au TechDay's et j'ai pu voir pas mal de session intéressante. Par contre une chose m'a un peu étonné lors de certaines de ces sessions qui abordaient les améliorations du framework .NET (donc le 4.5) : en gros, bea...
Cliquez pour lire la suite de l'article par fathi
Logiciels
Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Easy-Planning (1.0.0.1)EASY-PLANNING (1.0.0.1)Basé sur les mêmes principes que MyPlanning, Easy-Planning permet de créer des plannings sous la ... Cliquez pour télécharger Easy-Planning COLLECTOR PLUS (3.00B)COLLECTOR PLUS (3.00B)COLLECTOR PLUS version 3.00B est un logiciel utilisant une base de données alimentée par :
- L... Cliquez pour télécharger COLLECTOR PLUS PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO LettresFaciles 2011 (8.0.0.1)LETTRESFACILES 2011 (8.0.0.1)LettresFaciles est un logiciel facilitant la création et la rédaction de lettres types.
Son inte... Cliquez pour télécharger LettresFaciles 2011
|