Get Product Key from my Recovery partition

Page 1 of 2 12 LastLast

  1. Posts : 18
    Windows 7 Ultimate
       #1

    Get Product Key from my Recovery partition


    Hello All
    I had got some virun problem in my HP laptop so that I use a recovery partition in order to install Windows 7, but unfortunately during installtion the system stucked and I think my recovery partition is also corrupt. Now I want to install Windows 7 without using recovery partition and want to use my own Windows OEM key but the question is that how can I get my Windows 7 product key from my recovery partition, actually the sticker on the bottom of my laptop wipe out as well as I cannot run keyfinder program because I couldn't login into my Windows. Is there any possibilities that I can get my product key from my recovery partition. Thanks

    Regards

    Muzokh
      My Computer


  2. Posts : 1,533
    Windows 7 Professional x64 Service Pack 1
       #2

    muzokh said:
    Hello All
    I had got some virun problem in my HP laptop so that I use a recovery partition in order to install Windows 7, but unfortunately during installtion the system stucked and I think my recovery partition is also corrupt. Now I want to install Windows 7 without using recovery partition and want to use my own Windows OEM key but the question is that how can I get my Windows 7 product key from my recovery partition, actually the sticker on the bottom of my laptop wipe out as well as I cannot run keyfinder program because I couldn't login into my Windows. Is there any possibilities that I can get my product key from my recovery partition. Thanks

    Regards

    Muzokh
    You can't run a keyfinder program unless Windows is booted up to desktop. Did you burn your recovery cds?
      My Computer


  3. Posts : 18
    Windows 7 Ultimate
    Thread Starter
       #3

    Thanks for the reply. I dont have any recovery CDS,.
      My Computer


  4. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #4

    And I assume that you didn't make a system image backup.

    You are out of luck.
      My Computer


  5. Posts : 18
    Windows 7 Ultimate
    Thread Starter
       #5

    Yah, you are right. I dont have any system image backup.
      My Computer


  6. Posts : 12
    Windows 7 Ultimate x64
       #6

    1 plug the laptop hdd in to a hdd dock or ex cady and plug it in to a nother pc and run keyfinder that way
    2plug in to a pc as 2nd hdd it shod pick it up ok and not ask to format and then run keyfinder that way

    hope this helps m8 good look
      My Computer

  7.    #7

    The key is heavily encrypted and cannot be read without the OS being booted.

    Have you tried running Recovery again from boot? HP Recover Windows 7 Operating System Using HP Recovery - HP Customer Care (United States - English)

    If it fails try marking the Recovery partition Active, then reboot to see if Recovery starts, or try the Fkey again. Partition - Mark as Active (Method Two)

    If these all fail then order your Recovery disks from HP tech support which will restore the PC to factory condition. You may need to wipe the HD first with Diskpart Clean Command to get them to run.
      My Computer


  8. Posts : 16,158
    7 X64
       #8

    The key is heavily encrypted and cannot be read without the OS being booted.
    It can, Greg if it is an installed o/s - even if not booted.

    However if he is trying to get the key from a .wim file (which he probably is ) - then you are right - I don't know how to do that directly.
      My Computers

  9.    #9

    Hi Si :)

    What program can read the key from boot disk or another OS? We need it.

    Maybe we can help him force Recovery to run, mount it to scan for key or run it ?
      My Computer


  10. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #10

    Greg,
    If one has a running Win 7 system,
    then one could read in the registry hive, extract the reg entry, alter this script and then simply in PowerShell run this function:

    Script:

    function Get-ProductKey {    
        
    $map="BCDFGHJKMPQRTVWXY2346789" 
        
    $value = (get-itemproperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").digitalproductid[0x34..0x42]  
        
    $ProductKey ""  
        
    for ($i 24$i -ge 0$i--) { 
          
    $r 
          
    for ($j 14$j -ge 0$j--) { 
            
    $r = ($r 256) -bxor $value[$j
            
    $value[$j] = [math]::Floor([double]($r/24)) 
            
    $r $r 24 
          
    $ProductKey $map[$r] + $ProductKey 
          
    if (($i 5) -eq 0 -and $i -ne 0) { $ProductKey "-" $ProductKey }
     } 
        
    $ProductKey

    =================================
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 11:29.
Find Us