Windows11恢复右键菜单
修改注册表
管理员身份启动windows PowerShell
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
强制关闭资源管理器进程。
taskkill /f /im explorer.exe
重启资源管理器
start explorer.exe
恢复Win11菜单
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f
强制关闭资源管理器进程。
taskkill /f /im explorer.exe
重启资源管理器
start explorer.exe
Windows11恢复右键菜单
https://lysowc.cn/archives/1720247740249