Windows 11 LTSC 2024 Autounattend Stuck with Product Key


whiteyagir

New member
Local time
10:54 AM
Posts
7
OS
Windows 11 LTSC 2024
Hi,

This is my first post. I search very long time but I couldnt find the solution and decide to write here.

My problem is that I create an specialized iso (I install office, adobe, vlc etc. ) than capture it with sccm capture media. Then I again convert it to the iso file.

But when I try to install this iso with autounattend file. It asks me to product key. Generic product key is not working.

So I try to pass this to W11 24h2 and old installation setup old setup because old setup not wants product key.


Anybody give me the suggestion.

Thanks.
 
Windows Build/Version
Windows 11 LTSC 2024

My Computer

System One

  • OS
    Windows 11 LTSC 2024
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo
The generic product key should work, but i have never done unintended installation so not sure.

Code:
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
  <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <UserData>
      <ProductKey>
        <Key>ProductKeyHere</Key>
      </ProductKey>
    </UserData>
  </Component>
</unattend>
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
It doesnt work.

Here is the Screen Shot. And when I say I have no product key installation stop and restart.

Ekran Alıntısı.webp
 

My Computer

System One

  • OS
    Windows 11 LTSC 2024
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo
It doesnt work.

Here is the Screen Shot. And when I say I have no product key installation stop and restart.

View attachment 122228
@whiteyagir

The standard install default product keys are for the primary language versions -- e,g English(intl for UK etc) , Eng US, German, French etc etc.

Check the dropdown in this link : these are the initial languages that W11 is available in and the generic keys only apply to W11 editions in one of those languages. You need to add your special language afterwards -



At install time (In the base Windows install language) enter your generic key, complete the install, then add your specific language and activate.

Cheers
jimbo
 

My Computer

System One

  • OS
    Windows XP,7,10,11 Linux Arch Linux
    Computer type
    PC/Desktop
    CPU
    2 X Intel i7
@jimbo45 thank you for your answer.
I have the KMS server to license Windows 11 LTSC and also I have Software Assurance.

I downloaded the LTSC from Volume Licensing Service Center.
When I use base iso which I downloaded from VLSC does not want to product key.

But I made a private iso which means specialize it add some programs (Office, Adobe, Java etc.) Then capture that image and convert it to iso with oscdimg.exe

After all. It wants product key.

So I want to pass this step because as I said I have the KMS.
 

My Computer

System One

  • OS
    Windows 11 LTSC 2024
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo
KMS Client Product Keys for Windows 11
Windows 11 EditionKMS Client Key
Windows 11 ProW269N-WFGWX-YVC9B-4J6C9-T83GX
Windows 11 Pro NMH37W-N47XK-V7XM9-C7227-GCQG9
Windows 11 Pro for WorkstationsNRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J
Windows 11 Pro for Workstations N9FNHH-K3HBT-3W4TD-6383H-6XYWF
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
KMS Client Product Keys for Windows 11
Windows 11 EditionKMS Client Key
Windows 11 ProW269N-WFGWX-YVC9B-4J6C9-T83GX
Windows 11 Pro NMH37W-N47XK-V7XM9-C7227-GCQG9
Windows 11 Pro for WorkstationsNRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J
Windows 11 Pro for Workstations N9FNHH-K3HBT-3W4TD-6383H-6XYWF
I think you misread the OP's post --he wants the key for W11 ENTERPRISE !!!!

Cheers
jimbo
 

My Computer

System One

  • OS
    Windows XP,7,10,11 Linux Arch Linux
    Computer type
    PC/Desktop
    CPU
    2 X Intel i7

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
I tried all of these keys none is working.

All version keys. But no result.

Actually I dont need a key I want to bypass product key step because I have KMS.
 

My Computer

System One

  • OS
    Windows 11 LTSC 2024
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo
Thanks all. This is not I want but I got the solution with NTLite.

With NTLite I add the registry key to start installation at previous version.

Here is the registy key: W11 24h2 and old installation setup

[HKEY_LOCAL_MACHINE\SYSTEM\Setup]
"CmdLine"="X:\\sources\\setup.exe"

