askvity

How do I uninstall Google Chrome from Windows Server 2016?

Published in Software Uninstall 3 mins read

To uninstall Google Chrome from Windows Server 2016, you can use the standard Windows uninstall procedure and then optionally remove any remaining Chrome folders. Here's how:

1. Uninstalling Chrome through the Control Panel

This is the primary and recommended method.

  1. Open the Control Panel: You can do this by searching for "Control Panel" in the Windows search bar.
  2. Navigate to Programs and Features: In the Control Panel, click on "Programs" and then "Programs and Features." If you're in Category view, click "Uninstall a program" under "Programs".
  3. Locate Google Chrome: In the list of installed programs, find "Google Chrome".
  4. Uninstall Chrome: Right-click on "Google Chrome" and select "Uninstall".
  5. Follow the on-screen prompts: A window will appear asking if you want to uninstall Chrome. You may also be given the option to delete your browsing data. Choose your preferred option and click "Uninstall".
  6. Restart your server (if prompted): It might not be necessary, but restarting your server after uninstalling a program can sometimes help ensure all files are properly removed and prevent potential conflicts.

2. (Optional) Removing Remaining Chrome Folders

After uninstalling Chrome, some residual files and folders might remain. While not usually necessary, deleting these folders can ensure a completely clean uninstall.

  1. Close Chrome completely (if it's still running): Make sure Chrome is not running in the background. Open Task Manager (Ctrl+Shift+Esc) and check for any Chrome processes under the "Processes" or "Details" tab. If you find any, select them and click "End Task".

  2. Open File Explorer: Open File Explorer using the Windows key + E.

  3. Navigate to the following locations:

    • C:\Program Files (x86)\Google\Chrome (for 64-bit systems)
    • C:\Program Files\Google\Chrome (for 32-bit systems - less common on server editions)
    • C:\Users\%username%\AppData\Local\Google\Chrome (replace %username% with your actual username)
  4. Delete the "Chrome" folder: If the "Chrome" folder exists in any of these locations, right-click it and select "Delete". You may need to grant administrator permissions to delete these folders. If you cannot delete the folder, it's likely that some Chrome process is still running in the background. Go back to step 1 and ensure all processes are closed.

Important Notes:

  • Deleting the Chrome folder from AppData\Local will remove your browsing data (history, cookies, saved passwords, etc.). Only delete this folder if you are sure you no longer need this information.
  • Administrator privileges are usually required to uninstall programs and delete files in the Program Files directories.
  • If you encounter any errors during the uninstall process, try restarting your server and then attempting the uninstall again.

Related Articles