SlimJim LTSC 2021 Preset (free)

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:
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>
 
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:
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>
When I resist removing the Windows installation disc and reinstalling it without any add-ons, most of these messages appear, and I don't understand why.
 
This preset assumes you're using LTSC 2021 or any W10 22H2 release where no more updates will be installed, because it removes components which are required for updates. Are you using a W11 release?
 
Back
Top