Jump to content

Moving Msie 'n Outlook Express Start Menu Shortcut


Recommended Posts

^says it all^

I'm currently moving start menu shortcuts into the right place with batch files, but I can't seem to move the Internet Explorer.lnk and Outlook Express.lnk. Where are they exactly situated anyway? All users or Default user? Can't find 'em.

I'm installing during T-12,

tnx,

Link to comment
Share on other sites


In the sub-menu.

This is my current code:

DEL "%AllUsersProfile%\Menu Start\Windows Update.lnk"
DEL "%AllUsersProfile%\Menu Start\Programmatoegang en -instellingen.lnk"
DEL "%AllUsersProfile%\Menu Start\Windows-catalogus.lnk"
DEL "%Userprofile%\Menu Start\Programma's\Hulp op afstand.lnk"

MOVE "%AllUsersProfile%\Menu Start\Programma's\Ontspanning" "%AllUsersProfile%\Menu Start\Programma's\Bureau-accessoires\Ontspanning"

MD "%Allusersprofile%\Menu Start\Programma's\Download"
MD "%Allusersprofile%\Menu Start\Programma's\Office"
MD "%Allusersprofile%\Menu Start\Programma's\Ontspanning"
MD "%Allusersprofile%\Menu Start\Programma's\Utilities"

MOVE "%UserProfile%\Menu Start\Programma's\Internet Explorer.lnk" "%AllUsersProfile%\Menu Start\Programma's\Utilities\Internet Explorer.lnk"
MOVE "%UserProfile%\Menu Start\Programma's\Outlook Express.lnk" "%AllUsersProfile%\Menu Start\Programma's\Utilities\Outlook Express.lnk"

EXIT

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