Windows XP 注册表优化 -[软件知识]
[08-23 23:22:39] 来源:http://www.duoxue8.com 电脑技巧 阅读:484次@=”control appwiz.cpl”
#添加“服务”到右键菜单
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\5services]
@=”服务”
“SuppressionPolicy”=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\5services\command]
@=hex(2):25,00,77,00,69,00,6e,00,6退回并封ID,00,00,00
#添加“注销”到右键菜单
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\6logooff]
@=”注销”
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\6logooff\command]
@=”shutdown -l -f -t 5″
#添加“重启”到右键菜单
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\7restart]
@=”重启”
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\7restart\command]
@=”shutdown -r -f -t 5″
#添加“关机”到右键菜单
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\8shutdown]
@=”关机”
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\8shutdown\command]
@=”shutdown -s -f -t 5″
#=======================================================================
#网络
#=======================================================================
#禁止自动更新
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
“NoAutoUpdate”=dword:00000001
#自动更新方式(1:关闭自动更新#2:有下载时通知,但不自动下载或安装#3:下载更新,自己决定安装的时间#4:自动)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
“AUOptions”=dword:00000002
#存储更多的DNS条目,所以你的电脑只好查找同样多的DNS(??)
#DNS查找失败时不缓存
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
“NegativeCacheTime”=dword:00000000
“NetFailureCacheTime”=dword:00000000
“NegativeSOACacheTime”=dword:00000000
“CacheHashTableBucketSize”=dword:00000001
“CacheHashTableSize”=dword:00000180
“MaxCacheEntryTtlLimit”=dword:0000fa00
“MaxSOACacheEntryTtlLimit”=dword:0000012d
#这些值是对win2000而设的,xp将比这些值更低
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
“MaxNegativeCacheTtl “=dword:00000000 #中止xp缓存响应
“MaxCacheTtl “=dword:00003840 #强制XP只保留4小时内的DNS缓存条目(默认为24小时)
#最大同时链接数(不是指像flashget一样的多线程下载)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
“MaxConnectionsPerServer”=dword:00000010
“MaxConnectionsPer1_0Server”=dword:00000010
#更快的读取网页
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]
“DnsPriority”=dword:00000001
“HostsPriority”=dword:00000001
“LocalPriority”=dword:00000001
“NetbtPriority”=dword:00000001
#禁用QoS(Qos是指整个网络连接上应用的各种通信或程序类型优先技术)
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched]
“NonBestEffortLimit”=dword:00000000
#显示局域网错误
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\Connections\StatMon]
“ShowLanErrors”=dword:00000001
#增加网络吞吐量
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
“MaxCmds”=dword:00000064
“MaxThreads”=dword:00000064
“MaxCollectionCount”=dword:00000064
#对2K、xp、2003的带宽优化
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
“SackOpts”=dword:00000001
“Tcp1323Opts”=dword:00000003
“TCPWindowSize”=dword:0005AE4C
“DefaultTTL”=dword:00000040
“GlobalMaxTcpWindowSize”=dword:0003ebc0
“EnablePMTUBHDetect”=dword:00000000
“EnablePMTUDiscovery”=dword:00000001
“TcpTimedWaitDelay:=dword:0000001e
#限制处于TIME_WAIT状态的最长时间.缺省为240秒,最低为30秒,最高为300秒.建议设为30秒.
“ForwardBufferMemory”=dword:00024a00
#设置高速缓存
#使用最大传输单元(1500)
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans]
“MaxMTU”=dword:000005DC
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net]
“MaxMTU”=dword:000005DC
#禁止匿名用户连接
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA]
“RestrictAnonymous”=dword:00000001
#增加Rpc包的大小 (RPC服务)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc]
“MaxRpcSize”=dword:00100000
#加速浏览远程电脑(指你的网上邻居) 加快搜索网上邻居的速度
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] #”打印机”和”任务计划”
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}] #”打印机”和”任务计划”
#删除快捷方式的箭头
[HKEY_CLASSES_ROOT\lnkfile]
“IsShortcut”=-
[HKEY_CLASSES_ROOT\piffile]
“IsShortCut”=-
[HKEY_CLASSES_ROOT\InternetShortcut]
“IsShortCut”=-
#恢复快捷方式的箭头
[HKEY_CLASSES_ROOTlnkfile]
“IsShortcut”=”"
[HKEY_CLASSES_ROOTpiffile]
“IsShortcut”=”"
[HKEY_CLASSES_ROOTInternetShortcut]
“IsShortCut”=”"
#开启XP默认共享 打开dword:00000001 关闭dword:00000000
[HKEY_LOCAL_MACHINE, SYSTEMCurrentControlSetServiceslanmanserverparameters]
“AutoShareServer”=dword:00000001
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslanmanserverparameters]
“AutoShareWks”=dword:00000001
#禁止(IPC$)自动打开默认共享
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslanmanServerparameters]
“AutoShareServer”=dword:00000000
“AutoShareWks”=dword:00000000
#计算机用户登录前打开Num Lock键 “InitialKeyboardIndicators”=”0″(关闭)
[HKEY_USERS.DEFAULTControl PanelKeyboard]
“InitialKeyboardIndicators”=”2″
#彻底隐藏文件
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAdvancedFolderHiddenSHOWALL]
“CheckedValue”=dword:00000000
#启用XP资源管理器的状态栏
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced]
“ShowStatusBar”=dword:00000001
#EXE可执行文件关联修复
[HKEY_CLASSES_ROOTexefileshellopencommand]
@=””%1” %*”
#禁用错误报告
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesERSvc]
“Start”=dword:00000004
;禁用错误报告但在发生严重错误时通知我
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftPCHealthErrorReporting]
“DoReport”=dword:00000000
#禁用文件夹选项菜单
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]
“NoFolderOptions”=dword:00000001
#禁用桌面清理向导
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerDesktopCleanupWiz]
“NoRun”=dword:00000001
#禁止Windows漫游气球提醒
[HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionAppletsTour]
“RunCount”=dword:00000000
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionAppletsTour]
“RunCount”=dword:00000000
#禁用IMAPI光盘刻录服务
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesImapiService]
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] 下一页
Windows XP 注册表优化 -[软件知识] 结束。
- ·上一个:查看Windows最后关机的时间 -[软件知识]
- Windows XP 注册表优化 -[软件知识]
- › WindowsXP的网桥功能
- › Windows文件恢复技巧:误删文件的恢复
- › Windows 7操作系统中轻松搞定无法删除文件
- › 解决Windows 7系统的四大热门问题
- › 解决Windows 7一段时间后激活状态无效问题
- › Windows 7下DVD光驱无法使用的解决
- › 电脑技巧-用空格键调用Windows7启动管理器
- › Windows 7加密文件夹
- › 非主流秘籍:关闭Windows窗口的神奇快捷键
- › 解决Windows7下WinAPN无法连接网络的问题
- › 怎样加快Windows 7关机速度
- › Windows 7系统ADSL拨号出现本地连接显示未识别
- 在百度中搜索相关文章:Windows XP 注册表优化 -[软件知识]
- 在谷歌中搜索相关文章:Windows XP 注册表优化 -[软件知识]
- 在soso中搜索相关文章:Windows XP 注册表优化 -[软件知识]
- 在搜狗中搜索相关文章:Windows XP 注册表优化 -[软件知识]