In Windows 11 22H2, Microsoft has replaced the legacy Print Dialog for all classic (win32) apps. This effects Giza also, and for some users the new dialog has been an inconvenience.
Follow one of the methods below 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 then 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.