New
#1
How to fix Windows Photo app? Tried a bunch of stuff win10 1903
Hello,
I've got a localized user account problem with the default windows photo app since I've done the following:
****ed up my drivers so I had to restore full system to an image of 3rd of November 2019.
Before I did that I made a backup of my user profile folder.
I restored the image and after restored the user profile backup over the original of that folder only.
The result is now that the windows photo app won't work and trow all sorts of errors. It does work on another user account but I need it to work on my main profile.
I've tried resetting it, uninstalling it through cmd>powershell and rebooting and then installing it again... it starts up for like 3 seconds with the image and then shuts itself off.
Any ideas? Running out of things to try.
ps windows 10 1903 version is what I'm on.
tried running this code but no results (source Reinstall and Re-register Apps in Windows 10)
Code:PowerShell-ExecutionPolicyUnrestricted-Command"& {$manifest = (Get-AppxPackage *Photos*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
error in cmd:
Add-AppxPackage : Cannot convert 'System.String[]' to the type 'System.String'
required by parameter 'Path'. De opgegeven methode wordt niet ondersteund.
At line:1 char:133
+ ... t.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}
+ ~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Add-AppxPackage], Paramete
rBindingException
+ FullyQualifiedErrorId : CannotConvertArgument,Microsoft.Windows.Appx.Pac
kageManager.Commands.AddAppxPackageCommand
Last edited by Max Pen; 31 Dec 2019 at 19:59.