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)
|  | |
| 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)
|  | |
| Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Network Connections]
"NC_EnableAdminProhibits"=dword:00000001
"NC_LanProperties"=dword:00000000 | | |  | | |