出處: 理想論壇
減少Windows xp、Windows Server 2003操作系統開機時的滾動條次數。據筆者觀察,一般情況下,在未修改設置的時候,Windows XP、Windows Server 2003兩個操作系統開機時滾動條的滾動次數都為5次稍多一點。這對惜時如金的我等電腦fans來說也是不可原諒的?。只要用文本編輯器編輯如下一個文本文件:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\session Manager\Memory Management\PRefetchParameters]
"VideoInitTime"=dWord:0000033c
"EnablePrefetcher"=dword:00000001
"AppLaunchMaxNumPages"=dword:00000fa0
"AppLaunchMaxNumSections"=dword:000000aa
"AppLaunchTimerPeriod"=hex:80,69,67,ff,ff,ff,ff,ff
"BootMaxNumPages"=dword:0001f400
"BootMaxNumSections"=dword:00000ff0
"BootTimerPeriod"=hex:00,f2,d8,f8,ff,ff,ff,ff
"MaxNumActiveTraces"=dword:00000008
"MaxNumSavedTraces"=dword:00000008
"RootDirPath"="Prefetch"
"HostingAppList"="DLLHOST.EXE,MMC.EXE,RUNDLL32.EXE"
然后將該文本文件保存為注冊表文件再導入到系統中就可減少滾動條的滾動次數(請注意,在上述文本中,第一行Windows Registry Editor Version 5.00下面必須有一空行)。系統重啟后即能生效,滾動條將減少到1次稍多一點。
新聞熱點
疑難解答