您现在的位置是:首页-计算机知识计算机知识

win10/11系统优化

云祈2025-07-11 12:18:48【计算机知识】人已围观

简介以管理员身份运行cmd,然后复制以下命令粘贴到命令窗口,然后回车就可以了。win10/11关闭休眠 减少C盘大小 powercfg.exe /hibernate off。win10/11关闭保留空间 减少C盘大小...


以管理员身份运行cmd,然后复制以下命令粘贴到命令窗口,然后回车就可以了。

win10/11关闭休眠 减少C盘大小
powercfg.exe /hibernate off

win11自动开启数字小键盘
reg add "HKEY_USERS\.DEFAULT\Control Panel\Keyboard" /v "KeyboardDelay" /t REG_SZ /d 1 /f
reg add "HKEY_USERS\.DEFAULT\Control Panel\Keyboard" /v "InitialKeyboardIndicators" /t REG_SZ /d 80000002 /f

win11右键改win10 需要重启或者重启资源管理器
reg add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve

win11右键恢复win11 需要重启或者重启资源管理器
reg delete “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f

win10/11多系统进入不重启
bcdedit /set {bootmgr} displaybootmenu yes

清除win10右键多余的菜单项
regsvr32 /u /s igfxpph.dll
reg delete HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers /f
reg add HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\new /ve /d {D969A300-E7FF-11d0-A93B-00A0C90F2719}
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v HotKeysCmds /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v IgfxTray /f

开启处理器高性能模式
powercfg -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

系统更新不包括驱动程序
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f /v "ExcludeWUDriversInQualityUpdate" /t REG_Dword /d "1"












很赞哦!