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>
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
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
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]
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.
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.
@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.
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
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/
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.
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.