简体   繁体   English

固定快捷方式以启动Windows 8/10菜单

[英]Pin shortcut to start menu Windows 8/10

I am developing WPF application and use Visual Studio setup project to install it. 我正在开发WPF应用程序,并使用Visual Studio安装项目进行安装。 I would like to pin shortcut of the my application to the start menu of Windows 8/10 during installation. 我想在安装过程中将应用程序的快捷方式固定到Windows 8/10的开始菜单。 Is it possible to do it programmatically with custom actions or by running some script? 是否可以通过自定义操作或运行某些脚本以编程方式进行操作?

This is not possible. 这是不可能的。 The user "owns" the start screen and must pin items to the start screen manually. 用户“拥有”开始屏幕,必须手动将项目固定到开始屏幕。 You can add your application to the all programs section but not the start screen. 您可以将应用程序添加到“所有程序”部分,但不能添加到“开始”屏幕。

See this discussion: http://answers.microsoft.com/en-us/windows/forum/windows8_1-performance/how-do-i-automatically-pin-an-application/4f2cff6d-7fc4-4448-99e3-5143c61a4fe0?auth=1 请参阅以下讨论: http : //answers.microsoft.com/zh-cn/windows/forum/windows8_1-performance/how-do-i-automatically-pin-an-application/4f2cff6d-7fc4-4448-99e3-5143c61a4fe0?认证= 1

and this one: How to create a tile on start screen in Win8 automatically? 而这个: 如何在Win8的开始屏幕上自动创建图块?

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

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