Jump to content

Recommended Posts

Posted

Hello, I now have a working VirtualBox VM for students to use - 2 Q's.

 

  1. Students will start the VM using the script below, restricting menus etc, but when I start as an admin not using the script but just from the Virtual Box GUI I was expecting it to start with all the options enabled (so I could make changes), why is it still restricted just like starting from the script?

  2. To put this VM access in an IT room how much of the Virtual Box application do I need to install, could I just give them vboxmanage.exe to be able to start and use the VM?

 

 

---

 

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" registervm "C:\VM\StudentVM.vbox"

 

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" setextradata global GUI/SuppressMessages remindAboutAutoCapture,remindAboutMouseIntegrationOn,showRuntimeError.warning.HostAudioNotResponding,remindAboutGoingSeamless,remindAboutInputCapture,remindAboutGoingFullscreen

 

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" setextradata global GUI/RestrictedGlobalSettingsPages General,Input,Update,Language,Display,Network,Extensions,Proxy

 

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" setextradata StudentVM GUI/RestrictedRuntimeMenus Machine,View,Devices,Help,Debug

 

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" setextradata StudentVM GUI/RestrictedStatusBarIndicators HardDisks,OpticalDisks,FloppyDisks,Network,USB,SharedFolders,Features,Mouse,Keyboard

 

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" setextradata StudentVM GUI/RestrictedCloseActions SaveState,PowerOff,Restore

 

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" startvm StudentVM

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...