关键词: win10, win11, 右键, 菜单, 更多, 选项
管理员运行命令:
// 重启就恢复 win10 右键了
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
// 这个是恢复 win11 右键
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f
不需要重启电脑, 重启资源管理器即可, 用命令:
taskkill /f /im explorer.exe
start explorer.exe
我是这么执行的:
PS C:\Users\duhbb\Downloads\linux-2.6.39.tar> reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
PS C:\Users\duhbb\Downloads\linux-2.6.39.tar> taskkill /f /im explorer.exe
PS C:\Users\duhbb\Downloads\linux-2.6.39.tar> start explorer.exe
文章评论