Skip to content

Commit 5b263b7

Browse files
committed
Quartz sync: Jan 1, 2026, 2:10 PM
1 parent ebafea2 commit 5b263b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/notes/install-winget-on-windows-11-ltsc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
- winget
88
draft: false
99
created: 2025-12-31T16:30
10-
updated: 2026-01-01T13:54
10+
updated: 2026-01-01T14:10
1111
---
1212
This 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
6161
Finally, 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

0 commit comments

Comments
 (0)