瘋狂農場不能玩,出現錯誤

影響程式:瘋狂農場

錯誤訊息:

Default video card dosn’t support stensil buffer.
cGraphics::cGraphics(HWND _hwnd)
cEngine::cEngine(void *hInstance, void *hwnd)
Restart the game please.

解決方式:

1.「開始」→「執行」→輸入「dxdiag」後按「確定」,開啟「DirectX 診斷工具」

2. 切換上方的標籤到「顯示」→啟用「DirectDraw 加速」、「Direct3D 加速」、「AGP 材質加速」。

3.啟用成功後,按「結束」按鈕離開,再重試執行遊戲。

Firefox 無法開啟「摩尼」討論區 (moninet)

原因:

Microsoft 自動將 .Net Framework 元件安裝於 Firefox,造成 Firefox 無法正常瀏覽 摩尼論壇 (moninet),瀏覽時只會看到一片空白。

Solution:

  1. 關閉 Firefox 所有視窗。
  2. 執行登錄編輯程式 regedit,刪除「HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox \extensions」裡面的{20a82645-c095-46ed-80e3-08825760534b},這樣就可以移除這個擴充套件。
  3. 在 Firefox 的網址列輸入 about:config,確認警告訊息後,尋找「general.useragent.extra.microsoftdotnet」這個項目,在上面按下右鍵,從右鍵選單選擇「重設」,這樣可以把被上面的擴充套件修改的 User anent 字串復原。
  4. 關閉 Firefox,找到Windows目錄底下的「\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\」並把裡面的東西——包含 DotNetAssistantExtension 目錄,是擴充套件的內容;以及一個 NPWPF.dll,是屬於外掛程式的部份——全部刪除。
  5. 開啟 Firefox,檢查附加元件中有關 Microsoft .Net Framework 相關元件是否已被移除,試連到摩尼網路社區

 

Microsoft Office 開啟舊檔/另存新檔瀏覽資料夾,造成Office當掉

問題:Microsoft Office 開啟舊檔/另存新檔瀏覽資料夾,造成Office當掉

關鍵問題:網路磁碟機連不上

解決方法:將「我的電腦」中的網路磁碟機中斷即可。

原因:由於Microsoft Office在開啟舊檔、另存新檔等等需要顯示可瀏覽的路徑前,會先預掃一次資料夾樹狀結構,

   當網路磁碟機無法連上線時,Office會不斷地掃描連不上的網路磁碟機,造成OpenFile、SaveFile Dialog出現類似當掉的情況。

印表機無法安裝-解決

Problem:
1.Primopdf虛擬印表機無法安裝
2.無法新增其他實體印表機
3.系統順利抓取及安裝印表機的USB連接,但無法在【印表機】中新增印表機
4.以驅動程式光碟安裝,在第一步「安裝印表機」時就失敗了

過程:
1.測試過安裝新版driver
2.測試過Microsoft官方解決方法(開spooler、刪spool資料、改登錄檔)

解決方式:
Windows XP光碟開機,修復原先安裝的Windows XP

問題成因猜測:
常見的「系統加速、微調」等軟體的執行,引發此問題

Internet Explorer(IE)瀏覽網頁時不斷閃爍

問題:Internet Explorer(IE)在瀏覽網頁時(尤其是內崁flash的網頁),畫面不斷高速閃樂,Opera、Firefox安裝完flashplayer plugin後,引發應用程式錯誤無法開啟。
作業系統:Microsoft Windows 98 SE
問題引發源:DirectX 9.0c

問題診斷:
0.有上述情形者
1.【開始】→【執行】→輸入【dxdiag】
2.切換頁籤至【DirectX檔案】,在下方【注意事項】處發現【ddraw.dll、dsound.dll】版本錯誤

其他引發的問題:
1.撥放音樂時,音效會無法正常運作,沒辦法播放音樂,播放軟體出現類似缺少音效解碼器的錯誤訊息

