S
S
sigmatik2014-06-04 23:35:52
HP
sigmatik, 2014-06-04 23:35:52

Hp Thin Client t5550 and default printer

Hello. Briefly about the main thing.
There are:
1. HP t5550 thin client
2. HP 1102 printer
3. Windows 2008 standart TS/AD/DHCP server
Problem: A printer successfully connected to the thin client is successfully redirected and works in a terminal session, but at its initial start (session) the printer does not become the default. Accordingly, in order for printing from applications to be sent to it, it is necessary to manually make it (the printer) by default each time with the mouse, which users very often forget to do, and which ultimately negatively affects our psyche with them. In this regard, I ask for advice, even the most perverted and ambiguous. Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Somov, 2014-06-11
@DarkDemon

Most likely solved by setting a checkmark "Use user connection settings". For other printers, on the security tab, disable everything for terminal users. In extreme cases, a bat file with the printer set to autoload by default.
PowerShell working solution:

$pr
$pr=get-WmiObject -class Win32_printer | where ({$_.name -like "HP Univer*"}) | foreach { $_.name }
rundll32 printui.dll,PrintUIEntry /y /n $pr

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question