.\winget-install.ps1

Steps — detailed, idempotent script (run as Administrator)

Invoke-WebRequest -Uri $downloadUrl -OutFile $output Add-AppxPackage -Path $output

Install Winget — Using Powershell Hot

.\winget-install.ps1

Steps — detailed, idempotent script (run as Administrator)

Invoke-WebRequest -Uri $downloadUrl -OutFile $output Add-AppxPackage -Path $output