win11 provides users with a photo application for browsing pictures, but when we use it, we may encounter the problem of a black screen and a crash as soon as we open the photo application. At this time, we can try to use the command or turn off the backup method. to solve.
Method 1:
1. First, right-click the bottom "Start Menu"
2. Then open the "Windows Terminal (Administrator)"
3. After opening it, enter the following command and Just press Enter and run:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Method 2:
1. If the above method does not work.
2. We can also open "onedrive"
3. Enter "Settings" - "Backup" - "Manage Backup" in sequence
4. Find the picture backup function. Just click "Stop Backup".
The above is the detailed content of Win11 photo crash solution. For more information, please follow other related articles on the PHP Chinese website!