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

46

14

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

Entity

Posted 2015-07-31T00:38:49.217

Reputation: 1 097

Something more strange happened to me, After adding about 10 pins to the start menu, after one restart everyone of them disappeared, also missed Win Explorer's favorites. got shocked, worked that way a day, at my next restart again everything was in its place. How buggy! – Sypress – 2015-08-20T10:13:09.277

Answers

29

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

Ujjwal Singh

Posted 2015-07-31T00:38:49.217

Reputation: 1 550

3It shows up but still cannot pin it – GuidoG – 2016-09-13T08:00:30.563

@GuidoG see that the target of the shortcut is unique. Try adding extra space in between (not at the beginning / end) – Ujjwal Singh – 2016-09-13T08:07:01.977

3I got it now 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 – GuidoG – 2016-09-13T08:34:00.610

I had this issue with Age of Empires 3. Fully installed, but the program doesn't appear in the Start Menu at all. I had to create a shortcut in the Programs location (step 1 above) and then I was able to pin to the Start menu. – Eric Burdo – 2016-12-12T21:56:46.580

2@GuidoG Great workaround for network shorcuts! Thanks! (You should put this as an answer.) – Marvin – 2017-01-11T14:05:13.367

I solved it by deleting the shortcut and recreating the shortcut from the application. – dgo – 2018-10-17T20:10:23.413

4

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: http://www.thewindowsclub.com/windows-10-start-menu-troubleshooter

vicenteherrera

Posted 2015-07-31T00:38:49.217

Reputation: 185

For those looking for the Microsoft source page for the troubleshooter mentioned in 'UPDATE2' (rather than a direct download), it is here. Expand the 'Try the troubleshooter' section.

– Geoff – 2016-08-25T14:56:58.447

The link posted by @Geoff no longer points to that content, instead just suggesting what to do if your taskbar is accidentally hidden. – WBT – 2020-01-18T22:55:04.863

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

Gman Smith

Posted 2015-07-31T00:38:49.217

Reputation: 1 681

I did the same and it worked for apps, that I could not pin as is. – Gino Pane – 2016-01-13T16:31:35.123

1It's June 2016 by now, and this is still the only way to pin certain programs to the start menu: using the desktop as a workaround location for the shortcut. Trying it directly from other folders, e.g. /Program Files, will fail. This applies to e.g. portable programs that have not been "installed". – bobsoap – 2016-06-01T08:03:32.477

tried this but the new shortcut also is not pinnable. This only happens on some shortcuts not on all so what is the difference ? – GuidoG – 2016-09-13T07:56:51.820

Nov 2017. Still same issue (but works with above solution, +1) – FractalSpace – 2017-11-07T19:50:41.870

2

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

This uses TileCreator from the Windows 10 store and TileCreatorProxy.exe to 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

harrymc

Posted 2015-07-31T00:38:49.217

Reputation: 306 093

This looks like it should work, but I couldn't get it to. I got as far as making an icon, but it did not run, and I re-read the instructions on running TileCreatorProxy.exe as admin only after uninstalling TileCreator. Now it refuses to re-install, so I can't check that that was the problem.

Also annoying that I have to find images for everything - it doesn't pick up the app's icon, and you can't choose an EXE as a source for the image. – Logan Pickup – 2015-08-20T05:20:57.017

0

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.

GuidoG

Posted 2015-07-31T00:38:49.217

Reputation: 145

0

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.

Entity

Posted 2015-07-31T00:38:49.217

Reputation: 1 097

StartIsBack++ is cheaper and better to bring the Win7 start back. – magicandre1981 – 2015-08-18T04:26:29.513

0

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

Gio_sof

Posted 2015-07-31T00:38:49.217

Reputation: 174

Some of the applications I couldn't pin were in the start menu and some weren't. I could find any correlation. Adding and removing the items from the start menu had no effect. – Entity – 2015-08-30T14:08:55.920

-2

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.

Json

Posted 2015-07-31T00:38:49.217

Reputation: 101

I don't have Stardock Fences installed and I have the same problem. – mpen – 2015-07-31T06:01:44.117

Can windows find your program from the search bar? – Json – 2015-07-31T06:43:38.343

1No, it couldn't. After adding it to %appdata%\Microsoft\Windows\Start Menu\Programs it can. – mpen – 2015-07-31T06:46:26.373

It must have been a coincidence that it started working again, because I don't see how disabling powershell has anything to do with pinning items to the taskbar. I use powershell almost every day. – Entity – 2015-08-15T05:12:48.497