Window WSL2 설치 방법 : 1. 설치
0. Introduce윈도우에 WSL2 설치 방법 및 설정 방법을 정리하는 것을 목표로 한다.여기서는 WSL2 설치를 다룬다. 1. WSL2 설치전 필수 사항설치 하기전 Hyper-V, Linux 용 Windows 하위 시스템이 필요하다.아래 그림처럼 Windows 기능 켜기/끄기에서 가능하나 아래 Power Shell 관리자 모드로 실행해서 복사 붙여 넣기 하면 편하다.dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestartdism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 2. WSL 설치..
2025.08.13