删除Win10菜单中的幽灵菜单(msresourceAppName/Text)

编程

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

@echo off

taskkill /f /im explorer.exe

taskkill /f /im shellexperiencehost.exe

timeout /t 3 /NOBREAK > nul

del %localappdata%PackagesMicrosoft.Windows.ShellExperienceHost_cw5n1h2txyewyTempState* /q

timeout /t 1 /NOBREAK > nul

start explorer

@echo on

以上是 删除Win10菜单中的幽灵菜单(msresourceAppName/Text) 的全部内容, 来源链接: utcz.com/z/512515.html

回到顶部