KMS error Microsoft windows non-core edition

Discussion in 'Windows 8' started by bigbadjohn, Dec 16, 2012.

  1. bigbadjohn

    bigbadjohn MDL Novice

    Sep 26, 2010
    44
    2
    0
  2. Jessica Alba

    Jessica Alba MDL Expert

    Jul 26, 2009
    1,082
    2,189
    60
  3. bigbadjohn

    bigbadjohn MDL Novice

    Sep 26, 2010
    44
    2
    0
    Thanks

    I got correct key and did it again saying it was activated for 180 days. I used my free M$ wmc key to upgrade, after reboot it said it was no longer activated
    I ran KMS again with wmc key from your link and it said it was in notification mode
    and I checked it was not activated
    I think I will reinstall win pro again and leave at 180 days.
     
  4. Jessica Alba

    Jessica Alba MDL Expert

    Jul 26, 2009
    1,082
    2,189
    60
  5. bigbadjohn

    bigbadjohn MDL Novice

    Sep 26, 2010
    44
    2
    0
    I made a folder C:\data

    I put dat file in it from

    from second link

    I made a bat file with free M$ wmc serial in, put it in c:\data
    and ran it

    after a few reboots its activated
    I copies serial once instead of twice but it still worked


    @shift
    @echo off
    color 1f
    title activate WMC
    echo new workaround with data.dat swap :)
    echo ================================
    echo.
    @echo Starting ... press enter when confirmation windows pop up!
    @echo.
    @sc stop sppsvc
    @echo.
    @XCOPY "c:\data\data.dat" "c:\windows\system32\spp\store\data.dat" /i /s /e /r /v /k /f /c /h /y
    @echo.
    @slmgr.vbs -ipk XXXX-XXXX-XXXX-XXXX-XXXX
    @echo.
    @slmgr.vbs -ato
    @echo.
    @echo wait for confirmation message from M$ blah blah error...
    @echo.
    @sc stop sppsvc
    @echo.
    @XCOPY "c:\data\data.dat" "c:\windows\system32\spp\store\data.dat" /i /s /e /r /v /k /f /c /h /y
    @echo.
    @slmgr.vbs -ipk XXXX-XXXX-XXXX-XXXX-XXXX
    @echo.
    @echo Done! REBOOTING NOW!
    @shutdown.exe /r /t 00
    @echo.
     
  6. Jessica Alba

    Jessica Alba MDL Expert

    Jul 26, 2009
    1,082
    2,189
    60
    #6 Jessica Alba, Dec 17, 2012
    Last edited: Dec 17, 2012
    glad it work out for you:biggrin:
    and should thank Hackeur for his script :)