我想要使用登錄檔做一個快速設定的檔案,但不知道要如何設定,有人可以教我怎麼設定嗎?
右鍵我的電腦→內容→進階→效能設定→進階→記憶體使用量(選系統快取記憶體)
右鍵我的電腦→內容→進階→效能設定→進階→變更→C:(自訂大小)→最大值改成6000
右鍵我的電腦→內容→進階→效能設定→進階→變更→E(選擇系統管理大小)
右鍵我的電腦→內容→自動更新→關掉自動更新
右鍵我的電腦→內容→遠端(二個都打勾)
請大家幫忙我一下謝謝
使用系統快取記憶體
<pre class="c" name="code">
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"LargeSystemCache"=dword:00000001
分頁檔最大值改成6000(最小2048)
<pre class="c" name="code">
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"PagingFiles"=hex(7):43,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,\
00,65,00,2e,00,73,00,79,00,73,00,20,00,32,00,30,00,34,00,38,00,20,00,36,00,\
30,00,30,00,30,00,00,00,00,00
分頁檔改為系統管理大小
<pre class="c" name="code">
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"PagingFiles"=hex(7):43,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,\
00,65,00,2e,00,73,00,79,00,73,00,20,00,30,00,20,00,30,00,00,00,00,00
關掉自動更新
<pre class="c" name="code">
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000001
開啟遠端協助與遠端桌面
<pre class="c" name="code">
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fAllowToGetHelp"=dword:00000001
"fDenyTSConnections"=dword:00000000
你先手動改登錄檔的值, 改好後匯出成 *.reg檔,
然後把這些 reg 檔, 用記事本合併成一個 reg 檔,
這樣以後只要直接點二下這個 reg 檔, 就可以快速更改了.