C
C
Codertf2020-02-19 15:16:35
Python
Codertf, 2020-02-19 15:16:35

wyse thin client not seeing printer (RDP)?

Good afternoon, there was a need to connect a thin client via RDP directly to a virtual machine in vSphere, but suddenly a problem arose - the virtual machine at point-blank range does not see the MFP225 printer connected to it. Force Redirect USB, registered in wnos, does not hook it.
Wnos.ini attached.

CONNECT=RDP \
Host=(IP connections here) \
Description="RDP Session" \
AutoConnect=Yes \
Colors=true \
Fullscreen=yes \
Resolution=default \
LowBand=No \
NoReducer=Yes \
LocalCopy=no
DefaultUser=Guest
Password=" "
Device=vusb ForceRedirect=0x03f0,0x2d2a,0xff,0x02,0x01 Help

please. Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
YariKartoshe4ka, 2019-10-07
@YariKartoshe4ka

The problem turned out to be that my username was "Dom", which is written in Cyrillic. To solve the problem, you need to remove all words written in Cyrillic from the path to the plugins. There are 2 ways

  1. Rename the user so that it is written in Latin letters
  2. Create a virtual environment in the root of drive C: (for example). Install pyinstaller and pyqt5 there and build your project there

K
Konstantin Malyarov, 2019-06-20
@Konstantin18ko

pip install PyQt5

C
Codertf, 2020-02-20
@Codertf

The problem was solved very simply:
The device was forwarded, but the device manager did not react in any way, pointed to the mounted port with the driver's hands, and the PCL5 driver hooked the printer via USB with a whistle.
Thank you all for your help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question