windows icon indicating copy to clipboard operation
windows copied to clipboard

win10 install wsl error

Open hexiaoshi opened this issue 1 year ago • 1 comments

Operating system

ubuntu22.04

Description

Installing, this may take a few minutes... WslRegisterDistribution failed with error: 0x80370102 Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS. For information please visit https://aka.ms/enablevirtualization Press any key to continue...

Docker compose

services: windows: image: ehz-mom.tencentcloudcr.com/public/windows container_name: windows environment: VERSION: "10" LANGUAGE: "Chinese" REGION: "en-US" KEYBOARD: "en-US" RAM_SIZE: "13G" CPU_CORES: "8" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m volumes: - /export/windows/data:/storage

Docker log

Server Version: 20.10.21

Screenshots (optional)

No response

hexiaoshi avatar Nov 20 '24 01:11 hexiaoshi

Set

environment:
  VMX: "Y"

kroese avatar Nov 20 '24 09:11 kroese