GUIDE: How to backup and restore Windows 8 activation

Discussion in 'Windows 8' started by JaguarXJ12, Aug 8, 2012.

  1. mcbyte

    mcbyte MDL Junior Member

    Jul 26, 2009
    94
    1
    0
    I followed the guide, but made a simple mistake:
    when I wanted to replace the "store" folder, I deleted the old one and put a new one, and this damaged the whole sppsvc and activation process, with too many errors and too many reboots.

    The solution was to edit the Security properties of the "store", by adding full read/write permission to "Network Services" user.

    and it worked just fine, now my Windows 8 is back activated with the free Media Center Edition.
     
  2. crzilla25

    crzilla25 MDL Novice

    May 13, 2013
    2
    0
    0
    Hi everyone....
    Thank you for this great guide...
    i have a little confusion here. i change my 60gb ssd to 128gb ssd do the windows restore with no success then i decide to do fresh install and restore store folder good news my win8 ent x64 is now activated, but i found out that when i'm online it's says that i'm not activated... and when i disconnect and wait for several time it's says activated again. i'm so confuse is there anyone experience this. as long as i'm offline it's stay activated. the strange thing is no matter what (offline or online) my office is still activated.
    btw thank you for any reply or help......
     
  3. Bat Man

    Bat Man MDL Novice

    Dec 31, 2012
    46
    10
    0

    Any hardware changes may leads to immediate de-activation

    better you can do a fresh install re-activate it by using a MAk key using phone activation ;)...then backup the Activation for future :p
     
  4. crzilla25

    crzilla25 MDL Novice

    May 13, 2013
    2
    0
    0
    :(:(
    and while i'm starting to love you baby "8" you disappoint me on the very right moment.....:bash:

    btw thank's i'll leave it as is for the moment since this rig is my gaming pc and i don't use it to often in online mode so it won't hurt me that much.... and i change a lot so no way i contact them.....
     
  5. alexcy

    alexcy MDL Novice

    Jun 10, 2013
    1
    0
    0
    Thanks for the instructions. I was in a rush when backing up the files and didn't realize that data.dat hadn't been backed up, is there anyway to extract my product key from either the tokens.dat or the cache.dat? I understand that I wont be able to automatically activate my system, because I'm missing the data.dat, but If I have the product key back, I can activate by phone.

    Thanks
    Alex
     
  6. abs0lut3

    abs0lut3 MDL Novice

    Jul 2, 2013
    1
    0
    0
    As licensed Windows owner who planning to perform clean system reinstall i'm really :worthy: on this solution!
    :eek: It's "easy, but very usefull"! Fabulous thread, topicstarter!:shisha:
     
  7. westport17

    westport17 MDL Novice

    Jul 22, 2013
    1
    0
    0
    I failed man, any suggestion?
    I have Windows 8 Pro with Media Center, non-KMS activated.
    I backed up the store before I reinstalled it. and when I completed the instructions above my Windows isn't activated yet. View attachment 22831
    Should I install all drivers from the time that I backed up the store?
     
  8. daisyallen

    daisyallen MDL Novice

    Aug 18, 2010
    5
    0
    0
    Oh, looks like I misread the statement I was referring to. Thanks for the help, I guess I'm waiting for a server to show up.
     
  9. modtang

    modtang MDL Novice

    May 20, 2009
    3
    0
    0
    I'm installing a SSD tomorrow. This method isn't gonna work for me, is it? Other options?
     
  10. psychok9

    psychok9 MDL Novice

    Jan 26, 2009
    39
    2
    0
    I've the same problem... :confused:
     
  11. modtang

    modtang MDL Novice

    May 20, 2009
    3
    0
    0
    If your activation is genuine, call Microsoft and tell them what you're doing and they will reactivate it for you. That's what I did and they were more than happy to help.
     
  12. iNO12

    iNO12 MDL Member

    Jul 27, 2009
    142
    6
    10
    Deleted ---
     
  13. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,516
    720
    60
    #453 NICK@NUMBER11, Aug 31, 2013
    Last edited by a moderator: Apr 20, 2017
    Ok I have finally found a way to create an iso that installs with my current activation - tested on VMware and 100% working....

    Code:
    From within Windows 8.1
    
    Created a new folder
    
    f:\wmc
    within this folder i created a further folder called "MOUNT"
    copied the install.wim file into the f:\wmc folder
    
    I then mounted the original windows 8.1 iso 
    
    To h: (virtual drive)
    
    Then i Opened a command prompt (admin)
    
    copied and paste this command to mount the image:
    
    DISM /Mount-Wim /WimFile:f:\WMC\install.wim /index:1 /MountDir:f:\WMC\mount
    
    Copied and paste this command to enable netframework 3.5:
    
    Dism /image:f:\wmc\mount /Enable-Feature /FeatureName:NetFx3 /All /Source:h:\sources\sxs /LimitAccess  
    
    Copied and paste this command to enable Windows Media Centre:
    
    Dism /Image:f:\wmc\mount /Get-TargetEditions
    Dism /Image:f:\wmc\mount /Set-Edition:ProfessionalWMC
    
    Manually copied my tokens.dat & data.dat files to:
    
    F:\WMC\mount\Windows\System32\spp\store\2.0 
    
    copy and paste this command to injecy my Free WMC key:
    
    Dism /image:f:\wmc\mount /set-productkey:*****-*****-*****-*****-*****
    
    nb *** replace with your key.
    
    Copy and Paste this command to commit the changes made:
    
    Dism /unmount-wim /mountdir:f:\wmc\mount /commit
    
    I then changed directory to rename the image:
    f:
    cd wmc
    imagex.exe /flags "ProfessionalWMC" /info F:\WMC\install.wim 1 "Windows 8.1 Pro with Media Center" "Windows 8.1 Pro with Media Center"
    
    
    I then copied back the new install.wim into the original iso and installed it from VMware.....

    Working activated on start! :biggrin:

    sorry yes i forgot to mention you need to create and add the ei file...

    Code:
    [EditionID]
    ProfessionalWMC
    
    [Channel]
    Retail
    
    [VL]
    0
     
  14. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150
    Is it possible to get this working on Enterprise properbly not but asking :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. bulldog147

    bulldog147 MDL Member

    Aug 5, 2009
    239
    39
    10
    #456 bulldog147, Aug 31, 2013
    Last edited by a moderator: Apr 20, 2017
    I try this and these doesn't work, and now my folder wmc/mount refuse to deleted with access denied in the recycle bin. How annoyed.
     
  16. lo6o

    lo6o MDL Novice

    Feb 8, 2008
    30
    4
    0
    You can try this command : Dism /Cleanup-Mountpoints
     
  17. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,092
    24,400
    340
    #458 s1ave77, Sep 1, 2013
    Last edited by a moderator: Apr 20, 2017
    Had this too, not annoying it´s normal as the WIM is still mounted, you need to discard it first.

    To check for mounted WIM in system:
    Code:
    dism /get-MountedWimInfo
    Discard the mounted image (This will delete the content of the mount folder):
    Code:
    Dism /unmount-wim /mountdir:"C:\win8\mount" /discard
    Note: adapt the path to actual mount folder.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. coolbuddy

    coolbuddy MDL Member

    Aug 6, 2011
    114
    30
    10
    Just tested on my PC and this worked well.
     
  19. NoOne2000

    NoOne2000 MDL Junior Member

    May 30, 2011
    59
    88
    0