
Find Chrome in the list and swipe up on it to close it. On Android, at the bottom of your phone’s screen, tap or press the recent apps button. Then, tap Chrome on your home screen to launch the browser. Find Chrome here and swipe up on it to close it. Once the installation process is complete, click the OK button. Follow the prompts to accept the license agreement. Once you have downloaded the installer, you can run it by double-clicking the file.

If you use an iPhone SE, iPhone 8, or an earlier model of the iPhone, double-press the Home button to view your recent apps. To install the Chrome browser on a laptop, you can either use Microsoft Edge or download the installer directly. Close and Reopen Chrome on iPhone SE, iPhone 8, or Earlier Then, reopen Chrome by tapping it on your home screen. Find Chrome in the app list and swipe up on it. To close the Chrome app on your iPhone X or later or iPad, swipe up from the bottom of your phone’s screen. Close and Reopen Chrome on iPhone X or Later and iPad Then, relaunch Chrome by opening Spotlight (using Command+Spacebar), typing “Chrome”, and selecting “Chrome” in the search results. To exit Chrome on Mac, in Chrome’s top-left corner, click Chrome > Quit Google Chrome. RELATED: How to Force Quit an App on Windows 10 Close and Reopen Chrome on Mac To now launch Chrome, search for “Chrome” in your app drawer and select it. To quit and then reopen Chrome on your Windows, Linux, or Chromebook computer click the “X” icon in Chrome’s top-right corner. VBA / VBScript Set objShell = CreateObject("WScript.Shell")Ĭmd = objShell.Close and Reopen Chrome on Windows, Linux, and Chromebook PowerShell: (gp Registry::HKCR\ChromeHTML\shell\open\command)."(Default)" -match '"(.*?)"' | Out-NullĬommand = winreg.QueryValueEx(winreg.OpenKey(winreg.HKEY_CLASSES_ROOT, "ChromeHTML\\shell\open\\command", 0, winreg.KEY_READ), "")Įxe=re.search("\"(.*?)\"", command).group(1)

To determine where it is programmatically:įOR /F "tokens=2* skip=2" %%a in ('reg query HKCR\ChromeHTML\shell\open\command /ve') do set exe=%%b Chrome can be installed in various places on Windows, for a given user or "all users", in which case it's installed in Program Files.
