Skip to content

Instantly share code, notes, and snippets.

@ahue
Created March 29, 2022 20:18
Show Gist options
  • Save ahue/472af734eb481f447198fe9116ec18e5 to your computer and use it in GitHub Desktop.
Save ahue/472af734eb481f447198fe9116ec18e5 to your computer and use it in GitHub Desktop.
fix-docker-machine-time-sync.ps1
$vm = Get-VM -Name DockerDesktopVM
$feature = "Zeitsynchronisierung"
Disable-VMIntegrationService -vm $vm -Name $feature
Enable-VMIntegrationService -vm $vm -Name $feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment