@jabberwocky First of all WOAT means: "Windows OEM Activation Tool" and I'm not going to slag you off as you said, thats not me if that what you looking forward to, I will not go offtopic... sorry every one its free to think whatever they want....
Sent you that activation repeat code...hope it will help you. @All: Yes, he may be copying what others have already done but why not? Chances are always that something else will work where some other solution has failed so i say the more the merrier. Besides, he is by far not the only one. All KMS activators for instance are basically spinoffs of KMSA, and all Office KMS activators only exist because i came up with the idea to use ZWTs host for that purpose. This means i had lots of reason to complain about 'idea-stealing', (heck, the first Office activator spinoffs appeared before i even made my own!), but i dont, because in my opinion the principle of sharing ideas, and seeing how others would implement them, is precisely what makes this place so great.
Yea is was strange at first to see another rearm concept but then I thought like my last post said that MasterDisaster's great console would get use and this developer would have an even more awesome tool than it already is. I think it's kinda hard usually to work with exploits without collaboration since most efforts are off past efforts just like IR4 is and others Keep up the good work guys Later
Thanks a lot Phazor for the code, but I use this one: It keep trying till windows its activated... Code: :STEP2 CLS title W.O.A.T Tool v1.7 - Activating Product. echo. echo. W.O.A.T Tool v1.7 - Activating Product. echo. --------------------------------------- echo. echo. Please Wait..... echo. echo. Note: This can take several minutes. echo. start /B %~dp0KMS\KMS.exe echo. cscript /b \windows\system32\slmgr.vbs -skms localhost:1688 & echo Localhost Successfully Set. :act cscript /b \windows\system32\slmgr.vbs -ato cscript /nologo C:\Windows\system32\slmgr.vbs /dli | Find "259200" >NUL IF ERRORLEVEL 1 goto act echo. echo. Activation Was Successfull. Enjoy Windows 7! echo. pause goto :KILL ) Only use this portion of code you send me: Code: :KILL CLS title W.O.A.T Tool v1.7 - KMS Shutdown echo. echo. W.O.A.T Tool v1.7 - KMS Shutdown echo. --------------------------------- echo. Shuting Down KMS Server... tasklist /fi "imagename eq KMS.exe" 2>nul | find /i /n "KMS.exe" >nul if "%errorlevel%"=="0" taskkill /t /f /im KMS.exe >nul echo. echo. Done! echo. echo. Press any key to return to the main menu. pause > nul GOTO MAINMENU ) BTW Thanks goes to: Opa MD Phazor timesufer ZWT for their great tools and help, keep the hard work guys Note: WOAT Tool v1.7 finished will be availabe soon, hope you like it. PS: About: This tool its like a "MONSTER VERSION" of Opa Tool. It Checks for Widows Status, Activates Windows 7 via OEM or KMS Emulator. Also Can rearm Widnows 7 and Server Editions forever like IR4 by timesurfer and Reset Windows 7 Editions Back to trial. Meaning of WOAT = W.indows O.EM A.ctivation T.ool New Features: Now it detect OS installed and install proper key automatic. (When Resetting and KMS Activation). KMS Activation keep trying till OS it's Activated. Resetting process now its hidden, only shows "Windows has been resetted Successfully". Add option to Exit WOAT and Go to Windows Validation Site. Other minor script changes.
MDs 'repeat-code' is genious in principle, (yes, i mean it), but its downside is that it keeps trying and trying and trying and trying even if it will never succeed. Thus, a way to interrupt the trying is needed so that a user can at least abort once it becomes obvious that it will never succeed anyway. The other solution (IMO better in this scenario) is to have it do a limited amount of tries in the 1st place, because if it didnt succeed after so many tries it will most likely keep failing anyway no matter how many more tries follow. (Simply a matter of experience.) Thats why i decided for 5 tries with 2 seconds pause inbetween for my 'after-bootup auto-renewaler' in KMSA 5.0. So far it never failed...
Yes your right, thats the reason I did not release it yet... Actually I'm trying to meld the two codes or modify it in some way.
I thought his code tries 10 times and then stops with msg? Are you guys using a different code than I?
I'm using this code: Code: :STEP2 CLS title W.O.A.T Tool v1.7 - Activating Product. echo. echo. W.O.A.T Tool v1.7 - Activating Product. echo. --------------------------------------- echo. echo. Please Wait..... echo. echo. Note: This can take several minutes. echo. start /b %~dp0KMS\KMS.exe & echo KMS Emulator Ready. echo. cscript /b \windows\system32\slmgr.vbs -skms localhost:1688 & echo Localhost Successfully Set. set f=0 :act set /A f=f+1 if /i %f% == 5 goto:FAIL cscript /b \windows\system32\slmgr.vbs -ato cscript /nologo C:\Windows\system32\slmgr.vbs /dli | Find "259200" >NUL IF ERRORLEVEL 1 goto act echo. echo. Activation Was Successfull. %f% attempt(s) used. Enjoy Windows 7. echo. pause goto :KILL ) :FAIL echo. Activation fail, after %f% attempt(s) used. Please try again. pause > nul goto:KILL :KILL CLS title W.O.A.T Tool v1.7 - KMS Shutdown echo. echo. W.O.A.T Tool v1.7 - KMS Shutdown echo. --------------------------------- echo. Shuting Down KMS Server... tasklist /fi "imagename eq KMS.exe" 2>nul | find /i /n "KMS.exe" >nul if "%errorlevel%"=="0" taskkill /t /f /im KMS.exe >nul echo. echo. Done! echo. echo. Press any key to return to the main menu. pause > nul GOTO MAINMENU ) So far, so good
This looks very good. Much shorter and simpler than what i used...in fact i might just adopt that for KMSA... (BTW: Thats exactly what i meant about sharing ideas. Today you profit from mine and tomorrow i profit from yours. Need i say more?)
I'm just curious but if i accidently install the WAT update will this tool can bypass the genuine check and my windows 7 keeps genuine ?
NEW VERSION AVAILABLE! About: This tool its like a "MONSTER VERSION" of Opa Tool. It Checks for Widows Status, Activates Windows 7 via OEM or KMS Emulator. Also Can rearm Widnows 7 and Server Editions forever like IR4 by timesurfer and Reset Windows 7 Editions Back to trial. PS. Meaning of WOAT = W.indows O.EM A.ctivation T.ool Main Features: Activation Status check. Install OEM Certs. Install OEM-SLP Keys. Reset Windows back to Trial and Install Default Key. Rearm Forever. (Installation of Rearm Task Required). KMS Activation. New Features: Now it detect OS installed and install proper key automatic. (When Resetting and KMS Activation). KMS Activation keep trying till OS it's Activated. (8 attempts max) Resetting process now its hidden, only shows "Windows has been resetted Successfully". Added option to Exit WOAT and Go to Windows Validation Site. See start of thread for more info, hope you like it and found it useful.... Thank to all of you.