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 what to run in the Power Shell to get it working.
I tried Add-Package -path "D:\x68fre\microsoft.Microsoft.MicrosoftStickyNotes_x.appsbundle"
But I get an error after running the command. Does anyone know what is the right way to install. I do not wish to make any variable change, just install the package as it is.
Microsoft Support called and told me that there is no way to achieve this.
3 Replies
- Ryan PertusioBrass 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_vlalCopper ContributorThanks Ryan, I have moved on to Windows 11 now but it will be good for others trying to achieve this as well.
- rajeev_vlalCopper Contributor
Microsoft Support called and told me that there is no way to achieve this.