點我下載Win7登錄檔優化集

Windows Registry Editor Version 5.00

; 網路類

; ★修改 IE首頁為「Google」

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main]

"Start Page"="http://www.google.com/"


; ★把IE可同時下載數目增到10

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"MaxConnectionsPer1_0Server"=dword:00000064

"MaxConnectionsPerServer"=dword:dword:00000064


; ★跳過IE8首次執行自訂設定

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"RunOnceHasShown"=dword:00000001

"RunOnceComplete"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]

"DisableFirstRunCustomize"=dword:00000001


; ★設定輸入/輸出快取大小為 64MB,可以減少 P2P軟體對硬碟的傷害

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"IoPageLockLimit"=dword:00010000


; ★優化 Windows內建的 PPPoE通訊協定,以加快上網速度

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NdisWan\Parameters\Protocols\0]

"ProtocolType"=dword:00000800

"PPPProtocolType"=dword:00000021

"ProtocolMTU"=dword:000005d4


; ★調整網路傳輸設定,以增加寬頻上網速度

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]

"TcpWindowSize"=dword:0000afc8


; ★當使用 IE下載檔案後,直接結束對話方塊

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main]

"NotifyDownloadComplete"="no"


; 系統類

; ★使系統核心與驅動程式保持在實體記憶體(RAM)中執行

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"DisablePagingExecutive"=dword:00000001


; ★啟用大的系統快取

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"LargeSystemCache"=dword:00000001


; ★加大桌面圖示快取為 4MB

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer]

"Max Cached Icons"="4096"


; ★使「前景應用程式」比「背景服務程式」有更多的處理時間

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]

"Win32PrioritySeparation"=dword:00000001


; ★區隔檔案總管、桌面和工作列的處理程序

; 註:避免某個程式當掉連帶關閉其他程式的運行。

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]

"DesktopProcess"=dword:00000001


; ★關閉系統自動重新啟動功能

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]

"AutoReboot"=dword:00000000


; ★縮短不正常關機,磁碟掃瞄(Chkdsk)的等待時間為 0秒

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]

"AutoChkTimeOut"=dword:00000000


; ★自動關閉停止回應的程式

[HKEY_CURRENT_USER\Control Panel\Desktop]

"AutoEndTasks"="1"


; ★自動關閉停止回應的程式、加快開關機機速度

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]

"AutoEndTasks"="1"

"HungAppTimeout"="200"

"WaitToKillAppTimeout"="1000"


; ★從記憶體中移除無用的動態連結

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer]

"AlwaysUnloadDll"=dword:00000001


; ★關閉磁碟空間不足通知

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]

"NoLowDiskSpaceChecks"=dword:00000001


; ★當在「電腦」上按滑鼠右鍵(次要鍵)後,新增選項→「 裝置管理員」

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]

@="裝置管理員"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]

@="mmc devmgmt.msc"


; ★當在「磁碟」上按滑鼠右鍵(次要鍵)後,新增選項→「磁碟管理」

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\DiskMgmt]

@="磁碟管理"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\DiskMgmt\command]

@="mmc DiskMgmt.msc"


; ★當在「檔案」上按滑鼠右鍵(次要鍵)後,新增選項→「使用記事本開啟」

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\OpenInNotepad]

@="使用記事本開啟"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\OpenInNotepad\command]

@="notepad %1"


; ★不儲存最近開啟的項目於開始功能表和工作列

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"Start_TrackDocs"=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\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"TaskbarGlomLevel"=dword:00000002


; 加快功能表拉開速度

[HKEY_CURRENT_USER\Control Panel\Desktop]

"MenuShowDelay"="0"


; 移除捷徑圖標上的「捷徑 - 」字樣

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]

"link"=hex:00,00,00,00

arrow
arrow
    全站熱搜

    alyoou 發表在 痞客邦 留言(0) 人氣()