Can't Pin Some Applications to Start Menu in Windows 10

When I right click on certain shortcut and click "Pin to Start Menu," it does not appear on my start menu. When I right click them again it still says "Pin to..." instead of "Unpin...".

The thing is it works for most shortcuts, just not some random ones.

The applications I'm unable to pin are Visual Studio 2015 and WinSCP. Why can't I pin these items?

Also another quirk, I am unable to pin anything to the start menu by dragging and dropping it in. My cursor looks like this when I try:

enter image description here

1

9 Answers

The issue I think arises due to that shortcut not being in the Programs links directory first.

Follow this:

  1. Copy the shortcut to %AppData%\Microsoft\Windows\Start Menu\Programs
  2. It should now show up in the start menu under Recently added
  3. Pin it now
6

Same problem here.

It seems that there is a bug in Start menu code, in the way that if you have more that 512 shortcuts in Start Menu.

You can check how many you have starting PowerShell with the command:Get-StartApps | measure

Powershell shorcut count

This is affected not only by installed programas, but also by each shortcut in "All programs" created. So if a program installs a folder with shortcuts to 100 plugins, each one takes one slot.

Several solutions are provided that sometimes fixes things, others not. The only sure thing to do so far is going to C:\ProgramData\Microsoft\Windows\Start Menu\Programs, and deleting any unnecesary shortcut, so the count goes below 512. After that, reboot may be not required, but recommended.

Many programs have one main executable shortcut, one uninstall shortcut, and several shortcuts that may be removed. My advice is to create a separate folder, and move there the unnecesary one instead of deleting them. As allways, procede with caution.

References:

UPDATE: As 12th January 2016, it seems that with latest updates, Windows 10 Start Menu is working as intended, no matter how many shortcuts you have. If you still suffer this problem, ensure you have the latest updates installed.

UPDATE2: On 26th June 2016, Microsoft released a Windows 10 Start Menu Troubleshooter wizard that may help fix this:

2

Try pinning a shortcut:

  1. Press and hold or right-click the desktop, click New, and then click Shortcut.
  2. click browse, and select the item you wish to shortcut.
  3. pin this item, and delete the original shortcut if you wish
4

See the articleHow to create custom Start menu Tiles in Windows 10 using TileCreator.

This uses TileCreator from the Windows 10 store andTileCreatorProxy.exeto bypass a pinning restriction imposed in Windows 10 and pin any executable file as a modern looking tile on the Start menu.

This example from the article shows a tile created from Photoshop.exe :

image

1

After messing around with so many things, reinstalling things, restarting etc... WinSCP randomly started being able to snap... I have no idea why or what I did to cause it to work.

I got so fed up with it, I went ahead and downloaded Start10, a start menu replacement. I'm loving it so far, and I definitely think I'll be paying the ridiculously cheap $5 for it when my trial expires.

1

The option will not work if you try pinning the shortcuts of the programs present in start menu. But you will be able to pin these programs to taskbar if you pin them using the original exe files or if you have the window open for the program then if you right click the open window and use the option ‘pin this program to taskbar’.

You may refer to the following links for resolution on similar issue: Link 1 Link 2

1

It seems that you cannot pin when the shortcut is pointing to a network drive.

The solution is to copy the exe to your local desktop, than pin it, than change the properties of the pinned shortcut to the network location and now it works and you can delete the local exe again.

The workaround I use for pinning files to the start menu is:

  1. Create a shortcut to a folder
  2. Pin the folder to the startmenu
  3. Go to the file location of that pinned folder
  4. Go into the properties of the shortcut in the startmenu directory path (not the original one you created) and change where it points to to your desired file.

Same problem for me with MySQL Workbench. Other apps can be pinned. Another thing is that windows can't find mysql workbench from the search, not even when reinstalled the program.

Solution (Edit from previous answer):

  1. Search for "windows features"
  2. Deactivate windows powershell

I have no idea why this works but it solved the start menu issue as well as the search issue on my computer. Not an elegant solution but you can activate the powershell again if you need it.

4

You Might Also Like