最後試出來的解決方法:
1.下載DirectX End-User Runtimes (February 2006) Full或直接在Google搜尋【directx 2006 feb】。
2.執行後會要求解壓縮路徑,請指定。
3.解壓縮完後,開啟該路徑,執行【DXSETUP.exe】,安裝完畢後,重開機。

Done
註:由於作業系統版本為Microsoft Windows 98SE,故無法測試諸如Uninstall Happy DirectX等軟體
  ,經多次測試之下,其他DirectX新版安裝程式無法取代版本錯誤或不相容的檔案,只有上述版本可行。

特殊情況下,如何移除想移除的服務?

How to delete/remove service Caption from list ?

First, you should try those ways I posted in my blog.

(Like How to delete/remove/unistall service from windows (general) )

If you can’t find the execute file(*.exe) that installed the service, you can do things as following:
1. Start=>Run=>regedit.exe
2.Change path to 「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\」,
then you can see many registry under this folder.
3.Find services you want to delete, right click and choose delete.
4.Restart your computer.
#:By this way, we just remove/delete the caption of service from service list.
But it won’t make any damage to services you can’t find the execute file.
In fact, it won’t run at every startup of windows. It just leave a trash caption in service list.

一般情況下,如何移除想移除的服務?

How to delete/remove/unistall service from windows (general)?

First, you should know what it is

Just go to Google and search the Caption of service you want to remove/unistall/delete .

Now, you know what it is, and you will find an execute file (*.exe) that can install/unistall that service.

(Let us take it as “service_exe.exe”)

Second, you shold know where it is

I think that’s very easy for everyone to do it, just search it.

Third, unistall/remove/delete it !

Go to command line DOS (Start=>Run=>cmd.exe), change path to that execute file.

You can type cd path and press Enter to change path.

(For example, if you want to change path to C:\Windows\, you should type cd C:\Windows\)

Type service_exe.exe /unistall and press Enter, then you finish remove/delete/unistall service.

(For example, you want to delete/remove/unistall a service which is installed by pcm.exe.

Type pcm.exe /uninstall and press Enter)

#:If possible, delete the execute file after remove/delete/unistall the service.

如何移除ColaBBS服務

How to remove Colabbs_Service from windows ?
Step 1、download this file ColaBBS_Service.exe
Step 2、move/copy ColaBBS_Service.exe to C:\
Step 3、Start =>Run=>cmd ,press Enter.
Step 4、Enter the following red code and press Entercd c:\
Step 5、Enter the following red code and press Enter:ColaBBS_Service /uninstall
Finish!

如何停用 LexBce server服務

How to unistall/remove “LexBce server” Service from windows ?

Step 1、Start=>Search=>Lexbces.exe

(I think you will find it at “C:\WINDOWS\system32”)

Step 2、Start=>Run=>cmd.exe (press Enter)

Step 3、key in the following red code and press Enter:
cd c:\windows\system32

Step 4、key in the following red code and press Enter:lexbces /uninstall


Step 5、delete “Lexbces.exe”


Finish!

msn 8問題解決!

 

msn 8 問題:
1.好友名單只顯示email帳號。
2.對話視窗內,自己的暱稱只顯示自己的email。
3.新增email帳號為好友,對方卻遲遲不上線。
4.在朋友的msn上,自已的帳號一直上上下下的。

解決方法:

1.關掉 MSN Live Messenger
2.到C:/Documents and Settings/你的帳戶名稱/Local Settings/Application Data/Microsoft路徑下,刪除MessengerWindows Live Contacts這兩個資料夾。
3.開regedit,到HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/目錄下,
刪除MSNDeviceManagerMSNMessenger
4.到HKEY_CURRENT_USERSOFTWAREMICROSOFT目錄下,
刪除MessengerServiceMSNMessenger
5.重新執行MSN Live Messenger (會出現安裝的畫面],注意,第一次要等比較久,甚至可能無法登入(再試一次),
時間跟你的聯絡人數目有關(因為要重新下載所有聯絡人資訊)。