2013年9月15日 星期日

IE 瀏覽器可以協助你做運算

一、先開始Internet Explorer瀏覽器簡稱 IE

二、在網址裡頭輸入→javascript:eval(9+8)→按「Enter」鍵→就會出現計算解果了

備註:

此方式限Windows XP作業系統IE瀏覽器

此方式Avant Browser瀏覽器也行的通

先來做一題乘法題:5×4+2-3


IE瀏覽器網址欄中輸入代碼“javascript:eval()”,然後在“()”內輸入你想做的計算題目即可

標籤: , , , , , , , , , , ,

2013年9月14日 星期六

Windows 2000、XP 進入安全模式

Windows 2000進入安全模式教學

一、按「開始」→「關機」

二、選「重新開機」→按「確定」→馬上一直按「F8」鍵

三、然後會看見「Windwos 2000 進階選項功能表 」→用上下鍵選「安全模式」→按「Enter

四、按 Enter 鍵後,就會自動執行「安全模式」介面,執行好後,桌面四個角落可以看到「安全模式」字眼


Windows XP 進入安全模式教學

一、按「開啟」→「電腦關機」

二、跳出電腦關機小視窗→按「重新啟動」→馬上一直按「F8」鍵

三、然後會看見「Windwos 進階選項功能表」→用上下鍵選「安全模式」→按「Enter

四、會在跳入另一個畫面→用上下鍵選「Microsoft Windows XP Professional」→按「Enter

五、會在跳入另一個畫面→會看見桌面詢問小視窗→按「是」


六、桌面上四個角落會有「安全模式」字眼

標籤: , , , , , , , , ,

2013年9月13日 星期五

解決svchost.exe吃掉所有CPU資源的方法

一、首先檢查系統服務的狀態。

1.點「開始」→「執行」,輸入「services.msc」後按「確定」。

2.在服務「Automatic Updates」上點二下。

3.點選「登入」頁籤,確定登入身分為「本機系統帳戶」且「允許服務與桌面互動」“沒有”被選取。

4.確認服務已在目前的「硬體設定檔」中被啟用,如果沒有,按下「啟用」按鈕。

5.點選「一般」頁籤,確定「啟動類型」為「自動」,然後按下「啟動」按鈕以啟動服務。

6.對「Background Intelligent Transfer Service (BITS) 」服務重覆2 ~ 5的步驟。

二、接著重新註冊Windwos Update的元件。

1.點選「開始」→「執行」。

2.輸入「REGSVR32 WUAPI.DLL」後按Enter

3.當看到“DllRegisterServer WUAPI.DLL成功” 的訊息後按下「確定」。

4.重覆上述步驟重新註冊下列元件

REGSVR32 WUAUENG.DLL
REGSVR32 WUAUENG1.DLL
REGSVR32 ATL.DLL
REGSVR32 WUCLTUI.DLL
REGSVR32 WUPS.DLL
REGSVR32 WUPS2.DLL
REGSVR32 WUWEB.DLL


三、最後更名可能已損壞了的Windows Update暫存目錄。

1.點「開始」→「執行」,輸入「cmd」後按「確定」。

2.在命令提示字元中鍵入以下指令。(若出現錯誤訊息請先重開機後再報執行一次)
net stopWuAuServ

3.點「開始」→「執行」,輸入「%windir%」後按「確定」。

4.找到「SoftwareDistribution」並更名為「SDold」。

5.點「開始」→「執行」,輸入「cmd」後按「確定」,並在在命令提示字元中鍵入以下指令。
net start WuAuServ

四、大功告成!

以下是原文:

1.Click Start->Run, type "services.msc" (without quotation marks) in the
open box and click OK.


2.Double click the service "Automatic Updates".


3.Click on the Log On tab, please ensure the option "Local System account"
is selected and the option "Allow service to interact with desktop" is
unchecked.


4.Check if this service has been enabled on the listed Hardware Profile. If
not, please click the Enable button to enable it.


5.Click on the tab "General "; make sure the "Startup Type" is "Automatic".
Then please click the button "Start" under "Service Status" to start the
service.


6.Repeat the above steps with the other service: Background Intelligent


Transfer Service (BITS)

Step 4:Re-register Windows Update components and Clear the corrupted


Windows Update temp folder

1.Click on Start and then click Run,

2.In the open field type "REGSVR32 WUAPI.DLL" (without quotation marks) and
press Enter.


3.When you receive the "DllRegisterServer in WUAPI.DLL succeeded" message,
click OK.


4.Please repeat these steps for each of the following commands:
REGSVR32 WUAUENG.DLL
REGSVR32 WUAUENG1.DLL
REGSVR32 ATL.DLL
REGSVR32 WUCLTUI.DLL
REGSVR32 WUPS.DLL
REGSVR32 WUPS2.DLL
REGSVR32 WUWEB.DLL


After the above steps are finished. Sicne temporary folder of Windows Update
may be corrupted. We can refer to the following steps to rename this folder
that


1.Click Start, Run, type: cmd and press Enter. Please run the following
command in the opened window.
net stop WuAuServ
(note, you might need to reboot before the net stop command will work)


2.Click Start, Run, type: %windir% and press Enter.

3.In the opened folder, rename the folder SoftwareDistribution to SDold.

4.Click Start, Run, type: cmd and press Enter. Please run the following
command in the opened window.

net start WuAuServ

You are done!

標籤: , , , , , , , , , , , , , , , ,

2013年9月12日 星期四

簡單測試是否中了木馬

一、開始執行輸入「command確定

二、跳出MS-DOS視窗輸入「netstat」→按「Enter」鍵

三、它會顯示「Proto Local Address」,如有中木馬,它會顯示對方IP沒有就是空白

四、離開MS-DOS視窗→輸入「exit」→按「Enter

標籤: , , , , , , , , , , ,