Windows 8 KMS Activation

Discussion in 'Windows 8' started by The_Spider, Aug 6, 2012.

Thread Status:
Not open for further replies.
  1. HumansCan'tBeTrusted

    Aug 7, 2012
    239
    272
    10
    And then you need activate that key :D:D:D:D:D:D
     
  2. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,150
    240
    I was looking for someone that can activate a KEY ... lol :D
     
  3. HumansCan'tBeTrusted

    Aug 7, 2012
    239
    272
    10
    Poland, Russia, China, Afganistan... Those countrys hackers could help you :D:D:D
     
  4. roirraW "edor" ehT

    roirraW "edor" ehT MDL Addicted

    Sep 1, 2007
    617
    219
    30
    Says Data Invalid, but thanks anyway. :) Guessing it's Windows 7 KMS?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. luakhan

    luakhan MDL Junior Member

    Nov 14, 2011
    84
    15
    0
    Afgans? Ya they are talented but at the moment they are busy
    :rifle:
     
  6. ZeroOmegaZX

    ZeroOmegaZX MDL Novice

    Apr 15, 2008
    28
    7
    0
    Can you new visitors please stop acting like children and quit asking for hacks. The more you all complain about it the less likely it will be posted. Use some common sense and manors and just read about the technology and wait. I just went over about 10 pages of stuff that was continually re asked that could have been answered by reading hte front page. Flooding this forum will only draw bad attention to it. This is a developer forum now a crack warehouse. People write programs here for the good of users not so immature kids can get free programs. Show this place some respect.
     
  7. maxb2000

    maxb2000 MDL Member

    Aug 5, 2012
    219
    53
    10
    Please can you check if activation works for kms-c.no-ip.org beacuse its not redirecting me to localhost.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. FiB3R_OPTiC

    FiB3R_OPTiC MDL Member

    Oct 30, 2011
    154
    45
    10
    Yeah no joke this thread is already 40+ pages of noobs nagging for activation along with the other thread here which is 200+ pages long.

    Message to noobs, Just VIEW the thread and LOOK for information don't add crap to it.
     
  9. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    IP: 91.149.135.121

    But I don't know if it's working, because my Win8 is already activated.
     
  10. FiB3R_OPTiC

    FiB3R_OPTiC MDL Member

    Oct 30, 2011
    154
    45
    10
    You can still check with "slmgr /dli" it will give you 180 days again and how many minutes this equates to ! probably "259200 minuites"

    KMS activation will refresh you're current activation.
     
  11. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    ATM I'm on 7. So...
     
  12. DaveMurray

    DaveMurray MDL Junior Member

    Apr 18, 2009
    94
    13
    0
    why you don't read what the peoples in this page has writing? its so much difficult? :blowup::1eye::bashtroll::bashtroll::bashtroll::bashtroll::bashtroll::bashtroll::bashtroll::bashtroll:
     
  13. palbertsma

    palbertsma MDL Member

    Jun 3, 2009
    186
    23
    10
    No, it's not working! (Enterprise)
     
  14. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,150
    240
    no doesn't work at this moment but servers is a valid address
     
  15. maxb2000

    maxb2000 MDL Member

    Aug 5, 2012
    219
    53
    10
    Thanks you,the adress its not redirected me to localhost and belived that the server is online.And I read it all pages... :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,150
    240
    this address is quite slow. It takes 10-15 seconds to respond, but at the end it says: sorry
     
  17. TCM

    TCM MDL Addicted

    Aug 25, 2011
    808
    417
    30
    Also, absolutely no point in specifying the port number as 1688 is the default anyway.
     
  18. bmurphr1

    bmurphr1 MDL Junior Member

    Aug 19, 2009
    59
    44
    0
    Hell, at this point the only thing I want to know is what EXACTLY did those crazy Russians do to create a KMS server that actually WORKED? I've been following the activation process for Win8 for quite some time now, and I feel pretty confident the Russians didn't have access to a working key. It's great to know that this method works though, because that makes me believe that there will definitely be a way of activating 8 the day it's officially released to the public (Oct. 26th, not the 15th for MSDN subscribers).
     
  19. eus

    eus MDL Novice

    Aug 8, 2012
    9
    0
    0
    I don t have activate, but there is no reason to talk all time in the same, of course i want the same, but they know, appreciate life. No more ask please, post bla bla...
     
  20. dannyulman

    dannyulman MDL Novice

    Jul 30, 2009
    1
    5
    0
    #440 dannyulman, Aug 9, 2012
    Last edited by a moderator: Apr 20, 2017
    I made a simple batch file that will connect to all three known kms servers
    and attempt activation with them automatically
    It does all commands silently so you don't have all of those annoying popups from every attempt
    and it will loop infinitely
    My goal is to make it stop Automatically when An activation server has been reached,
    And Echo Windows Successfully!
    Just paste the below code into a notepad and save as Activate.bat to C:\ root directory
    Then make a shortcut to that file on your desktop.
    Then right click the shortcut and go to "Properties"
    Then go to the Shortcut Tab
    Then click advanced
    Then check the "Run as Administrator" box
    Hit OK and OK again
    Now run it

    Maybe this could be a base idea for a Windows based KMS Activation Program
    Then you could add the option of adding your own KMS server.

    Here's what I got so far


    Code:
    @Echo Off
    
    Echo Attempting Windows Activation
    Echo Please Wait...
    
    cscript //B "%windir%\system32\slmgr.vbs" /skms kms-c.no-ip.org:1688
    cscript //B "%windir%\system32\slmgr.vbs" /ato
    
    cscript //B "%windir%\system32\slmgr.vbs" /skms kms-c.no-ip.org
    cscript //B "%windir%\system32\slmgr.vbs" -ato
    
    cscript //B "%windir%\system32\slmgr.vbs" /skms 91.149.135.121:1688
    cscript //B "%windir%\system32\slmgr.vbs" -ato
    
    cscript //B "%windir%\system32\slmgr.vbs" /skms 91.149.135.121
    cscript //B "%windir%\system32\slmgr.vbs" -ato
    
    cscript //B "%windir%\system32\slmgr.vbs" /skms 91.149.135.83:1688
    cscript //B "%windir%\system32\slmgr.vbs" -ato
    
    cscript //B "%windir%\system32\slmgr.vbs" /skms 91.149.135.83
    cscript //B "%windir%\system32\slmgr.vbs" -ato
    
    Echo Activation Status...
    
    cscript slmgr.vbs /dlv
    
    Echo Activation will Retry in 10 Seconds
    
    ping 1.1.1.1 -n 10 -w 1000 > nul
    
    cls
    
    start /b /i C:\Activate.bat