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. windows7cy

    windows7cy MDL Junior Member

    Aug 6, 2009
    67
    0
    0
    ok thanks for all!
     
  2. windows7cy

    windows7cy MDL Junior Member

    Aug 6, 2009
    67
    0
    0
    #62 windows7cy, Oct 11, 2009
    Last edited by a moderator: Apr 20, 2017
    i think that the uninstall code is not completed
    Code:
    ren %WINDIR%\System32\sppcommdlg.dll.bak sppcommdlg.dll
    icacls %WINDIR%\System32\sppcommdlg.dll /grant %USERNAME%:RX
    icacls %WINDIR%\System32\SLUI.exe /grant *s-1-5-18:F
    icacls %WINDIR%\System32\SLUI.exe /grant *s-1-5-20:F
    now it's fully completed ....
     
  3. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    The admin account would already have full privileges from when it applied the patch.
     
  4. windows7cy

    windows7cy MDL Junior Member

    Aug 6, 2009
    67
    0
    0
    yes but as deafult file permissions was Read & execute and Read
     
  5. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    always got to complain about something lol
     
  6. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    Nice workaround, thanks

    sebus
     
  7. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Thank you ;)

    Primarly developed as a loader alternative but it is shaping up to be very useful! No horrid frankenbuilding either, 100% windows commands
     
  8. MrXSpekta

    MrXSpekta MDL Junior Member

    Oct 7, 2009
    51
    0
    0
    I gotta agree. This is your best work yet HAZAR! I like the commands a lot. Keep it up.

    :cool:
     
  9. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Thank you!

    Im going to do the same for Vista/original 08 if it is requested
     
  10. maxilick

    maxilick MDL Novice

    Sep 13, 2009
    5
    0
    0
    Good work, all's well.
     
  11. betatest

    betatest MDL Novice

    Sep 27, 2009
    40
    14
    0
    @ Hazar

    at the first line of the batch when I'm running the following command

    takeown /F %WINDIR%\System32\sppcommdlg.dll

    I'm getting the following error

    C:\Windows\system32>takeown /F %WINDIR%\System32\sppcommdlg.dll
    ERROR: The system cannot find the file specified.
     
  12. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    I have been disassembling some of the spp*.dll and have been seeing
    code that looks like Microsoft has added the ability to audit the system
    volume, the loader kids may have some challenges ahead. looking for these
    alternative way's is very smart.
     
  13. betatest

    betatest MDL Novice

    Sep 27, 2009
    40
    14
    0
    @ nononsence

    Before using the Hazar's batch file, I was using its loader and I uninstalled it then run the batch file.
     
  14. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Sounds like sppcommdlg has already been renamed.

    @nononsensce

    Thanks, I am fascinated with disabling the activation evil at its root, rather than fooling it, best of all its 100% legal, and works on all editions of 7/R2

    So any other thoughts?

    Should I start patching the control panel and stuff to make it say activated?
     
  15. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #75 Mr Jinje, Oct 11, 2009
    Last edited by a moderator: Apr 20, 2017
    Maybe you could go into SLMGR.vbs and alter the Constants, so that when certain commands are run (DLI, DLV) they report falsely.

    Code:
    ' Used for dli/dlv
    private const L_MsgLicenseStatusUnlicensed_1          = "License Status: Unlicensed"
    private const L_MsgLicenseStatusLicensed_1            = "License Status: Licensed"
    or
    Code:
    private const L_MsgLicenseStatusLicensed              = "The machine is permanently activated."
     
  16. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    261
    60
    Why not :cool:
     
  17. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    #77 Hazar, Oct 11, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Done slmgr, just need to reverse the mechanism feeding into systemcpl.dll so it receives the status as activated.
     
  18. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    I agree, I would scrub the whole system of any hint of activation, patch
    everything to report nothing:)

    I keep trying to switch to linux because of activation BS, but linux still needs
    a few years untill it will replace Windows on all of my machines.
     
  19. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Ok I need to edit the input that some DLL files get their info from.
     
  20. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    why not look at the reg entries for spp or software protection platform