"Office 2010 Retail/Volume Project to bypass activation without KMS/keygen?"

Discussion in 'Microsoft Office' started by timesurfer, Sep 19, 2010.

  1. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
  2. sofatiger51

    sofatiger51 MDL Senior Member

    Mar 3, 2010
    380
    56
    10
    It is a very interesting idea and novel approach to Office activation. I am not a code Wizard and therefore cannot offer you anything to help you cause. I can only offer you moral support and encouragement.
    Push on, bro.
     
  3. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
  4. myhken

    myhken Experienced MDL Tester

    Feb 28, 2010
    919
    636
    30
    If you need anybody to test something, I'm ready. Beside of that, I think MS have done a good work with Office 2010 in terms of protecting it against cracks etc. The only weakness is the volume edition, but they will always have a problem with that, since they have to make it easy for large companies.
    But fun to see if anybody here can make it, and create a good Office 2010 "hack" thats will pass OGA when MS starts it, and that will work on both retail and volume editions. Remember, it's three other versions out there that we don't have focus on: Home and Student, Home and Business and Professional. If somebody can make a "hack" for these versions, it's will be a good work.
     
  5. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #5 DARKOR04, Sep 19, 2010
    Last edited: Sep 19, 2010
    Okay timesurfer I'm in, lets rock lol. I'll do my best, if find anything I'll let you know. Installing Office 2010 rightaway...;)

    PS: available for test too.
     
  6. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #6 CODYQX4, Sep 19, 2010
    Last edited: Apr 15, 2019
    .
     
  7. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Thanks I did the simple rearm office bat file in my first post cause I liked the idea so what your talking about is really cool :D

    Any code you'd like to contribute would help me and others work with this a little more.
     
  8. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #8 CODYQX4, Sep 20, 2010
    Last edited: Apr 15, 2019
    .
     
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Would it be possible for you to put that in bat instead of exe for now or is it top secret? :D
     
  10. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #10 CODYQX4, Sep 20, 2010
    Last edited: Apr 15, 2019
    .
     
  11. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #11 timesurfer, Sep 20, 2010
    Last edited: Sep 20, 2010
    (OP)
    I remember the code in the toolkit let's see if I have a back up...lol

    Even the .exe will be fine just wanted to see the code but maybe I have it
     
  12. flare4000

    flare4000 MDL Senior Member

    Apr 23, 2010
    414
    114
    10
    #12 flare4000, Sep 20, 2010
    Last edited by a moderator: Apr 20, 2017
    I know how to implement a silent switch in vb here it is
    Code:
    For I As Integer = 0 To My.Application.CommandLineArgs.Count - 1
                If My.Application.CommandLineArgs.Item(I) = "/s" Then
    This is from hazar source codes.
     
  13. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #13 CODYQX4, Sep 20, 2010
    Last edited: Apr 15, 2019
    .
     
  14. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #15 CODYQX4, Sep 20, 2010
    Last edited: Apr 15, 2019
    .
     
  15. flare4000

    flare4000 MDL Senior Member

    Apr 23, 2010
    414
    114
    10
    #16 flare4000, Sep 20, 2010
    Last edited by a moderator: Apr 20, 2017
    Here used a translator see if it worked
    Code:
    for (int I = 0; (I 
                <= (My.Application.CommandLineArgs.Count - 1)); I++) {
        if ((My.Application.CommandLineArgs.Item == "/s")) {
            
        }
    }
     
  16. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #17 CODYQX4, Sep 20, 2010
    Last edited: Apr 15, 2019
    .
     
  17. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #18 timesurfer, Sep 20, 2010
    Last edited: Sep 20, 2010
    (OP)
    I would like to see it merged into your toolkit and done as a separate program perhaps regarding this thread if the moderators will allow an alternative to KMS activation for Office?

    Thank you CODYQX4

    And DARKOR04 will probably squeeze into his tool also if it's in .bat file code :p...lol

    Edit: What exactly does your .exe in the link do right now?
     
  18. flare4000

    flare4000 MDL Senior Member

    Apr 23, 2010
    414
    114
    10
    My question is what happens if the user uses up all the rearm before the backup?
     
  19. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #20 timesurfer, Sep 20, 2010
    Last edited: Sep 20, 2010
    (OP)
    Do you mean can you back up after rearms are out?

    @CODYQX4

    Are you thinking just backup then restore then use one rearm cycle or restore backups then run out all rearms?