登入檔部份大部分只要一個就夠了,可以把其他的內容差到其中ㄧ個
例如:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\G]
@="
http://www.google.com.tw/search?q=%s"和
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main]
"Start Page"="
http://tw.yahoo...quot;"Default_Page_URL"="
http://tw.yahoo...quot;可以合併為
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\G]
@="
http://www.google.com.tw/search?q=%s"[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main]
"Start Page"="
http://tw.yahoo...quot;"Default_Page_URL"="
http://tw.yahoo...quot;可以用文字編輯器修改,每個登錄內容中間空行會比較好整理喔