shotgn22,
Thanks for that code i am going to make good use of it.
I am having an issue though.
I am attempting to do the following.
1. copy a new msgina.dll to c:\msgina.dll (modified to my taste)
2. I then ran the following script in WINPE as i want the new msgina.dll to load as soon as the imaged PC boots up and gets to configuring computer etc.
Code:
Reg load HKLM\TempHive c:\windows\system32\config\software
Reg Add "HKLM\TempHive\Microsoft\Windows NT\CurrentVersion\Winlogon " /v GinaDLL /t REG_EXPAND_SZ /d "c:\msgina.dll" /f
Reg unload HKLM\TempHive
The weard part is that the value exists in the registry but the "new" msgina.dll does not work even after sebsequential reboots.
If i import the following key into the registry however it works
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"GinaDLL"="C:\\msgina.dll"
This is weard as it's in the registry.
Anyone have the same problem?
How are you guys doing it in WinPE?
Thanks for the help in advanced.