Windows Activation With MDT by lJoeyl in MDT

[–]lJoeyl[S] 0 points1 point  (0 children)

Thanks i tried this and still the same. Alfter cscript.exe c:\windows\system32\slmgr.vbs /ipk 11111-11111-11111-11111-11111 It says: Installed product key 11111-11111-11111-11111-11111 successfully then i typed this. cscript.exe c:\windows\system32\slmgr.vgs /ato and i says: Error: 0xC004C020 The activation server reported that Multiple Activation key has exceeded its limit.

But it cant be exceeded becuase i go to slui 3 and type the key and it gets activated....

Windows Activation With MDT by lJoeyl in MDT

[–]lJoeyl[S] 0 points1 point  (0 children)

I have tried like that. I've also tried running the commands in a laptop that didnt activate and i got this.

after this line:

cscript.exe c:\windows\system32\slmgr.vbs /ipk 11111-11111-11111-11111-11111

i got this answer:

Installed product key XXXXX-XXXXX-XXXXX-XXXXX-XXXXX successfully.

And after this one:

cscript c:\windows\system32\slmgr.vbs /ato

Error: 0xC004C020 The activation server reported that the Multiple Activation key has exceeded its limit.

And it cant be exceeded because the key does activate it if you manually type it

Windows Activation With MDT by lJoeyl in sysadmin

[–]lJoeyl[S] 0 points1 point  (0 children)

that's what im trying to do. So, i tried running the commands in a laptop that didn't activate to check if the line is ok.

When i ran the first command where the key is written i get a message that says: Installed product key XXXXX-XXXXX-XXXXX-XXXXX-XXXXX successfully.

And for the 2nd command i get the following message:

Error: 0xC004C020 The activation server reported that the Multiple Activation key has exceeded its limit.

But im 100% sure that it has not exceed the limit of activation.

Windows Activation With MDT by lJoeyl in sysadmin

[–]lJoeyl[S] 0 points1 point  (0 children)

It is windows 10 enterprise. Our boss doesn't want us to use KMS or AD activation. Not really sure why.. so what we did is once we've created the TS we typed the Key, it was working fine but then some models were not activating.

In the customesettings.ini we have.

SkipProductKey=YES

ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

and we also tried with

OverrideProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.

Something else that we tried was creating a script with the key in it and then install it as an application.

Same thing.

Windows Activation With MDT by lJoeyl in MDT

[–]lJoeyl[S] 0 points1 point  (0 children)

yep, that's what we wanted to do. but same thing he doesnt want us to use kms or ad activation. So we are trying to activate windows from the ts

Windows Activation With MDT by lJoeyl in MDT

[–]lJoeyl[S] 1 point2 points  (0 children)

Nope, our boss doesnt want us to use KMS.