Q. How can I allow users to see printers in the Devices and Printers Control Panel applet, but not other devices?
September 24, 2010
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:
Start the Registry Editor (regedit.exe).
Move to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerDesktopNameSpace.
Create a new Key (key—not a value) named \{2227a280-3aea-1069-a2de-08002b30309d\}.
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
You May Also Like