Skip to content

Instantly share code, notes, and snippets.

@MateuszNad
Created March 15, 2020 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MateuszNad/9b03222b42be7bd6884fe0e88f6ef449 to your computer and use it in GitHub Desktop.
Save MateuszNad/9b03222b42be7bd6884fe0e88f6ef449 to your computer and use it in GitHub Desktop.
if([System.Environment]::OSVersion.Version.Build -gt 18305)
{
Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -Online -ErrorAction Stop -NoRestart
}
# Restart-Computer -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment