@Skunk1966 so i finally had 10 minutes spare this morning to test.
I found a much quicker and easier way to remove the warning i figured a run once key must be set as this warning only appears after first reboot.
Once you have used the HWID GEN to activate successfully an exe file is generated/placed in:
%WINDIR%\Temp folder called warnh.exe (this is the exe that displays the warning message, this exe is actually the warning message itself)
HWID GEN will also set a registry key in:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\0001 - Called "MyScript"
if you were to use silent activation method with switch and wanted to remove the warnings you would simple put these 2 lines in .bat or .cmd file after activation (WILL NEED TO BE RUN AS ADMIN):
You have No permissions
That will delete the file and remove the run once registry entry. The warning message will never be seen.
Sorry that took so long for me to test, im really busy these days!
I found a much quicker and easier way to remove the warning i figured a run once key must be set as this warning only appears after first reboot.
Once you have used the HWID GEN to activate successfully an exe file is generated/placed in:
%WINDIR%\Temp folder called warnh.exe (this is the exe that displays the warning message, this exe is actually the warning message itself)
HWID GEN will also set a registry key in:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\0001 - Called "MyScript"
if you were to use silent activation method with switch and wanted to remove the warnings you would simple put these 2 lines in .bat or .cmd file after activation (WILL NEED TO BE RUN AS ADMIN):
Code:
The contents of this section are hidden
That will delete the file and remove the run once registry entry. The warning message will never be seen.
Sorry that took so long for me to test, im really busy these days!