Advanced Tokens Manager - The Activation Backup Solution

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

  1. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    You can not restore the activation from another hard drive on a new hard drive.

    If you have re-activated the old activation online, you are ready to backup this new activation and restore on this new hard drive flawless.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. windows1233

    windows1233 MDL Novice

    Dec 12, 2012
    16
    0
    0
    Just tried another backup and restore on my activated system, same result. I even did a system restart before I did the restore. I am about ready to give up on this machine. View attachment 20327
     
  4. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    It is really abnormal. Your data.dat file looks locked forever. Maybe one permission that has been touched.

    If you want, I can support that using the Team Viewer. Just PM me.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. windows1233

    windows1233 MDL Novice

    Dec 12, 2012
    16
    0
    0
    I might take you up on the offer, thank you. I am going to keep trying things. Do you think it will work if I do a clean install and restore with the backup I just made?
     
  6. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. windows1233

    windows1233 MDL Novice

    Dec 12, 2012
    16
    0
    0
    Followed your steps, still the same result. View attachment 20328 Thank you for all of your help. I will do a clean install tomorrow and post my results here.
     
  8. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    It is fully abnormal...

    A clean install is recommended under this circumstances.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,515
    719
    60
    #1470 NICK@NUMBER11, Jan 18, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    Place AutoRestore-{arch}.exe, tokens.dat, data.dat and config.ini in SCRIPTS folder with setupcomplete.cmd
     {replace {arch} with the windows you are planning on using x86 or x64
    Ok so i created the setupcomplete.cmd like this...

    Code:
    @echo off
    %~dp0AutoRestore-x86.exe
    exit
    But it does not work, have i done something wrong have all the files in the correct folder...
    If i add some other code to the setupcomplete.cmd that works only not the autorestore?
     
  10. windows1233

    windows1233 MDL Novice

    Dec 12, 2012
    16
    0
    0
    Well I dont know what to think. I just did the clean install a while ago and failed on the restore. All the hardware and drivers are the same. View attachment 20343
     
  11. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    The backup that you have restored are from the new HDD???

    You need to restore the new HDD backup. If you have not:

    -> Activate the current activation on the new HDD -> Backup again -> Restore later.

    As far I know, you have backed-up the activation from another hard disk instead of the current and are trying to restore the activation on a new HDD.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. windows1233

    windows1233 MDL Novice

    Dec 12, 2012
    16
    0
    0
    It was the backup I made last night while activated. Everything is the same hardware/drivers.
     
  13. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Same hard drive from the backup also?

    Well, the operating system are rejecting the activation and is not possible revert it unless activating again.

    Activation rejection is directly interlaced with the hardware and the operating system edition.

    You can copy manually this files and will not work anyway.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. windows1233

    windows1233 MDL Novice

    Dec 12, 2012
    16
    0
    0
    That is correct. I was just activated, did a new backup and restore and failed the restore again. It failed at the same spot on the last log. Something weird is going on. Is it possible that even though I was activated, a trace of the original hard drive is left in one of the restored files? I think I am going to try and do a clean install of plain windows 8 pro and see if I run into the same issue.

    EDIT: I just finished the clean install of pro and installed wmc. Did a backup and restore with no problem. So it looks like I wont have any more problems. Thank you for all of your help Josh.
     
  15. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,515
    719
    60
  16. ace2

    ace2 Guest

    Josh Cell Sorry for Off-Topic ace2:

    Auto Activation When Installing Windows 8 Pro Using KMS:

    FOR Volume (gvlk) SERIAL (WORKING)

    1.PID.txt

    Copy & Paste

    [PID]
    Value=PUT YOUR Windows 8 Pro SERIAL HERE

    INTO New Text Document & Save As PID.txt

    COPY PID.txt TO sources FOLDER OF INSTALL MEDIA (e.g USB STICK / ISO)


    2.setupcomplete.cmd

    Copy & Paste

    @echo off

    pushd "%~dp0"
    cscript %windir%\system32\slmgr.vbs /ipk PUT YOUR Windows 8 Pro SERIAL HERE
    cscript %windir%\system32\slmgr.vbs /skms win8kms4.mooo.com
    cscript %windir%\system32\slmgr.vbs /ato
    cscript %windir%\system32\slmgr.vbs /ckms
    popd

    INTO New Text Document & Save As setupcomplete.cmd

    COPY setupcomplete.cmd TO sources\$OEM$\$$\SETUP\SCRIPTS OF INSTALL MEDIA (e.g USB STICK / ISO)


    FOR Retail SERIAL (NOT TESTED)

    1.PID.txt

    Copy & Paste

    [PID]
    Value=PUT YOUR Windows 8 Pro SERIAL HERE

    INTO New Text Document & Save As PID.txt

    COPY PID.txt TO sources FOLDER OF INSTALL MEDIA (e.g USB STICK / ISO)


    2.setupcomplete.cmd

    Copy & Paste

    @echo off

    pushd "%~dp0"
    cscript %windir%\system32\slmgr.vbs /ipk PUT YOUR Windows 8 Pro SERIAL HERE
    cscript %windir%\system32\slmgr.vbs /ato
    popd

    INTO New Text Document & Save As setupcomplete.cmd

    COPY setupcomplete.cmd TO sources\$OEM$\$$\SETUP\SCRIPTS OF INSTALL MEDIA (e.g USB STICK / ISO)

    All Done.;)
     
  17. BlackTarget

    BlackTarget MDL Novice

    Feb 2, 2011
    1
    0
    0
    Can't Download the file!!!!
    Please Check the link..
     
  18. KevinNash

    KevinNash MDL Junior Member

    Sep 3, 2008
    55
    7
    0
    The link is perfect for me in France ;)
     
  19. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Server was down for some hours, but up again. ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...