Does this look okay?

Discussion in 'Windows 7' started by danyo1337, Aug 31, 2010.

  1. danyo1337

    danyo1337 MDL Junior Member

    Jul 24, 2010
    80
    8
    0
    #1 danyo1337, Aug 31, 2010
    Last edited by a moderator: Apr 20, 2017
    I'm including this with an AIO that I put together. Will it work?
    I would have preferred not to use RemoveWAT, but I don't think there is anything else that preactivates Enterprise(silent mode). Not sure though. I know Enterprise is almost useless, because it is basically VL version of Ultimate. I just want every version.

    Code:
    @echo off
    REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "EditionID" | findstr /I "ENTERPRISE"
    IF NOT ERRORLEVEL 1 GOTO :RWAT
    
    "%~dp0Windows Loader.exe" /silent /preactivate
    CD %~dp0
    attrib -R -A -S -H *.*
    CD %WINDIR%
    RD /S /Q "%~dp0"
    SHUTDOWN /R /T 5
    exit
    
    :RWAT
    "%~dp0RemoveWAT.exe" /s
    CD %~dp0
    attrib -R -A -S -H *.*
    CD %WINDIR%
    RD /S /Q "%~dp0"
    SHUTDOWN /R /T 5
    exit
     
  2. myhken

    myhken Experienced MDL Tester

    Feb 28, 2010
    919
    636
    30
    I had used KMS activation and not removeWAT on Enterprise. Check my signature for KMSA 5.0, and KMSA 6.0 is soon out...
     
  3. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    I agree KMS is the best way to activate. RW will enable full use but KMS is virtually untouched as a solution to activate once every six months

    IR4 also lets you use Enterprise in unlimited trial via grace period rearm reset
     
  4. danyo1337

    danyo1337 MDL Junior Member

    Jul 24, 2010
    80
    8
    0
    How can I modify this to work with KMS instead of RemoveWAT?
     
  5. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    I just pm'd you
     
  6. WinFLP

    WinFLP MDL Senior Member

    Nov 18, 2009
    499
    283
    10
    #6 WinFLP, Aug 31, 2010
    Last edited by a moderator: Apr 20, 2017
  7. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    #7 MasterDisaster, Aug 31, 2010
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. danyo1337

    danyo1337 MDL Junior Member

    Jul 24, 2010
    80
    8
    0
    #8 danyo1337, Aug 31, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Also loader won't work with Enterprise

    Just RW, KMS, IR4 and Chew7
     
  10. danyo1337

    danyo1337 MDL Junior Member

    Jul 24, 2010
    80
    8
    0
    #10 danyo1337, Aug 31, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)