Language & OS/Linux
[Linux] wslregisterdistribution failed with error: 0x80041001
아리멤모장
2022. 5. 2. 10:58
Microsoft Store에서 Ubuntu를 깔았는데 WSL오류가 발생하는 경우가 있다.
wslregisterdistribution failed with error: 0x80041001
나는 이 에러를 접했고 다음과 같은 방법으로 해결했다.
powershell을 관리자 권한으로 열고 아래 명령어를 실행해보자!
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All