Activate Office 2010 Pro RTM-escrow VL, New clean method (without changing files)

Discussion in 'Microsoft Office' started by tuvi123, Mar 10, 2010.

  1. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,231
    310
    90
    #161 sam3971, Mar 30, 2010
    Last edited by a moderator: Jan 17, 2013
    Nice tool bud, yes the password is what he said btw. Anyway I was able to make a simple batch file that will run every 180 days or whatever you want it to be by using the Task Schedule service. I have tested it and it works really well. If anyone wants me to upload it just let me know.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. drazen11

    drazen11 MDL Junior Member

    Feb 27, 2010
    70
    11
    0
    Upload please :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. sds910

    sds910 MDL Novice

    Jul 27, 2009
    6
    0
    0
    Yes. Please... I've been wrestling here with Task Scheduler....
     
  4. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,231
    310
    90
    #164 sam3971, Mar 30, 2010
    Last edited by a moderator: Jan 17, 2013
    Ok here is the batch upload I created. Once you download and extract it you must do 2 things.

    1. change this command inside the batch file from "start C:\Users\Sam\Downloads\kms\kms\Keygen.exe" to "start(Whatever directory it is in. In my case it is in my download folder. You must change that to link to the KMS activator keygen or it won't work.

    2. Open task schedule and select "Import Task" and import the second file link which is an .XML file.

    Here are the links:

    The archive with the script:
    The custom created task to go with it:

    Side Notes:
    1. You must right-click the second link and select "save target as"(IE) or "save link as"(Firefox) to download the .XML file or the browser will open it instead of downloading it.
    2. You must change the "Action" option in task schedule also to the link to the keygen.exe file. The default task I uploaded is set to run the file from my download folder directory and unless you saved it in the exact same format link as I did you must change that or it wont work. Then when that is changed run the task manually to see the cmd windows appear, if you do not see them then there is a issue with the task.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. sds910

    sds910 MDL Novice

    Jul 27, 2009
    6
    0
    0
    #165 sds910, Mar 30, 2010
    Last edited by a moderator: Jan 17, 2013
    Archive password?

     
  6. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,231
    310
    90
    No just download and extract lol I rarely ever put passwords on those.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. sds910

    sds910 MDL Novice

    Jul 27, 2009
    6
    0
    0
    Er... no. There's a password. You sure you linked to the right archive?

     
  8. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,231
    310
    90
    #168 sam3971, Mar 30, 2010
    Last edited by a moderator: Jan 17, 2013
    Try this link. There should be no password



    Or this link:


    or this link:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. sds910

    sds910 MDL Novice

    Jul 27, 2009
    6
    0
    0
    #169 sds910, Mar 30, 2010
    Last edited: Mar 30, 2010
    Doesn't quite work... You forgot to include the required title variable in the start command for the keygen. Change that line in the batch file to something like:
    start "KMS Server" "c:\blah\blah\Keygen.exe"
    and it will work just fine.

    Also, if one has already activated Office this way, the first two lines of the batch are unnecessary.

    Also, users will need to edit the XML file to change a) the pointer to the location of the batch file and b) the PC name and computer user (in two places).
     
  10. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,231
    310
    90
    I did not have to do that. I don't think you have to have the "KMS Server" part. BTW I know that the first 2 lines are unnecessary but it does not hurt to run them again and it makes the script good for someone who has not activated yet either.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. sds910

    sds910 MDL Novice

    Jul 27, 2009
    6
    0
    0
    You're right: you didn't... and I can tell you why: your path to the executable doesn't include any spaces. If, however, the end user will install the keygen to a location such as I did: C:\Program Files (x86)\KMSServer\Keygen.exe, the batch will fail. Best to follow protocol and use the title variable to keep things sane and happy.

     
  12. MDL2500

    MDL2500 MDL Novice

    Oct 22, 2009
    8
    0
    0
    Thanks to everyone for their comments on my post about the russian executable for Office 2010 activation. As usual, all the comments were very helpful.
     
  13. drazen11

    drazen11 MDL Junior Member

    Feb 27, 2010
    70
    11
    0
    #173 drazen11, Mar 30, 2010
    Last edited by a moderator: Jan 17, 2013
    I made the exe file from zwt keygen, nircmd, activator.bat.

    :confused:But still need to press space in order to execute command from the bat file.
    How to make a batch that will wait to finish the previous command so you can start the following command. How to avoid the use of pause command and I tried to start / wait but did not work the way we need.:mad::mad::mad:
    I would like to automatically perform all!
    Activator.bat is almost the same as in my previous post only a few minor changes


    link:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,231
    310
    90
    #174 sam3971, Mar 30, 2010
    Last edited by a moderator: Jan 17, 2013
    In most cases unless your computer lags with the command it will run one in order in sequence from top to bottom. That is how you can get around the pause option. BTW the keygen file works very fast so there should be no issues there either. If for whatever reason it does not complete for you like it is supposed to you can always add a pause right before the next command after the open keygen command. Yes you are right and a good writeup of code also. I just tried tinkering with it so ppl can create an automatic schedule for re-activating without having to worry about doing it manually. Yours works well but the pauses kinda kill it when you try to make it automatic.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    #175 Smorgan, Mar 31, 2010
    Last edited by a moderator: Jan 17, 2013
    This is what I was working on the whole time have fun...
    And yea pauses are for pansies lets get it done in seconds....
    Its a LE version of what I was working on but I guess you guys can't wait....

    Primary Link:



    Back up links:



    Combine all of these files into a single directory/folder and call it whatever u want....
    Completely Virus free too....
    And you thought my programming was bad lol....
    And that is how you get it done....
    And hey it ain't in Russian so beat that lol...

    Official Request please do not edit the .bat I know its easy to its tempting but yea if it works...
    If you wanna make it even more streamlined then I know a way...
    Please if you want to know I will most probably just upload it so don't worry...
     
  16. Louise

    Louise MDL Novice

    Aug 30, 2009
    2
    0
    0
    #176 Louise, Mar 31, 2010
    Last edited: Mar 31, 2010
    drazen11
    Worked first time for Office 2010 on W7x64U with Bios mod. Thank you for your effort.
     
  17. PSYB0RG

    PSYB0RG MDL Junior Member

    Sep 11, 2009
    70
    0
    0
  18. drazen11

    drazen11 MDL Junior Member

    Feb 27, 2010
    70
    11
    0
    #178 drazen11, Mar 31, 2010
    Last edited by a moderator: Jan 17, 2013
    Activator.bat version 2

    :rolleyes::rolleyes:
    I fully automate the activation process, but all files must be in the folder C:\Activator.
    Try and Say what you think.
    :biggrin::cool:

    I added some color
    and PSYB0RG You can use this on version 14.0.4734.1000 x86 and x64
    I use this version

    link:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. drazen11

    drazen11 MDL Junior Member

    Feb 27, 2010
    70
    11
    0
    This Office 2010 activation can not damage Windows 7
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. PSYB0RG

    PSYB0RG MDL Junior Member

    Sep 11, 2009
    70
    0
    0
    so use what u just uploaded with the versions i said i have?

    um, come to think of it, im an older noob with just only a few more posts than u, and u just joined recently. Think I'll hold off on that. No offense!