Skip to content

Instantly share code, notes, and snippets.

@Purp1eW0lf
Created February 23, 2024 16:23
Show Gist options
  • Save Purp1eW0lf/debc58b73066fa0185f54eab5660080b to your computer and use it in GitHub Desktop.
Save Purp1eW0lf/debc58b73066fa0185f54eab5660080b to your computer and use it in GitHub Desktop.
# Download from Google
powershell -c (New-Object System.Net.WebClient).DownloadFile('https://dl.google.com/edgedl/chrome-remote-desktop/chromeremotedesktophost.msi', $env:ProgramData+'\\1.msi')
# Install
msiexec /i C:\\ProgramData\\1.msi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment