Disable notifications with GUI/SuppressMessages "all"
Posted: 8. Oct 2017, 22:46
Hi,
I create VMs from Packer in an automated fashion, including desktops, and I'd like to get rid of this mouse pointer integration warning without having to click.
Digging around, I discovered a forum discussion at forums(dot) virtualbox (dot) org/ viewtopic (dot) t=25797 where someone referenced:
This does seem to work, but I would like to suppress only these messages and I can't seem to find the docs what options are possible. I was able to pull up the list of keys with:
I'd like to suppress only the mouse pointer integration warnings.
I create VMs from Packer in an automated fashion, including desktops, and I'd like to get rid of this mouse pointer integration warning without having to click.
Digging around, I discovered a forum discussion at forums(dot) virtualbox (dot) org/ viewtopic (dot) t=25797 where someone referenced:
Code: Select all
VBoxManage setextradata global GUI/SuppressMessages "all"Code: Select all
VBoxManage getextradata global enumerate