SOLVED

Windows 10 LTSC Inbox Apps

Copper Contributor

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.

 

3 Replies
best response confirmed by rajeev_vlal (Copper Contributor)
Solution

Microsoft Support called and told me that there is no way to achieve this.

@rajeev_vlal 

 

2 years later. You could try this:

 

Add-AppxProvisionedPackage -Online -PackagePath "D:\x86fre\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe.msixbundle" -LicensePath "D:\x86fre\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe.xml"

 

 

Thanks Ryan, I have moved on to Windows 11 now but it will be good for others trying to achieve this as well.
1 best response

Accepted Solutions
best response confirmed by rajeev_vlal (Copper Contributor)
Solution

Microsoft Support called and told me that there is no way to achieve this.

View solution in original post