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

新建一个 .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
posted @ 2020-01-08 09:30  -Xu-Zhao-  阅读(5136)  评论(0编辑  收藏  举报