Auto setting ClawPDF as default printer. #186
Unanswered
RueAnd-tech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
clawPDF aggressively sets itself as the default printer after installation in RDS / Terminal Server environment – even with Windows default printer management disabled
Environment:
Problem:
After installing clawPDF on the session host (even silently or as admin), it automatically sets itself as the Windows default printer for logged-in users — overriding the GPO-configured default printer.
This happens:
We have tried:
HKCU\Software\clawSoft\clawPDF\PrimaryPrinter(it gets recreated as "clawPDF" during print jobs or app startup)HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\Devicevia GPO Replace action every loginclawSoft\clawPDFduring print processingDesired behavior:
We want clawPDF to function as a normal print-to-PDF driver without ever changing the Windows default printer. The default should remain controlled by our existing GPO printer deployment.
Questions:
allowDefaultPrinterSwitch(mentioned in scripting docs) supposed to prevent this? If so, where/how can it be set globally or per-install for all users in RDS?Any help, pointers to undocumented settings, or confirmation that this is a known limitation would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions