当前位置: 移动技术网 > 科技>操作系统>windows > 删除Win10菜单中的幽灵菜单(ms-resource:AppName/Text )

删除Win10菜单中的幽灵菜单(ms-resource:AppName/Text )

2020年01月08日  | 移动技术网科技  | 我要评论

杉木野营大屠杀,爱的颜色,绿色生态文明手抄报

新建一个 .bat文件,输入以下内容

@echo off
taskkill /f /im explorer.exe
taskkill /f /im shellexperiencehost.exe
timeout /t 3 /nobreak > nul
del %localappdata%\packages\microsoft.windows.shellexperiencehost_cw5n1h2txyewy\tempstate\* /q
timeout /t 1 /nobreak > nul
start explorer
@echo on

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网