Daily Archives: 2020년 9월 13일

윈도우즈 10 에서 간단하게 WSL 을 설치하는 방법이다. 관리자 모드로 PowerShell 을 실행한다.다음과 같이 명령어를 입력한다.dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart WSL 2 로 업데이트dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart설치한 내용이 적용되도록 윈도우를 재기동 합니다.재기동 후 다시 관리자 모드로 PowerShell … Continue reading

Posted on by kimyc | Leave a comment