虚拟化显示器方便Parsec连接

为方便调用远程服务器,利用Parsec控制,需要虚拟化显示器。

  1. 下载usbmmidd, https://www.amyuni.com/downloads/usbmmidd_v2.zip

  2. 执行如下命令:

cd c:\temp\usbmmid_v2 (or whatever destination folder you chose)
.\deviceinstaller64 install usbmmidd.inf usbmmidd
deviceinstaller64 enableidd 1


# To deactivate the virtual monitor, run the command:
deviceinstaller64 enableidd 0
# (If you've added more than one virtual display, run this command multiple times)

# to reactivate it:
deviceinstaller64 enableidd 1

# To completely remove the drivers from your system, you can either go through the Device Manager and uninstall "USB Mobile Monitor Virtual Display", or run the commands:
deviceinstaller64 stop usbmmidd
deviceinstaller64 remove usbmmid

激活完成,即可使用Parsec进行连接。
IndirectDisplaySample.zip
参考链接:
https://www.amyuni.com/forum/viewtopic.php?t=3030
https://qwq.moe/ultimate-virtual-monitor-solution-indirect-display/

本文链接:

https://ma.ge/archives/561.html