[toc]

恢复win10右键菜单

  1. 以管理员方式运行CMD

  2. 运行下面命令

    • reg.exe add “HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve
  3. 重启电脑或者重启资源管理器

    • 重启资源管理器
      • taskkill /f /im explorer.exe & start explorer.exe
    • 重启电脑

win11右键菜单

  1. 以管理员方式运行CMD

  2. 运行下面命令

    • reg.exe delete “HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /va /f
  3. 重启电脑或者重启资源管理器

    • 重启资源管理器
      • taskkill /f /im explorer.exe & start explorer.exe
    • 重启电脑