1- Installation via Browser
When you connect to your Windows server via Remote Desktop, if the Microsoft Edge browser is available on the server, you can follow the steps below to install Chrome.
- Connect to the VPS
- In your Microsoft Edge browser, go to https://www.google.com/chrome/
- Click the ‘Download Chrome’ button to download Chrome.
- After the download is complete, double-click on the ‘ChromeSetup’ application in the Downloads folder. The installation process will start automatically.
- Once the installation is complete, the Chrome browser window will appear. You can now start using Chrome.
2- Installing Google Chrome via CMD Without a Browser
When you access the Windows server via Remote Desktop and there is no browser installed, you can follow the steps below to install Chrome.
- Connect to the VPS
- Follow the steps Windows Start > CMD to open CMD
- Paste the following command. This command will download the Chrome installer file as C:\chrome_installer.exe.
PowerShell -Command “Invoke-WebRequest -Uri https://dl.google.com/chrome/install/375.126/chrome_installer.exe -OutFile ‘C:\chrome_installer.exe'”
- You will see messages on the screen indicating that the file has been downloaded.
- After the download is complete, while on the same screen, paste the following command to run the downloaded installer and press Enter.
start C:\chrome_installer.exe
- The installation process will start automatically.
- Once the installation is complete, the Chrome browser window will appear. You can now start using Chrome.