Cari Blog Ini

Senin, 15 November 2010

To disable or enable LAN Properties in notification area.

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 

Tidak ada komentar:

Posting Komentar