後來寫的koala's WC3 helper,在memory使用上約少了7MB
用Sysinternals測出的結果
功能上
自動偵測輸入法切換,自動開關熱鍵,不影響中文輸入
這個功能有些限制
ex : 簡體輸入法使用者應該是無法使用
下載
Saturday, September 13, 2008
Friday, September 12, 2008
boot.int options
http://technet.microsoft.com/en-us/sysinternals/bb963892.aspx
/NOGUIBOOT 開機不顯示windows的loading圖,應該會比較快一點
/NOEXECUTE
/NOPAE
如果有開DEP,PAE也會一起開 (32bit系統限定,64bit不需要PAE當然沒這問題)
修改的方法
win+r → cmd → edit boot.ini 改完存檔
/NOGUIBOOT 開機不顯示windows的loading圖,應該會比較快一點
/NOEXECUTE
/NOPAE
如果有開DEP,PAE也會一起開 (32bit系統限定,64bit不需要PAE當然沒這問題)
修改的方法
win+r → cmd → edit boot.ini 改完存檔
Monday, September 8, 2008
網路設定管理 netsh
快速切換動態和固定的範例
如果把netsh的命令,令外寫成檔案用 netsh -f blah.txt 效能會更好
只是要多一個檔案很懶...
dynamic.bat
netsh interface ip set address 無線網路連線 dhcp
netsh interface ip set dns 無線網路連線 dhcp
static.bat
netsh interface ip set address "無線網路連線" static 192.168.1.100 255.255.255.0 192.168.1.254 auto
netsh interface ip set dns "無線網路連線" static 168.95.192.1 none
netsh interface ip add dns "無線網路連線" 168.95.1.1
如果把netsh的命令,令外寫成檔案用 netsh -f blah.txt 效能會更好
只是要多一個檔案很懶...
dynamic.bat
netsh interface ip set address 無線網路連線 dhcp
netsh interface ip set dns 無線網路連線 dhcp
static.bat
netsh interface ip set address "無線網路連線" static 192.168.1.100 255.255.255.0 192.168.1.254 auto
netsh interface ip set dns "無線網路連線" static 168.95.192.1 none
netsh interface ip add dns "無線網路連線" 168.95.1.1
Labels:
M$
Saturday, September 6, 2008
英文版和中文版的差別
好友上下線訊息語系不同
英文版沒改過字型
/profile 裡面看不到中文,game name也看不到中文
chat改成traditional chinese也沒用,一定要改字型
英文版沒改過字型
/profile 裡面看不到中文,game name也看不到中文
chat改成traditional chinese也沒用,一定要改字型
Labels:
war3
Subscribe to:
Posts (Atom)