
WSL2, Ubuntu, OneDrive
·
Setup Dev. Env./Window
작업 공유 WSL2 install 1. Windows version 확인 Windows + R, winver x64 : 버전 1903 이상, 빌드 18362 이상 ARM64 : 버전 2004 이상, 빌드 19041 이상 2. WSL 사용 설정 관리자 권한으로 PowerShell dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 3. Virtual Machine 사용 설정 dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 4. 컴퓨터를 다시 시작 5. Linux 커널 업데이트 패키지 다..