Windows 7 (64-bit) Disattiva Proxy via cmd - e attiva?
Ho trovato la chiave di registro corretta per cambiare e ho il codice per cambiarlo.
reg add "HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings" /f /v ProxyEnable /t REG_DWORD /d 0
Trovato via
gpresults /h "%userprofile%\desktop\RSPO.html"
L'esecuzione di "reg aggiungi" cambia la chiave di reg, la stessa chiave che cambia, quando apro IE (come amministratore) e disattiva manualmente le impostazioni del proxy LAN.
Tuttavia, quando lo faccio manualmente, si verifica l'effetto desiderato - Non ho più problemi con il proxy. Ma tramite il mio script cmd, la chiave cambia ma ho ancora problemi con il proxy. Quando apro le impostazioni del proxy LAN in IE, è ancora abilitato.
Come posso cambiare la chiave di reg e metterla in atto?
Ho provato a cambiare un mazzo di chiavi di registro ...
Script attuale ...
reg add "HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings" /f /v ProxyEnable /t REG_DWORD /d 0
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /f /v ProxyEnable /t REG_DWORD /d 0
reg add "HKCU\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings" /f /v ProxyEnable /t REG_DWORD /d 0
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /f /v ProxyEnable /t REG_DWORD /d 0