Forum Discussion
rajeev_vlal
Jul 15, 2020Copper Contributor
Windows 10 LTSC Inbox Apps
Hi, I am deploying Windows 10 Enterprise LTSC for my users. I wish them to have sticky notes as well. I know that we can install it using the Windows 10 Enterprise LTSC Inbox Apps but not sure wh...
- Aug 02, 2020
Microsoft Support called and told me that there is no way to achieve this.
Ryan Pertusio
Jul 21, 2022Brass Contributor
2 years later. You could try this:
Add-AppxProvisionedPackage -Online -PackagePath "D:\x86fre\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe.msixbundle" -LicensePath "D:\x86fre\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe.xml"
- rajeev_vlalJul 22, 2022Copper ContributorThanks Ryan, I have moved on to Windows 11 now but it will be good for others trying to achieve this as well.