목록Linux (2)
develope_kkyu
Windows 기능 켜기 Windows 하이퍼바이저 플랫폼 / 가상 머신 플랫폼 체크 후 확인 PowerShell 관리자 실행 두 개의 코드 차례대로 실행 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi --> 다운로드 받기 --> 설치 PowerShell에서 두 개 코드 차례대로 wsl --set-def..
Windows 기능 켜기 Windows 하이퍼바이저 플랫폼 / 가상 머신 플랫폼 체크 후 확인 PowerShell 관리자 실행 두 개의 코드 차례대로 실행 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi --> 다운로드 받기 --> 설치 PowerShell에서 두 개 코드 차례대로 실행 wsl --set-..