Created
          August 1, 2015 14:24 
        
      - 
      
 - 
        
Save cakesmith/686c3ba6dbb0944b1db3 to your computer and use it in GitHub Desktop.  
    Disable VirtualBox Time Sync
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Turn off time syncing: | |
| vboxmanage setextradata [VMname] "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1" | |
| Turn it back on: | |
| vboxmanage setextradata [VMname] "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "0" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment