memstechtips / UnattendedWinstall

Personalized Unattended Answer Files that helps automatically debloat and customize Windows 10 & 11 during the installation process.
MIT License
3.58k stars 399 forks source link

The installer says can not find software license terms and then I am not able to continue the install process win 11 home #134

Closed Tim-Schwalbe closed 2 weeks ago

Tim-Schwalbe commented 2 months ago

The installer says can not find terms and then I am not able to continue the install process win 11 home.

image

memstechtips commented 2 weeks ago

Hey there,

This should be fixed in v2.0.0 - https://github.com/memstechtips/UnattendedWinstall/releases/tag/v2.0.0 In v2.0.0 Windows Pro is installed by default, if you want to install Home, you need to replace all instances in the file that looks like this: <Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>

with this

<Key>YTMG3-N6DKC-DKB77-7M9GH-8HVX7</Key>

Feel free to reopen the issue if it's not fixed.