瀏覽模式: 普通 | 列表

iisapp 列出執行中的網頁應用程式 (iis pool)

iisapp -a


可以得知 w3wp.exe、pid、那個 pool

標籤: iis pool iis pool iisapp

USB 病毒

這東東已不新了,但最近有人中招,記錄一下吧
徵狀 ref: http://www.ithome.com.tw/itadm/article.php?c=47219&s=3
解法 ref: http://anti-hacker.blogspot.com/2007/11/usb.html
       ref: http://www.ithome.com.tw/itadm/article.php?c=47219&s=4

強制關閉處理程序的工具(NTSD)

Quote: http://www.ithome.com.tw/plog/index.php?op=ViewArticle&articleId=16200&blogId=411

如果發現有執行程式關不掉
木馬、病毒、當掉的程式皆可使用
按開始->執行->輸入 cmd -> 按enter

c:>ntsd -c q -p <<程序識別碼>>

Q.程序識別碼那裡來??
1. 按開始->執行->輸入taskmgr.exe -> 按enter
2. 檢視->選擇欄位-> 勾選PID(程序識別碼)->按確定
3. 然後就能看見PID。

適用系統:
windows 2000、window xp(NT系列的應該都可以用)。

windows xp 有其他類似的工具 tasklist和tskill
tasklist:列出所有程序名稱及其他資訊。
tskill:終止程序, tskill <<程序名稱>>。

windows上免費小工具

MadEdit - 文字編輯器,比 notepad 好用多了

ntpclock - 時間校正,比 windows 的網際網路時間同步好用多了

Codestuff Starter - 可代替 msconfig 的啟動,因為資訊多

Unlocker - 對於刪不掉的檔案,解除鎖定

Windows PowerToys

[閱讀全文]

標籤: 免費工具

Windows平台下硬碟空間分析工具

TreeSize Free
呈現樹狀圖
http://www.jam-software.com/freeware/index.shtml

OverDisk
http://users.forthnet.gr/pat/efotinis/programs/overdisk.html
參考: http://blog.xuite.net/emisjerry/tech/3428645

Folder Size for Windows
直接在檔案總管清單中多個欄位,即時計算,多個 FolderSizeSvc.exe 程序,有利有弊
http://foldersize.sourceforge.net/

標籤: 硬碟

Outlook + QA

這真是個怪事,情況就是我使用outlook 2003 收信,最近出現會收到重覆的信件,查mail server上的設定,並沒有重覆的log,也沒有forward的設定,也不是timeout的關系。最後查到的原因為郵件規則,作法就是把它裡面的全刪了,但怪事來了,怎麼收信時還是照規則分類呢 ???,checking...(待續)


2007/11/09 發現 Outlook 明明關掉了,怎麼我的右下角還會出現收到新信的通知框,查工作管理員竟還有兩個 Outlook.exe 程序在跑,見鬼,kill 它

Madedit

忘記從何時只要在 Windows 上作純文字編輯就習慣/喜歡用 Madedit, 對CROSS來說真的好用, 現已出到 2.8 beta 了,不過2.8的右上角落的關閉不見了 @@

官網 Quote: http://madedit.sourceforge.net/
News:
2007/10/08: MadEdit v0.2.8 Beta has been released.

MadEdit v0.2.8 Beta has been released.
ChangeLog:
1.added Japanese Kanji supporting for converting Chinese characters.
2.added the function to split window into multiple Tab Controls (by using wxAuiNotebook)
  ScreenShot: http://madedit.sourceforge.net/screenshot06.png
3.added the function to convert between WordWraps and NewLine chars.
4.added File-Type Associations Dialog under win32.
5.added Search-In-Selection function when searching and replaceing.
6.added Count function in SearchDialog.
7.added ToHalfWidthByOptions, ToFullWidthByOptions to choose the characters(ASCII,Japanese,Korean)

[閱讀全文]

標籤: 編輯器