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.

Nice Shortcut in Start Menu

Featured Replies

Hello all,

I am wondering if it is possible to create some nice shortcuts like the Internet Explorer and Email Program in the Start Menu like this:

Shortcut.gif

The thing I like is the SUBTITLE (in light blue)

I could really use something like that for a link to our Corporate Intranet, FTP Server, Etc.

I was able to pin my own shortcut to the start menu (the Virtual Drive stuff) and I have some VBScript for this part but the Subtitle seems to be somewhere in the registry...

any help appreciated!

Edited by Incroyable HULK

yeah, I've been looking too for how to automatically pin the program to startmenu.

Can anyone help?

This script worked for me:

Set WshShell = WScript.CreateObject("WScript.Shell")
Set oShellLink = WshShell.CreateShortcut(WshShell.SpecialFolders("AllUsersStartMenu")&"\Calulator.lnk")
oShellLink.TargetPath = "%SystemRoot%\system32\calc.exe"
oShellLink.Description = "Performs basic arithmetic tasks with an on-screen calculator."
oShellLink.Save

The script from The Scripting Guys manipulates the Application object and not the shortcut being created. My script works on the shortcut itself.

The problem is that the 2 first one are special explorer elements. Reshack Explorer.exe and you'll find their info tips together with other (search, help, etc.) menu items tips in String Table #438 while the element titles (white text: Internet, Courrrier électronique) themselves are ALONE in the String Table #440.

The light blue texts (the subtitles) are just the application names.

So it looks like Explorer has a special feature for the 2 first ones but not for other. :no:

Edited by Djé

  • Author

There is some value in the registry under

HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache

but I am not sure if we can use it...

HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache

some harsh googling about that key eventually led me to that page which looks like a good entry point (more links provided inside it) to understand what it is...

...But it does not look related to your quest :(

according to this thread the registry key connected to that part of the start menu is:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]

You may want to dig in the "Favorites" value, but with no guarranty.

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.