













菜单、通知、音量等界面的后台进程名为ShellExperienceHost.exe
Stop-Process -Name "ShellExperienceHost" -Force -ErrorAction SilentlyContinue

Win + R,输入%localappdata%\Packages并回车。
Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy的文件夹
Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy文件夹,按下F2,在尾部随便加点字符即可。
重启电脑,顺利的话就恢复了。

执行下面的命令即可:
stop-process -name ShellExperienceHost,explorer -force -erroraction silentlycontinue; $p="$env:localappdata\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy"; if(test-path $p){rename-item $p "$p.old_$(get-date -f yyyyMMddHHmmss)"}; start-process explorer

此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。