How do I "unactivate" Windows 8 Pro?

Discussion in 'Windows 8' started by SkullKid2000, Nov 7, 2012.

  1. SkullKid2000

    SkullKid2000 MDL Member

    Jul 17, 2012
    128
    10
    10
    How do I do this?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #2 s1ave77, Nov 7, 2012
    Last edited by a moderator: Apr 20, 2017
    Uninstalling product key should work:

    Code:
    cscript slmgr.vbs /upk
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,979
    7,149
    240
    #3 PaulDesmond, Nov 7, 2012
    Last edited by a moderator: Apr 20, 2017
    perhaps there is "helper" one day :D
     
  4. SkullKid2000

    SkullKid2000 MDL Member

    Jul 17, 2012
    128
    10
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #5 s1ave77, Nov 7, 2012
    Last edited by a moderator: Apr 20, 2017
    EDIT: some addings

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. KNARZ

    KNARZ MDL Addicted

    Oct 9, 2012
    895
    482
    30
    delete tokens.dat and data.dat in system32\spp\store folder
    this should do the job.
    maybe not for kms but for retail and mak.

    but i guss josh knows how to do it best.
     
  7. SkullKid2000

    SkullKid2000 MDL Member

    Jul 17, 2012
    128
    10
    10
    Thanks friends :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Not that easy to delete them manually :D. But the /rearm command should do this instead (afaik it does exactly this).
    Tested in Enterprise and reinstalling the key does not reactivate the system then.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. KNARZ

    KNARZ MDL Addicted

    Oct 9, 2012
    895
    482
    30
    hehe. ok than.
    "net stop sppsvc" first
     
  10. trungpt

    trungpt MDL Addicted

    Dec 15, 2009
    554
    58
    30
    At final, which commands should I use?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #11 s1ave77, Nov 8, 2012
    Last edited by a moderator: Apr 20, 2017
    Tried my self with:

    Code:
    cscript slmgr.vbs /upk 
    then 
    cscript slmgr.vbs /rearm
    Then reboot system. Did this in Win 8 Pro and reinstalling the keys afterwards, for testing, didnĀ“t restore the activation, so give it a try.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...