Saturday, September 13, 2008

koala's WC3 helper 和 koala's WC3 tool比較

後來寫的koala's WC3 helper,在memory使用上約少了7MB
用Sysinternals測出的結果

功能上
自動偵測輸入法切換,自動開關熱鍵,不影響中文輸入
這個功能有些限制
ex : 簡體輸入法使用者應該是無法使用






下載

Friday, September 12, 2008

藍底白字當機畫面

要找出當機原因其實不難
如果有出現 xxxx.sys yyyy.dll 這類的字
可能就是驅動程式引起的當機
請拿去當關鍵字餵給google,找出是哪個裝置
通常更換到新版本的驅動程式都可以解決

realtek曾經有幾款ac 97的音效晶片在EAX2上的支援有瑕疵,聲音可能不正常也可能當機
後來新版driver直接把EAX2拿掉,不再支援
這也是為什麼War3常有人因為音效當機,更新後就不能用EAX2的原因

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 改完存檔

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

Saturday, September 6, 2008

英文版和中文版的差別

好友上下線訊息語系不同

英文版沒改過字型
/profile 裡面看不到中文,game name也看不到中文
chat改成traditional chinese也沒用,一定要改字型