Advanced Tokens Manager - The Activation Backup Solution

Discussion in 'MDL Projects and Applications' started by Josh Cell, Jun 9, 2011.

  1. Boops

    Boops MDL Addicted

    Jan 5, 2008
    922
    1,217
    30
    Pero no me comenta cual es.

    But it tells me it is.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. MyDigito

    MyDigito MDL Member

    Aug 16, 2012
    149
    22
    10
    Thank you, works well. But I disable all security, UAC.:rolleyes:
    Thanks You hard work:worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Working on a v3.5 BETA 1 now ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Aranx

    Aranx MDL Novice

    Jul 20, 2009
    7
    0
    0
    First of all, nice work! :D
    Do you plan to reintegrate the office activation for W8 in next release?
     
  5. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    I'd have to work with API calls to get a more good internet disabler without BSOD on some WIFI devices..
    Now pure coding into it. :schmorch:

    A coffee please.. :laie:

    @Aranx

    Office 2013 backup / restore is planned for the v3.5 Final version.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #586 CODYQX4, Aug 19, 2012
    Last edited: Apr 12, 2019
    .
     
  7. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    At first my WMI method disable all network connections if it's enabled.

    I've found BSOD's when call it on WIFI-Enabled machines. It can be that's my method is disabling Microsoft networks also. But I'd to develop a less invasive method instead of disable the network devices.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Now I've the v3.5 BETA 1 here with methods more solid than a encapsulated rock.. lol :eek:

    I'm waiting for some final tests to release here. I need of:

    - Testers for Phone Activations

    - Testers for MAK Activated Keys

    Unfortunately I have no structure for hard tests because I don't have a MSDN account with MAK Licenses.. Still... ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    @CODYQX4

    I'm now disabling some Windows Services to going to offline with all networks before the backup restoring the state of the services when have restored the activation.

    I also have added the recovery of it when the user have closed the application before restore and your system becomes offline because service mods.

    If you're interested on my method just PM-me ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Frenk 19

    Frenk 19 MDL Novice

    Sep 24, 2009
    46
    2
    0
    I am a Testers

    I can test. I've Activation for Phone ( keys MAK and RETAIL)
    I wait your link to download Advanced Tokens Manager 3.5
     
  11. citer

    citer MDL Novice

    Apr 10, 2011
    5
    0
    0
    Same here i have activated it with Phone
    After a clean install with 2 different languages i needed to call MS with no luck :/
    I have done a full backup first and when i restore back evrything stay's activated

    In regards
     
  12. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    I'd to code some parts of code for finish the beta version.

    I'll upload when is done. ;)

    Thanks for all.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Houbi

    Houbi MDL Novice

    Aug 20, 2012
    1
    0
    0
    Hi Josh

    If u still need assistance... I have the following Keys: Retail, Pro, Enterprise. i'm running Pro twice on physical machines, and one enterprise edition on VMware. All activated through internet.
     
  14. MyDigito

    MyDigito MDL Member

    Aug 16, 2012
    149
    22
    10
    Tokens Manager Dont make a backup cache.dat. Because Windows will not act-d and program crashed and say could not act-e. I paste cache.dat and its act.-d. Tokens Manager only makes backup data.dat, tokens.dat. I use net stop sppsvc (windows is running) paste 3 files and net start sppsvc and win is act-d.
    I heard that it does not matter which machine you have, that is suitable for all tokens. Only the difference between x86 and x64.:rolleyes:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    At first cache.dat isn't an activation file.

    Cache.dat is a file that stores some logs of Software Protection Platform service.

    The backup of it are always useless. The Windows can't be activated placing the backed-up Cache.dat.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Changes to try add the compatibility of Phone activations:

    - After the restore, the activation files will have the same hash of the backup.

    - Make an image of the tokens before restore for prevent sppsvc replacing the tokens.

    Testing this methods.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    #598 Josh Cell, Aug 21, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I've flawless hard coded the method to protect the activation files from change when the application is restoring the activation.

    I haven't sure if it will works ok on Phone Activations. But it is very important for preserve the restored files integrity.

    Also I've disabled the license reinstall. Only is called when the Windows haven't activated after the restore (then try to reinstall and refresh the activation). Theoretically it will change the hashes from restored activation, but it can reactivate an deactivated system with activation integrity OK.

    This method is working for me on all my tests including real machines.

    I lost a lot of time working on the activation integrity checker and activation files locker. But it works now without any problem.

    I'm continuously testing for hours this application and I haven't found any problem on this code.

    Technical changes from v3.4 to 3.5 BETA 1:

    I'll try to release the fastest possible the beta release. Bit I need to kill any problem with hard tests.

    Code:
     Starting the Windows Activation Restore on Windows 7 Ultimate at 00:03:39 of 2012/08/21 with Advanced Tokens Manager v3.5 BETA 1 by Josh Cell Software's
     
    [ 00:03:39 ] Disabling the Network connections
    [ 00:03:46 ] Success
    [ 00:03:46 ] Starting the Software Protection Platform Service
    [ 00:03:46 ] Writing the Product Key
    [ 00:04:19 ] Success
    [ 00:04:19 ] Stopping Software Protection Platform Service
    [ 00:04:20 ] Restoring the Activation Files
    [ 00:04:20 ] Success
    [ 00:04:20 ] Starting the Software Protection Platform Service
    [ 00:04:21 ] Rebuilding the Activation System
    [ 00:04:25 ] Checking the restored activation files integrity
    [ 00:04:26 ] Tokens.dat CRC32 match
    [ 00:04:26 ] Activation files integrity match
    [ 00:04:26 ] Backup has been restored with success
    [ 00:04:26 ] Checking if license refresh is needed for this activation
    [ 00:04:29 ] Isn't needed and the Windows is activated
    [ 00:04:29 ] Checking the activation status
    [ 00:04:33 ] The Windows has been activated with success by the backup
    [ 00:04:33 ] Enabling the Network connections
    [ 00:04:34 ] Success
     
    Thank you for using this software.
    
    I'll sleep a little now. Thanks for those who will help me. :worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. yulawboy

    yulawboy MDL Junior Member

    Sep 6, 2009
    53
    3
    0
    wating for version 3.5 for win8 backup support
     
  19. Frenk 19

    Frenk 19 MDL Novice

    Sep 24, 2009
    46
    2
    0
    THIS MY EXPERIENCE

    I managed to figure out how to restore my license (KEY MAK_CHANNEL) for Windows 8 Pro x64:

    Method Manual

    - I saved the file tokens.dat
    - Format my pc
    - I have moved back the date and time that corresponds with the file tokens.dat (without this step was not reactivated Windows)
    - Disable network adapters
    - Open CMD as administrator. Type slmgr / ipk XXXXX-XXXX-XXXXX-XXXXX-XXXXX
    - Type net stop sppsvc
    - Replace tokens.dat in C:\Windows\System32\spp\ Store
    - Refresh sys lic. status

    The only thing different I noticed changes is the serial number (under the text "Windows is activated")