How to backup Genuine license of Windows 7 Home Premium
#1
Posted 21 June 2012 - 02:02 AM
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
Posted 21 June 2012 - 03:26 AM
#3
Posted 21 June 2012 - 07:10 AM
myselfidem, on 21 June 2012 - 03:26 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?
#4
Posted 21 June 2012 - 09:14 AM
#5
Posted 21 June 2012 - 10:46 AM
nice_guy75, on 21 June 2012 - 07:10 AM, said:
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
Posted 21 June 2012 - 11:03 AM
#7
Posted 21 June 2012 - 11:43 AM
#8
Posted 22 June 2012 - 07:32 AM
myselfidem, on 21 June 2012 - 10:46 AM, said:
nice_guy75, on 21 June 2012 - 07:10 AM, said:
My "pkeyconfig.xrm-ms" on Windows 7 Ultimate SP1 64-bit is 996Ko.
That's strange the file size is so big.
#9
Posted 22 June 2012 - 10:58 AM
Maybe the size is different depending on the Windows 7 edition!
Regards
#10
Posted 22 June 2012 - 02:33 PM
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
Posted 22 June 2012 - 02:57 PM
#12
Posted 22 June 2012 - 03:52 PM
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
Posted 22 June 2012 - 11:31 PM
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
Posted 23 June 2012 - 01:59 AM
Tripredacus, on 22 June 2012 - 02:57 PM, said:
Size does not depend on the tool. This is the original size for Windows 7 SP1!
#15
Posted 23 June 2012 - 06:18 AM
nice_guy75, on 22 June 2012 - 11:31 PM, said:
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
#17
Posted 23 June 2012 - 08:07 AM
nice_guy75, on 23 June 2012 - 07:32 AM, said:
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
Posted 23 June 2012 - 08:51 AM
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
Posted 25 June 2012 - 06:29 AM
nice_guy75, on 21 June 2012 - 07:10 AM, said:
myselfidem, on 21 June 2012 - 03:26 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?
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:
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
- ← x86 and x64 on a single usb
- Unattended Windows 7/Server 2008R2
- Prevent Language Packs From Showing Up In Windows Update? →



Help
Back to top









