Q. How can I allow users to see printers in the Devices and Printers Control Panel applet, but not other devices?

John Savill

September 24, 2010

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. There's no Group Policy to just hide devices. However, you can hide the Devices and Printers Control Panel applet then create a Printers icon on the users' desktops.

Navigate to User Configuration, Policies, Administrative Templates, Control Panel, Hide specified Control Panel items. Enable the policy, click the Show button for the list of disallowed Control Panel items, and enter a value of Microsoft.DevicesAndPrinters. Click OK.

To add the Printers folder for the desktops:

  1. Start the Registry Editor (regedit.exe).

  2. Move to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerDesktopNameSpace.

  3. Create a new Key (key—not a value) named \{2227a280-3aea-1069-a2de-08002b30309d\}.

  4. Select the (Default) value in the new key, set the Data to Printers, and click OK.

You'll now have a Printers folder on the desktop (if it doesn't show, right-click the desktop and select Refresh). If you want to get it off of your desktop, delete the registry key you created.

Save the following as printadd.reg and double-click it to automate the registry change:

Windows Registry Editor Version 5.00



\[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerDesktopNameSpace\{2227a280-3aea-1069-a2de-08002b30309d\}\]


@="Printers"

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like