[TOOL] EzWindSLIC: Easily activate Windows 7/Vista/Server 2008-2022 on UEFI-GPT

Discussion in 'MDL Projects and Applications' started by Deleted member 1435102, Apr 9, 2021.

?

Should I use powershell in this script to add more features? Vista will no longer be supported.

Poll closed May 7, 2021.
  1. Yes

    5 vote(s)
    55.6%
  2. No

    4 vote(s)
    44.4%
    I tried to use clover, it was a disaster.
    The machine got stuck in a bootloop.
     
  1. EzWindSLIC 3.11
    fix powershell detection
     
  2. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,395
    1,616
    90
    Replace compressed2txt with wsf solution

    Wsf ? = ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Windows Script File
    Something like this:
    Code:
    <!-- : Begin batch script
    :: code
    :: bla bla bla
    %systemroot%\System32\cscript.exe //nologo "%~nx0?.wsf" //job:ELAV /File:"!work!\%~nx0"
    exit /b
    ----- Begin wsf script --->
    <package>
       <job id="ELAV">
           <script language="VBScript">
               Set strArg=WScript.Arguments.Named
    
               If Not strArg.Exists("File") Then
                   Wscript.Echo "Switch /File:<File> is missing."
                   WScript.Quit 1
               End If
    
               Set strRdlproc = CreateObject("WScript.Shell").Exec("rundll32 kernel32,Sleep")
               With GetObject("winmgmts:\\.\root\CIMV2:Win32_Process.Handle='" & strRdlproc.ProcessId & "'")
                   With GetObject("winmgmts:\\.\root\CIMV2:Win32_Process.Handle='" & .ParentProcessId & "'")
                       If InStr (.CommandLine, WScript.ScriptName) <> 0 Then
                           strLine = Mid(.CommandLine, InStr(.CommandLine , "/File:") + Len(strArg("File")) + 8)
                       End If
                   End With
                   .Terminate
               End With
    
              CreateObject("Shell.Application").ShellExecute "cmd", "/c " & chr(34) & chr(34) & strArg("File") & chr(34) & " " & strLine & chr(34), "", "runas", 1
           </script>
       </job>
    </package>
     
  4. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,395
    1,616
    90
    thank you :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
  6. EzWindSLIC 3.2
    add option to create $OEM$ folder
     
  7. Hello everyone, I added the option to create $OEM$ folders for pre-activation.
    You can put it in your ISOs to make them pre-activated on UEFI installs.
    Enjoy :tankyou:
     
  8. EzWindSLIC 3.21
    Fix catastrophic bug with $OEM$ folder generation
     
  9. #191 Deleted member 1435102, Jul 3, 2021
    Last edited by a moderator: Jul 3, 2021
    (OP)
    Project abandoned (maybe permanently)
    There is no need for this project.
    Almost noone ever installs Windows Vista/7/Server 2008 (R2) on UEFI.
    KMS is a million times better than my sh**ty script for Server 2012 and above.
    I am still keeping this thread and the github repo in case someone wants to see some code/information.
    @Tito, please lock and unsticky this thread.
    If someone wants to continue this project, you are welcome to fork it.

    Thanks for all your support.
    Regards and good bye
    Exe Csrss


    OK i wont abandon this project
     
  10. #192 Deleted member 1385001, Jul 3, 2021
    Last edited by a moderator: Jul 3, 2021
    (OP)
    What happened Brother . Why angry.
    Does anybody show disrespect or trying to troll your good tool for activation of uefi based installation of win7.
    Pl Why insulting your own project i must say great job from you & is under consideration at highest authorities ie Prime Authority.
    Pl we must ignore those trying to troll our projects & continue to share as much as we can .
    The same happened with MSMG project when somebody requested Highest authorities when the time comes for final decision by Prime Authority that time author suffered from a big tragedy.
    We INDIANS Must bypass / ignore the trolls n continue . I hope my request will be taken under consideration & Project will be continued further :)

    With Regards,
    [Well Wisher]
     
  11. No, I abandoned this project simply because there was no need for it.
    Almost noone ever installs Windows Vista/7/Server 2008 (R2) on UEFI.
    KMS is a million times better than my sh**ty script for Server 2012 and above.
    But since you are requesting it, I will keep working on this project.
     
  12. Pl dont address your project as a s***t project that will adverse negative impression in final decision.

    Thanks for your kind decision to continue with your own good project.
     
  13. MarvelX7

    MarvelX7 MDL Member

    Jun 1, 2021
    233
    208
    10
    +1
     
  14. Krinal

    Krinal MDL Novice

    Oct 6, 2018
    45
    46
    0
    @ExeCsrss good decision to improve it. And if you get free time try to learn and add clover bootloader so real hardware support can be increased/improved.

    Keep up the good work.
     
  15. riverfr

    riverfr MDL Novice

    Jul 3, 2021
    1
    0
    0
    I have an old Dell D600 with 2 gigs of memory. I get an error booting from bios. I do not have the option to boot any other way. I trying this on Windows 7 32 bit.ii said to try the other way, not sure where the program is trying to lead me. Help anyone

    Thanks
     
  16. #198 Deleted member 1385001, Jul 3, 2021
    Last edited by a moderator: Jul 3, 2021
    (OP)
    Does your laptop have EFI BIOS or we may say UEFI Support.
    If yes then only this script is useful otherwise use daz loader .
    or simply follow this thread :
    Code:
    https://forums.mydigitallife.net/threads/dell-latitude-d600-bios-mod-slic-2-1.20081/
    
     
  17. CaptainKirk1966

    CaptainKirk1966 Former MDL Guru

    Oct 31, 2009
    2,549
    1,377
    90
    #199 CaptainKirk1966, Jul 3, 2021
    Last edited: Jul 4, 2021
    Only Win 7 x64 supports UEFI boot, and then only if your machine has proper firmware. It is pointless trying to install windslic on a 32bit Win 7.
     
  18. Gyppie

    Gyppie MDL Junior Member

    Aug 16, 2009
    50
    11
    0
    I am also glad that you decided to continue this project. EzWindSLIC is much needed for us who wants to activate Windows 7, other than Enterprise with KMS on uefi hardware. Thank you so much for keeping this alive.