Jump to content

Recommended Posts

Posted

Is there any way you can remove start menu shortcuts unattended? Like windows update, windows catalog, etc


Posted

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.

Posted

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)

Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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