Fix Windows 11 Photos App Print Dialog Disappearing Immediately
draft · os-and-system windows-11print-driver
Generated by docuprocessor
(prompt article/v3)
· 2026-04-22 07:07
Source thread
thread_id: spaces/AAAA05BdS6s/threads/ow6qKr_SThY
· 3 msgs
· first 2024-05-29
· participants: Tech ATech B
Tech A
2024-05-29 21:59
@all Hi Guys, I had an issue with Photo app in the windows 11, when I tried to print from any picture, the dialog box for printing appears and immediately disappears, all the printer are working fine for the PC, and I can print from anywhere except from phones, there any duplicated instance running, there is no error messages, I reset the app, rebooted the PC, used powershell to restore it , but didnt work and also tried an inplace but I have the same thing, this is for premier OMS, do you have any other idea I could try? At this point, I guess a fullreinstallation would work but I would like any other alternative.
Tech B
2024-05-30 12:25
You can try reinstalling print package from PS:
```Get-AppxPackage *PrintDialog* | Reset-AppxPackage```
~You can check printing options, try to change mode from text/graphic
~Before that sfc /scannow ;) (reboot if required)
Try to reset normal way(same as PS reset but for all windows store apps):
Press the Windows + R keys to open the Run dialog.
Type WSReset.exe.
Click on OK.
Tech A
2024-05-30 13:30
I will try that :)
Generated article
draft