Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message

Pre Installed OS License in T460 BIOS

T430-T490, T530-T590 Series
Post Reply
Message
Author
sktn77a
Senior ThinkPadder
Senior ThinkPadder
Posts: 2055
Joined: Thu Apr 29, 2004 9:44 am
Location: Chapel Hill, NC

Pre Installed OS License in T460 BIOS

#1 Post by sktn77a » Fri Apr 02, 2021 6:35 pm

I have a T460 with Windows 10 Pro installed. I can see the preinstalled OS license in the BIOS as SDK0XXXXXX (X added in place of actual numbers). But this doesn't correspond to the activation code a get with any of the key extraction utilities (XXXXX-XXXXX-XXXXX-XXXXX). Is there any way to extract the preinstalled OS license key from this 10 key code or is the extraction utility actually doing this for me?

Thanks in advance,
Keith
(Formerly 600E, T21, T30, T40, T41, 2xT42, 2xT61p, T420, 2x Ideapad K1)
(Currently 4xT430, 2xT460, H520S, M910q, M920q, M70q)

theterminator93
ThinkPadder
ThinkPadder
Posts: 1464
Joined: Fri Oct 11, 2013 7:45 pm
Location: North Ridgeville, Ohio, United States
Contact:

Re: Pre Installed OS License in T460 BIOS

#2 Post by theterminator93 » Fri Apr 02, 2021 8:33 pm

I created a script at work a few years ago for us to use when we imaged systems needing reactivation with the BIOS embedded license key.

Paste this into a text file, then rename it with a .bat or .cmd extension. Right click then run it as administrator.

Code: Select all

@echo off
cls
for /f "skip=1 tokens=*" %%a in ('wmic path softwarelicensingservice get OA3xOriginalProductKey') do (
  if not defined second_line set "second_line=%%a"
)
echo Activating Windows with product key %second_line% found in BIOS...
slmgr.vbs /ipk %second_line%
slmgr.vbs /ato
pause
If all you want to do is see the key, run this from an elevated Command Prompt.

Code: Select all

wmic path softwarelicensingservice get OA3xOriginalProductKey
T480 with T25 keyboard | T25 | W520 i7-2860QM·Quadro 2000m·IPS FHD | T601F T9900·NVS 140m·LED AFFS UXGA
T420 IPS FHD | X220 IPS FHD | T61p·T61·43·42p|X13 Yoga G3·220T·301·41T·24·23·22|G41|A31p·22m|i1200|TransNote
600|770Z|770|760XD|760EL|701C|755C

sktn77a
Senior ThinkPadder
Senior ThinkPadder
Posts: 2055
Joined: Thu Apr 29, 2004 9:44 am
Location: Chapel Hill, NC

Re: Pre Installed OS License in T460 BIOS

#3 Post by sktn77a » Sun Apr 04, 2021 3:52 pm

Thanks terminator. I tried running the script from the administrator command prompt:

wmic path softwarelicensingservice get OA3xOriginalProductKey

but got an invalid argument error. Did I understand this correctly?
Keith
(Formerly 600E, T21, T30, T40, T41, 2xT42, 2xT61p, T420, 2x Ideapad K1)
(Currently 4xT430, 2xT460, H520S, M910q, M920q, M70q)

theterminator93
ThinkPadder
ThinkPadder
Posts: 1464
Joined: Fri Oct 11, 2013 7:45 pm
Location: North Ridgeville, Ohio, United States
Contact:

Re: Pre Installed OS License in T460 BIOS

#4 Post by theterminator93 » Sun Apr 04, 2021 4:22 pm

No, that sounds right. I just ran it on my T25 and it worked, so I'm not sure what might be going on.

C:\WINDOWS\system32>wmic path softwarelicensingservice get OA3xOriginalProductKey
OA3xOriginalProductKey
XXXXX-XXXXX-XXXXX-XXXXX-V8RC2
T480 with T25 keyboard | T25 | W520 i7-2860QM·Quadro 2000m·IPS FHD | T601F T9900·NVS 140m·LED AFFS UXGA
T420 IPS FHD | X220 IPS FHD | T61p·T61·43·42p|X13 Yoga G3·220T·301·41T·24·23·22|G41|A31p·22m|i1200|TransNote
600|770Z|770|760XD|760EL|701C|755C

sktn77a
Senior ThinkPadder
Senior ThinkPadder
Posts: 2055
Joined: Thu Apr 29, 2004 9:44 am
Location: Chapel Hill, NC

Re: Pre Installed OS License in T460 BIOS

#5 Post by sktn77a » Thu Apr 08, 2021 7:41 pm

OK, I found a VBS script on the internet and it looks like the key that windows is activated with is the same one that is hard coded into the BIOS.
Keith
(Formerly 600E, T21, T30, T40, T41, 2xT42, 2xT61p, T420, 2x Ideapad K1)
(Currently 4xT430, 2xT460, H520S, M910q, M920q, M70q)

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “ThinkPad T430-T490 / T530-T590 Series”

Who is online

Users browsing this forum: No registered users and 39 guests