For VM
右键你要设置的VM --> edit settings --> options --> General --> Configuration Paramenters --> Add row
1)修改虚拟机控制台数量
RemoteDisplay.maxConnections="1" -- 数字1表示仅允许打开1个控制台
2) 禁止复制/粘贴到远程控制台
isolation.tools.copy.disable="TRUE"
isolation.tools.paste.disable="TRUE"
3) 控制虚拟机硬件的使用
isolation.device.connectable.disable="TRUE"
isolation.device.edit.disable="TRUE"
时间: 2024-10-10 10:22:45