タスク マネージャーを開くために上記のすべてを試しましたが、何も機能しません。エラーは表示されませんが、開かないだけです。レジストリ キーを既に確認しましたが、「無効」に設定されていません。
答え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
答え2
これはおそらくうまくいかないでしょう。おそらく根本的な問題が深く関係しているのでしょうが、Ctrl+ Shift+ を試してくださいEsc。権限があれば、タスクマネージャーすぐに。
タスクマネージャーの代わりに、プロセスエクスプローラー。