Install WinGet
1. Open PowerShell (Admin) window
2. Switch into Downloads folder
Copy/Paste into PowerShell prompt and press Enter to execute
cd ~/Downloads3. Download the most recent installation file
Copy/Paste into PowerShell prompt and press Enter to execute
Invoke-WebRequest -OutFile winget.msixbundle -Uri https://aka.ms/getwinget4. Install
Copy/Paste into PowerShell prompt and press Enter to execute
Add-AppxPackage -Path winget.msixbundle -DeferRegistrationWhenPackagesAreInUse5. Remove installation file
Copy/Paste into PowerShell prompt and press Enter to execute
rm winget.msixbundle