Releases: Jabe/winget-iot
Releases · Jabe/winget-iot
Release list
v1.0
First tagged release of the IoT/LTSC winget bootstrap.
Installs the latest stable WinGet on Windows 11 IoT Enterprise / LTSC (and Windows 10 IoT LTSC 2021+ / Server without Store): sideloading, VCLibs → UI.Xaml 2.8 → Windows App Runtime 1.8, all-users provision with License1.xml, community source, optional offline payloads.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$f = Join-Path $env:TEMP 'Install-WinGet-IoT.ps1'
Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/Jabe/winget-iot/main/Install-WinGet-IoT.ps1' -OutFile $f -UseBasicParsing
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "$f"