Token Restore: Your windows activation backup and restore solution

Discussion in 'MDL Projects and Applications' started by PAYMYRENT, Aug 10, 2012.

  1. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Works now. :schmorch:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    421
    60
    yep for some reason they were down yesterday... now with that said im going to update this again soon... for some reason it works but something weird is happening with the system if the machine GUID in crypto key is off :D
     
  3. cepheid46e2

    cepheid46e2 MDL Novice

    Aug 10, 2012
    29
    15
    0
    #43 cepheid46e2, Aug 25, 2012
    Last edited: Aug 25, 2012
    Doesn't the cryptID from the installation key determine which type of serial needs to be used to activate? Currently I think there are 4 different cryptoIDs that match the leaked serials being used to activate via phone: Retail Pro #1781, Retail Core #1778, MAK VL Pro/Ent #1787, MAK VL Core #1907 and their counterpart installation default serials gvlkProfessional, gvlkCore, Professional Retail Key, Core Retail, etc. I was under the impression this is how Windows 8 is now dealing with security by requiring a Master Key activated serial (Activated via OEM) and then subsequent Activation serial (This would be the box serial) with the same Crypto ID?

    I'm just curious.
     
  4. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    421
    60
    i thought it worked that way :D
     
  5. cepheid46e2

    cepheid46e2 MDL Novice

    Aug 10, 2012
    29
    15
    0
    #45 cepheid46e2, Aug 25, 2012
    Last edited: Aug 25, 2012
    Thanks just clarifying with someone with more experience with these systems than myself. Mucho gracias hombre.
     
  6. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    421
    60
    :D yep yep
     
  7. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    421
    60
    one more update then I will be going for alittle bit but I will still check the threads and provide support I wouldn't expect another update till nov. good luck with your token restore backups :D
     
  8. psychok9

    psychok9 MDL Novice

    Jan 26, 2009
    39
    2
    0
    It Works with WZT version?
     
  9. roirraW "edor" ehT

    roirraW "edor" ehT MDL Addicted

    Sep 1, 2007
    617
    219
    30
    Yep it does!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    421
    60
    No major problems? I'm going to be out of state and away from my dev computer for a couple (two or three) months. So any problems that are reported will be taken care of while im still around. ill be checking the forums though and will provide some type of support but no program updates :D:D
     
  11. roirraW "edor" ehT

    roirraW "edor" ehT MDL Addicted

    Sep 1, 2007
    617
    219
    30
    No problems here (yet) :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    421
    60
    Trip has been postponed till next year sometime in the summer or fall :D work as usual

    glad to hear... :D:D:D
     
  13. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    421
    60
    AutoRestore lives once again just putting the final touches on it. :D will post soon
     
  14. adric

    adric MDL Expert

    Jul 30, 2009
    1,379
    1,498
    60
    #54 adric, Dec 3, 2012
    Last edited: Dec 3, 2012
    I'm installing W8 directly from harddisk with WinNTSetup. I have a Windows\Setup\Scripts\ directory that has my setupcomplete.cmd for preinstalling stuff. If I include my backed up ATM files and your AutoRestoreForATM in that same directory, can I just add your program to the setupcomplet.cmd to do the activation?

    On W7 this is where I did OEM activation with slmgr when reinstalling.

    Thanks ....
     
  15. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Yes, but only works for Windows 8 with or without Office 2013.

    Place Config.ini / Tokens.dat / Data.dat / AutoRestoreForATM in the same directory of setupcomplete.cmd.

    Just edit the setupcomplete.cmd to call the AutoRestoreForATM.exe...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. adric

    adric MDL Expert

    Jul 30, 2009
    1,379
    1,498
    60
    #56 adric, Jan 3, 2013
    Last edited by a moderator: Apr 20, 2017
    Below is my log when running autorestore. Can anyone explain what is happening in the program?
    Also, why the invalid keys?

    Code:
    Assigning variables...
    Found data file loading information: config.ini
    Taking control of system tokens.dat... Done
    Restoring tokens.dat... Done
    Taking control of system tokens.dat... Done
    Restoring data.dat... Done
    Installing key: Invalid Key  ... Done
    Installing key: Invalid Key  ... Done
    Installing key: Invalid Key  ... Done
    Installing key: Invalid Key  ... Done
    Installing key: Invalid Key  ... Done
    Installing key: Invalid Key  ... Done
    Installing key: Success ... Done
    Installed: *****-*****-*****-*****-*****
    Taking control of system tokens.dat... Done
    Restoring tokens.dat... Done
    Taking control of system tokens.dat... Done
    Restoring data.dat... Done
    
     
  17. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    421
    60
    #57 PAYMYRENT, Jan 4, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    me being lazy is what is up with them.. looks like it ran fine. :D
     
  18. adric

    adric MDL Expert

    Jul 30, 2009
    1,379
    1,498
    60
  19. adric

    adric MDL Expert

    Jul 30, 2009
    1,379
    1,498
    60
    If you do update this, please keep it so that it can still be used from the command line. Josh Cell already has a GUI version with similar function. The main reason I decided to use Autorestore was that I could run it from SetupComplete.cmd without any user interaction.