Jul 23 2022 01:48 AM
Hi
I currently need to use the context menu to open an image because double-clicking it sets it as the background image. Does anybody know how to fix it?
thanks
Jul 23 2022 10:59 PM - edited Jul 23 2022 10:59 PM
See if reinstalling the Photos app helps.
From PowerShell (administrator), run:
Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Jul 25 2022 01:28 AM
@rameshsrinivasan that did the job, thank you!