首页 > 解决方案 > Cannot close all Google Chrome processes on Windows 10 and cannot run the browser

问题描述

My symptoms are as follows:

1. Cannot run Google Chrome; Task Manager tells me there are a single chrome.exe sitting in RAM, and the Task Manager cannot kill it:

Cannot kill chrome.exe

2. Since the process is still in RAM, I cannot reinstall the Google Chrome:

Cannot install Google Chrome

Any help is much appreciated!

标签: google-chromeuninstallation

解决方案


You can use the command prompt to terminate the process:

  1. Search for cmd/Command Prompt in the search bar.
  2. Open cmd with "Run as Administrator." option (Use right-click to get the menu).
  3. Use the command tasklist to list all processes.
  4. Use the command taskkill /F /IM "chrome.exe" /T to terminate all its processes.

推荐阅读