How do I remove the Control Panel from being accessible in Windows?
9:20 AM
The following code removes the Control Panel option from Windows
Explorer. Do note this is Windows 2008 specific and will not work on
previous versions:
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoControlPanel"=dword:00000001
0 comments