Results 1 to 9 of 9

Thread: The modern print dialog issue after Windows 11 22H2 update

Threaded View

  1. #8
    New Member
    Join Date
    Sep 2022
    Posts
    7

    Thumbs up Re: The modern print dialog issue after Windows 11 22H2 update

    Quote Originally Posted by DaveDavis View Post
    Thanks, We can read/write registry by temporarily set the value to 1, after app called "old style" Print Dialog, then restore original registry setting in our program.
    HI

    This preview line no longer advanced and stopped without continuing and it was impossible to print.

    I used this line and perfectly now I can print from my VB6 APP also with 23H2 of windows11...

    Code:
    reg add "HKCU\Software\Microsoft\Print\UnifiedPrintDialog" /v "PreferLegacyPrintDialog" /d 1 /t REG_DWORD /f
    If I wanted to restore the other mode how should I insert the line to re-enable "as WIN11 23H2 did before"?

    probably with:

    Code:
    reg delete "HKCU\Software\Microsoft\Print\UnifiedPrintDialog" /v "PreferLegacyPrintDialog" /f
    Thanks
    Last edited by ApipApip; May 19th, 2024 at 11:13 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width