Question : Edit proxy settings in Tools, Internet options on a remote computer (from my pc)

Hi

is it possible to connect to Tools, Internet options, connections, LAN settings for a remote computer? e.g. access these settings for another computer from my pc

Answer : Edit proxy settings in Tools, Internet options on a remote computer (from my pc)

Save the following as IEReg.bat

Lets revert to the local copy over instead of the UNC path....

psexec.exe \\w2k3rti03 -c -d IEReg.bat

Make sure the batch file sets everything properly though on a clean machine first though, before trying remotely...

This should work better than the reg add command.....


1:
2:
3:
4:
5:
@echo off
reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t reg_dword /d 00000001 /f
reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t reg_sz /d "w2k3rti03:8080" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" /d "Security_HKLM_only" /t reg_dword /v 00000001 /f
exit
Open in New Window Select All
Random Solutions  
 
programming4us programming4us