##
# 1 - Notes
##
Do you have the WAT update installed, KB971033? If yes you may have got flagged as non-genuine, in order to become genuine again just do the following.
* Launch the loader application and select to uninstall
* Restart the PC
* Install the loader and restart the PC
* Visit the following website to revalidate Windows: http://www.microsoft.com/genuine/
Is Windows failing to boot after you installed the loader? Just do the following.
* Boot up the PC from your Windows installation disk
* Select the "Repair your computer" option
* Select "Command Prompt"
* Input "bootsect.exe /nt60 SYS /force" (without quotes)
* Restart the PC
##
# 2 - Changes
##
Version 1.8.4
* Added a new GRLDR version (Calculates the EBDA end 256 bytes lower)
* Added the ability to give the SLIC a custom position (Useful if SLIC emulation fails under the default options)
* Added Olidata SLIC, certificate and serial
Version 1.8.3
* Added a new GRLDR version (Fixes EBDA length calculation)
Version 1.8.2
* Reverted the loaders memory scanning back to low memory first and then EBDA
* Fixed x64 partition checks
* Other minor tweaks and fixes
## # 3 - Virus scan results / checksums
##
VirSCAN.org Scanned Report:
Scanned time : 2010/06/19 22:57:31 (BST)
Scanner results: Scanners did not find malware!
File Name : Windows Loader.exe
File Size : 3013056 byte
File Type : PE32 executable for MS Windows (GUI) Intel 80386 32-bit
MD5 : be3804732d7ff22c0f601e7e5199957e
SHA1 : f2dccd7a58277d1e754de93cd1130b64cce0c35f
Online report : http://virscan.org/report/bc0a14a295c2ba...71e97.html
==
* If you don't set the certificate it will default to your BIOS's model
* If you don't set the SLIC it will default to your BIOS's model
* If you don't set the key it will default to your BIOS's model and the correct one for the OS (Ultimate, Professional, Starter or Home Premium)
* You can use these arguments via SetupComplete.cmd to pre-activate Windows 7/Vista/Server 2008
==
@ECHO OFF
%~dp0"Windows Loader.exe" /silent /preactivate
cd %~dp0
attrib -R -A -S -H *.*
SHUTDOWN /R /T 5
RMDIR /S /Q "%WINDIR%\Setup\Scripts"
exit
##
# 5 - Extra
##
If a certificate or SLIC is released and I have not put out a new version of my application
simply create two folders, one called "Certificates" and another called "SLICs".
In each folder put the files you want to add support for, just be sure you label the files
like this:
When using external files all preset internals will be ignored, this is a cleaner approach
for users who want to build their own list without my presets getting in the way.