It would be nice if someone could test this out in wmware (or something like that), and give me some feedback.. The program renames winlogon.exe to winlogon.bak, then renames minlogon.exe to winlogon.exe .. Then it deletes the winlogon values, and inserts winlogon.reg into the registry.. After it's completed, it will restart the machine.. Atleast, this is how it's supposed to work, but my coding skills are a bit rusty..
Anyways, here's the instructions:
Before making an nlite image, create a new folder called $OEM in your project folder (same folder as i386). In $OEM$, you'll have to create another folder called $$, and then another one called system32. Copy " fetlyd.exe ", " minlogon.exe " and " minlogon.reg " into this folder. Then, create a new text file in $OEM , and name it cmdlines.txt. It shall contain the following lines:
Code:
[COMMANDS]
"REGEDIT /S fetlyd.reg"
Then, you'll have to create the file fetlyd.reg ..
It should only contain the following lines:
Code:
Windows Registry Editor Version 5.00
[Software\Microsoft\Windows\CurrentVersion\RunOnce]
"Fetlyd"=fetlyd.exe
cmdlines.txt Fetlyd.exe and fetlyd.reg are inside the zip-file attached.. Only thing you need to do, is copy "minlogon.reg" and minlogon.exe inside the system32 folder as described earlier in this post..
* Fingers crossed! *
Btw, don't blame me if it doesn't work, or if it *****s up your os..