Skip to content

Instantly share code, notes, and snippets.

@goyuninfo
Last active September 29, 2020 19:05
Show Gist options
  • Save goyuninfo/8ce92bccfea8c5228728bd56890f83fa to your computer and use it in GitHub Desktop.
Save goyuninfo/8ce92bccfea8c5228728bd56890f83fa to your computer and use it in GitHub Desktop.
Setup development environment on Windows 10
# Enable the Windows Subsystem for Linux
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
# Enable Virtual Machine feature
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
# Fix windows problem
dism /online /cleanup-image /restorehealth
sfc /scannow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment