Windows10极致优化,全套做完提速200%。

介绍

注:只是作为电脑极致优化参考,如认为没必要优化参考项,删除里面相关配置即可。

使用方法,PC 桌面新建文档,将以下代码复制粘贴到新建文档中,然后将文档后缀名 TXT 改为 reg 保存即可。

以下没段代码的作用都有注释,可以按照注释选择自己需要优化的部分即可。

代码如下

<a href="https://ziyuanxiong.cn/tag/windows" title="View all posts in Windows" target="_blank">Windows</a> Registry Editor Version 5.00
;最开始这句"<a href="https://ziyuanxiong.cn/tag/windows" title="View all posts in Windows" target="_blank">Windows</a> Registry Editor Version 5.00"是注册表文件必备语句,请不要删除。
;以";"开头的语句是注释语句,不起任何作用,只是注释而已。
;***桌面图标优化***
;在桌面显示此电脑
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
;"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001 ;默认值
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
;; ;在桌面显示控制面板
;; [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
;; ;"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001 ;默认值
;; "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
;***任务栏优化***
;显示Windows10_1903任务栏小娜按钮
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;; ;"ShowCortanaButton"=dword:00000000 ;隐藏
;; "ShowCortanaButton"=dword:00000001 ;显示
;将任务栏中的搜索调整为仅显示图标
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
;; "SearchboxTaskbarMode"=dword:00000000 ;隐藏
;; ;"SearchboxTaskbarMode"=dword:00000001 ;仅显示图标
;; ;"SearchboxTaskbarMode"=dword:00000002 ;显示搜索框 ;默认值
;当任务栏被占满时
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarGlomLevel"=dword:00000000 ;始终合并 ;默认值
;锁定任务栏
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSizeMove"=dword:00000000
;隐藏任务栏上的人脉
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People]
"PeopleBand"=dword:00000000
;任务栏时钟精确到秒
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSecondsInSystemClock"=dword:00000001
;语言栏隐藏到任务拦
[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]
"ShowStatus"=dword:00000004
"ExtraIconsOnMinimized"=dword:00000000
;取消语言栏上的帮助按钮
[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar\ItemState\{ED9D5450-EBE6-4255-8289-F8A31E687228}]
"DemoteLevel"=dword:00000003
;***主题设置优化***
;将Windows10改为浅色主题
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes]
;; "CurrentTheme"="C:\\Windows\\resources\\Themes\\light.theme"
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\HighContrast]
;; "Pre-High Contrast Scheme"="C:\\Windows\\resources\\Themes\\light.theme"
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
;; "SystemUsesLightTheme"=dword:00000001
;; "ColorPrevalence"=dword:00000000
;取消标题栏和窗口边框颜色
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ;默认值
;"ColorPrevalence"=dword:00000001
;使开始菜单、任务栏、操作中心透明
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"EnableTransparency"=dword:00000001
;桌面壁纸质量调整为
[HKEY_CURRENT_USER\Control Panel\Desktop]
"JPEGImportQuality"=- ;默认值(推荐)
;***安全设置优化***
;将用户账号控制程序(UAC)调整为从不通知
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000000
"EnableLUA"=dword:00000000
"PromptOnSecureDesktop"=dword:00000000
;开启用于内置管理员帐户的管理员批准模式
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"FilterAdministratorToken"=dword:00000001
;关闭Smartscreen应用筛选器
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"SmartScreenEnabled"="off"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter]
"EnabledV9"=dword:00000000
;关闭打开程序的“安全警告
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
"ModRiskFileTypes"=".bat;.exe;.reg;.vbs;.chm;.msi;.js;.cmd"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Associations]
"ModRiskFileTypes"=".bat;.exe;.reg;.vbs;.chm;.msi;.js;.cmd"
;禁用Windows Defender
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001
;***开始菜单及Windows体验优化***
;不允许在开始菜单显示建议
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SubscribedContent-338388Enabled"=dword:00000000
"SubscribedContent-338389Enabled"=dword:00000001
;关闭在应用商店中查找关联应用
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"NoUseStoreOpenWith"=dword:00000001
;关闭偶尔在开始菜单中显示的推荐应用360
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SystemPaneSuggestionsEnabled"=dword:00000000
;关闭Windows Ink推广应用 360
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PenWorkspace]
"PenWorkspaceAppSuggestionsEnabled"=dword:00000000
;关闭锁屏时的Windows 聚焦推广
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"RotatingLockScreenEnable"=dword:00000000
;关闭“使用Windows时获取技巧和建议”
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SoftLandingEnabled"=dword:00000000
;关闭“突出显示新安装的程序”
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_NotifyNewApps"=dword:00000000
;禁止自动安装推荐的应用程序
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SilentInstalledAppsEnabled"=dword:00000000
;关闭游戏录制工具
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
"AppCaptureEnabled"=dword:00000000
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000000
;关闭“当我玩游戏时在后台录制”,开启此功能会影响游戏质量
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR]
"HistoricalCaptureEnabled"=dword:00000000
;登陆界面默认打开小键盘
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"
;关闭OneDrive
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive]
"DisableFileSyncNGSC"=dword:00000001
;关闭自动更新地图360
[HKEY_LOCAL_MACHINE\SYSTEM\Maps]
"AutoUpdateEnabled"=dword:00000000
;显示首次登录动画
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"EnableFirstLogonAnimation"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableFirstLogonAnimation"=-
;***资源管理器优化***
;打开资源管理器时显示此电脑
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"LaunchTo"=dword:00000001
;显示所有文件扩展名
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
;隐藏快捷方式小箭头
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"29"="%systemroot%\\Blank.ico"
;隐藏可执行文件小盾牌
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"77"="%systemroot%\\Blank.ico"
;隐藏NTFS蓝色双箭头压缩标识
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"179"="%systemroot%\\Blank.ico"
;创建快捷方式时不添快捷方式文字
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00
;隐藏此电脑中视频、图片、文档、下载、音乐、桌面、3D对象七个文件夹
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d83ee9b-2244-4e70-b1f5-5393042af1e4}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{a0c69a99-21c8-4671-8703-7934162fcf1d}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d83ee9b-2244-4e70-b1f5-5393042af1e4}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{a0c69a99-21c8-4671-8703-7934162fcf1d}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}\PropertyBag]
"ThisPCPolicy"="Hide"
;禁止自动播放
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers]
"DisableAutoplay"=dword:00000001
;在单独的进程中打开文件夹窗口
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"SeparateProcess"=dword:00000001
;资源管理器窗口最小化时显示完整路径
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"FullPath"=dword:00000001
;关闭视频文件预览,提高资源管理器响应速度
[-HKEY_CLASSES_ROOT\.mp4\ShellEx]
[HKEY_CLASSES_ROOT\.mp4\-ShellEx]
[HKEY_CLASSES_ROOT\.mp4\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mp4\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.3gp\ShellEx]
[HKEY_CLASSES_ROOT\.3gp\-ShellEx]
[HKEY_CLASSES_ROOT\.3gp\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.3gp\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.m4v\ShellEx]
[HKEY_CLASSES_ROOT\.m4v\-ShellEx]
[HKEY_CLASSES_ROOT\.m4v\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.m4v\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mkv\ShellEx]
[HKEY_CLASSES_ROOT\.mkv\-ShellEx]
[HKEY_CLASSES_ROOT\.mkv\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mkv\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.m4a\ShellEx]
[HKEY_CLASSES_ROOT\.m4a\-ShellEx]
[HKEY_CLASSES_ROOT\.m4a\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.m4a\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mod\ShellEx]
[HKEY_CLASSES_ROOT\.mod\-ShellEx]
[HKEY_CLASSES_ROOT\.mod\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mod\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.avi\ShellEx]
[HKEY_CLASSES_ROOT\.avi\-ShellEx]
[HKEY_CLASSES_ROOT\.avi\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.avi\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.wmv\ShellEx]
[HKEY_CLASSES_ROOT\.wmv\-ShellEx]
[HKEY_CLASSES_ROOT\.wmv\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.wmv\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mpg\ShellEx]
[HKEY_CLASSES_ROOT\.mpg\-ShellEx]
[HKEY_CLASSES_ROOT\.mpg\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mpg\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mpeg\ShellEx]
[HKEY_CLASSES_ROOT\.mpeg\-ShellEx]
[HKEY_CLASSES_ROOT\.mpeg\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mpeg\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mov\ShellEx]
[HKEY_CLASSES_ROOT\.mov\-ShellEx]
[HKEY_CLASSES_ROOT\.mov\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mov\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
;关闭音乐文件图片预览,提高资源管理器响应速度
[-HKEY_CLASSES_ROOT\.mp3\ShellEx]
[HKEY_CLASSES_ROOT\.mp3\-ShellEx]
[HKEY_CLASSES_ROOT\.mp3\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mp3\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.flac\ShellEx]
[HKEY_CLASSES_ROOT\.flac\-ShellEx]
[HKEY_CLASSES_ROOT\.flac\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.flac\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
;资源管理器快速访问不显示常用文件夹
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
;; "ShowFrequent"=dword:00000000
;资源管理器快速访问不显示最近使用的文件
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"ShowRecent"=dword:00000000
;***Edge浏览器优化***
;阻止Microsoft Edge“首次运行”欢迎页面
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge]
"PreventFirstRunPage"=dword:00000000
;关闭Adobe Flash即点即用
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Security]
"FlashClickToRunMode"=dword:00000000
;***IE浏览器优化***
;关闭多个选项卡时不发出警告
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"WarnOnClose"=dword:00000000
;当创建新选项卡时,始终切换到新选项卡
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"OpenInForeground"=dword:00000001
;其他程序从当前窗口的新选项卡打开连接
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"ShortcutBehavior"=dword:00000001
;以兼容性视图中显示所有网站
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation]
"AllSitesCompatibilityMode"=dword:00000001
;启用表单的自动完成功能
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Use FormSuggest"="yes"
;关闭建议的网站
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Suggested Sites]
"Enabled"=dword:00000000
;跳过IE首次运行自定义设置
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001
"DisableFirstRunCustomize"=dword:00000001
;不保存附件的区域信息
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001
;启用增强保护模式
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Isolation"="PMEM"
;针对增强保护模式启用64位进程
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Isolation64Bit"=dword:00000001
;锁定Internet Explorer工具栏
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"Locked"=dword:00000001
;将同时可用下载数目调整到 10
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:0000000a
"MaxConnectionsPer1_0Server"=dword:0000000a
;遇到弹出窗口时始终在新选项卡中打开弹出窗口
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"PopupsUseNewWindow"=dword:00000002
;关闭IE自动更新
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NoUpdateCheck"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions]
"NoUpdateCheck"=dword:00000001
;***Windows更新设置***
;自动安装无需重启的更新
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;; ;"AutoInstallMinorUpdates"=dword:00000000 ;默认值
;; "AutoInstallMinorUpdates"=dword:00000001
;; ;更新挂起时如果有用户登录不自动重启计算机
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;; ;"NoAutoRebootWithLoggedOnUsers"=dword:00000000 ;默认值
;; "NoAutoRebootWithLoggedOnUsers"=dword:00000001
;; ;Windows更新不包括驱动程序
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
;; ;"ExcludeWUDriversInQualityUpdate"=- ;默认值
;; "ExcludeWUDriversInQualityUpdate"=dword:00000001
;; ;Windows更新不包括恶意软件删除工具
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
;; ;"DontOfferThroughWUAU"=- ;默认值
;; "DontOfferThroughWUAU"=dword:00000001
;; ;将Windows Update自动更新调整为
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;; ;"AUOptions"=dword:00000001 ;从不检查(不推荐)
;; ;"NoAutoUpdate"=dword:00000001
;; "AUOptions"=dword:00000002 ;仅检查更新
;; "NoAutoUpdate"=dword:00000001
;; ;"AUOptions"=dword:00000003 ;检查并下载更新
;; ;"NoAutoUpdate"=dword:00000001
;; ;"AUOptions"=dword:00000004 自动安装更新(推荐) ;默认值
;; ;"NoAutoUpdate"=dword:00000000 ;默认值
;关闭默认共享
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareServer"=dword:00000000
"AutoShareWks"=dword:00000000
;; ;关闭防火墙
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile]
;"EnableFirewall"=dword:00000001 ;默认值
"EnableFirewall"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\PublicProfile]
;"EnableFirewall"=dword:00000001 ;默认值
"EnableFirewall"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile]
;"EnableFirewall"=dword:00000001 ;默认值
"EnableFirewall"=dword:00000000
;关闭远程协助
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance]
"fAllowToGetHelp"=dword:00000000
;***服务优化***
;关闭程序兼容性助手
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\PcaSvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PcaSvc]
"Start"=dword:00000004
;禁用错误报告
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WerSvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WerSvc]
"Start"=dword:00000004
;禁用家庭组
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\HomeGroupProvider]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HomeGroupProvider]
"Start"=dword:00000004
;禁用客户体验改善计划
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\Windows]
"CEIPEnable"=dword:00000000
;***其他优化***
;记事本自动换行
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001
;记事本始终显示状态栏
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"StatusBar"=dword:00000001
;用记事本打开NFO文件
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="NOTEPAD.EXE"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"MSInfoFile"=hex(0):
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\UserChoice]
"Progid"="Applications\\notepad.exe"
;Windows Media Player不显示首次使用对话框
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"GroupPrivacyAcceptance"=dword:00000001
;启用Windows 照片查看器
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
".jpg"="PhotoViewer.FileAssoc.Tiff"
".png"="PhotoViewer.FileAssoc.Tiff"
".jpeg"="PhotoViewer.FileAssoc.Tiff"
".bmp"="PhotoViewer.FileAssoc.Tiff"
".jpe"="PhotoViewer.FileAssoc.Tiff"
".jfif"="PhotoViewer.FileAssoc.Tiff"
".dib"="PhotoViewer.FileAssoc.Tiff"
".ico"="PhotoViewer.FileAssoc.Tiff"
".gif"="PhotoViewer.FileAssoc.Tiff"
".tga"="PhotoViewer.FileAssoc.Tiff"
;VHD启动时不要将VHD动态文件扩展到最大(以节省空间)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FsDepends\Parameters]
"VirtualDiskExpandOnMount"=dword:00000004
;禁止蓝屏时自动重启
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CrashControl]
"AutoReboot"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000
;关闭快速启动
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"HiberbootEnabled"=dword:00000000
;开启快速启动
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
"HibernateEnabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"HiberbootEnabled"=dword:00000001
;关闭休眠,关闭休眠后将导致快速启动以及混合休眠不可用,这样将增加断电丢失数据的风险!
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
;"HibernateEnabled"=dword:00000001 ;默认值
"HibernateEnabled"=dword:00000000
;禁用<a href="https://ziyuanxiong.cn/tag/%e7%b3%bb%e7%bb%9f" title="View all posts in 系统" target="_blank">系统</a>日志
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Windows Error Reporting]
"LoggingDisabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting]
"Disabled"=dword:00000001
;禁用组件堆栈(Component Based Servicing)文件备份
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
"DisableComponentBackups"=dword:00000001
;禁用WfpDiag.ETL日志
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE\Parameters\Policy\Options]
"CollectNetEvents"=dword:00000000
;***电脑管家***
;优化硬盘数据存储 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OptimalLayout]
"EnableAutoLayout"=dword:00000001
;加快Aero Snap显示速度,更快的看到窗口缩略图(需要重启)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExtendedUIHoverTime"=dword:00000000
;加快Aero Peek透视桌面功能的显示速度(需要重启)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DesktopLivePreviewHoverTime"=dword:00000000
;提高前台程序的响应速度
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ForegroundLockTimeout"=dword:00000000
;加快<a href="https://ziyuanxiong.cn/tag/%e7%b3%bb%e7%bb%9f" title="View all posts in 系统" target="_blank">系统</a>各内存命令的显示反应速度
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="0"
;***系统性能优化***
;优化程序的反应时间,加快系统处理速度。
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WaitToKillAppTimeout"="10000"
;缩短因错误程序导致鼠标键盘无反应的等待时间
[HKEY_CURRENT_USER\Control Panel\Desktop]
"HungAppTimeout"="3000"
;自动关闭无反应的程序,避免系统的“死机”隐患
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
;优化内存配置,加速游戏等软件的运行速度
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management]
"IoPageLockLimit"=dword:08000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"IoPageLockLimit"=dword:08000000
;优化处理器的资源分配,看电影视频更流畅
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000026
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000026
;禁止远程修改注册表
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SecurePipeServers\winreg]
"remoteregaccess"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg]
"remoteregaccess"=dword:00000001
;***界面效果优化***
;优化程序进程,独立进程优先级,避免系统“死机”
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"DesktopProcess"=dword:00000001
;优化用户界面组件,当发生异常后自动刷新,防止系统“死机” -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoRestartShell"=dword:00000001
;加快任务栏窗口预览显示速度
[HKEY_CURRENT_USER\Control Panel\Mouse]
"MouseHoverTime"="100"
;***文件<a href="https://ziyuanxiong.cn/tag/%e7%b3%bb%e7%bb%9f%e4%bc%98%e5%8c%96" title="View all posts in 系统优化" target="_blank">系统优化</a>***
;优化Windows文件列表刷新策略
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSimpleNetIDList"=dword:00000001
;优化磁盘访问性能,提升磁盘数据的读写能力
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager]
"AutoChkTimeout"=dword:00000005
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
"AutoChkTimeout"=dword:00000005
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
;优化文件系统(NTFS)的管理,缩短打开文件的反应时间 -
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001
;关闭系统自动调试功能,提高系统运行速度 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]
"Auto"="0"
;加大系统的图标缓冲,提高系统开机速度 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="2000"
;禁止系统自动生成错误报告,加快系统反应速度 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000
"ShowUI"=dword:00000000
;禁止U盘等移动设备的自动播放,防止被病毒感染 -
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:000000dd ;360
;自动优化启动分区,加快启动速度 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"
;***网络优化***
;启用最大传输单元大小自动探测、黑洞路由器探测,提高网速
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"EnablePMTUDiscovery"=dword:00000001
"EnablePMTUBHDetect"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnablePMTUDiscovery"=dword:00000001
"EnablePMTUBHDetect"=dword:00000001
;优化默认分组报文寿命,避免浪费流量,提高网速
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"DefaultTTL"=dword:00000040
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DefaultTTL"=dword:00000040
;优化网卡性能,提升网络效率
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"MaxConnectionsPerServer"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxConnectionsPerServer"=dword:00000000
;优化网络WINS名称查询时间,增强网络数据传输能力,提高网速
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NetBT\Parameters]
"NameSrvQueryTimeout"=dword:00000bb8
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"NameSrvQueryTimeout"=dword:00000bb8
;优化网络参数设置,提高网络连接稳定性
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\LanmanWorkstation\Parameters]
"MaxCmds"=dword:0000001e
"MaxThreads"=dword:0000001e
"MaxCollectionCount"=dword:00000020
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"MaxCmds"=dword:0000001e
"MaxThreads"=dword:0000001e
"MaxCollectionCount"=dword:00000020
;优化网络快速转发机制,提高上网速度
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"SackOpts"=dword:00000001
"TcpMaxDupAcks"=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"SackOpts"=dword:00000001
"TcpMaxDupAcks"=dword:00000002
;优化局域网连接
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"nonetcrawling"=dword:00000001
;优化DNS,加快DNS的解析速度
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Dnscache\Parameters]
"negativesoacachetime"=dword:00000000
"netfailurecachetime"=dword:00000000
"maxcacheentryttllimit"=dword:00002a30
"maxcachettl"=dword:00002a30
"maxnegativecachettl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"negativesoacachetime"=dword:00000000
"netfailurecachetime"=dword:00000000
"maxcacheentryttllimit"=dword:00002a30
"maxcachettl"=dword:00002a30
"maxnegativecachettl"=dword:00000000
;启动传输单元缓冲区自动调整,减少网络反应时间。电脑管家
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"Tcp1323Opts"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"Tcp1323Opts"=dword:00000001
;***其他优化***
;关闭允许网站通过访问我的语言列表来提供本地相关内容
[HKEY_CURRENT_USER\Control Panel\International\User Profile]
"HttpAcceptLanguageOptOut"=dword:00000001
;关闭反馈和诊断
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Privacy]
"TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000
;关闭收集语言和书写习惯
[HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization\TrainedDataStore]
"HarvestContacts"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Personalization\Settings]
"AcceptedPrivacyPolicy"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language]
"Enabled"=dword:00000000
;关闭windows跟踪应用启动
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_TrackProgs"=dword:00000000
;反馈频率改为“从不”
[HKEY_CURRENT_USER\Software\Microsoft\Siuf\Rules]
"NumberOfSIUFInPeriod"=dword:00000000
;关闭传递优化;该功能可以把下载的更新文件发送到局域网其他电脑上,没什么大作用。
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings]
"DownloadMode"="0"
;右键添加管理员取得所有权
[HKEY_CLASSES_ROOT\*\shell\runas]
@="管理员取得所有权"
"HasLUAShield"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="管理员取得所有权"
"HasLUAShield"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
;关闭咨询和兴趣
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds]
"ShellFeedsTaskbarViewMode"=dword:00000002
<a href="https://ziyuanxiong.cn/tag/windows" title="View all posts in Windows" target="_blank">Windows</a> Registry Editor Version 5.00

;最开始这句"<a href="https://ziyuanxiong.cn/tag/windows" title="View all posts in Windows" target="_blank">Windows</a> Registry Editor Version 5.00"是注册表文件必备语句,请不要删除。
;以";"开头的语句是注释语句,不起任何作用,只是注释而已。

;***桌面图标优化***
;在桌面显示此电脑
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
;"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001 ;默认值
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

;; ;在桌面显示控制面板
;; [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
;; ;"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001 ;默认值
;; "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000

;***任务栏优化***
;显示Windows10_1903任务栏小娜按钮
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] 
;; ;"ShowCortanaButton"=dword:00000000 ;隐藏
;; "ShowCortanaButton"=dword:00000001 ;显示

;将任务栏中的搜索调整为仅显示图标
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
;; "SearchboxTaskbarMode"=dword:00000000 ;隐藏
;; ;"SearchboxTaskbarMode"=dword:00000001 ;仅显示图标
;; ;"SearchboxTaskbarMode"=dword:00000002 ;显示搜索框 ;默认值

;当任务栏被占满时
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarGlomLevel"=dword:00000000 ;始终合并 ;默认值

;锁定任务栏
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSizeMove"=dword:00000000 

;隐藏任务栏上的人脉
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People]
"PeopleBand"=dword:00000000

;任务栏时钟精确到秒
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSecondsInSystemClock"=dword:00000001

;语言栏隐藏到任务拦
[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]
"ShowStatus"=dword:00000004
"ExtraIconsOnMinimized"=dword:00000000

;取消语言栏上的帮助按钮
[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar\ItemState\{ED9D5450-EBE6-4255-8289-F8A31E687228}]
"DemoteLevel"=dword:00000003

;***主题设置优化***
;将Windows10改为浅色主题
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes]  
;; "CurrentTheme"="C:\\Windows\\resources\\Themes\\light.theme" 
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\HighContrast] 
;; "Pre-High Contrast Scheme"="C:\\Windows\\resources\\Themes\\light.theme" 
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
;; "SystemUsesLightTheme"=dword:00000001
;; "ColorPrevalence"=dword:00000000

;取消标题栏和窗口边框颜色
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ;默认值
;"ColorPrevalence"=dword:00000001

;使开始菜单、任务栏、操作中心透明
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"EnableTransparency"=dword:00000001

;桌面壁纸质量调整为
[HKEY_CURRENT_USER\Control Panel\Desktop]
"JPEGImportQuality"=- ;默认值(推荐)

;***安全设置优化***
;将用户账号控制程序(UAC)调整为从不通知
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000000
"EnableLUA"=dword:00000000
"PromptOnSecureDesktop"=dword:00000000

;开启用于内置管理员帐户的管理员批准模式
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"FilterAdministratorToken"=dword:00000001

;关闭Smartscreen应用筛选器
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"SmartScreenEnabled"="off"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter]
"EnabledV9"=dword:00000000

;关闭打开程序的“安全警告
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
"ModRiskFileTypes"=".bat;.exe;.reg;.vbs;.chm;.msi;.js;.cmd"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Associations]
"ModRiskFileTypes"=".bat;.exe;.reg;.vbs;.chm;.msi;.js;.cmd"

;禁用Windows Defender
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001

;***开始菜单及Windows体验优化***
;不允许在开始菜单显示建议
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SubscribedContent-338388Enabled"=dword:00000000
"SubscribedContent-338389Enabled"=dword:00000001

;关闭在应用商店中查找关联应用
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"NoUseStoreOpenWith"=dword:00000001

;关闭偶尔在开始菜单中显示的推荐应用360
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SystemPaneSuggestionsEnabled"=dword:00000000

;关闭Windows Ink推广应用 360
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PenWorkspace]
"PenWorkspaceAppSuggestionsEnabled"=dword:00000000

;关闭锁屏时的Windows 聚焦推广
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"RotatingLockScreenEnable"=dword:00000000

;关闭“使用Windows时获取技巧和建议”
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SoftLandingEnabled"=dword:00000000

;关闭“突出显示新安装的程序”
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_NotifyNewApps"=dword:00000000

;禁止自动安装推荐的应用程序
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SilentInstalledAppsEnabled"=dword:00000000

;关闭游戏录制工具
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
"AppCaptureEnabled"=dword:00000000
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000000

;关闭“当我玩游戏时在后台录制”,开启此功能会影响游戏质量
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR]
"HistoricalCaptureEnabled"=dword:00000000


;登陆界面默认打开小键盘
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"

;关闭OneDrive
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive]
"DisableFileSyncNGSC"=dword:00000001

;关闭自动更新地图360
[HKEY_LOCAL_MACHINE\SYSTEM\Maps]
"AutoUpdateEnabled"=dword:00000000

;显示首次登录动画
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"EnableFirstLogonAnimation"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableFirstLogonAnimation"=-

;***资源管理器优化***
;打开资源管理器时显示此电脑
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"LaunchTo"=dword:00000001

;显示所有文件扩展名
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000

;隐藏快捷方式小箭头
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"29"="%systemroot%\\Blank.ico"

;隐藏可执行文件小盾牌
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"77"="%systemroot%\\Blank.ico"

;隐藏NTFS蓝色双箭头压缩标识
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"179"="%systemroot%\\Blank.ico"

;创建快捷方式时不添快捷方式文字
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00

;隐藏此电脑中视频、图片、文档、下载、音乐、桌面、3D对象七个文件夹
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d83ee9b-2244-4e70-b1f5-5393042af1e4}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{a0c69a99-21c8-4671-8703-7934162fcf1d}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d83ee9b-2244-4e70-b1f5-5393042af1e4}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{a0c69a99-21c8-4671-8703-7934162fcf1d}\PropertyBag]
"ThisPCPolicy"="Hide"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}\PropertyBag]
"ThisPCPolicy"="Hide"

;禁止自动播放
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers]
"DisableAutoplay"=dword:00000001

;在单独的进程中打开文件夹窗口
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"SeparateProcess"=dword:00000001

;资源管理器窗口最小化时显示完整路径
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"FullPath"=dword:00000001

;关闭视频文件预览,提高资源管理器响应速度 
[-HKEY_CLASSES_ROOT\.mp4\ShellEx]
[HKEY_CLASSES_ROOT\.mp4\-ShellEx]
[HKEY_CLASSES_ROOT\.mp4\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mp4\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.3gp\ShellEx]
[HKEY_CLASSES_ROOT\.3gp\-ShellEx]
[HKEY_CLASSES_ROOT\.3gp\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.3gp\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.m4v\ShellEx]
[HKEY_CLASSES_ROOT\.m4v\-ShellEx]
[HKEY_CLASSES_ROOT\.m4v\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.m4v\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mkv\ShellEx]
[HKEY_CLASSES_ROOT\.mkv\-ShellEx]
[HKEY_CLASSES_ROOT\.mkv\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mkv\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.m4a\ShellEx]
[HKEY_CLASSES_ROOT\.m4a\-ShellEx]
[HKEY_CLASSES_ROOT\.m4a\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.m4a\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mod\ShellEx]
[HKEY_CLASSES_ROOT\.mod\-ShellEx]
[HKEY_CLASSES_ROOT\.mod\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mod\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.avi\ShellEx]
[HKEY_CLASSES_ROOT\.avi\-ShellEx]
[HKEY_CLASSES_ROOT\.avi\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.avi\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.wmv\ShellEx]
[HKEY_CLASSES_ROOT\.wmv\-ShellEx]
[HKEY_CLASSES_ROOT\.wmv\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.wmv\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mpg\ShellEx]
[HKEY_CLASSES_ROOT\.mpg\-ShellEx]
[HKEY_CLASSES_ROOT\.mpg\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mpg\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mpeg\ShellEx]
[HKEY_CLASSES_ROOT\.mpeg\-ShellEx]
[HKEY_CLASSES_ROOT\.mpeg\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mpeg\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.mov\ShellEx]
[HKEY_CLASSES_ROOT\.mov\-ShellEx]
[HKEY_CLASSES_ROOT\.mov\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mov\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"

;关闭音乐文件图片预览,提高资源管理器响应速度
[-HKEY_CLASSES_ROOT\.mp3\ShellEx]
[HKEY_CLASSES_ROOT\.mp3\-ShellEx]
[HKEY_CLASSES_ROOT\.mp3\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.mp3\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[-HKEY_CLASSES_ROOT\.flac\ShellEx]
[HKEY_CLASSES_ROOT\.flac\-ShellEx]
[HKEY_CLASSES_ROOT\.flac\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.flac\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"

;资源管理器快速访问不显示常用文件夹
;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
;; "ShowFrequent"=dword:00000000

;资源管理器快速访问不显示最近使用的文件
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"ShowRecent"=dword:00000000

;***Edge浏览器优化***
;阻止Microsoft Edge“首次运行”欢迎页面
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge]
"PreventFirstRunPage"=dword:00000000

;关闭Adobe Flash即点即用
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Security]
"FlashClickToRunMode"=dword:00000000

;***IE浏览器优化***
;关闭多个选项卡时不发出警告
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"WarnOnClose"=dword:00000000

;当创建新选项卡时,始终切换到新选项卡
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"OpenInForeground"=dword:00000001

;其他程序从当前窗口的新选项卡打开连接
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"ShortcutBehavior"=dword:00000001
  
;以兼容性视图中显示所有网站
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation]
"AllSitesCompatibilityMode"=dword:00000001 
  
;启用表单的自动完成功能
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Use FormSuggest"="yes"

;关闭建议的网站
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Suggested Sites]
"Enabled"=dword:00000000

;跳过IE首次运行自定义设置
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001
"DisableFirstRunCustomize"=dword:00000001

;不保存附件的区域信息
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001

;启用增强保护模式
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Isolation"="PMEM"
  
;针对增强保护模式启用64位进程
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Isolation64Bit"=dword:00000001
  
;锁定Internet Explorer工具栏
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"Locked"=dword:00000001

;将同时可用下载数目调整到 10
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:0000000a 
"MaxConnectionsPer1_0Server"=dword:0000000a 

;遇到弹出窗口时始终在新选项卡中打开弹出窗口
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"PopupsUseNewWindow"=dword:00000002

;关闭IE自动更新
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NoUpdateCheck"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions]
"NoUpdateCheck"=dword:00000001

;***Windows更新设置*** 
;自动安装无需重启的更新
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;; ;"AutoInstallMinorUpdates"=dword:00000000 ;默认值
;; "AutoInstallMinorUpdates"=dword:00000001
 
;; ;更新挂起时如果有用户登录不自动重启计算机
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;; ;"NoAutoRebootWithLoggedOnUsers"=dword:00000000 ;默认值
;; "NoAutoRebootWithLoggedOnUsers"=dword:00000001

;; ;Windows更新不包括驱动程序
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
;; ;"ExcludeWUDriversInQualityUpdate"=- ;默认值
;; "ExcludeWUDriversInQualityUpdate"=dword:00000001

;; ;Windows更新不包括恶意软件删除工具
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
;; ;"DontOfferThroughWUAU"=- ;默认值
;; "DontOfferThroughWUAU"=dword:00000001
  
;; ;将Windows Update自动更新调整为
;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;; ;"AUOptions"=dword:00000001 ;从不检查(不推荐)
;; ;"NoAutoUpdate"=dword:00000001
;; "AUOptions"=dword:00000002 ;仅检查更新
;; "NoAutoUpdate"=dword:00000001
;; ;"AUOptions"=dword:00000003 ;检查并下载更新
;; ;"NoAutoUpdate"=dword:00000001
;; ;"AUOptions"=dword:00000004 自动安装更新(推荐) ;默认值
;; ;"NoAutoUpdate"=dword:00000000 ;默认值

;关闭默认共享
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareServer"=dword:00000000
"AutoShareWks"=dword:00000000

;; ;关闭防火墙
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile]
;"EnableFirewall"=dword:00000001 ;默认值
"EnableFirewall"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\PublicProfile]
;"EnableFirewall"=dword:00000001 ;默认值
"EnableFirewall"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile]
;"EnableFirewall"=dword:00000001 ;默认值
"EnableFirewall"=dword:00000000

;关闭远程协助
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance]
"fAllowToGetHelp"=dword:00000000

;***服务优化***
;关闭程序兼容性助手
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\PcaSvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PcaSvc]
"Start"=dword:00000004

;禁用错误报告
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WerSvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WerSvc]
"Start"=dword:00000004

;禁用家庭组
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\HomeGroupProvider]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HomeGroupProvider]
"Start"=dword:00000004

;禁用客户体验改善计划
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\Windows]
"CEIPEnable"=dword:00000000

;***其他优化***
;记事本自动换行
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001

;记事本始终显示状态栏
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"StatusBar"=dword:00000001

;用记事本打开NFO文件
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="NOTEPAD.EXE"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"MSInfoFile"=hex(0):
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\UserChoice]
"Progid"="Applications\\notepad.exe"

;Windows Media Player不显示首次使用对话框
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"GroupPrivacyAcceptance"=dword:00000001

;启用Windows 照片查看器
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
".jpg"="PhotoViewer.FileAssoc.Tiff"
".png"="PhotoViewer.FileAssoc.Tiff"
".jpeg"="PhotoViewer.FileAssoc.Tiff"
".bmp"="PhotoViewer.FileAssoc.Tiff"
".jpe"="PhotoViewer.FileAssoc.Tiff"
".jfif"="PhotoViewer.FileAssoc.Tiff"
".dib"="PhotoViewer.FileAssoc.Tiff"
".ico"="PhotoViewer.FileAssoc.Tiff"
".gif"="PhotoViewer.FileAssoc.Tiff"
".tga"="PhotoViewer.FileAssoc.Tiff"

;VHD启动时不要将VHD动态文件扩展到最大(以节省空间)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FsDepends\Parameters]
"VirtualDiskExpandOnMount"=dword:00000004

;禁止蓝屏时自动重启
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CrashControl]
"AutoReboot"=dword:00000000 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000 

;关闭快速启动
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"HiberbootEnabled"=dword:00000000

;开启快速启动
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
"HibernateEnabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"HiberbootEnabled"=dword:00000001

;关闭休眠,关闭休眠后将导致快速启动以及混合休眠不可用,这样将增加断电丢失数据的风险!
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
;"HibernateEnabled"=dword:00000001 ;默认值
"HibernateEnabled"=dword:00000000

;禁用<a href="https://ziyuanxiong.cn/tag/%e7%b3%bb%e7%bb%9f" title="View all posts in 系统" target="_blank">系统</a>日志
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Windows Error Reporting]
"LoggingDisabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting]
"Disabled"=dword:00000001

;禁用组件堆栈(Component Based Servicing)文件备份
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
"DisableComponentBackups"=dword:00000001

;禁用WfpDiag.ETL日志
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE\Parameters\Policy\Options]
"CollectNetEvents"=dword:00000000

;***电脑管家***
;优化硬盘数据存储 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OptimalLayout]
"EnableAutoLayout"=dword:00000001

;加快Aero Snap显示速度,更快的看到窗口缩略图(需要重启)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExtendedUIHoverTime"=dword:00000000

;加快Aero Peek透视桌面功能的显示速度(需要重启)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DesktopLivePreviewHoverTime"=dword:00000000

;提高前台程序的响应速度
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ForegroundLockTimeout"=dword:00000000

;加快<a href="https://ziyuanxiong.cn/tag/%e7%b3%bb%e7%bb%9f" title="View all posts in 系统" target="_blank">系统</a>各内存命令的显示反应速度
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="0"

;***系统性能优化***
;优化程序的反应时间,加快系统处理速度。
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WaitToKillAppTimeout"="10000"

;缩短因错误程序导致鼠标键盘无反应的等待时间
[HKEY_CURRENT_USER\Control Panel\Desktop]
"HungAppTimeout"="3000"

;自动关闭无反应的程序,避免系统的“死机”隐患
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"

;优化内存配置,加速游戏等软件的运行速度
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management]
"IoPageLockLimit"=dword:08000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"IoPageLockLimit"=dword:08000000

;优化处理器的资源分配,看电影视频更流畅
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000026
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000026

;禁止远程修改注册表
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SecurePipeServers\winreg]
"remoteregaccess"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg]
"remoteregaccess"=dword:00000001

;***界面效果优化***
;优化程序进程,独立进程优先级,避免系统“死机”
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"DesktopProcess"=dword:00000001

;优化用户界面组件,当发生异常后自动刷新,防止系统“死机” -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoRestartShell"=dword:00000001

;加快任务栏窗口预览显示速度
[HKEY_CURRENT_USER\Control Panel\Mouse]
"MouseHoverTime"="100"

;***文件<a href="https://ziyuanxiong.cn/tag/%e7%b3%bb%e7%bb%9f%e4%bc%98%e5%8c%96" title="View all posts in 系统优化" target="_blank">系统优化</a>***
;优化Windows文件列表刷新策略
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSimpleNetIDList"=dword:00000001

;优化磁盘访问性能,提升磁盘数据的读写能力
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager]
"AutoChkTimeout"=dword:00000005
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
"AutoChkTimeout"=dword:00000005
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001

;优化文件系统(NTFS)的管理,缩短打开文件的反应时间 -
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001

;关闭系统自动调试功能,提高系统运行速度 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]
"Auto"="0"

;加大系统的图标缓冲,提高系统开机速度 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="2000"

;禁止系统自动生成错误报告,加快系统反应速度 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000
"ShowUI"=dword:00000000

;禁止U盘等移动设备的自动播放,防止被病毒感染 -
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:000000dd ;360

;自动优化启动分区,加快启动速度 -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"

;***网络优化***
;启用最大传输单元大小自动探测、黑洞路由器探测,提高网速
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"EnablePMTUDiscovery"=dword:00000001
"EnablePMTUBHDetect"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnablePMTUDiscovery"=dword:00000001
"EnablePMTUBHDetect"=dword:00000001

;优化默认分组报文寿命,避免浪费流量,提高网速
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"DefaultTTL"=dword:00000040
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DefaultTTL"=dword:00000040

;优化网卡性能,提升网络效率
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"MaxConnectionsPerServer"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxConnectionsPerServer"=dword:00000000

;优化网络WINS名称查询时间,增强网络数据传输能力,提高网速
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NetBT\Parameters]
"NameSrvQueryTimeout"=dword:00000bb8
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"NameSrvQueryTimeout"=dword:00000bb8

;优化网络参数设置,提高网络连接稳定性
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\LanmanWorkstation\Parameters]
"MaxCmds"=dword:0000001e
"MaxThreads"=dword:0000001e
"MaxCollectionCount"=dword:00000020
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"MaxCmds"=dword:0000001e
"MaxThreads"=dword:0000001e
"MaxCollectionCount"=dword:00000020

;优化网络快速转发机制,提高上网速度
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"SackOpts"=dword:00000001
"TcpMaxDupAcks"=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"SackOpts"=dword:00000001
"TcpMaxDupAcks"=dword:00000002

;优化局域网连接
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"nonetcrawling"=dword:00000001

;优化DNS,加快DNS的解析速度
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Dnscache\Parameters]
"negativesoacachetime"=dword:00000000
"netfailurecachetime"=dword:00000000
"maxcacheentryttllimit"=dword:00002a30
"maxcachettl"=dword:00002a30
"maxnegativecachettl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"negativesoacachetime"=dword:00000000
"netfailurecachetime"=dword:00000000
"maxcacheentryttllimit"=dword:00002a30
"maxcachettl"=dword:00002a30
"maxnegativecachettl"=dword:00000000

;启动传输单元缓冲区自动调整,减少网络反应时间。电脑管家
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"Tcp1323Opts"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"Tcp1323Opts"=dword:00000001


;***其他优化***
;关闭允许网站通过访问我的语言列表来提供本地相关内容
[HKEY_CURRENT_USER\Control Panel\International\User Profile]
"HttpAcceptLanguageOptOut"=dword:00000001

