View Single Post
  #1  
Old 07-03-2009, 02:58 PM
irfishahpk's Avatar
irfishahpk irfishahpk is offline
Irfan Shah (ISB)

 
Join Date: Nov 2008
Location: Islamabad
Posts: 1,333
Contact Number: Awain
Program / Discipline: MBA(IT) Postgraduate
Class Roll Number: Lay
irfishahpk will become famous soon enoughirfishahpk will become famous soon enough
Default Connection tab open/close

Hello dear all,
It is for your information that if any one of you want to enable or disable the connection he just have to copy and paste the below code and save the file with the "open connection.reg". Run the registry and check out the results.
HTML Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"ConnectionsTab"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"ConnectionsTab"=dword:00000000
In the same way if any one of you want to disable the connection he just have to copy and paste the below code and save the file with the "close connection.reg". Run the registry and check out the results.

HTML Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"ConnectionsTab"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"ConnectionsTab"=dword:00000001

__________________
Everyone is going to hurt you sooner or later,You just have to decide whose worth the pain
Reply With Quote