Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Moving Msie 'n Outlook Express Start Menu Shortcut

Featured Replies

^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,


You mean the Start Menu stickies? (on the top-left of the two-pane view)

If so, its a registry entry.

Or you mean the shortcuts in the "Programs" sub-menu ?

  • Author

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

Its in allUsers.

If its visible for you, why not just right-click and see the shortcut's properties? It should show the path where its located, in there.

  • Author

Actually, I just copied the folder from Default User and All Users from my VMware to my host PC. Those shortcuts weren't in them though.

Thanks! I'll try it out in my next install. ;)

The OE icon doesn't actually get created until the user logs on the first time, so you'll have to run the script during the GUI stage when the user is logging on. I have a 2nd script that yanks that shortcut after the 1st reboot. Same goes for Remote Assistance.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.