config_location = 'C:\\Program Files\\VDIClient\\vdiclient.ini' if not os.path.exists(config_location): win_popup_button(f'Unable to read supplied configuration from any location!', 'OK') return False elif os.name == 'posix': #Linux config_location = os.path.expanduser('~/.config/...
MicroEngine/PVE-VDIClientPublic forked fromjoshpatten/PVE-VDIClient NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Files main dist
MicroEngine/PVE-VDIClientPublic forked fromjoshpatten/PVE-VDIClient NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Files main dist
Proxmox based VDI client. Contribute to MicroEngine/PVE-VDIClient development by creating an account on GitHub.
Proxmox based VDI client. Contribute to MicroEngine/PVE-VDIClient development by creating an account on GitHub.
只是测试的话可以在windows系统上安装deskpoolclient 点击中间的屏幕就可以进入win7使用了。 客户端可以支持usb重定向,就是把让云主机使用客户端的usb端口,也可以使用本地的磁盘等资源。每个客户还可以有自己的专用磁盘。 当然,客户端windows自然可以和AD绑定实现更精细的管理,deskpool本身也支持直接配置域控。 本文参与...
--viewer <viewer> (REQUIRED) Executable SPICE client remote viewer (remote-viewer executable) --viewer-options <viewer-options> Send options directly SPICE Viewer (quote value). --start-or-resume Run stopped or paused VM --wait-for-startup <wait-for-startup> Wait sec. for startup VM [...
2 changes: 1 addition & 1 deletion 2 README.md Original file line numberDiff line numberDiff line change @@ -4,7 +4,7 @@ This project's focus is to create a simple VDI client intended for mass deployme  ;第三申请的VDI数量可以选最少的,下面是我注册时候的选项,供大家参考。 账号注册页面链接:https://enterpriseproductregistration.nvidia.com/?LicType=EVA...
# -f 源盘格式:raw vmdk vhd vdi, 也可以不写自动识别 qemu-img convert -f raw -O qcow2 <firmware_name> #例子 qemu-img convert -f raw -O qcow2 LEDE.img vm-101-disk-1.qcow2 导入映像到虚拟机 qm importdisk <vmid> <storage> # 例子:为ID号 101 导入虚拟机映像 # 需要先创建相应...