Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created July 8, 2019 21:32
Show Gist options
  • Save PrateekKumarSingh/eca007ef938af5bd1b20ba33716c5512 to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/eca007ef938af5bd1b20ba33716c5512 to your computer and use it in GitHub Desktop.
$URL = 'https://aka.ms/wsl-ubuntu-1804'
$Filename = "$(Split-Path $URL -Leaf).appx"
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri $URL -OutFile $Filename -UseBasicParsing
Invoke-Item $FileName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment