This is an old revision of the document!


Handy Windows Commands

Install Edge Browser

md -Path $env:temp\edgeinstall -erroraction SilentlyContinue | Out-Null
$Download = join-path $env:temp\edgeinstall MicrosoftEdgeEnterpriseX64.msi
Invoke-WebRequest 'https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/a2662b5b-97d0-4312-8946-598355851b3b/MicrosoftEdgeEnterpriseX64.msi' -OutFile $Download
Start-Process "$Download"
# alt:
# Start-Process "$Download" -ArgumentList "/quiet"

Install VS Code

Install-Script -Name Install-VSCode
  • handy_windows_commands.1657636152.txt.gz
  • Last modified: 2022/07/12 14:29
  • by mgupton