;关闭反馈和诊断
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Privacy]
"TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000

;关闭收集语言和书写习惯
[HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization\TrainedDataStore]
"HarvestContacts"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Personalization\Settings]
"AcceptedPrivacyPolicy"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language]
"Enabled"=dword:00000000

;关闭windows跟踪应用启动
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_TrackProgs"=dword:00000000

;反馈频率改为“从不”
[HKEY_CURRENT_USER\Software\Microsoft\Siuf\Rules]
"NumberOfSIUFInPeriod"=dword:00000000

;关闭传递优化;该功能可以把下载的更新文件发送到局域网其他电脑上,没什么大作用。
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings]
"DownloadMode"="0"

;右键添加管理员取得所有权
[HKEY_CLASSES_ROOT\*\shell\runas]
@="管理员取得所有权"
"HasLUAShield"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="管理员取得所有权"
"HasLUAShield"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

;关闭咨询和兴趣
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds]
"ShellFeedsTaskbarViewMode"=dword:00000002
Windows Registry Editor Version 5.00 ;最开始这句"Windows Registry Editor Version 5.00"是注册表文件必备语句,请不要删除。 ;以";"开头的语句是注释语句,不起任何作用,只是注释而已。 ;***桌面图标优化*** ;在桌面显示此电脑 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] ;"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001 ;默认值 "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 ;; ;在桌面显示控制面板 ;; [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] ;; ;"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001 ;默认值 ;; "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000 ;***任务栏优化*** ;显示Windows10_1903任务栏小娜按钮 ;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] ;; ;"ShowCortanaButton"=dword:00000000 ;隐藏 ;; "ShowCortanaButton"=dword:00000001 ;显示 ;将任务栏中的搜索调整为仅显示图标 ;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] ;; "SearchboxTaskbarMode"=dword:00000000 ;隐藏 ;; ;"SearchboxTaskbarMode"=dword:00000001 ;仅显示图标 ;; ;"SearchboxTaskbarMode"=dword:00000002 ;显示搜索框 ;默认值 ;当任务栏被占满时 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomLevel"=dword:00000000 ;始终合并 ;默认值 ;锁定任务栏 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarSizeMove"=dword:00000000 ;隐藏任务栏上的人脉 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People] "PeopleBand"=dword:00000000 ;任务栏时钟精确到秒 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSecondsInSystemClock"=dword:00000001 ;语言栏隐藏到任务拦 [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar] "ShowStatus"=dword:00000004 "ExtraIconsOnMinimized"=dword:00000000 ;取消语言栏上的帮助按钮 [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar\ItemState\{ED9D5450-EBE6-4255-8289-F8A31E687228}] "DemoteLevel"=dword:00000003 ;***主题设置优化*** ;将Windows10改为浅色主题 ;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes] ;; "CurrentTheme"="C:\\Windows\\resources\\Themes\\light.theme" ;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\HighContrast] ;; "Pre-High Contrast Scheme"="C:\\Windows\\resources\\Themes\\light.theme" ;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize] ;; "SystemUsesLightTheme"=dword:00000001 ;; "ColorPrevalence"=dword:00000000 ;取消标题栏和窗口边框颜色 [HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM] "ColorPrevalence"=dword:00000000 ;默认值 ;"ColorPrevalence"=dword:00000001 ;使开始菜单、任务栏、操作中心透明 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize] "EnableTransparency"=dword:00000001 ;桌面壁纸质量调整为 [HKEY_CURRENT_USER\Control Panel\Desktop] "JPEGImportQuality"=- ;默认值(推荐) ;***安全设置优化*** ;将用户账号控制程序(UAC)调整为从不通知 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "ConsentPromptBehaviorAdmin"=dword:00000000 "EnableLUA"=dword:00000000 "PromptOnSecureDesktop"=dword:00000000 ;开启用于内置管理员帐户的管理员批准模式 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "FilterAdministratorToken"=dword:00000001 ;关闭Smartscreen应用筛选器 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "SmartScreenEnabled"="off" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter] "EnabledV9"=dword:00000000 ;关闭打开程序的“安全警告 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "ModRiskFileTypes"=".bat;.exe;.reg;.vbs;.chm;.msi;.js;.cmd" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Associations] "ModRiskFileTypes"=".bat;.exe;.reg;.vbs;.chm;.msi;.js;.cmd" ;禁用Windows Defender [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] "DisableAntiSpyware"=dword:00000001 ;***开始菜单及Windows体验优化*** ;不允许在开始菜单显示建议 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "SubscribedContent-338388Enabled"=dword:00000000 "SubscribedContent-338389Enabled"=dword:00000001 ;关闭在应用商店中查找关联应用 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer] "NoUseStoreOpenWith"=dword:00000001 ;关闭偶尔在开始菜单中显示的推荐应用360 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "SystemPaneSuggestionsEnabled"=dword:00000000 ;关闭Windows Ink推广应用 360 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PenWorkspace] "PenWorkspaceAppSuggestionsEnabled"=dword:00000000 ;关闭锁屏时的Windows 聚焦推广 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "RotatingLockScreenEnable"=dword:00000000 ;关闭“使用Windows时获取技巧和建议” [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "SoftLandingEnabled"=dword:00000000 ;关闭“突出显示新安装的程序” [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_NotifyNewApps"=dword:00000000 ;禁止自动安装推荐的应用程序 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "SilentInstalledAppsEnabled"=dword:00000000 ;关闭游戏录制工具 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR] "AppCaptureEnabled"=dword:00000000 [HKEY_CURRENT_USER\System\GameConfigStore] "GameDVR_Enabled"=dword:00000000 ;关闭“当我玩游戏时在后台录制”,开启此功能会影响游戏质量 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR] "HistoricalCaptureEnabled"=dword:00000000 ;登陆界面默认打开小键盘 [HKEY_USERS\.DEFAULT\Control Panel\Keyboard] "InitialKeyboardIndicators"="2" ;关闭OneDrive [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive] "DisableFileSyncNGSC"=dword:00000001 ;关闭自动更新地图360 [HKEY_LOCAL_MACHINE\SYSTEM\Maps] "AutoUpdateEnabled"=dword:00000000 ;显示首次登录动画 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "EnableFirstLogonAnimation"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableFirstLogonAnimation"=- ;***资源管理器优化*** ;打开资源管理器时显示此电脑 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "LaunchTo"=dword:00000001 ;显示所有文件扩展名 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "HideFileExt"=dword:00000000 ;隐藏快捷方式小箭头 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] "29"="%systemroot%\\Blank.ico" ;隐藏可执行文件小盾牌 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] "77"="%systemroot%\\Blank.ico" ;隐藏NTFS蓝色双箭头压缩标识 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] "179"="%systemroot%\\Blank.ico" ;创建快捷方式时不添快捷方式文字 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "Link"=hex:00,00,00,00 ;隐藏此电脑中视频、图片、文档、下载、音乐、桌面、3D对象七个文件夹 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d83ee9b-2244-4e70-b1f5-5393042af1e4}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{a0c69a99-21c8-4671-8703-7934162fcf1d}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d83ee9b-2244-4e70-b1f5-5393042af1e4}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{a0c69a99-21c8-4671-8703-7934162fcf1d}\PropertyBag] "ThisPCPolicy"="Hide" [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}\PropertyBag] "ThisPCPolicy"="Hide" ;禁止自动播放 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers] "DisableAutoplay"=dword:00000001 ;在单独的进程中打开文件夹窗口 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "SeparateProcess"=dword:00000001 ;资源管理器窗口最小化时显示完整路径 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "FullPath"=dword:00000001 ;关闭视频文件预览,提高资源管理器响应速度 [-HKEY_CLASSES_ROOT\.mp4\ShellEx] [HKEY_CLASSES_ROOT\.mp4\-ShellEx] [HKEY_CLASSES_ROOT\.mp4\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.mp4\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.3gp\ShellEx] [HKEY_CLASSES_ROOT\.3gp\-ShellEx] [HKEY_CLASSES_ROOT\.3gp\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.3gp\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.m4v\ShellEx] [HKEY_CLASSES_ROOT\.m4v\-ShellEx] [HKEY_CLASSES_ROOT\.m4v\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.m4v\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.mkv\ShellEx] [HKEY_CLASSES_ROOT\.mkv\-ShellEx] [HKEY_CLASSES_ROOT\.mkv\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.mkv\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.m4a\ShellEx] [HKEY_CLASSES_ROOT\.m4a\-ShellEx] [HKEY_CLASSES_ROOT\.m4a\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.m4a\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.mod\ShellEx] [HKEY_CLASSES_ROOT\.mod\-ShellEx] [HKEY_CLASSES_ROOT\.mod\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.mod\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.avi\ShellEx] [HKEY_CLASSES_ROOT\.avi\-ShellEx] [HKEY_CLASSES_ROOT\.avi\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.avi\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.wmv\ShellEx] [HKEY_CLASSES_ROOT\.wmv\-ShellEx] [HKEY_CLASSES_ROOT\.wmv\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.wmv\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.mpg\ShellEx] [HKEY_CLASSES_ROOT\.mpg\-ShellEx] [HKEY_CLASSES_ROOT\.mpg\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.mpg\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.mpeg\ShellEx] [HKEY_CLASSES_ROOT\.mpeg\-ShellEx] [HKEY_CLASSES_ROOT\.mpeg\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.mpeg\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.mov\ShellEx] [HKEY_CLASSES_ROOT\.mov\-ShellEx] [HKEY_CLASSES_ROOT\.mov\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.mov\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" ;关闭音乐文件图片预览,提高资源管理器响应速度 [-HKEY_CLASSES_ROOT\.mp3\ShellEx] [HKEY_CLASSES_ROOT\.mp3\-ShellEx] [HKEY_CLASSES_ROOT\.mp3\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.mp3\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [-HKEY_CLASSES_ROOT\.flac\ShellEx] [HKEY_CLASSES_ROOT\.flac\-ShellEx] [HKEY_CLASSES_ROOT\.flac\-ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" [HKEY_CLASSES_ROOT\.flac\-ShellEx\{e357fccd-a995-4576-b01f-234630154e96}] @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}" ;资源管理器快速访问不显示常用文件夹 ;; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] ;; "ShowFrequent"=dword:00000000 ;资源管理器快速访问不显示最近使用的文件 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "ShowRecent"=dword:00000000 ;***Edge浏览器优化*** ;阻止Microsoft Edge“首次运行”欢迎页面 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge] "PreventFirstRunPage"=dword:00000000 ;关闭Adobe Flash即点即用 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Security] "FlashClickToRunMode"=dword:00000000 ;***IE浏览器优化*** ;关闭多个选项卡时不发出警告 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing] "WarnOnClose"=dword:00000000 ;当创建新选项卡时,始终切换到新选项卡 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing] "OpenInForeground"=dword:00000001 ;其他程序从当前窗口的新选项卡打开连接 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing] "ShortcutBehavior"=dword:00000001 ;以兼容性视图中显示所有网站 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation] "AllSitesCompatibilityMode"=dword:00000001 ;启用表单的自动完成功能 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Use FormSuggest"="yes" ;关闭建议的网站 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Suggested Sites] "Enabled"=dword:00000000 ;跳过IE首次运行自定义设置 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "RunOnceHasShown"=dword:00000001 "RunOnceComplete"=dword:00000001 "DisableFirstRunCustomize"=dword:00000001 ;不保存附件的区域信息 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001 ;启用增强保护模式 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Isolation"="PMEM" ;针对增强保护模式启用64位进程 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Isolation64Bit"=dword:00000001 ;锁定Internet Explorer工具栏 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar] "Locked"=dword:00000001 ;将同时可用下载数目调整到 10 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPer1_0Server"=dword:0000000a "MaxConnectionsPerServer"=dword:0000000a [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:0000000a "MaxConnectionsPer1_0Server"=dword:0000000a ;遇到弹出窗口时始终在新选项卡中打开弹出窗口 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing] "PopupsUseNewWindow"=dword:00000002 ;关闭IE自动更新 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "NoUpdateCheck"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions] "NoUpdateCheck"=dword:00000001 ;***Windows更新设置*** ;自动安装无需重启的更新 ;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] ;; ;"AutoInstallMinorUpdates"=dword:00000000 ;默认值 ;; "AutoInstallMinorUpdates"=dword:00000001 ;; ;更新挂起时如果有用户登录不自动重启计算机 ;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] ;; ;"NoAutoRebootWithLoggedOnUsers"=dword:00000000 ;默认值 ;; "NoAutoRebootWithLoggedOnUsers"=dword:00000001 ;; ;Windows更新不包括驱动程序 ;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] ;; ;"ExcludeWUDriversInQualityUpdate"=- ;默认值 ;; "ExcludeWUDriversInQualityUpdate"=dword:00000001 ;; ;Windows更新不包括恶意软件删除工具 ;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT] ;; ;"DontOfferThroughWUAU"=- ;默认值 ;; "DontOfferThroughWUAU"=dword:00000001 ;; ;将Windows Update自动更新调整为 ;; [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] ;; ;"AUOptions"=dword:00000001 ;从不检查(不推荐) ;; ;"NoAutoUpdate"=dword:00000001 ;; "AUOptions"=dword:00000002 ;仅检查更新 ;; "NoAutoUpdate"=dword:00000001 ;; ;"AUOptions"=dword:00000003 ;检查并下载更新 ;; ;"NoAutoUpdate"=dword:00000001 ;; ;"AUOptions"=dword:00000004 自动安装更新(推荐) ;默认值 ;; ;"NoAutoUpdate"=dword:00000000 ;默认值 ;关闭默认共享 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters] "AutoShareServer"=dword:00000000 "AutoShareWks"=dword:00000000 ;; ;关闭防火墙 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile] ;"EnableFirewall"=dword:00000001 ;默认值 "EnableFirewall"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\PublicProfile] ;"EnableFirewall"=dword:00000001 ;默认值 "EnableFirewall"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile] ;"EnableFirewall"=dword:00000001 ;默认值 "EnableFirewall"=dword:00000000 ;关闭远程协助 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance] "fAllowToGetHelp"=dword:00000000 ;***服务优化*** ;关闭程序兼容性助手 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\PcaSvc] "Start"=dword:00000004 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PcaSvc] "Start"=dword:00000004 ;禁用错误报告 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WerSvc] "Start"=dword:00000004 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WerSvc] "Start"=dword:00000004 ;禁用家庭组 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\HomeGroupProvider] "Start"=dword:00000004 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HomeGroupProvider] "Start"=dword:00000004 ;禁用客户体验改善计划 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\Windows] "CEIPEnable"=dword:00000000 ;***其他优化*** ;记事本自动换行 [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fWrap"=dword:00000001 ;记事本始终显示状态栏 [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "StatusBar"=dword:00000001 ;用记事本打开NFO文件 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList] "a"="NOTEPAD.EXE" "MRUList"="a" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids] "MSInfoFile"=hex(0): [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\UserChoice] "Progid"="Applications\\notepad.exe" ;Windows Media Player不显示首次使用对话框 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer] "GroupPrivacyAcceptance"=dword:00000001 ;启用Windows 照片查看器 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations] ".jpg"="PhotoViewer.FileAssoc.Tiff" ".png"="PhotoViewer.FileAssoc.Tiff" ".jpeg"="PhotoViewer.FileAssoc.Tiff" ".bmp"="PhotoViewer.FileAssoc.Tiff" ".jpe"="PhotoViewer.FileAssoc.Tiff" ".jfif"="PhotoViewer.FileAssoc.Tiff" ".dib"="PhotoViewer.FileAssoc.Tiff" ".ico"="PhotoViewer.FileAssoc.Tiff" ".gif"="PhotoViewer.FileAssoc.Tiff" ".tga"="PhotoViewer.FileAssoc.Tiff" ;VHD启动时不要将VHD动态文件扩展到最大(以节省空间) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FsDepends\Parameters] "VirtualDiskExpandOnMount"=dword:00000004 ;禁止蓝屏时自动重启 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CrashControl] "AutoReboot"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;关闭快速启动 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] "HiberbootEnabled"=dword:00000000 ;开启快速启动 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power] "HibernateEnabled"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] "HiberbootEnabled"=dword:00000001 ;关闭休眠,关闭休眠后将导致快速启动以及混合休眠不可用,这样将增加断电丢失数据的风险! [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power] ;"HibernateEnabled"=dword:00000001 ;默认值 "HibernateEnabled"=dword:00000000 ;禁用系统日志 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Windows Error Reporting] "LoggingDisabled"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting] "Disabled"=dword:00000001 ;禁用组件堆栈(Component Based Servicing)文件备份 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration] "DisableComponentBackups"=dword:00000001 ;禁用WfpDiag.ETL日志 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE\Parameters\Policy\Options] "CollectNetEvents"=dword:00000000 ;***电脑管家*** ;优化硬盘数据存储 - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OptimalLayout] "EnableAutoLayout"=dword:00000001 ;加快Aero Snap显示速度,更快的看到窗口缩略图(需要重启) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ExtendedUIHoverTime"=dword:00000000 ;加快Aero Peek透视桌面功能的显示速度(需要重启) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "DesktopLivePreviewHoverTime"=dword:00000000 ;提高前台程序的响应速度 [HKEY_CURRENT_USER\Control Panel\Desktop] "ForegroundLockTimeout"=dword:00000000 ;加快系统各内存命令的显示反应速度 [HKEY_CURRENT_USER\Control Panel\Desktop] "MenuShowDelay"="0" ;***系统性能优化*** ;优化程序的反应时间,加快系统处理速度。 [HKEY_CURRENT_USER\Control Panel\Desktop] "WaitToKillAppTimeout"="10000" ;缩短因错误程序导致鼠标键盘无反应的等待时间 [HKEY_CURRENT_USER\Control Panel\Desktop] "HungAppTimeout"="3000" ;自动关闭无反应的程序,避免系统的“死机”隐患 [HKEY_CURRENT_USER\Control Panel\Desktop] "AutoEndTasks"="1" ;优化内存配置,加速游戏等软件的运行速度 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management] "IoPageLockLimit"=dword:08000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "IoPageLockLimit"=dword:08000000 ;优化处理器的资源分配,看电影视频更流畅 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PriorityControl] "Win32PrioritySeparation"=dword:00000026 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl] "Win32PrioritySeparation"=dword:00000026 ;禁止远程修改注册表 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SecurePipeServers\winreg] "remoteregaccess"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg] "remoteregaccess"=dword:00000001 ;***界面效果优化*** ;优化程序进程,独立进程优先级,避免系统“死机” [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "DesktopProcess"=dword:00000001 ;优化用户界面组件,当发生异常后自动刷新,防止系统“死机” - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "AutoRestartShell"=dword:00000001 ;加快任务栏窗口预览显示速度 [HKEY_CURRENT_USER\Control Panel\Mouse] "MouseHoverTime"="100" ;***文件系统优化*** ;优化Windows文件列表刷新策略 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSimpleNetIDList"=dword:00000001 ;优化磁盘访问性能,提升磁盘数据的读写能力 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager] "AutoChkTimeout"=dword:00000005 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager] "AutoChkTimeout"=dword:00000005 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoLowDiskSpaceChecks"=dword:00000001 ;优化文件系统(NTFS)的管理,缩短打开文件的反应时间 - [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FileSystem] "NtfsDisableLastAccessUpdate"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisableLastAccessUpdate"=dword:00000001 ;关闭系统自动调试功能,提高系统运行速度 - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug] "Auto"="0" ;加大系统的图标缓冲,提高系统开机速度 - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "Max Cached Icons"="2000" ;禁止系统自动生成错误报告,加快系统反应速度 - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "DoReport"=dword:00000000 "ShowUI"=dword:00000000 ;禁止U盘等移动设备的自动播放,防止被病毒感染 - [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoDriveTypeAutoRun"=dword:000000dd ;360 ;自动优化启动分区,加快启动速度 - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] "Enable"="Y" ;***网络优化*** ;启用最大传输单元大小自动探测、黑洞路由器探测,提高网速 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters] "EnablePMTUDiscovery"=dword:00000001 "EnablePMTUBHDetect"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "EnablePMTUDiscovery"=dword:00000001 "EnablePMTUBHDetect"=dword:00000001 ;优化默认分组报文寿命,避免浪费流量,提高网速 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters] "DefaultTTL"=dword:00000040 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "DefaultTTL"=dword:00000040 ;优化网卡性能,提升网络效率 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters] "MaxConnectionsPerServer"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "MaxConnectionsPerServer"=dword:00000000 ;优化网络WINS名称查询时间,增强网络数据传输能力,提高网速 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NetBT\Parameters] "NameSrvQueryTimeout"=dword:00000bb8 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters] "NameSrvQueryTimeout"=dword:00000bb8 ;优化网络参数设置,提高网络连接稳定性 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\LanmanWorkstation\Parameters] "MaxCmds"=dword:0000001e "MaxThreads"=dword:0000001e "MaxCollectionCount"=dword:00000020 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] "MaxCmds"=dword:0000001e "MaxThreads"=dword:0000001e "MaxCollectionCount"=dword:00000020 ;优化网络快速转发机制,提高上网速度 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters] "SackOpts"=dword:00000001 "TcpMaxDupAcks"=dword:00000002 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "SackOpts"=dword:00000001 "TcpMaxDupAcks"=dword:00000002 ;优化局域网连接 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "nonetcrawling"=dword:00000001 ;优化DNS,加快DNS的解析速度 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Dnscache\Parameters] "negativesoacachetime"=dword:00000000 "netfailurecachetime"=dword:00000000 "maxcacheentryttllimit"=dword:00002a30 "maxcachettl"=dword:00002a30 "maxnegativecachettl"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] "negativesoacachetime"=dword:00000000 "netfailurecachetime"=dword:00000000 "maxcacheentryttllimit"=dword:00002a30 "maxcachettl"=dword:00002a30 "maxnegativecachettl"=dword:00000000 ;启动传输单元缓冲区自动调整,减少网络反应时间。电脑管家 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters] "Tcp1323Opts"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "Tcp1323Opts"=dword:00000001 ;***其他优化*** ;关闭允许网站通过访问我的语言列表来提供本地相关内容 [HKEY_CURRENT_USER\Control Panel\International\User Profile] "HttpAcceptLanguageOptOut"=dword:00000001 ;关闭反馈和诊断 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Privacy] "TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000 ;关闭收集语言和书写习惯 [HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization\TrainedDataStore] "HarvestContacts"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Personalization\Settings] "AcceptedPrivacyPolicy"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language] "Enabled"=dword:00000000 ;关闭windows跟踪应用启动 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_TrackProgs"=dword:00000000 ;反馈频率改为“从不” [HKEY_CURRENT_USER\Software\Microsoft\Siuf\Rules] "NumberOfSIUFInPeriod"=dword:00000000 ;关闭传递优化;该功能可以把下载的更新文件发送到局域网其他电脑上,没什么大作用。 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings] "DownloadMode"="0" ;右键添加管理员取得所有权 [HKEY_CLASSES_ROOT\*\shell\runas] @="管理员取得所有权" "HasLUAShield"="" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\*\shell\runas\command] @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" [HKEY_CLASSES_ROOT\Directory\shell\runas] @="管理员取得所有权" "HasLUAShield"="" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\Directory\shell\runas\command] @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t" "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t" ;关闭咨询和兴趣 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds] "ShellFeedsTaskbarViewMode"=dword:00000002
温馨提示:本文最后更新于2024-07-03 16:34:54,某些文章具有时效性,若有错误或已失效,请在下方留言或联系QQ3224592136
© 版权声明
THE END
喜欢就支持一下吧
点赞1赞赏 分享
The reason why a great man is great is that he resolves to be a great man.
伟人之所以伟大,是因为他立志要成为伟大的人
猜你感兴趣
免费干净的定时软件美明定时助手V2.30<a href= -资源熊 -资源熊">
免费干净的定时软件美明定时助手V2.30 -资源熊
免费干净的定时软件美明定时助手V2.30 -资源...
Windows11 23H2正式版 v22631.3958<a href= -资源熊 -资源熊">
Windows11 23H2正式版 v22631.3958 -资源熊
Windows11 23H2正式版 v22631.3958 -资源熊 <...
安兔兔AI大模型评测v1.0.0.1097评估工具<a href= -资源熊 -资源熊">
安兔兔AI大模型评测v1.0.0.1097评估工具 -资源熊
安兔兔AI大模型评测v1.0.0.1097评估工具 -资...
评论 共1条

请登录后发表评论

Ctrl+D收藏我们吧! 或 发现更多