我已經嘗試了上述所有方法來開啟我的任務管理器,但沒有任何效果。我沒有收到任何錯誤,它只是永遠不會打開。我已經檢查了註冊表項,它沒有設定為“禁用”。
答案1
對於 Windows 7,您可以檢查登錄中的此路徑並確保其設定正確。請依照以下步驟開啟任務管理器。
Windows 7 - Go to Start, then in your search box on your start menu type regedit and hit enter.
現在您的登錄編輯程式已打開,請瀏覽至以下位置。您應該能夠在註冊表字串末尾找到名為 taskmgr.exe 的資料夾,如下所示。如果找到該資料夾,則表示您已完成這部分檢查。
如果您沒有找到名為taskmgr.exe 的資料夾,請右鍵單擊名為「Image File Execution Options」的資料夾來建立一個資料夾,然後選擇「新建」、「鍵入」並將其命名為taskmgr. exe。您可能需要重新啟動才能使變更生效,然後再次測試任務管理器。
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe
如果工作管理員修復失敗,您可以使用 Process Explorer 作為解決方法,直到刪除病毒,然後再次嘗試修復。它的工作原理與任務管理器相同。 Process Explorer 歸 Microsoft 所有。您可以透過點擊此連結造訪 Microsoft.com 下載頁面從 Microsoft 下載 Process Explorer
或者
如果您無法下載或不想下載,請使用 Process Explorer。使用命令提示字元作為任務管理器來結束進程。
您可以按照以下步驟在命令提示字元中查看所有正在執行的進程:
click on start
click on run - (For Windows Vista and Windows 7, browse to c:\windows\system32\cmd.exe and right click on cmd.exe and choose "run as administrator", then skip to step 4)
type cmd into the window and hit enter
Now in the black window with the blinking cursor, type "tasklist" <-- without the qoutes
You should not have a list of tasks running on your computer
Now type "taskkill /IM theprocess.exe /f" - look at more examples below
Without the qoutes, and REMEMER to replace the word notepad.exe with the name of the process you want to end. This will force quit any running process. Some processes may take a minute to close. More examples below.
taskkill /IM anotherprocess.exe /f
taskkill /IM andanother.exe /f
taskkill /IM andanother.exe /f