Locking control panel

crazychicken

Platinum Member
Jan 20, 2001
2,081
0
0
I have a few computers that some of my employees use. They somehow seem to keep messing up printer settings etc. Is there an easy way to lock/disable/hide the control panel settings so they cant mess with them?

Thanks,

Dave
 

bruceb

Diamond Member
Aug 20, 2004
8,874
111
106
Just do it in the registry

http://www.pctools.com/guides/registry/detail/543/

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies
Explorer]
Value Name: NoControlPanel
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disable restriction, 1 = enable restriction)
 

crazychicken

Platinum Member
Jan 20, 2001
2,081
0
0
ok NoControlPanel worked. The main thing I was trying to block though was the printer settings, and they can still be accessed from start->settings->printers and faxes

I found another key "NoPrinterTabs" and set it to 1 but it didn't seem to do anything. Anyone know how to block printer settings?

Thanks,
Dave
 

bruceb

Diamond Member
Aug 20, 2004
8,874
111
106
Hide Control Panel, Printer and Network Settings
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies
Explorer]
Value Name: NoSetFolders
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disabled, 1 = enabled)

From here:

http://www.stevetrefethen.com/...kingDownWindowsXP.aspx
 

crazychicken

Platinum Member
Jan 20, 2001
2,081
0
0
hmm I tried that with the HKEY_CURRENT_USER key and it didn't seem to turn off the control panel or printers...

I have a HKEY_LOCAL_MACHINE\...\Policies, but there is no Explorer folder under policies. Should I just make one? Or am I in the wrong place? Or why is it missing?

Would I really have to change it in local_machine anyway? isn't that just so that you don't have to do it for every user?

Thanks,

Dave
 

crazychicken

Platinum Member
Jan 20, 2001
2,081
0
0
Ok when I added the NoSetFolders to HKEY_LOCAL_MACHINE the control panel and printer disappeared from the start menu, but the control panel is still accessible if you go to My Computer and use the side bar. That seems a bit silly.

The link at magnesiummedia doesn't seem to work - i made an account and everything but then the download link just takes me to an empty ftp folder.

Dave
 

bruceb

Diamond Member
Aug 20, 2004
8,874
111
106
Last try:

Click Start > Run, type regedit, press Enter and navigate to registry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. In the right pane look for three registry keys and make them 1 (one). They are NoControlPanel, RestrictCpl and NoSetFolders.

If this doesn't do it, then I am out of ideas and we would need someone very well versed in the registry.