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

  • Thread starter Thread starter Simon
  • Start date Start date
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
 
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
 
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
 
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
 
Back
Top