ICode9

精准搜索请尝试: 精确搜索
  • win11恢复传统的右键菜单2022-09-12 15:03:09

    方法1:win11右键刷新等诸多选项需要点击两次,很迷惑,以下工具自提运行,即可恢复至win10传统模式。 链接: https://pan.baidu.com/s/1q0l1ZwqClygyNNqvuSryjQ?pwd=5m2p 提取码: 5m2p    方法2: cmd管理员运行以下命令: reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-

  • win11右键菜单还原为win10样式2022-07-21 15:35:21

    ex1: 右键开始=>Windows终端(管理员) 切换到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

  • Windows11右键菜单改回Windows10样式2022-07-20 15:04:42

    cmd执行以下命令 切换回win10右键菜单 reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 切换回win11右键菜单 reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f  

  • bat-注册表修改win11右键风格2022-06-12 18:02:54

    展开:reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve折叠:reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有