Share via

how permanently install Microsoft Photos and Sticky Notes for all users in Windows 11

Saleh Hassan 20 Reputation points
2026-03-18T09:53:27.0166667+00:00

how permanently install Microsoft Photos and Sticky Notes for all users in Windows 11 ensuring they do not need to be reinstalled from the Microsoft Store for every new user not removed after the user request new Citrix vdi session

Windows for business
Windows for business

A category covering Microsoft's enterprise and professional Windows solutions

0 comments No comments

Answer accepted by question author

  1. Henry Mai 8,215 Reputation points Independent Advisor
    2026-03-18T12:42:42.83+00:00

    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.

    1. 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
    2. 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.

    Was this answer helpful?

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.