On all of our systems, virtualbox is installed via choco by the system user. The VMs are stored in C:\Users\WSysAdmin\VirtualBox VMs and the actual program is installed in C:\Program Files\Oracle\VirtualBox. The user folder is C:\Users\WSysAdmin\.VirtualBox. the VBoxVmService is installed in C:\vms as is default.
Here is my current config:
[Settings]
VBOX_USER_HOME=C:\Users\WSysAdmin\.VirtualBox
RunWebService=no
PauseShutdown=7000
[Vm0]
VmName=System Proxy
ShutdownMethod=savestate
AutoStart=yes
And here is what the output is for the log on any run before immediately exiting the service:
11/19/2024, 11:45:00 - C:\vms\VBoxVmService64.exe
11/19/2024, 11:45:00 - C:\vms\VBoxVmService.ini
11/19/2024, 11:45:00 - C:\vms\VBoxVmService.log
11/19/2024, 11:45:01 - VBoxVmService started.
11/19/2024, 11:45:01 - List all the VMs found by VBoxVmService
What am I doing wrong here? I've tried double-quoting the name of the VM since there are spaces. No luck.
On all of our systems, virtualbox is installed via choco by the system user. The VMs are stored in
C:\Users\WSysAdmin\VirtualBox VMsand the actual program is installed inC:\Program Files\Oracle\VirtualBox. The user folder isC:\Users\WSysAdmin\.VirtualBox. the VBoxVmService is installed in C:\vms as is default.Here is my current config:
And here is what the output is for the log on any run before immediately exiting the service:
What am I doing wrong here? I've tried double-quoting the name of the VM since there are spaces. No luck.