Jump to content

Add/Remove and Replace icons in start menu during install


Recommended Posts

Hello,

I want to add explorer shotcut to top of start menu, and remove icons created by default (Windows update, microsoft update, etc...) and replace in programs/acesssories shotcut to CMD.EXE and Explorer.exe to my custom shotcuts.

And add custom shotcuts to QuickLaunch.

Question: What best way to place and remove icons in a start menu during or after w2k splitstreamed install?

Link to comment
Share on other sites


An example of moving a shortcut:

MOVE /Y "%USERPROFILE%\Start Menu\Programs\Internet Explorer.lnk" "%ALLUSERSPROFILE%\Start Menu\Communications\Internet Explorer.lnk"

Examples of deleting a shortcut:

DEL /F /Q "%ALLUSERSPROFILE%\Start Menu\Set Program Access and Defaults.lnk"
DEL /F /Q "%ALLUSERSPROFILE%\Start Menu\Windows Update.lnk"
DEL /F /Q "%USERPROFILE%\Start Menu\Programs\Remote Assistance.lnk"

Link to comment
Share on other sites

I made a script a while ago that cleans up the start menu

but since you have to account for multiple version of windows (2k xp vista)

and different languages (different paths and different shortcut names)

and you want all users to have identical start menu so you have to move all the short cuts to "all users"

and you want to make sure shortcuts are readable by all (if you install an app as admin then copy the

link to all users then login as user the link -may- be non-functionnal)

this is a lot of stuff to think about, and then you have the whole list of actual links and folders you want to look for

I was wondering, isn't there some automated start menu manager out there ?

I mean surely you don't go through all this trouble of fine tuning windows to install on hundreds of computers and then leave a start menu like this

2000945322601518542_rs.jpg

(just an example ;) )

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...