nononsence Please add this: - Samsung cert+slic. - zsmin glrdr v0.95 - status like Daz (automated activation cheacking). this seems to be a nice loader. I like the progress bar, I have suggested Daz to do this long ago... installation is very fast. thank you.
It is easy to add them yourself, have you a link to zsmins latest grldr ? nononsence: PHP: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click '================================================================================== 'check if windows activated '================================================================================== Dim objMgmt As System.Management.ManagementObject Dim LicenseStatus As New System.Management.ManagementObjectSearcher("root\CIMV2", "SELECT * FROM SoftwareLicensingProduct") For Each objMgmt In LicenseStatus.Get If objMgmt("LicenseStatus") = "1" Then Label1.Text = "Licensed" Exit For Else Label1.Text = "Unlicensed" End If Next End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Label1.Text = "Unknown" End Sub Thanks Alfa
I've a question.. i've slic 2.1 in my BIOS.. should i check "SLIC in bootmgr" or not? thanks.. Or pls.. explain the two check box function in first post.. just a suggestion.. thanks..
ƒreeman no, you should check "no bootloader" option. no bootloader- means no loader, only cert and key will be installed. slic in bootmgr- means that the slic2.1 table information will be placed inside windows own bootloader manager, grub4dos bootloader will not be used.
if you do it like this it does it faster put a label on the form called act and a background worker and add this code Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load BackgroundWorker1.RunWorkerAsync() End Sub Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork Dim actstatus As String actstatus = String.Empty Dim objMgmt As System.Management.ManagementObject Dim LicenseStatus As New System.Management.ManagementObjectSearcher("root\CIMV2", "SELECT * FROM SoftwareLicensingProduct") For Each objMgmt In LicenseStatus.Get If objMgmt("LicenseStatus") = "1" Then actstatus = "Licensed" Exit For Else actstatus = "Unlicensed" End If Next e.Result = actstatus End Sub Private Sub BackgroundWorker1_RunWorkerCompleted(ByVal sender As Object, ByVal e As System.ComponentModel.RunWorkerCompletedEventArgs) Handles BackgroundWorker1.RunWorkerCompleted act.Text = e.Result End Sub
Holy crap I cant keep up. added PAYMYRENT's License status and custom key code added FSC, Samsung, Toshiba-TOSAUS, Toshiba-TOSQCI SLIC and Certificates. Thank You to PAYMYRENT for the great code additions.
Im pretty sure I put v0.94 in a few days ago. Is v0.95 another Daz only release? what is diffrent from version v0.94?
Ill double check, whats in this project, and make an Acer one for the Preactivation kit v2.6 EDIT: found this in the GRLDR file in this project "ACPI TABLE LOADER 0.94" im assuming that it is v0.94