Samm Posted October 31, 2019 Posted October 31, 2019 We have been removing the photos app from windows 10 as part of our MDT task as we thought we wouldn't need it (Not sure why i took it out!). We now have a need for the video editor in the photos app as a replacement for movie maker Is there an easy way we can reinstall the photos app on all our machines?
garethEds Posted October 31, 2019 Posted October 31, 2019 Have a look at the Powershell commands here. https://www.winhelponline.com/blog/reinstall-photos-app-windows-10/ Gareth
free780 Posted October 31, 2019 Posted October 31, 2019 Use Configmgr with Hybrid joined devices. It will keep it up to date as well.
Samm Posted October 31, 2019 Author Posted October 31, 2019 I have tried running the below don't get any error but photos doesn't appear. Powsershell is running as administrator and am logged in as a domain admin [color=#3A3A3A][font=Consolas]Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}[/font][/color] Any ideas? powershell isn't one of my strong points!
free780 Posted October 31, 2019 Posted October 31, 2019 The powershell method will only show the Photos app for new users. You have to run the command in the user context for existing profiles. Its best to set the Microsoft Store for Education. https://educationstore.microsoft.com/en-gb/store Then tie it in to SCCM and deploy to devices. https://docs.microsoft.com/en-us/sccm/apps/get-started/creating-windows-applications#bkmk_provision
LukeRowberry Posted October 31, 2019 Posted October 31, 2019 Out of curiosity why are you looking to replace movie maker? If I was to remove movie maker here the backlash would be massive.
free780 Posted October 31, 2019 Posted October 31, 2019 Movie maker is EOL and hasn't been updated since 2012. There are free alternatives.
dobbyit Posted November 1, 2019 Posted November 1, 2019 Movie maker is EOL and hasn't been updated since 2012. There are free alternatives. What alternatives do people suggest that can be deployed via group policy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now