Windows 7 preactivation kit

Discussion in 'Windows 7' started by Hazar, Aug 18, 2009.

  1. shAkur

    shAkur MDL Novice

    Jul 24, 2009
    30
    0
    0
    I did it in 13 minutes,but I guess it depends on hardware u got
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Stool

    Stool MDL Junior Member

    Aug 14, 2009
    71
    0
    0
    Thanks Shakur, sounds like the way to go then. I'll try that next time.
     
  3. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Thanks! Will add to post
     
  4. supdrmann

    supdrmann MDL Novice

    Jul 29, 2009
    33
    0
    0
    #25 supdrmann, Aug 18, 2009
    Last edited: Aug 18, 2009
    does this pre-installation support multilanguage or only en-us???
    or does it use an other way to install loader into the hidden partition???
     
  5. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    multi lanuage support ;)
     
  6. german237

    german237 MDL Novice

    Aug 1, 2009
    36
    0
    0
    I worked wonderfully, Windows 7 Ultimate x64 in Spanish, I congratulate Hazar! Excellent, salute :)
     
  7. greyaburton

    greyaburton MDL Addicted

    Mar 8, 2009
    558
    54
    30
    what if i dont have the iso file saved.will it work if i pop in my windows 7 oem disc(its the version i installed).copy all the files to a folder.then replace the oem in the folder that i found here. sources.license.default-there i can see that oem folder.when i open it,i see all the versions of windows folders listed.so if i replace that with your oem folder,then burn the files onto a disc.will it work that way?(or is that totally idiodic.ha)thanks.
     
  8. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #29 Mr Jinje, Aug 19, 2009
    Last edited by a moderator: May 23, 2017
  9. poona14

    poona14 MDL Novice

    Jul 29, 2009
    1
    0
    0
    Thank you :D
     
  10. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    #31 Hazar, Aug 19, 2009
    Last edited by a moderator: May 23, 2017
    (OP)
  11. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    OK postupdated, no longer leaves behind Install.exe in your windows directory
     
  12. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #33 Mr Jinje, Aug 19, 2009
    Last edited by a moderator: Apr 20, 2017
    Found these lying around my temp directory, here is scripts for any who prefer to DIY like me. The most of us who know what we are doing can handle finding a new cert/key pair by next Oct and update this code ourselves.

    Install.cmd

    Code:
    @echo off
    del NotInstalled.vbs
    echo dim answer >> NotInstalled.vbs && echo. >> NotInstalled.vbs && echo answer=MsgBox("7Loader is being installed, the system will restart when done",0,"7Loader") >> NotInstalled.vbs && start NotInstalled.vbs
    SET FNDSTR="[0-9][  0-9]    [^Aa-Zz][^Aa-Zz]  ...........* *NTFS *.......... *[12]00 M.  "
    sc config sppsvc start= Auto
    net start sppsvc
    del /Q "%TEMP%\MOUNT"
    del /Q "%TEMP%\UNMOUNT"
    For /F "tokens=2" %%I IN ('ECHO LIST VOL ^| DISKPART ^| FINDSTR /R /C:%FNDSTR%') DO CALL :PARSE %%I
    GoTo :install
    
    :PARSE
    FOR %%p IN (B C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO (
       ECHO LIST VOL | DISKPART | FINDSTR /c:"     %%p   "
       IF ERRORLEVEL 1 NET USE | FINDSTR /C:" %%p:  "
       IF ERRORLEVEL 1 SET FREEDRIVELETTER=%%p
    )
       ECHO SELECT VOLUME %1 > "%TEMP%\MOUNT"
       ECHO ASSIGN LETTER=%FREEDRIVELETTER% >> "%TEMP%\MOUNT"
       ECHO SELECT VOLUME %1 > "%TEMP%\UNMOUNT"
       ECHO REMOVE >> "%TEMP%\UNMOUNT"
    GOTO :EOF
    
    :install
    echo. >> %SYSTEMROOT%\7Loader.TAG
    DISKPART /S "%TEMP%\MOUNT"
    cscript %SYSTEMROOT%\System32\slmgr.vbs -ipk *****-*****-*****-*****-*****
    cscript %SYSTEMROOT%\System32\slmgr.vbs -ilc "Cert.xrm-ms"
    for %%A in (B: C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do (
    if exist %%A\bootmgr (
    if not exist %%A\autorun.inf (
    ATTRIB "%%A\grldr" -h -s -r
    ATTRIB "%%A\grldr.bak" -h -s -r
    DEL "%%A\grldr.bak"
    REN "%%A\grldr" grldr.bak
    COPY "grldr" "%%A\"
    ATTRIB "%%A\grldr" +h +s +r
    "bootinst.exe" /nt60 %%A
    )
    )
    )
    
    DISKPART /S "%TEMP%\UNMOUNT"
    DEL /Q "%TEMP%\UNMOUNT"
    DEL /Q "%TEMP%\MOUNT"
    shutdown -r -t 00
    exit

    NotInstalled.vbs


    Code:
    dim answer  
      
    answer=MsgBox("7Loader is being installed, the system will restart when done",0,"7Loader")  
     
  13. greyaburton

    greyaburton MDL Addicted

    Mar 8, 2009
    558
    54
    30
    will it work if i do it this way?thanks.
     
  14. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Well you will need to rremake it into a bootable version, you can do this by loading the modified files into vlite and choosing make ISO
     
  15. greyaburton

    greyaburton MDL Addicted

    Mar 8, 2009
    558
    54
    30
    okay me son.ill give her a go boy and see how it turns out.(ha.as some people are using their native expressions on here(mate etc.)thought i would add some newfie flavour(although dont live there anymore).have a good one.thanks.
     
  16. greyaburton

    greyaburton MDL Addicted

    Mar 8, 2009
    558
    54
    30
    every time i run vlite.it says i need to install waik kit.so i downloaded and installed the one they sent me to,but i think its the wrong one.its for vista service pack 1.i also had installed the one for windows 7 oem version,and that didnt work either.guess i need just the regular one for windows 7?
     
  17. whoa

    whoa MDL Novice

    Jul 29, 2009
    3
    0
    0
    Many thanks Hazar, but TrendMicro here complains about:
    PAK_Generic.001
    into the file and refuse to download...would it be possible to make a zip from the rar, this should foolish this av I have here and finally I can download.

    Thanks again
     
  18. greyaburton

    greyaburton MDL Addicted

    Mar 8, 2009
    558
    54
    30
    didnt work for me.had to run the activator i used before(the first one released.the chinese one)have a good one.
     
  19. t-master

    t-master MDL Novice

    Aug 19, 2009
    4
    0
    0
    is there any way how you can use this one here with vista oem activation?
    cause I installed both 7 and vista and every time I use such a tool it knocks out the one for the other os :(