|
Const HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings" strValueName = "SyncMode5" dwValue = 3 objRegistry.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue | Paramètre | Valeur | | A chaque visite | 3 | | A chaque démarrage d'Internet Explorer | 2 | | Automatiquement | 4 | | Jamais | 0 |
Proposer un script
|
Notre avis :

Votre avis :

Réactions : 0
Votants : 2
Visites : 11041
|