In previous install no product key step.
 

My Computer

System One

  • OS
    Windows 11 LTSC 2024
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo
I downloaded the LTSC from Volume Licensing Service Center.
When I use base iso which I downloaded from VLSC does not want to product key.

But I made a private iso which means specialize it add some programs (Office, Adobe, Java etc.) Then capture that image and convert it to iso with oscdimg.exe

After all. It wants product key.
To me, the real problem sounds like you're trying to install a sysprepped image.

24H2's new Setup doesn't ask for a key when you use the unmodified VLSC ISO, but requires one (or ignores your unattended file) when installing your custom image. But 24H2's old Setup behaves differently.

I don't know. I keep saying 24H2's new Setup is weird because it's treating installs as "upgrades" and breaks random stuff.
Happy to see my hack works.
 

My Computer

System One

  • OS
    Windows 7
Also, this is not the intended use of LTSC Windows. Office, Adobe whatever, VLC shouldn't even be on an LTSC machine. And if one has SCCM capture media, and therefore I assume has SCCM (MECM), then I wonder why you're sysprepping at all.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Intel Core i7-1260P, 2100 MHz
    Motherboard
    NUC12WSBi7
    Memory
    64 GB
    Graphics Card(s)
    Intel Iris Xe
    Sound Card
    built-in Realtek HD audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840x2160 @ 60Hz
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Keyboard
    CODE 104-Key Mechanical with Cherry MX Clears
    Antivirus
    Microsoft Defender
  • Operating System
    Linux Mint 21.2 (Cinnamon)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC8i5BEH
    CPU
    Intel Core i5-8259U CPU @ 2.30GHz
    Memory
    32 GB
    Graphics card(s)
    Iris Plus 655
    Keyboard
    CODE 104-Key Mechanical with Cherry MX Clears
Also, this is not the intended use of LTSC Windows. Office, Adobe whatever, VLC shouldn't even be on an LTSC machine. And if one has SCCM capture media, and therefore I assume has SCCM (MECM), then I wonder why you're sysprepping at all.
I use custom iso for my clients. And all necessary programs installed in this iso. If I can not sysprep All clients with the same SID.
SCCM F12 image takes long long time. More than 1 hour. When I use this image and write it o the usb It just takes 30 minutes.
 

My Computer

System One

  • OS
    Windows 11 LTSC 2024
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo
Actually I found the problem but I havent solved it yet.

My custom .wim seems Windows 10 Enterprise LTSC 2024 However my orijinal iso's .wim file is Windows 11 Enterprise LTSC

So I think product keys not accepted for this reason.
Custom .wim SS

1737542952975.webp

Orjinal .wim Ss
1737545865185.webp
 

My Computer

System One

  • OS
    Windows 11 LTSC 2024
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo
I use custom iso for my clients. And all necessary programs installed in this iso. If I can not sysprep All clients with the same SID.
SCCM F12 image takes long long time. More than 1 hour. When I use this image and write it o the usb It just takes 30 minutes.
I didn't say don't make a custom ISO and install apps in it. I said this isn't the intended use of LTSC Windows.

If your SCCM PXE takes a long time, then make boot media with your Config Manager image and apps, and put it on a USB drive.

Also, Mark put a damper on the whole duplicate SID thing over 15 years ago. The Machine SID Duplication Myth (and Why Sysprep Matters)
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Intel Core i7-1260P, 2100 MHz
    Motherboard
    NUC12WSBi7
    Memory
    64 GB
    Graphics Card(s)
    Intel Iris Xe
    Sound Card
    built-in Realtek HD audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840x2160 @ 60Hz
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Keyboard
    CODE 104-Key Mechanical with Cherry MX Clears
    Antivirus
    Microsoft Defender
  • Operating System
    Linux Mint 21.2 (Cinnamon)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC8i5BEH
    CPU
    Intel Core i5-8259U CPU @ 2.30GHz
    Memory
    32 GB
    Graphics card(s)
    Iris Plus 655
    Keyboard
    CODE 104-Key Mechanical with Cherry MX Clears

Latest Support Threads

Back
Top Bottom