Bonjour, je souhaite modifier une clé de registre :
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000
j'ai déja utilisé
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
 
Dim key As Microsoft.Win32.RegistryKey
        key = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("Names")
        key.SetValue("Name", "Smith")
mais je n'arrive pas a, aller plus loin que le current users .
merci