Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- MyBlog
- blog rootScript to enable or disable proxy settings for you browserIn order to toggle these settings a registry key must be edited paste this into a text editor and name it ProxyEnable.regWindows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings] "ProxyEnable"=dword:00000001 paste this into a text editor and name it ProxyDisable.regWindows Registry Editor...
- Tags: Microsoft Windows, keebmachine, text editor, HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInte
- Discussion threads 2006-02-09
- Changing Proxy Settings of Web Browser
- I have developed a windows application ..on which there are three web browser controls...all navigate to same web URL.... But for each web browser...proxy settings should be different... currently i am setting proxy in registery...with following codeprivate void Change_IE_Settings(String strProxy, bool action){RegistryKey RegKey = Registry.CurrentUser.OpenSubKey("Software\Microsoft\Windows\CurrentVersion\Internet Settings", true);if (action == true){RegKey.SetValue("ProxyServer",...
- Tags: Web browsers, rupinder@..., Web browser, Proxy Settings
- Discussion threads 2007-05-07
- Change IE settings
- Hi,I use a laptop to manage 2 different networks and every time when I connect to the network I need to check/change the IE settings using ToolsInternet_OptionsConnectionLAN_Settings to modify proxy settings.Know somebody a way to do this using a batch/script file?Thanks,FlorinelSure use this:Regedit.batFile has:Regedit /s C:Proxysetpxy.regSETPXY.REGFile has:[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]"ProxyServer"=":8080""ProxyEnable"=dword:00000001"ProxyOverride"=""Simply place your...
- Tags: Florinel
- Q&A 2006-01-06
- Script to remove Proxy settings
- Hi,I'd like a script that I can place on the server so that when my users boot up the script clears their proxy settings and makes it default none.Thankscreate a batch file with thisreg import shutoffIE.regcreate these reg. entries into a file called shutoffIE.regWindows Registry Editor Version 5.00[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]"EnableAutoProxyResultCache"=dword:00000000"EnableNegotiate"=dword:00000000"ProxyEnable"=dword:00000000"AutoConfigURL"="""ProxyServer"="""ProxyOverride"=""run the...
- Tags: Proxy Settings, Robotech, windows
- Q&A 2005-11-22
- Ghost proxy setting
- *First TechRepublic Q&A post!*Thank you in advance for all who respond.I have a windows domain with win2k pro and win xp workstations and win 2000 and 2003 servers (9 D.C.'s at separate sites). Several months ago, I removed a group policy setting that enabled the proxy settings in Internet Explorer...
- Tags: container, DC, GPO, IE Proxy setting, it management, Microsoft Internet Explorer, SloTownRocks
- Q&A 2005-10-28
- Use DHCP Class to deny Internet access to unauthorized machines
- Securiing Systems until patch level is verifiedAdembo asked the following:"I am looking for a way to have visitors that come in with their own laptops and plug into an available port to be denied a DHCP address until I can verify the laptop has proper security set and antivirus software...
- Tags: Cisco Systems Inc., csell@..., DHCP, Internet access, network, Network Admission Control, server, unauthorized machine
- Discussion threads 2005-01-15
- Learn two ways to disable Internet Explorer
- Learn two ways to disable Internet Explorerarticle rootIE only pagesThe problem I have found is that there are sites I can not navigate if I DON'T have IE. These usually have forms or other IE specific navigation. I use FireFox as my main browser, but every now and...
- Tags: browser, ie, IEView Extension, jebwhs87, Microsoft Internet Explorer, Mozilla Firefox, security, Web browser
- Discussion threads 2005-08-19
- << Previous
- page 1 of 1
- Next >>