顯示具有 software 標籤的文章。 顯示所有文章
顯示具有 software 標籤的文章。 顯示所有文章

2015年5月21日 星期四

u torrent 去廣告

在進階設定中, 「過濾」欄搜尋下方句子的字眼,把它們全部設定成 false 就可。
offers.left_rail_offer_enabled/left_rail_offer
gui.show_plus_upsell
offers.sponsored_torrent_offer_enabled/sponsored_torrent_offer_enabled
bt.enable_pulse
gui.show_notorrents_node
offers.content_offer_autoexec

from: http://unwire.hk/2015/03/11/how_to_set_utorrent/software/

2014年1月9日 星期四

避開/解決香港招商網上銀行不能啟動問題

啟動時提示:  创建或修复目录出错。,初始化g_pBaseGlobalVar不成功 初始化错误!

以另一使用者啟動, 不需重新安裝. 以後, 常規使用者或可能正常使用

2012年9月14日 星期五

Sync thunderbird using sugarsync

!Warning!

Do not open this 2 thunderbird instance on 2 pc

On first computer, add the folders into sugarsync sync folder
path:%userprofile\whale\AppData\Local\Thunderbird

On the news installed thunderbird computer
execute: "mklink %userprofile%\AppData\Roaming\Thunderbird /D %userprofile\whale\AppData\Local\Thunderbird" on administrator terminal
On sync folder, press sync and wait it finish


2012年7月12日 星期四

Repair bad sector using 'Data Lifeguard Diagnostic for Windows'

Log:
Fast test - OK
Full test - Fail, Bad sector
Write Zeros (Full) - Fail, Bad sector
Write Zeros (Fast) - OK
Write Zeros(Full) - OK
Full test - OK

用Write Zeros (Fast), 再Write Zeros(Full), 再Test


Test Option: EXTENDED TEST
Model Number: WDC WD3200BEVT-75A23T0
Unit Serial Number: WD-WX21A30M8415
Firmware Number: 01.01A01
Capacity: 320.07 GB
SMART Status: PASS
Test Result: FAIL
Test Error Code: 08-Error was detected while repairing bad sectors.
Test Time: 05:23:48, July 11, 2012

Test Option: WRITE ZEROS
Model Number: WDC WD3200BEVT-75A23T0
Unit Serial Number: WD-WX21A30M8415
Firmware Number: 01.01A01
Capacity: 320.07 GB
SMART Status: PASS
Test Result: FAIL
Test Error Code: 09-Sector #25600-25856::Write Zeros error!
Test Time: 05:24:57, July 11, 2012


Test Option: WRITE ZEROS
Model Number: WDC WD3200BEVT-75A23T0
Unit Serial Number: WD-WX21A30M8415
Firmware Number: 01.01A01
Capacity: 320.07 GB
SMART Status: PASS
Test Result: COMPLETE
Test Time: 05:27:06, July 11, 2012


Test Option: WRITE ZEROS
Model Number: WDC WD3200BEVT-75A23T0
Unit Serial Number: WD-WX21A30M8415
Firmware Number: 01.01A01
Capacity: 320.07 GB
SMART Status: PASS
Test Result: COMPLETE
Test Time: 21:22:54, July 11, 2012


Test Option: EXTENDED TEST
Model Number: WDC WD3200BEVT-75A23T0
Unit Serial Number: WD-WX21A30M8415
Firmware Number: 01.01A01
Capacity: 320.07 GB
SMART Status: PASS
Test Result: PASS
Test Time: 05:28:04, July 12, 2012

2011年1月4日 星期二

如何禁止灵格斯的新词锐词弹出框?

禁止灵格斯2.7弹出“新奇英语 互动锐词”广告窗口的解决方法
用记事本打开并清空C:\Documents and Settings\Administrator\Application Data\Lingoes\Translator\tip.xml里的内容,保存后改属性为只读。


win7 下的路径是C:\Users\用户名\AppData\Roaming\Lingoes\Translator\tip.xml


为仿意外和日后所需,请自行备份。

2010年11月27日 星期六

技巧:取代tab

tab 十分方便, 比space 對齊更好, 不過當要刪除就十分不方使

做法:
在notepad輸入要修改的文字, 按alt+9, 張剛剛輸入空白了的tab 複製, 放在取代中

2010年6月22日 星期二

nfo viewer

Copy below into notepad and save the filename with .cmd(ex nfo.cmd)
Use this batch to open nfo file
=======
@echo off
chcp 437
cls
type %1
echo END...
pause
=======