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.
May 22, 2005
To remove Printers and Faxes from the current users Start menu:
1. Open a CMD.EXE window.
2. Type the following command and press Enter:
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced" /V Start_ShowPrinters /T REG_DWORD /F /D 0
3. The user must log off and log on for this setting to become effective.
NOTE: You can place the above REG ADD command in a logon script.
You May Also Like