ICode9

精准搜索请尝试: 精确搜索
  • Windows11恢复右键菜单模式2022-09-03 20:01:15

    1.打开执行命令窗口 (Win+R) 2.输入 CMD 打开命令窗口 3.输入 命令 reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f 4.重启系统 或 打开 “任务管理器” (Ctrl+Alt+ . ) 找到进程 “资源管理器” 重启进程 即可 总结 就是

  • 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版权所有