wsl2 설치
1. 명령 프롬프트창을 관리자 권한으로 실행
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
#Micrsoft-Windows-subsystem-Linux 기능을 활성화
명령어 입력
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
#가상머신 플랫폼 기능을 활성화
wsl --install
# wsl2 설치 명령어
2. microsoft Store 접속
원하는 버전으로 설치 후 실행
시키는대로 username과 password설정
끝
'Server' 카테고리의 다른 글
[spring boot/배포] AWS EC2 인스턴스 생성 및 배포 과정 (0) | 2024.09.20 |
---|---|
[springboot] ncp에 springboot 프로젝트 배포하기 (1) | 2024.05.13 |