MSFN Forum: How to backup Genuine license of Windows 7 Home Premium - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to backup Genuine license of Windows 7 Home Premium

#1 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 21 June 2012 - 02:02 AM

Hi guys,
I have Vaio laptop and it came with preinstalled Windows 7 Home Premium, now I wish to backup my genuine license of Windows 7 Home Premium so that I can use the same license if I wish to reinstall my OS. Actually I am now planning to download Home Premium SP1 from the MS site itself and then use my backuped license to activate my reinstalled Home Premium. When I bought my lappy it came with Windows 7 Home Premium SP0, so can I use the same bakuped license to active Windows 7 Home Premium SP1, downloaded from MS?

I just want to same some space by removing the recovery partition and at the same I wish to have a backup of my genuine license. Currently I am using Acronis True Image to backup the entire C drive but it also require hell lot of space, in my case it require something around 12-15 gb.


Please help me guys.


#2 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,391
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 21 June 2012 - 03:26 AM

You can use LicRestore.cmd:

http://www.msfn.org/...kuprestoration/

Cheers

#3 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 21 June 2012 - 07:10 AM

View Postmyselfidem, on 21 June 2012 - 03:26 AM, said:

You can use LicRestore.cmd:

http://www.msfn.org/...kuprestoration/

Cheers


Cool, I now have a file called "pkeyconfig.xrm-ms" of some 800kb is it. Can you be so sure about this backup? I mean can I now download the Home Premium SP1 directly from MS site and install the OS then use that cmd to restore my activation without any problem?

#4 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 517
  • Joined: 30-July 03

Posted 21 June 2012 - 09:14 AM

You can also use Advanced Tokens Manager
Advanced Tokens Manager

#5 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,391
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 21 June 2012 - 10:46 AM

View Postnice_guy75, on 21 June 2012 - 07:10 AM, said:

Cool, I now have a file called "pkeyconfig.xrm-ms" of some 800kb is it. Can you be so sure about this backup? I mean can I now download the Home Premium SP1 directly from MS site and install the OS then use that cmd to restore my activation without any problem?


My "pkeyconfig.xrm-ms" on Windows 7 Ultimate SP1 64-bit is 996Ko.
The files Tokens.dat and pkeyconfig.xrm-ms for Windows 7 SP0 and SP1 arent' the same!

Yes! You can use your saved files for Windows 7 Home Premium SP1, and install with MS Windows 7 Home Premium SP1!

I do like this for my personal use with Windows 7 Ultimate x86 SP1, but with a batch file.

Enjoy

This post has been edited by myselfidem: 21 June 2012 - 10:57 AM


#6 User is offline   submix8c 

  • Inconceivable!
  • Group: Patrons
  • Posts: 3,244
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 21 June 2012 - 11:03 AM

? Isn't there a different one for OEM's? If it's an OEM install, you want a different file and the actual internal key, in which cas "backing up the tokens" is irrelevant... (that's as far as I go with that...)

#7 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,391
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 21 June 2012 - 11:43 AM

More infos about activation files:

http://www.msfn.org/...-an-oem-folder/

Regards

#8 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,670
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 22 June 2012 - 07:32 AM

View Postmyselfidem, on 21 June 2012 - 10:46 AM, said:

View Postnice_guy75, on 21 June 2012 - 07:10 AM, said:

Cool, I now have a file called "pkeyconfig.xrm-ms" of some 800kb is it. Can you be so sure about this backup? I mean can I now download the Home Premium SP1 directly from MS site and install the OS then use that cmd to restore my activation without any problem?


My "pkeyconfig.xrm-ms" on Windows 7 Ultimate SP1 64-bit is 996Ko.


That's strange the file size is so big. :blink:

#9 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,391
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 22 June 2012 - 10:58 AM

It's the same size for "pkeyconfig.xrm-ms" on my Windows 7 SP1 x86.
Maybe the size is different depending on the Windows 7 edition!

Regards

#10 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 June 2012 - 02:33 PM

With OEM and a later model PC with Slic 2.1 bios then all is needed is the correct product key from installed OS
NOT the one on the bottom or back

Compare them and see if they are different

add to a file called DigitalProductId.vbs.
Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))

Function ConvertToKey(Key)
Const KeyOffset = 52
i = 28
Chars = "BCDFGHJKMPQRTVWXY2346789"
Do
Cur = 0
x = 14
Do
Cur = Cur * 256
Cur = Key(x + KeyOffset) + Cur
Key(x + KeyOffset) = (Cur \ 24) And 255
Cur = Cur Mod 24
x = x -1
Loop While x >= 0
i = i -1
KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
If (((29 - i) Mod 6) = 0) And (i <> -1) Then
i = i -1
KeyOutput = "-" & KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput
End Function


#11 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,670
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 22 June 2012 - 02:57 PM

I think the reason it is so big is that this tool doesn't decrypt the data (which is good lol) and thus the file is bigger than the original. I just did it as a test (I was curious) but I wouldn't ever use a tool like this. :angel

#12 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 June 2012 - 03:52 PM

Mine are also 996kb and that is not big these day's
yep we all test different things to gain knowledge.

You can mount the wim and replace those files with ones from system on non OEM or even OEM and proper key and it will auto activate. I have experimented and done that.

Remember with XP you couldn't call in but like 7 times I think it was. I buy OEM for that reason, Auto activation.

#13 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 22 June 2012 - 11:31 PM

Thanks guys for all your help, but I have a question for all of you, I have updated my Home Premium from SP0 to SP1 does this update change the product key, as the product key I have on the back of my lappy is different from that of the installed OS? I have already validated from MS webiste and my OS is genuine. Is there any possibility of some error from Sony's side itself. I mean they might have pasted wrong sticker of product key on the back of my lappy.

