Select your platform. {{Tab |type=controller |linkid=1 |content= {{Tab |title= === [[Qubes|{{q_project_name_short}}]] === |addToClass=info-box |active= |content= {{q_project_name_long}} users can skip this. }} {{Tab |title= === [[Non-Qubes-Whonix|{{non_q_project_name_short}}]] === |addToClass=info-box |content= If the {{project_name_customworkstation_long}} template was downloaded and imported, this section can be skipped. The {{project_name_customworkstation_long}} template already comes with these settings by default. If a VirtualBox VM was manually created, click on Expand on the right.
vboxmanage list vmsApply these settings. For further reading on why these settings are beneficial, see {{Code2|build-steps.d/2500_create-vbox-vm}} in the {{project_name_short}} source code folder.
VBoxManage modifyvm "yourvmname" --synthcpu on VBoxManage modifyvm "yourvmname" --acpi on VBoxManage modifyvm "yourvmname" --ioapic on VBoxManage modifyvm "yourvmname" --rtcuseutc on VBoxManage setextradata "yourvmname" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"Disable clipboard sharing. This is a precautionary measure.
VBoxManage modifyvm "yourvmname" --clipboard disabledDisable Drag'n'Drop support. This is a precautionary measure.
VBoxManage modifyvm "yourvmname" --draganddrop disabled