Windows7优化,优化达到30多项,速度大幅提升,
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows7优化,优化达到30多项,速度大幅提升,相关的知识,希望对你有一定的参考价值。
Windows7优化,优化达到30多项,速度大幅提升,
点此下载Windows7优化(下载地址放在文章底部)
解压开后导入Windows7优化.reg后重启。或者新建文本文档复制粘贴以下代码保存为.reg文件,然后打开导入重启即可。记得把透明图标Blank.ico放到C:\\Windows目录内,不然桌面图标去除小箭头这一项优化会无效。
代码来源heimen,资源宝分享 www.httple.net
Windows Registry Editor Version 5.00
;***桌面图标优化***
;在桌面显示计算机
[HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel]
"20D04FE0-3AEA-1069-A2D8-08002B30309D"=dword:00000000
;***任务栏优化***
;隐藏Win7操作中心图标
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer]
"HideSCAHealth"=dword:00000001
;当任务栏被占满时
[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\\CTF\\LangBar]
"ShowStatus"=dword:00000004
"ExtraIconsOnMinimized"=dword:00000000
;取消语言栏上的帮助按钮
[HKEY_CURRENT_USER\\Software\\Microsoft\\CTF\\LangBar\\ItemState\\ED9D5450-EBE6-4255-8289-F8A31E687228]
"DemoteLevel"=dword:00000003
;***安全设置优化***
;将用户账号控制程序(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
;关闭打开程序的“安全警告
[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体验优化***
;开启Win7 Aero主题
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Themes]
"CurrentTheme"="C:\\\\Windows\\\\resources\\\\Themes\\\\aero.theme"
;开启DWM中的透明果
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\DWM]
"Composition"=dword:00000001
"ColorizationOpaqueBlend"=dword:00000000
"EnableAeroPeek"=dword:00000001
"CompositionPolicy"=dword:00000002
"AlwaysHibernateThumbnails"=dword:00000000
"ColorizationColor"=dword:1a75b8fa
"ColorizationColorBalance"=dword:00000005
"ColorizationAfterglow"=dword:1a75b8fa
"ColorizationAfterglowBalance"=dword:00000005
"ColorizationBlurBalance"=dword:0000005a
"ColorizationGlassReflectionIntensity"=dword:00000032
"LastDisqualifiedCompositionSignature"=dword:00266448
;更改窗口边框宽度
[HKEY_CURRENT_USER\\Control Panel\\Desktop\\WindowMetrics]
"BorderWidth"="0"
"PaddedBorderWidth"="0"
;关闭“突出显示新安装的程序”
[HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced]
"Start_NotifyNewApps"=dword:00000000
;登陆界面默认打开小键盘
[HKEY_USERS\\.DEFAULT\\Control Panel\\Keyboard]
"InitialKeyboardIndicators"="2"
;开始菜单显示运行
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced]
"Start_ShowRun"=dword:00000001
;取消游戏里“下载有关已安装游戏的技巧和信息”和“收集最近玩过的游戏信息”
[HKEY_CURRENT_USER\\Software\\Classes\\Local Settings\\Software\\Microsoft\\Windows\\GameUX]
"FirstRunDialogLaunched"=dword:00000001
"DownLoadGameInfo"=dword:00000000
"ListRecentlyPlayed"=dword:00000000
;为右键加上“管理员取得所有权菜单”
[HKEY_CLASSES_ROOT\\*\\shell\\runas]
@="管理员取得所有权"
"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\\exefile\\shell\\runas2]
@="管理员取得所有权"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\\exefile\\shell\\runas2\\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]
@="管理员取得所有权"
"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\\Control Panel\\International]
;"sLongDate"="yyyy年M月d日, dddd"
;"sShortDate"="yyyy/M/d/ddd"
;去掉 WinRAR 在右键菜单中添加的“压缩...并 E-Mail”
[HKEY_CURRENT_USER\\SOFTWARE\\WinRAR\\Setup\\MenuItems]
"EmailArc"=dword:00000000
"EmailOpt"=dword:00000000
;***资源管理器优化***
;资源管理器显示所有文件扩展名
[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"
;创建快捷方式时不添快捷方式文字
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer]
"Link"=hex:00,00,00,00
;禁止自动播放
[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"
;***IE浏览器优化***
;IE浏览器关闭多个选项卡时不发出警告
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\TabbedBrowsing]
"WarnOnClose"=dword:00000000
;IE浏览器当创建新选项卡时,始终切换到新选项卡
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\TabbedBrowsing]
"OpenInForeground"=dword:00000001
;IE浏览器其他程序从当前窗口的新选项卡打开连接
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\TabbedBrowsing]
"ShortcutBehavior"=dword:00000001
;IE浏览器以兼容性视图中显示所有网站
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\BrowserEmulation]
"AllSitesCompatibilityMode"=dword:00000001
;IE浏览器启用表单的自动完成功能
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main]
"Use FormSuggest"="yes"
;IE浏览器关闭建议的网站
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Suggested Sites]
"Enabled"=dword:00000000
;IE浏览器跳过IE首次运行自定义设置
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001
"DisableFirstRunCustomize"=dword:00000001
;IE浏览器不保存附件的区域信息
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Attachments]
"SaveZoneInformation"=dword:00000001
;IE浏览器启用增强保护模式
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main]
"Isolation"="PMEM"
;IE浏览器针对增强保护模式启用64位进程
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main]
"Isolation64Bit"=dword:00000001
;锁定IE浏览器工具栏
[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Toolbar]
"Locked"=dword:00000001
;IE浏览器将同时可用下载数目调整到 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
;IE浏览器遇到弹出窗口时始终在新选项卡中打开弹出窗口
[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\\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:00000000
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\PublicProfile]
"EnableFirewall"=dword:00000000
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\DomainProfile]
"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\\RemoteRegistry]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\RemoteRegistry]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\\SYSTEM\\ControlSet001\\Control\\SecurePipeServers\\winreg]
"remoteregaccess"=dword:00000001
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurePipeServers\\winreg]
"remoteregaccess"=dword:00000001
;禁用错误报告
[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
;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\\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"=- ;默认值
"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
;***电脑管家***
;优化硬盘数据存储 nono
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\OptimalLayout]
"EnableAutoLayout"=dword:00000001
;提高前台程序的响应速度
[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
;当Windows检测到通信活动时:不执行任何操作
[HKEY_CURRENT_USER\\Software\\Microsoft\\Multimedia\\Audio]
"UserDuckingPreference"=dword:00000003
;***界面效果优化***
;优化程序进程,独立进程优先级,避免系统“死机”
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer]
"DesktopProcess"=dword:00000001
;优化用户界面组件,当发生异常后自动刷新,防止系统“死机”**
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon]
"AutoRestartShell"=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\\Mouse]
"MouseHoverTime"="100"
;性能选项调整为最佳外观
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\VisualEffects]
"VisualFXSetting"=dword:00000001 ;调整为最佳外观
;***文件系统优化***
;优化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"
;禁止U盘等移动设备的自动播放,防止被感染
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer]
"NoDriveTypeAutoRun"=dword:000000dd
;自动优化启动分区,加快启动速度**
[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_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System]
"EnableLUA"=dword:00000000
以上是关于Windows7优化,优化达到30多项,速度大幅提升,的主要内容,如果未能解决你的问题,请参考以下文章