Jump to content

How to remove start menu shortcuts


chon_

Recommended Posts


Insert something like this in the batch file:

ECHO Removing useless shortcuts...
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"
ECHO.

Link to comment
Share on other sites

Yes. In your main batch file, set these command lines.

ECHO Removing useless shortcuts...
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"
ECHO.

(Credit goes to whoever originally posted that, I think it was webmedic)

Link to comment
Share on other sites

Remember you can add your own lines to the batch to delete other icons and shortcuts too. Furthermore, you can create certain ones you want for your desktop too. Just save a .lnk file on your unattended CD and have a batch copy it to your desktop. Just make sure you set up the .lnk file correctly. This way you can have your own customized Program menu and desktop.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...