|  | 
| 现在的电脑都启动很快,我很少去什么注册表。 
 以后是有关XP开关机注册表修改选项。网络上流行的蕃茄花园 雨林 深度等或多或少都会有一些。
 
 ;禁止启动时弹出错误信息
 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlWindows]
 "NoPopUpsOnBoot"="1"
 
 ;Determines whether the Welcome to Windows splash screen, Welcome.exe, appears the next time the user logs on.
 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorertips]
 "Show"=dword:00000000
 
 ;为了快速启动允许在硬盘最佳位置放置引导文件
 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftDfrgBootOptimizeFunction]
 "Enable"="Y"
 
 ;加速关机
 [HKEY_CURRENT_USERControl PanelDesktop]
 "AutoEndTasks"="1"  ;自动结束任务
 "HungAppTimeout"="100"  ;不响应程序等待时间(毫秒,下同)
 "WaitToKillAppTimeout"="1000"  ;终止程序等待时间
 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl]
 "WaitToKillServiceTimeout"="1000"  ;终止服务等待时间
 
 ;禁止发生事件BSOD时(即系统失败时)自动重启
 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCrashControl]
 "AutoReboot"=dword:00000000
 "SendAlert"=dword:00000000    ;禁止系统启动失败时发送管理警报
 "CrashDumpEnabled"=dword:00000000    ;不写入调试信息
 "LogEvent"=dword:00000000
 "Overwrite"=dword:00000000    ;不覆盖
 
 ;优化预读(启动更快)("0"取消预读;"1"只预读应用程序;"2"只预读系统文件;"3"预读系统文件和应用程序(默认值))
 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementPrefetchParameters]
 "EnablePrefetcher"=dword:00000000
 
 ;获得微软不必要的XP注册(假定已经在线注册)
 [HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsNTCurrentVersion]
 "RegDone"="1"
 
 ;禁止组策略副本
 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionpoliciessystem]
 "SynchronousMachineGroupPolicy"=dword:00000000
 "SynchronousUserGroupPolicy"=dword:00000000
 
 ;磁盘自动检测等待时间为0
 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession Manager]
 "AutoChkTimeOut"=dword:00000000
 
 ;为了安全起见在系统关闭(重启、关机)时清除页面文件(当激活时关机更慢)
 ;[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management]
 ;"ClearPageFileAtShutdown"=dword:00000000
 
 ;禁止休眠
 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerPower]
 "Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00
 [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSession ManagerPower]
 "Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00
 [HKEY_LOCAL_MACHINESYSTEMControlSet002ControlSession ManagerPower]
 "Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00
 
 ;电源管理
 [HKEY_CURRENT_USERControl PanelDesktop]
 "LowPowerActive"="0"
 "LowPowerTimeOut"="0"
 "PowerOffActive"="0"
 "PowerOffTimeOut"="0"
 | 
 |