zoukankan      html  css  js  c++  java
  • Windows11如何设置经典的右键菜单

    使用Windows11几个月了,解决了我的电脑经常性彻底死机、蓝屏的问题,系统也流畅、易用了好多。唯一不能忍受的是右键菜单,经常需要再点一次才能找到自己想要的选项,今天网搜了下解决办法,特记录于此。

    以下方法亲测可用:

    ■ Restore Classic Context Menu on Windows 11 with Cmd
    1. Open Cmd with Administrator privileges
    2. Copy and paste the below Code and press enter
    reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f
    ■ Restore Default Context Menu on Windows 11 with Cmd
    1. Open Cmd with Administrator privileges
    2. Copy and paste the below Code and press enter
    reg.exe delete “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f
    ■ NOTE
    Restart OS after the above steps.
    

    以上转自:
    https://www.sordum.org/14479/windows-11-classic-context-menu-v1-1/

    总结一句话,就是用管理员权限打开cmd窗口,执行命令:
    reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f
    然后重启系统即可!
    【其实在“任务管理器”重启“资源管理器”进程即可生效】

  • 相关阅读:
    手动渗透测试漏洞
    博弈论一 [ 巴什游戏 ]
    [Error]EOL while scanning string literal
    Swift
    Swift
    Swift
    Swift
    Swift
    Swift
    Swift
  • 原文地址:https://www.cnblogs.com/likingzi/p/15722098.html
Copyright © 2011-2022 走看看