Windows 10 SUCKS get LINUX.
YES THIS HOW I GET WINDOWS ON LINUX pls do it
Virt Manager and KVM
Supported VMs CPU
Windows 10 ISO
TO INSTALL follow this steps or video later adding text
boot to Windows 10 installer
locate the windows 10 iso letter
DISKPART in cmd
diskpart
sel disk 0
clean
convert gpt
create part efi size=512
foramt fs=fat32
ASSIGN letter=h
create part pri
format quick
ASSIGN letter=C
exit
Use Dism to apply the Image
DISM.exe /Apply-Image /ImageFile:install.wim /Index:1 /ApplyDir:C:\
Use Bcdboot to create boot files
bcdboot c:\windows /s h: /f UEFI
open regedit and load C:\windows\system32\config\system
as sys
go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup
make Cmdline to cmd.exe
restart and now cmd should start
make user
net user SteavenGamerYT /add
net localgroup users SteavenGamerYT /add
net localgroup administrators SteavenGamerYT /add
now open regedit
and do as the video adding text later