Win7/Srv 08 R2 Activation Info Backup Tools

Discussion in 'Windows 7' started by Developer, Aug 27, 2009.

  1. Ahmad Rady

    Ahmad Rady MDL Novice

    Sep 17, 2009
    9
    0
    0
    Bad Link PLZ check it
     
  2. Brainsuck

    Brainsuck MDL Addicted

    Oct 9, 2009
    676
    157
    30
    Try Ours It is the best!!!:rolleyes::rolleyes::rolleyes:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Brainsuck

    Brainsuck MDL Addicted

    Oct 9, 2009
    676
    157
    30
    #23 Brainsuck, Oct 26, 2009
    Last edited by a moderator: May 23, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. cyclops

    cyclops MDL Senior Member

    Sep 10, 2007
    299
    39
    10
    thanks m8, nice tool +1rep
     
  5. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    #25 PAYMYRENT, Oct 26, 2009
    Last edited: Oct 26, 2009
    this thread is so funny i go somewhere to come back and see someone tried to do what i did. if anyone actually go it downloaded i would like a screen shot of it :D my project was started back in beta one days for win 7 :eek: :eek:
     
  6. youturn

    youturn MDL Novice

    Oct 20, 2009
    2
    0
    0
    The link is down:(
     
  7. Brainsuck

    Brainsuck MDL Addicted

    Oct 9, 2009
    676
    157
    30
    #27 Brainsuck, Oct 27, 2009
    Last edited by a moderator: May 23, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  9. lusiads

    lusiads MDL Novice

    Jul 29, 2009
    31
    0
    0
    #31 lusiads, Oct 14, 2010
    Last edited: Oct 14, 2010
    7Activate

    Thanks for your reply.
    I'd rather do it manually than trusting those binaries.

    Anyway, Windows was activated successfully after I restart by computer :biggrin:.

    I share the script I wrote and welcome anyone who tries it.
    View attachment 7activate.part1.rar
    View attachment 7activate.part2.rar
    View attachment 7activate.part3.rar

    It was tested successfully on my Windows 7 32bit and It would work on 64bit.

    Since It's batch files, you can inspect it anytime you want.

    There could be bugs, if you catch one of those, let me know via the email in the script.

    Sincerely,
     
  10. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    Token Restore was written by MDL member and has been tested there is also autorestore tool you can add to dvd.
     
  11. lusiads

    lusiads MDL Novice

    Jul 29, 2009
    31
    0
    0
    Sorry, I don't got it. Tested? You meant tested by whom? Can't it just send your data, like your product key for instance, over the internet?
    It's just I'm very paranoid about security.
     
  12. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    #34 urie, Oct 14, 2010
    Last edited by a moderator: Apr 20, 2017
    Tested by members on this forum like most tools developed here, people are not allowed just to post programs not developed here. if you are that paranoid disconnect from the net while you at least look at the tools but i can assure you they are safe. also here is a small vbs script that will grab your windows key and save to desktop as ProductKey.txt save you using jellybean keyfinder.

    Code:
    '/-> Varibles 
     Dim Act, Dtop, Fso, KeyXP, Sif, strXPKey, Ts, VBS
    '/-> Objects
      Set Act = CreateObject("WScript.Shell")
      Set Fso = CreateObject("Scripting.FileSystemObject")
    '/-> Varibles As Objects
       strXPKey = Act.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName")
       KeyXP = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"
       Dtop = Act.SpecialFolders("Desktop")
       Sif = Dtop & "\ProductKey.txt"
       VBS =  Act.ExpandEnvironmentStrings("%Systemdrive%\Key_Sif.vbs")
    '/-> Get The Key 
       Function GetKey(rpk)
        Const rpkOffset=52:i=28
        szPossibleChars="BCDFGHJKMPQRTVWXY2346789"
        Do
         dwAccumulator=0 : j=14
         Do
          dwAccumulator=dwAccumulator*256
          dwAccumulator=rpk(j+rpkOffset)+dwAccumulator
          rpk(j+rpkOffset)=(dwAccumulator\24) and 255
          dwAccumulator=dwAccumulator Mod 24
          j=j-1
        Loop While j>=0
           i=i-1 : szProductKey=mid(szPossibleChars,dwAccumulator+1,1)&szProductKey
          If (((29-i) Mod 6)=0) And (i<>-1) Then 
           i=i-1 : szProductKey="-"&szProductKey
          End If
         Loop While i>=0
        GetKey=szProductKey
       End Function
    '/-> Make The Sif With Ket Added
       Function MakeTheSif()
        Set Ts = Fso.CreateTextFile(Sif)
         Ts.WriteLine  Space(4) & "ProductKey=" & GetKey(Act.RegRead(KeyXP)) & vbCrLf
         Ts.Close 
          Act.Run("notepad.exe " & Sif)
       End Function
    '/-> Deletes the VBS File
       Function Cleanup()
        If Fso.FileExists(VBS) Then Fso.DeleteFile(VBS) End If 
       End Function 
    '/-> Start The Script Functions
       MakeTheSif : Cleanup
    also im sure if you ask some of the developers here they will give you code to add to your 7backup.bat to read key also you do not use bat files any more they are .cmd
     
  13. lusiads

    lusiads MDL Novice

    Jul 29, 2009
    31
    0
    0
    #35 lusiads, Oct 14, 2010
    Last edited by a moderator: Apr 20, 2017
  14. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. lusiads

    lusiads MDL Novice

    Jul 29, 2009
    31
    0
    0
    May I ask you how to know whether a key is MAK or not?
    Wikipedia doesn't explain this clearly:
     
  16. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  17. lusiads

    lusiads MDL Novice

    Jul 29, 2009
    31
    0
    0
    That helps, many thanks to you, urie.
     
  18. Orz

    Orz MDL Novice

    Oct 15, 2010
    5
    0
    0
    The tools are easy to use.
    It' s a helpful post for me. Thanks !