I am not getting any error messages. Whenever I start the VM it still shows the grey "Oracle" splash screen. I would like to put our school logo instead of that splash screen as I don't want the pupils knowing what VM software we are using.
My full startup script (bat file) so far is:
Code: Select all
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar
VBoxManage setextradata global GUI/RestrictedCloseActions SaveState,Restore
VBoxManage setextradata global GUI/Input/MachineShortcuts "FullscreenMode=None,SeamlessMode=None,SettingsDialog=None,TakeSnapshot=None,ScaleMode=None"
VBoxManage modifyvm global --biosbootmenu disabled
VBoxManage startvm "Windows732bit"
I'm trying to add in an extra line to alter the splash screen ....
Mark