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