petben Posted March 17, 2017 Posted March 17, 2017 Hello, I now have a working VirtualBox VM for students to use - 2 Q's. 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? 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now