您的位置:首页 > 其它

VM和ESXi的一些参数

2016-05-09 22:19 232 查看
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"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  参数