How to "activate" all editions of 7/R2 with 2 commands

Discussion in 'Windows 7' started by Hazar, Oct 10, 2009.

Thread Status:
Not open for further replies.
  1. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    #1 Hazar, Oct 10, 2009
    Last edited by a moderator: Apr 20, 2017
    I UPDATED IT IT'S 2 COMMANDS NOW :O

    I found that running these 2 commands will disable the 7/R2 activation requirement by causing SLUI to fail to start, which keeps nags and stuff at bay rather than renaming it or whatever.

    Code:
    takeown /F %WINDIR%\System32\sppcomapi.dll
    icacls %WINDIR%\System32\sppcomapi.dll /deny *S-1-1-0:F
    Run that from an ADMIN cmd line, and its done. You will receive updates, pass WGA and be able to download security essentials etc.

    It will count down but nothing will happen

    To undo:

    Code:
    icacls %WINDIR%\System32\sppcomapi.dll /grant *S-1-1-0:F
    Cool huh?
     
  2. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    You Pikey Bastard :D
     
  3. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Kinda random Jinje, but I'll take it as a compliment :D
     
  4. yesman

    yesman MDL Junior Member

    Jul 29, 2009
    52
    2
    0
    Hazar, stop with these activation disabling etc.... I don't think thats the right way to activate.
     
  5. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    No way, why risk leaving the activation DLL to re-nag-rivate you at some later date. Wish I would have tested more when I played with this last week, he did some good works here.
     
  6. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    #6 Hazar, Oct 10, 2009
    Last edited: Oct 10, 2009
    (OP)
    Well its something that hasn't been done before. Loaders have been around for years, no one took the time to investigate and find it all comes to pieces when you rename a file.
     
  7. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    I mean, assuming it works when I test it. I always gives benefit of doubt :rolleyes:
     
  8. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    It works great, left it on for 3 hrs in 2099 no nags, no kickoffs nothing
     
  9. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #9 Mr Jinje, Oct 10, 2009
    Last edited: Oct 10, 2009
    and it catches Windows Update without breaking it, can't argue with that.

    I like this cause it doesn't require (supposedly) any 3rd party exe or any questionable GRLDR modified SLIC emulations.
     
  10. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Cheers Jinje
     
  11. X64_Bit

    X64_Bit MDL Junior Member

    Aug 2, 2009
    50
    7
    0
    Superb job! :eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Any other feedback?
     
  13. Gigahertz20

    Gigahertz20 MDL Junior Member

    Aug 6, 2009
    63
    43
    0
    Very nice, but will the commands screw anything up in the future though if MS patches this? Because I'm sure they will. A few commands that prevent people from having to activate will surely be on Microsoft's list to fix right away.
     
  14. Guenni007

    Guenni007 MDL Novice

    Mar 26, 2008
    28
    1
    0
    but to be precise Win7 or R2 are in Eval State

    the OS is not aktivated but it doesn't run out of time. ;)
     
  15. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Well yes, but it is as good as activated.

    Also, MS may rename it back again but I doubt it.
     
  16. Servi

    Servi MDL Member

    Aug 12, 2009
    111
    1
    10
    So evaluation time counts down to 0 days, then of course remains at 0 days, but nothing else happens, right?

    And what will happen when the counter is at 0 days, and then the .dll is renamed back to its original name?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    When it hits 0 days it will change to "you must activate windows"

    Nothing will happen and you can receive updates as normal as if it was activated.

    If at 0 days the dll is renamed again then the not activated screens will apeear at logon for 15 secs like if the period has expired.
     
  18. Servi

    Servi MDL Member

    Aug 12, 2009
    111
    1
    10
    Thanks for the good work and information.
    Just for interest: What can be done if Windows has expired? What works, and what doesn't work anymore?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Everything can be done when windows has expired, it just nags and bothers you to death. This kills those nags
     
  20. Qams

    Qams MDL Novice

    Sep 18, 2009
    12
    0
    0
    Cheers Hazar!!

    Gr8 Work!

    Can u merge these commands in your Loader exe as an option?