解决方案

  1. 打开Windows terminal,执行下面命令将Win11右键菜单改为Win10菜单:

    1. reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
  2. 之行下面命令重启Windows资源管理器:

    taskkill /f /im explorer.exe & start explorer.exe
    
  3. 可以通过下面命令还原Win11右键菜单:

    reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
    

    参考链接