如何在Win8的开始屏幕上自动创建磁贴?

2023-09-30前端开发问题
6

本文介绍了如何在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的开始屏幕上自动创建磁贴?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

layui 实现实时刷新一个外部的div
主页面上显示了一个合计,在删除和增加的时候需要更改这个总套数的值: //html代码div class="layui-inline layui-show-xs-block" style="margin-left: 10px" id="sumDiv"spanSOP合计:/spanspan${totalNum}/spanspan套/span/div 于是在我们删除这个条数据后,...
2024-11-14 前端开发问题
156

layui要如何改变时间日历布局大小?
问题描述 我想改变layui时间日历布局大小,这个要怎么操作呢? 解决办法 可以用css样式对时间日历进行重新布局,具体代码如下: !DOCTYPE htmlhtmlheadmeta charset="UTF-8"title/titlelink rel="stylesheet" href="../../layui/css/layui.css" /style#test-...
2024-10-24 前端开发问题
271

jQuery怎么动态向页面添加代码?
append() 方法在被选元素的结尾(仍然在内部)插入指定内容。 语法: $(selector).append( content ) var creatPrintList = function(data){ var innerHtml = ""; for(var i =0;i data.length;i++){ innerHtml +="li class='contentLi'"; innerHtml +="a href...
2024-10-18 前端开发问题
125

“数组中的每个孩子都应该有一个唯一的 key prop"仅在第一次呈现页面时
quot;Each child in an array should have a unique key propquot; only on first time render of page(“数组中的每个孩子都应该有一个唯一的 key prop仅在第一次呈现页面时)...
2024-04-20 前端开发问题
5

CoffeeScript 总是以匿名函数返回
CoffeeScript always returns in anonymous function(CoffeeScript 总是以匿名函数返回)...
2024-04-20 前端开发问题
13

getFullYear 在一年的第一天返回前一年
getFullYear returns year before on first day of year(getFullYear 在一年的第一天返回前一年)...
2024-04-20 前端开发问题
6