Windows11 wsl2 설치 및 nautilus(gui) 설치
참고 : dreamhack.io, https://learn.microsoft.com/ko-kr/windows/wsl/tutorials/gui-apps 1. WSL2 설치 1.1. Windows PowerShell 명령어 실행 Windows PowerShell을 열고 아래 명령어들을 실행한다. # Windows PowerShell $ dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart $ dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart $ wsl --set-default-version ..