CIAO!
Volevo sapere come posso modificare le chiavi di registro esistenti!
Io mi creo una chiave che poi voglio modificare in seguito! Che procedura devo usare?
Per creare la chiave uso questo codice:
CIAO!codice:Private Sub Command1_Click() Dim wshshell Set wshshell = CreateObject("WScript.shell") wshshell.RegWrite " HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\PincoPanco", "1", "REG_DWORD" End Sub

Rispondi quotando