This preset assumes you're using IoT Enterprise. If you don't have that Windows edition, then remove the generic install keys.
1. Open SlimJim.xml in Notepad.
2. Remove the generic key:
1. Open SlimJim.xml in Notepad.
2. Remove the generic key:
Code:
<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key>QPM6N-7J2WJ-P88HH-P3YRH-YY74H</Key>
</ProductKey>
</UserData>
Code:
<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key></Key>
</ProductKey>
</UserData>
Code:
<component name="Microsoft-Windows-Shell-Setup">
<ComputerName>*</ComputerName>
<ProductKey>QPM6N-7J2WJ-P88HH-P3YRH-YY74H</ProductKey>
</component>
Code:
<component name="Microsoft-Windows-Shell-Setup">
<ComputerName>*</ComputerName>
</component>