新装Windows11系统简单优化,WIN11系统注册表优化
:: 窗口圆角 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm" /v "ForceEffectMode" /t REG_DWORD /d "2" /f :: 隐藏快捷小箭头 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v "29" /t REG_SZ /d "%%systemroot%%\system32\imageres.dll,197" /f :: 记事本自动换行 reg add "HKEY_CURRENT_USER\Software\Microsoft\NotePad" /v "fwrap" /t REG_DWORD /d "1" /f :: 显示文件扩展名 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d "0" /f :: 任务栏居左 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarAl" /t REG_DWORD /d "0" /f :: 恢复WIN10经典右键 reg add "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /t REG_SZ /d "" /f :: 蓝牙右键 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth" /v "Icon" /t REG_SZ /d "bthudtask.exe" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth" /v "MUIVerb" /t REG_SZ /d "蓝牙管理" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth" /v "Position" /t REG_SZ /d "Middle" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth" /v "SubCommands" /t REG_SZ /d "" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth\shell\01menu" /v "Icon" /t REG_SZ /d "" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth\shell\01menu" /v "MUIVerb" /t REG_SZ /d "添加蓝牙设备" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth\shell\01menu\command" /ve /t REG_SZ /d "DevicePairingWizard.exe" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth\shell\02menu" /v "Icon" /t REG_SZ /d "" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth\shell\02menu" /v "MUIVerb" /t REG_SZ /d "蓝牙文件传送" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth\shell\02menu" /v "CommandFlags" /t REG_DWORD /d "32" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Bluetooth\shell\02menu\command" /ve /t REG_SZ /d "fsquirt.exe" /f |
文章来源:
网络小编D
版权声明:
本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,请联系本站立刻删除。
