Hide "Administrative Tools" menu from start menu of windows 2003

S

Simon

HI, I have w2k3 sp1 and I need to configure the GPO to hide a
"Administrative Tools" menu from start menu.
How do I to do this?

Thanks Simon
 
J

Jerold Schulman

HI, I have w2k3 sp1 and I need to configure the GPO to hide a
"Administrative Tools" menu from start menu.
How do I to do this?

Thanks Simon

See tip 9808 » PolicyMaker™ Registry Extension freeware.
in the 'Tips & Tricks' at http://www.jsifaq.com

Use it to onfigure the following registry entries:

reg ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V Start_AdminToolsRoot /T REG_DWORD /F /D 0
reg ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V StartMenuAdminTools /T REG_DWORD /F /D 0

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
J

Jerold Schulman

HI, I have w2k3 sp1 and I need to configure the GPO to hide a
"Administrative Tools" menu from start menu.
How do I to do this?

Thanks Simon

See tip 9808 » PolicyMaker™ Registry Extension freeware.
in the 'Tips & Tricks' at http://www.jsifaq.com

Use it to onfigure the following registry entries:

reg ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V Start_AdminToolsRoot /T REG_DWORD /F /D 0
reg ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V StartMenuAdminTools /T REG_DWORD /F /D 0

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
J

Jerold Schulman

HI, I have w2k3 sp1 and I need to configure the GPO to hide a
"Administrative Tools" menu from start menu.
How do I to do this?

Thanks Simon

See tip 9808 » PolicyMaker™ Registry Extension freeware.
in the 'Tips & Tricks' at http://www.jsifaq.com

Use it to onfigure the following registry entries:

reg ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V Start_AdminToolsRoot /T REG_DWORD /F /D 0
reg ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V StartMenuAdminTools /T REG_DWORD /F /D 0

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top