2011年6月1日星期三

Microsoft Standalone System Sweeper

另一隻 Microsoft 推出的掃毒工具給中毒後不能正常開機時用,現在還是測試版。

官方介紹
Microsoft Standalone System Sweeper Beta is a recovery tool that can help you start an infected PC and perform an offline scan to help identify and remove rootkits and other advanced malware. In addition, Microsoft Standalone System Sweeper Beta can be used if you cannot install or start an antivirus solution on your PC, or if the installed solution can't detect or remove malware on your PC.

Microsoft Standalone System Sweeper Beta is not a replacement for a full antivirus solution providing ongoing protection; it is meant to be used in situations where you cannot start your PC due to a virus or other malware infection.

To get started, please make sure that you have a blank CD, DVD, or USB drive with at least 250 MB of space. Next, download and run the tool – the tool will help you to create the bootable media required to run the software on your PC.

官方網站

Microsoft Safety Scanner

Microsoft 官方出的綠色掃毒軟件。


官方介紹
Microsoft Safety Scanner 是可免費下載的安全性工具,您可隨時用來掃描電腦並移除病毒、間諜軟體和其他惡意軟體。 它可與您現有的防毒軟體搭配運作。

請注意: Microsoft Safety Scanner 將於下載後的第 10 天到期。 若要使用最新的反惡意程式碼定義檔重新執行掃描,請重新下載並執行 Microsoft Safety Scanner。

Microsoft Safety Scanner 並不可取代提供持續防護的防毒軟體程式。

官方網站

2011年5月16日星期一

用 EASYBCD 修改 WIN 7 bootloader

雖然 WIN 7 有內建修改 bootloader 的指令及方法,但是就變得比以前 XP 複雜許多。

EASYBCD 可以幫助 WIN7 用戶簡單的修改及修復有問題的 bootloader。


官方網頁
http://neosmart.net/dl.php?id=1

2011年4月29日星期五

讓 Windows 7 使用 X Windows 的鼠標行為

現在只要在控制台的輕鬆存取中心變更滑鼠作用方式,鈎選"將滑鼠暫留在視窗上方以啟動視窗"便可以啟用類以X Windows 的鼠標模式,不過這樣設定會同時使啟動的視窗提升到頂層,有時反而不方便,若不要同時提升視窗,便不可使用控制台的方法而要直接修改以下機碼:

預設原為
HKEY_CURRENT_USER\Control Panel\Desktop
UserPreferenceMask: “9E 3E 07 80 12 00 00 00"
ActiveWndTrkTimeout: 0

修改為
HKEY_CURRENT_USER\Control Panel\Desktop
UserPreferenceMask: “9F 3E 07 80 12 00 00 00"
ActiveWndTrkTimeout: 100

ActiveWndTrkTimeout 設為100是要防止太快轉變啟動視窗而使一些系統或工具列彈窗太快消失。

2011年4月8日星期五

硬碟整理軟件

電腦用久了可能會越來越慢,這時最簡單的改善方法是做做硬碟整理,Windows 有內建的硬碟整理工具,我自己會用 MyDefrag 及 Auslogics Disk Defrag 兩個軟件。

MyDefrag 可以用它專有的 script 自訂如何整理硬碟,所以自訂性十分高,但較慢,適合幾個月才一次的維護。

Auslogics Disk Defrag 就十分快,適合日常使用。

2011年3月21日星期一

關於 Windows 系統管理事件的文章

What information appears in event logs (Event Viewer)?

Delete all event logs at once in Windows 7

有關 EventID 的網站 http://www.eventid.net/

Windows 系統管理事件識別碼 46 來源 volmgr

識別碼 46 來源為 volmgr 的錯誤事件記錄指出這是由於損毀傾印初始化失敗!可以在電腦內容選手進入進階系統設定,再在點選啟動及修復內的設定鍵,檢查有沒有鈎選將事件寫入系統記錄檔中,正常是要鈎選。

Windows 系統管理事件識別碼 6 來源 Kernel-Processor-Power

識別碼 6 來源為 Microsoft-Windows-Kernel-Processor-Power 的錯誤事件記錄己指出這是由於韌體的問題,因此停用了部分處理器效能電源管理功能,可以先檢查 bios 有沒有開啟電源管理,如 speedstep、enhance halt state 等。