I have accessed product key of my installed OS from This application and it is different from the one I have on the back of my laptop.

@ MaxXPSoft are you trying to say that the one on the back of the laptop is not the product key which is used for Activation?

This post has been edited by nice_guy75: 22 June 2012 - 11:40 PM


#14 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,391
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 23 June 2012 - 01:59 AM

View PostTripredacus, on 22 June 2012 - 02:57 PM, said:

I think the reason it is so big is that this tool doesn't decrypt the data (which is good lol) and thus the file is bigger than the original. I just did it as a test (I was curious) but I wouldn't ever use a tool like this. :angel


Size does not depend on the tool. This is the original size for Windows 7 SP1!

#15 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 517
  • Joined: 30-July 03

Posted 23 June 2012 - 06:18 AM

View Postnice_guy75, on 22 June 2012 - 11:31 PM, said:

Thanks guys for all your help, but I have a question for all of you, I have updated my Home Premium from SP0 to SP1 does this update change the product key, as the product key I have on the back of my lappy is different from that of the installed OS? I have already validated from MS webiste and my OS is genuine. Is there any possibility of some error from Sony's side itself. I mean they might have pasted wrong sticker of product key on the back of my lappy.

I have accessed product key of my installed OS from This application and it is different from the one I have on the back of my laptop.

@ MaxXPSoft are you trying to say that the one on the back of the laptop is not the product key which is used for Activation?

The Key on the back of you laptop is a OEM:COA (Certificate of Authentication) key are regular OEM keys that require activation, either by phone or online

the key used for your windows installation is a OEM:SLP key (System-Locked Pre-installation) These are the only keys that are able to bypass activation that is, perform offline activation without contacting Microsoft.
more info Here

#16 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 23 June 2012 - 07:32 AM

View Postmyselfidem, on 21 June 2012 - 03:26 AM, said:

You can use LicRestore.cmd:

http://www.msfn.org/...kuprestoration/

Cheers

Mey mate, the cmd actually ask for the product key for backing up the activation. So which product key should I use here, the one which is on the back of the laptop or the one which is in the installed OS?

#17 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 517
  • Joined: 30-July 03

Posted 23 June 2012 - 08:07 AM

View Postnice_guy75, on 23 June 2012 - 07:32 AM, said:

View Postmyselfidem, on 21 June 2012 - 03:26 AM, said:

You can use LicRestore.cmd:

http://www.msfn.org/...kuprestoration/

Cheers

Mey mate, the cmd actually ask for the product key for backing up the activation. So which product key should I use here, the one which is on the back of the laptop or the one which is in the installed OS?


You need to use OEM:SLP key the one used for the installation not the OEM:COA key on the back of the laptop. You would be better of using Advanced Tokens Manager if you click on the small green orb on top right corner of the application and select your windows dvd folder it will make $oem$ folder for you. I cannot understand why you do not use OEM:SLP key + Certificate to pre-activate Information is available on the forum with the link I gave.

#18 User is offline   submix8c 

  • Inconceivable!
  • Group: Patrons
  • Posts: 3,244
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 23 June 2012 - 08:51 AM

Let's simplify -

If you ever used XP, the differences between OEM and Retail and Upgrade are...
Retail and Upgrade have a "Retail/Upgrade" key associated with the CD you purchased. You must Phone In for product activation. For OEM, there is a SLP key internally used with a special set of OEM-Specific files that when used causes Pre-Activation and an External (COA sticker) that you CAN use but it reverts to Phone In (as if you purchased an OEM-Generic files CD package). IF you use the COA key and NOT use the Internal Key PLUS the OEM-Specific files, you will WIPE access to the Internal Keys, hence the reason to FIRST get the INTERNAL key and the OEM-Specific files FIRST!!! The concept is called SLP.

The same concept is applied to Vista/2k8/Win7 except with a different OEM-Specific File(s) (uses NOT BIOS SLP but SLIC).

All other answers to the OP have been given in preceding posts with appropriate links.

#19 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,391
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 25 June 2012 - 06:29 AM

View Postnice_guy75, on 21 June 2012 - 07:10 AM, said:

View Postmyselfidem, on 21 June 2012 - 03:26 AM, said:

You can use LicRestore.cmd:

http://www.msfn.org/...kuprestoration/

Cheers


Cool, I now have a file called "pkeyconfig.xrm-ms" of some 800kb is it. Can you be so sure about this backup? I mean can I now download the Home Premium SP1 directly from MS site and install the OS then use that cmd to restore my activation without any problem?


About LicRestore.cmd. I don't see that before...But the file inside: %windir%\SYSTEM32\OEM\*.*.XRM-MS
isn't saved!

You can read simple process here:
http://www.msfn.org/...-an-oem-folder/

maxXPsoft said:

If you have an OEM PC ....

To activate all we really need is just add a setupcomplete.cmd in $$\Setup\Scripts with the .XRM-MS located in SYSTEM32\OEM

setupcomplete.cmd run's automatically in this location. It also run's invisible so will not show anything except applications installing. Not good to call .cmd files here

setupcomplete.cmd
cscript %windir%\system32\slmgr.vbs -ilc %windir%\SYSTEM32\OEM\*.*.XRM-MS
cscript %windir%\system32\slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx




And you can use the "DigitalProductId.vbs" given by maxXPsoft to know the key you need!

Regards

This post has been edited by myselfidem: 25 June 2012 - 08:11 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy