From 291c8c4319b7690496a1dee24d83327c09798ea4 Mon Sep 17 00:00:00 2001 From: Maksim Malchuk Date: Sat, 23 Jan 2016 01:43:50 +0300 Subject: [PATCH] Disable VirtualBox Remote Desktop Extension (VRDE) VRDE should disabled by default. It can be enabled by the 'headless' option in the config.sh Change-Id: I2bc9f5a03e1d410fe9a092532fe75c41d80af84f Closes-Bug: #1502114 --- functions/vm.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/functions/vm.sh b/functions/vm.sh index 5163a29..359088a 100755 --- a/functions/vm.sh +++ b/functions/vm.sh @@ -108,9 +108,6 @@ create_vm() { # Create and attach the main hard drive add_disk_to_vm $name 0 $disk_mb - - # Enable RDP - execute VBoxManage modifyvm $name --vrde on } add_hostonly_adapter_to_vm() {