Need to permanently disable Update Popup

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Original PK
Posts: 1
Joined: 3. Dec 2021, 18:22

Need to permanently disable Update Popup

Post by Original PK »

Hi all,

We update software using a scripted mechanism that has to pass testing before client machines are updated so that we don't interrupt our dev process with incompatibilities in software versions that cause issues. This is not negotiable.

We need to remove the Virtualbox update check on client pcs - how can this be done? We can't have people updating willy-nilly or it will invalidate our infrastructure consistency

Thanks!
Attachments
vbup.png
vbup.png (21.21 KiB) Viewed 1626 times
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Need to permanently disable Update Popup

Post by scottgus1 »

That Virtualbox update check can be stopped by unchecking "Check for Updates" in the main Virtualbox window, File menu, Preferences, Update. However, the file that contains the status of that box is
Virtualbox.xml, which is in the user's folder and does not require admin access to edit, so the update check can be turned back on again by a standard user. Changing permissions on the folder containing Virtualbox.xml will break Virtualbox, as Virtualbox needs full standard-user write access to that folder.

And the user can go update Virtualbox manually at any time, if the user has permissions to install software.

Stopping an update should be done by overall admin permissions, not allowing folks to install stuff without the correct password.
Post Reply