JSI Tip 9377. How can I remove ‘Printers and Faxes’ from the Start menu?

Jerold Schulman

May 22, 2005

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


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.



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