Restore the Legacy Print Dialog in Windows 11 22H2

In Windows 11 22H2, Microsoft Has Replaced The Legacy Print Dialog For All Classic (Win32) Apps, E.g. Notepad, WordPad, Notepad++, Etc., With A New Dialog. Earlier, This Dialog Was Available Only For UWP Apps (Aka Store Apps). Also, There Is A New Print Queue Dialog Introduced In This Version.

However, In The Modern Print Dialog, The Preview Pane Always Shows “No Preview Available,” Irrespective Of The Previewed File Type. Furthermore, On Some Systems, The Title Bar Reads “Printing From Win32 Application” Instead Of The Program’s Name — E.g. Notepad++.

To Access The Printer Preferences Dialog (Specific To The Chosen Printer), Click On The “More Settings” Link At The Bottom Left Of The New Print Dialog.

If You See No Use In This New Print Dialog, Fortunately, You Can Revert To The Old/Legacy Print Dialog In Windows 11 22H2.

Restore The Old Print Dialog In Windows 11 22H2 #


Follow One Of These Methods To Bring Back The Old Print Dialog In Windows 11.

Using Command Prompt #

Open A Command Prompt Window:

Type The Following Command Exactly As Given Below, And press Enter:

reg add "HKCU\Software\Microsoft\Print\UnifiedPrintDialog" /v "PreferLegacyPrintDialog" /d 1 /t REG_DWORD /f

If The Command Was Executed Correctly, You Should See The Message “The Operation Completed Successfully.

Using Registry Editor #

Alternately, You Can Start The Registry Editor (regedit.exe) And Go To The Following Branch:

HKEY_CURRENT_USER\Software\Microsoft\Print\UnifiedPrintDialog

Create A New REG_DWORD Value Named PreferLegacyPrintDialog

Set PreferLegacyPrintDialog Data To 1.

Exit The Registry Editor.

REG File To Automate Or Deploy The Above Setting. #

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Print\UnifiedPrintDialog]
"PreferLegacyPrintDialog"=dword:00000001

Credit By : Webstation

Powered by BetterDocs