A category covering Microsoft's enterprise and professional Windows solutions
Hello Saleh, I am Henry and I want to help you with your concern.
First, you will first need to download the .appxbundle or .msixbundle files for Microsoft Photos and Sticky Notes. These can be obtained from the Microsoft Store for Business or by using online tools that generate Microsoft Store download links.
Then open PowerShell as an Administrator to execute the following commands.
- Microsoft Photos: Assuming you have the package for Microsoft Photos, the command would be:
Add-ProvisionedAppxPackage -Online -PackagePath "C:\AppPackages\Microsoft.Windows.Photos.appxbundle" -SkipLicense - Microsoft Sticky Notes: Similarly, for Sticky Notes:
Add-ProvisionedAppxPackage -Online -PackagePath "C:\AppPackages\Microsoft.MicrosoftStickyNotes.appxbundle" -SkipLicense
You may also need to add any necessary dependency packages using the same command.
I hope you’ll give my recommendation a try and let me know how it goes and if this answer helps, feel free to hit “Accept Answer” so others can benefit too.