aveirocr7
Goto Top

Windows 10 - Foto App

Hallo,

komischerweise wie aus dem nichts Meldet Windows 10, wenn ich ein Foto Datei öffne "Die App wurde nicht gestartet".
Auch Windows Store Update funktioniert nicht. Also Problem liegt bei Windows-Foto App auf mein Rechner.

- Die Funktion "App selbst zu reparieren" finde ich nicht.
- Mit wsreset.exe den App Cache leeren habe ich auch schon.

Könnt ihr helfen ?

Content-ID: 313214

Url: https://administrator.de/contentid/313214

Ausgedruckt am: 26.11.2024 um 03:11 Uhr

129813
129813 22.08.2016 aktualisiert um 18:17:41 Uhr
Goto Top
Set another app as default, and after that restore it to the default app. If this doesn't help try this:
How to reset apps in Windows 10, so that they start working again

reset_apps_5

Regards
AveiroCR7
AveiroCR7 23.08.2016 um 10:56:32 Uhr
Goto Top
Hello highload.

I have tried both options, but without success.
For the Photo-App i don´t have the option "Adavanced option" or "Rest".
129813
129813 23.08.2016 aktualisiert um 11:07:08 Uhr
Goto Top
Zitat von @AveiroCR7:
I have tried both options, but without success.
For the Photo-App i don´t have the option "Adavanced option" or "Rest".
Then you did not upgrade to 1607, this option is first available in 1607.

You can also remove the app via Powershell (remove-appxpackage) and re- add it from scratch.
Open an administrative powershell console, and the enter the following commands
Get-AppxPackage Microsoft.Windows.Photos | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.Windows.Photos | %{Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}  

Regards