View Single Post
  #1  
Old 07-03-2009, 02:46 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 Enable and Disable Lan properties

If you want to enable network places you just have to copy and paste the following code in notepad and save with the name"enable network places.reg". When you done just run the registry.(imp:- save the file with the .reg extension)
HTML Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Network Connections]
"NC_EnableAdminProhibits"=dword:00000000
"NC_LanProperties"=dword:00000000
In the same way if you want to disable network places you just have to copy and paste the following code in notepad and save with the name"disable network places.reg". When you done just run the registry.(imp:- save the file with the .reg extension)

HTML Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Network Connections]
"NC_EnableAdminProhibits"=dword:00000001
"NC_LanProperties"=dword:00000000

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

Last edited by irfishahpk; 26-04-2009 at 02:31 PM.
Reply With Quote