-
How to fix error 0x8037010 on WSL2 [QUICK FIX]IT 2020. 5. 27. 02:00반응형
저는 Hyper-V 상의 Windows 10에 WSL2를 설치했고, Ubuntu 18.04 LTS 를 설치하다가 위 오류를 만났는데요.
구글링 한 결과 위 오류는 해결이 되었습니다. 아래 4번으로 조치가 되었는데요.
2번의 개별 <VMName> 을 지정해서는 왜 안되나 모르겠네요.
PowerShell: Get-VM | ? State -eq ‘Off’ | Set-VMProcessor -ExposeVirtualizationExtensions $true
3. Activate Nested Virtualization for VMs using PowerShell (Admin)
- On the host machine (with target machine powered off) -> press Win+X and choose PowerShell (Admin) from the list.
- Inside the PowerShell window -> paste this command changing the values to your VM processor and name: Set-VMProcessor <VMName> -ExposeVirtualizationExtensions $true
- Press Enter to run it.
- In case you want to enable this service on all VM’s installed on your PC that is currently turned off, paste this command inside PowerShell: Get-VM | ? State -eq ‘Off’ | Set-VMProcessor -ExposeVirtualizationExtensions $true
In this article, we explored some of the best methods to solve the error code 0x80370102 when trying to install the Linux or Debian Distro for Windows Subsystem for Linux 2 (WSL2).
We hope these steps helped you solve your issue. Please feel free to let us know if this guide helped you by using the comment section below.
https://windowsreport.com/error-0x80370102/
728x90반응형'IT' 카테고리의 다른 글
Windows Subsystem for Linux - Add desktop experience to Ubuntu (0) 2020.05.30 Syncmarx 북마크 동기화 (0) 2020.05.27 Windows 10에 WSL2 설치하기 (0) 2020.05.27 Windows 작업 스케줄러 Script 등록 (0) 2020.05.09 Windows 시작/재부팅 시 자동 메일링 (0) 2020.05.01