In windows 11, when you hit the print button. The print window has it defaulted to Portrait and have to change every time. Also the dialog box looks very different from what i am used to seeing. It says “Printing from Win32 application. – Print” at the top left corner.
The answer from Kelly didn’t help me, please if you have another solution. This issue is very irritating.
Using Command Prompt
Open a Command Prompt window: Open using the “Search” box on the bottom tool bar of your Windows 11 22H2
– When it opens you should see something like thisC:\Users\sharpe>
– NOTE you can use copy and paste here.
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
