VIRTUAL BOX - Force VM bios time in the past to use expired license

From GUILLARD WIKI
Revision as of 14:33, 18 April 2018 by Guillard (talk | contribs) (Created page with "1) Stop the bios time synchronization VBoxManage setextradata LaBaule "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1 2) Remove the additional time from current...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

1) Stop the bios time synchronization

VBoxManage setextradata LaBaule "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1

2) Remove the additional time from current date in ms to return in the past

VBoxManage modifyvm LaBaule --biossystemtimeoffset -25920000000 VBoxManage startvm LaBaule