南宁下载网 - 绿色的安卓游戏、软件app应用下载站

当前位置: 首页 > win10教程 > 技术员练习win10系统删除开始菜单ms-resource:appDisplayname选项的操作教程

技术员练习win10系统删除开始菜单ms-resource:appDisplayname选项的操作教程

更新时间:2020-10-26 15:13:31
有网友给我留言说win10系统删除开始菜单ms-resource:appDisplayname选项的问题给他带来了得多的困惑,即便很容易处理,还是有朋友不知道win10系统删除开始菜单ms-resource:appDisplayname选项到底如何处理。近日就有大部分用户到本站留言关于win10系统删除开始菜单ms-resource:appDisplayname选项的问题应该怎么处理。你只需要按照1、按下Win+R,运行WSReset.exe 点击确定查看能否解决问题; 2.、若没有消失的话,按下win+s ,搜索PowerShell,右键” Windows PowerShell”, 选择”以管理员身份运行”;的步骤就可以搞定了,下面就是win10系统删除开始菜单ms-resource:appDisplayname选项的具体操作流程了,不会的朋友赶快学习一下吧!
win10开始菜单ms-resource:appDisplayname选项怎么删?(已解决)

有效删除“ms-resource:appDisplayname”的方法:

1、按下Win+R,运行WSReset.exe 点击确定查看能否解决问题;

2.、若没有消失的话,按下win+s ,搜索PowerShell,右键” Windows PowerShell”, 选择”以管理员身份运行”;
win10开始菜单ms-resource:appDisplayname选项怎么删?(已解决)
3、在PowerShell窗口中依次输入以下命令,每条命令输入后按回车。

reg delete “HKCUSoftwareMicrosoftWindows NTCurrentVersionTileDataModelMigrationTileStore” /va /f

get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "appxmetadataappxbundlemanifest.xml")}

$bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname

get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "appxmanifest.xml

等待上述命令运行完成后即可解决问题,重启计算机查看是否会重新显示,若不会重新显示则说明完美解决!

以上便是 小编给大家分享的删除ms-resource:appDisplayname 的方法!

通过小编的解答,大家都知道该怎么解决win10系统删除开始菜单ms-resource:appDisplayname选项的操作方法了吧还有不会的朋友可以按照上面的步骤来解决,希望帮助到大家。