How to create a tile on start screen in Win8 automatically?(如何在Win8的开始屏幕上自动创建磁贴?)
问题描述
我正在尝试构建一个 win8 应用程序,并且我想在用户安装后自动在开始屏幕上创建一个磁贴.
I am trying to build a win8 application and I want to create a tile on the start screen automatically after user install it.
我做了一些搜索,但他们都在谈论如何制作磁贴,但我希望它显示在开始屏幕上,而不是应用程序"屏幕上.
I did some searching, but all of them were talking about how make tile, but I want it to show on the start screen, not the 'Apps' screen.
任何人都可以帮助并告诉我该怎么做或给我一些有用的信息吗?
Could any one help and tell me how to do that or give me some useful information?
推荐答案
在 Windows 8 中,所有应用在安装过程中都会在开始菜单中自动创建一个磁贴;你不需要采取任何额外的行动来实现这一点.
In Windows 8, all apps will automatically have a tile created for them in the Start Menu during installation; you don't need to take any extra action for this to happen.
在 Windows 8.1 中,这种行为发生了变化,并且安装的新应用程序不会自动添加到用户的开始菜单(它们将被添加到应用程序列表中).在 Windows 8.1 中,用户必须明确转到应用程序列表并将应用程序添加到他们的开始菜单.我在这里找到了一个简短的视频.
In Windows 8.1, this behavior changes and new apps that are installed are NOT automatically added to the user's Start Menu (they will be added to the Apps list). In Windows 8.1, the user has to explicitly go to the Apps list and add apps to their Start Menu. I found a quick video of this here.
这篇关于如何在Win8的开始屏幕上自动创建磁贴?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在Win8的开始屏幕上自动创建磁贴?


基础教程推荐
- 为什么我在 Vue.js 中得到 ERR_CONNECTION_TIMED_OUT? 2022-01-01
- 如何使用 CSS 显示和隐藏 div? 2022-01-01
- Javascript 在多个元素上单击事件侦听器并获取目标 2022-01-01
- 如何使用sencha Touch2在单页中显示列表和其他标签 2022-01-01
- WatchKit 支持 html 吗?有没有像 UIWebview 这样的控制器? 2022-01-01
- 什么是不使用 jQuery 的经验技术原因? 2022-01-01
- 如何在特定日期之前获取消息? 2022-01-01
- Node.js 有没有好的索引/搜索引擎? 2022-01-01
- 每次设置弹出窗口的焦点 2022-01-01
- jQuery File Upload - 如何识别所有文件何时上传 2022-01-01