Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio 2015 missing start menu icons Windows 8

We are currently trying to deploy Visual studio 2015 Professional across our school in a windows 8 domain environment. Visual studio installs fine but its shortcut are missing from the start menu. and the search feature does not find visual studio. The program can be ran directly.

I have found some of the shortcuts in: "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Visual Studio Tools" however these are only for the command prompt tools and not for visual studio itself.

Is there anywhere else the shortcuts may be?

like image 304
Lister Avatar asked Sep 14 '15 10:09

Lister


People also ask

How do I add icons to Visual Studio?

On the menu bar, choose Project > Properties. When the Project Designer appears, choose the Application tab. (Visual Basic)—In the Icon list, choose an icon (. ico) file.

Is Visual Studio 2015 still supported?

Visual Studio 2015 - Microsoft Lifecycle | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

How do I get to the start window in Visual Studio?

On the menu bar, choose Tools > Options. Expand Environment, and then choose Startup. In the On startup, open list, choose what you want to happen after Visual Studio launches. You can choose from Start window (which lets you open a new or existing project), Most recent solution, or Empty environment.


2 Answers

I found the same thing happened with my installation under Windows 7

Instead of the shortcuts being inside the Visual Studio 2015 start menu programs directory, I found them one level up in the parent directory - somewhere I did not expect them to be.

like image 136
torpid prey Avatar answered Nov 15 '22 22:11

torpid prey


As it turns out our domain has a script that deletes any shortcuts not in a sub folder - That would explain why the shortcuts are disappearing!

We have added a line to our install script to place the shortcut in the sub directory.

like image 21
Lister Avatar answered Nov 15 '22 21:11

Lister