File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 - winget
88draft : false
99created : 2025-12-31T16:30
10- updated : 2026-01-01T13:54
10+ updated : 2026-01-01T14:10
1111---
1212This guide provides step-by-step instructions for installing the Windows Package Manager (WinGet) on Windows 11 LTSC.
1313
@@ -61,7 +61,7 @@ Add-AppxPackage Microsoft.WindowsAppRuntime.1.8_*_x64.appx
6161Finally, install the main WinGet package by executing the following command in the same PowerShell window:
6262
6363``` powershell
64- Add-AppxProvisionedPackage -Online -PackagePath Microsoft.DesktopAppInstaller.Msixbundle -LicensePath *_License1.xml
64+ Add-AppxProvisionedPackage -Online -PackagePath Microsoft.DesktopAppInstaller_*.msixbundle -LicensePath *_License1.xml
6565```
6666
6767#### 5. Verify the Installation
You can’t perform that action at this time.
0 commit comments