VMware Horizon Community
espi303030
Contributor
Contributor

Can I set Adobe PDF printer as my default printer at logon?

Hello all,

I am testing View 7 using non-persistent floating desktops, I am also using UEM (very cool).  I cannot find a way to set a PDF printer as my default printer, has anyone out there come close to doing something like this?

Thank you

2 Replies
techguy129
Expert
Expert

We use a UEM logon task that calls a powershell command after profile import.

powershell.exe -ExecutionPolicy Bypass -Command "(Get-WmiObject -Class Win32_Printer -Filter `"Name` like` `'Adobe%%`'").SetDefaultPrinter()"

0 Kudos
techguy129
Expert
Expert

Copy and paste doesn't look right. Here is a screenshot

Capture.PNG