1. 以管理员权限打开CMD窗口(w11打开windows powershelll也好使)执行以下代码

# 修改注册表,增加一条注册信息
reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f

2. 重启 windows 资源管理器

# 杀掉文件资源管理器
taskkill /IM explorer.exe /F
# 启动windows资源管理器
explorer

 

*如果想要设置回来,那就删除原先的注册表信息

# 修改注册表,删除刚刚添加的记录
reg.exe delete “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f

  

参考地址:https://dushusir.com/win11-menu-more-options/

 

相关文章:

  • 2021-11-05
  • 2022-03-12
  • 2021-06-11
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2021-12-27
  • 2022-02-06
  • 2021-12-25
  • 2022-01-04
  • 2022-12-23
  • 2022-03-04
  • 2022-12-23
相关资源
相似解决方案