简体   繁体   English

Visual Studio 2015缺少开始菜单图标Windows 8

[英]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. 我们目前正在尝试在Windows 8域环境中部署我们学校的Visual Studio 2015 Professional。 Visual studio installs fine but its shortcut are missing from the start menu. Visual Studio安装正常但开始菜单中缺少其快捷方式。 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. 我找到了一些快捷方式:“C:\\ ProgramData \\ Microsoft \\ Windows \\ Start Menu \\ Programs \\ Visual Studio Tools”但是这些只适用于命令提示工具,而不适用于visual studio本身。

Is there anywhere else the shortcuts may be? 快捷方式可能还有其他任何地方吗?

I found the same thing happened with my installation under Windows 7 我发现在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. 相反,快捷键是在Visual Studio 2015年开始菜单程序目录中,我发现他们的上一级的父目录-地方我想到他们是。

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. 我们在安装脚本中添加了一行,将快捷方式放在子目录中。

The installation move the shortcut for visual studio 2015 outside the 2015 folder to be consistent with other Microsoft applications. 安装程序将2015 Studio文件夹外的visual studio 2015的快捷方式移动到与其他Microsoft应用程序一致。

Type: Windows key to use "Search for programs and files", type "Visual Studio" to open VS quickly. 键入:Windows键使用“搜索程序和文件”,键入“Visual Studio”以快速打开VS.

or 要么

Type: Windows key , click All programs, then click "visual studio 2015" 键入:Windows键,单击所有程序,然后单击“visual studio 2015”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM