Hello Russell Stewart,
I understand what you're asking for. That said, there isn't a built-in toggle to permanently turn that checkbox off — it's part of the newer unified print dialog and tends to reset.
The workaround that actually sticks is to switch back to the legacy print dialog, which doesn't have that behavior:
- Open Registry Editor and go to
HKEY_CURRENT_USER\Software\Microsoft\Print\UnifiedPrintDialog - Create a DWORD named
PreferLegacyPrintDialogand set it to1 - Or run:
reg add "HKCU\Software\Microsoft\Print\UnifiedPrintDialog" /v PreferLegacyPrintDialog /t REG_DWORD /d 1 /f
Since it's a per-user (HKCU) key, you can push it out to staff if you're managing several machines. After that, the print dialog should respect your driver defaults instead of the per-job "let the app change..." option.
If you'd like Microsoft to add a proper setting to disable that checkbox, the Feedback Hub app is the right place to raise it, since the default-ticked behavior is a design choice on their end.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.