0

VBoxManage provides some additional configuration possibilities for VirtualBox, for instance activating of symlinks in shared folders (is still not working for me...):

C:\Windows\system32>VBoxManage setextradata "VM_NAME" VBoxInternal2/SharedFoldersEnableSymlinksCreate/SHARED_FOLDER_NAME 1

How can I see the current configuration? E.g. if SharedFoldersEnableSymlinksCreate is set to 1 or not.

Thx

EDIT:

"VBoxManage provides some additional configuration possibilities for VirtualBox" -- that's wrong.

VirtualBox Manual -> Chapter 8. VBoxManage -> Introduction: "VBoxManage is the command-line interface to VirtualBox."

automatix
  • 682
  • 3
  • 7
  • 19

1 Answers1

0

Is VBoxManage getextradata <VM> enumerate what you're after? --official docs for ‘getextradata/setextradata’ at https://www.virtualbox.org/manual/ch08.html#idm5419

nickgrim
  • 4,336
  • 1
  • 17
  • 27