Skip to content

Commit

Permalink
Merge pull request #5823 from computezrmle/computezrmle-vrde-property
Browse files Browse the repository at this point in the history
Set virtualbox vrde-property
  • Loading branch information
AenBleidd authored Sep 30, 2024
2 parents da545cd + 18fe538 commit 82f2868
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/vboxwrapper/vbox_vboxmanage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,9 @@ int VBOX_VM::create_vm() {
command += "--vrdeauthlibrary default ";
command += "--vrdeauthtype null ";
command += "--vrdeport " + string(buf) + " ";
if (is_virtualbox_version_newer(7, 0, 99)) {
command += "--vrde-property \"Security/Method=RDP\" ";
}

retval = vbm_popen(command, output, "remote desktop");
if (retval) return retval;
Expand Down

0 comments on commit 82f2868

Please sign in to comment.