Geckotek Posted October 31, 2003 Posted October 31, 2003 Ok, so LOGONUI.EXE controls the logon screen. It is in the SYSTEM32 folder. I've tried just putting my new one in the $$/SYSTEM32 folder, but it is protected by WFP. I guess this means I have to pull the DVD out at some point, but I hate that solution.Any other fancy ideas? I know we have ways of hacking the uxtheme.dll to match the crc value, but that's just one file and there are tons of alternate logonui.exe files. (Guess I could just pick one and figure out how to hack it.......hmmmm.)
XtremeMaC Posted October 31, 2003 Posted October 31, 2003 you can disable the WFP temporarly !! instead of pulling the DVD and add a batch after your logon gets copied to reactivate the WFP or not active it at all...
Geckotek Posted October 31, 2003 Posted October 31, 2003 you can disable the WFP temporarly !! instead of pulling the DVD and add a batch after your logon gets copied to reactivate the WFP or not active it at all...Ok, think I got it figured out.....I replaced the sfc.dl_ w/ the hacked version.I also changed the following registry key:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"SFCDisable"=dword:00000002As I understand it, this will disable it at the next boot (when it usually replaces the file) and automatically enable it on the following boot (did this cuz I don't want other ppl screwing w/ system files later.)Does this mean if the CD is put in at a later date, WFP will replace that file??
XtremeMaC Posted October 31, 2003 Posted October 31, 2003 first you need to get the patched sfc_os.dll I patched mine but dunno if its working the last setup I tried had so many errors so I quit installinghttp://www.MSFN.org/board/index.php?showto...\.dll&st=0I see your post over there:)direct link to webmedic's sfc_os.dll http://www.webmedic.net/SFC_OS.DL_and then follow thishttp://www.winguides.com/registry/display.php?id=790it also tells you how to patch it if you feel like hex editing:)
Geckotek Posted October 31, 2003 Posted October 31, 2003 Thx, I'll let you know how it turns out. In the middle of an install now....not sure that I'll burn another ISO and run another install tonight or not....already 1:30am.
Alanoll Posted October 31, 2003 Posted October 31, 2003 Simply modify the "UIHost" value in the registry under "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon".sample reg-file:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"UIHost"="C:\Windows\Resources\LogonUI\custom.exe"
DPR Posted October 31, 2003 Posted October 31, 2003 You'll find a lot of information regarding themes, logon screens, ... here: http://www.themexp.org@Alanoll: please quote correctly
Alanoll Posted October 31, 2003 Posted October 31, 2003 my bad, i was in a rush...the post is fixed and quoted.thnx DPR for pointing that out, not lookin to take credit from anyone.anyway finished the script and posting here....help from unforgiven1 on the for commandFOR /F "tokens=3 delims= " %%A IN ('REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS') DO SET NUMBER_OF_PROCESSORS=%%Abootcfg /copy /D "Windows XP Professional" /ID 1if %NUMBER_OF_PROCESSORS%==2 goto DUALREM ----For Single procbootcfg /RAW "/Kernel=OEMKrnl.exe" /A /ID 2goto End:DUALREM ----For Multiprocess/Hyperthread procbootcfg /RAW "/Kernel=dualKrnl.exe" /A /ID 2:Endbootcfg /Timeout 2bootcfg /Default /ID 2put it in its seperate batch file, as anything after it won't be run. Call it from wherever, but jsut its own batch, or at the VERY end of one of your last onesi put it in cmdlines.txt at the end of my user creation but whatever is good.I make a copy of the initial boot line so incase it doens't work i still have the original to boot from without editing files anymore.Enjoy
Geckotek Posted October 31, 2003 Posted October 31, 2003 Simply modify the "UIHost" value in the registry under "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon".sample reg-file:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"UIHost"="C:\Windows\Resources\LogonUI\custom.exe" Perfect! Thanks!Yeah, very familiar w/ ThemeXP.org, but couldn't find that information....way too much to look through.
DPR Posted October 31, 2003 Posted October 31, 2003 thnx DPR for pointing that out, not lookin to take credit fromNever mind ! Yeah, very familiar w/ ThemeXP.org, but couldn't find that information....way too much to look through.The UIHost value isn't mentioned on "themexp.org". But you'll find a lot of helpful links and a forum on this page.
Geckotek Posted November 1, 2003 Posted November 1, 2003 Simply modify the "UIHost" value in the registry under "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon".sample reg-file:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"UIHost"="C:\Windows\Resources\LogonUI\custom.exe" For the life of me I can't get this to work as a reg file. Is it because I need to double the '\'?IE:Windows Registry Editor Version 5.00 ;This will set the LogonUI to an alternate[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"UIHost"="C:\\Windows\\Resources\\LogonUI\\logonui.exe"
DPR Posted November 1, 2003 Posted November 1, 2003 For the life of me I can't get this to work as a reg file. Is it because I need to double the '\'?Yes it's a typo - I simply was too lazy to export the reg key. We need of course "\\" instead of the single backslash ...BTW: I recommend using a REG_EXPAND_SZ and path variables instead of absolute paths.
Geckotek Posted November 2, 2003 Posted November 2, 2003 For the life of me I can't get this to work as a reg file. Is it because I need to double the '\'?Yes it's a typo - I simply was too lazy to export the reg key. We need of course "\\" instead of the single backslash ...BTW: I recommend using a REG_EXPAND_SZ and path variables instead of absolute paths. I don't understand the REG_EXPAND_SZ thing.I guess by path variable you mean:"UIHost"="%systemdrive%\\Resources\\LogonUI\\custom.exe"
Geckotek Posted November 2, 2003 Posted November 2, 2003 Bored, you should add this to the gide on the first page. "How to customize the Logon screen"
b0r3d Posted November 2, 2003 Author Posted November 2, 2003 I just did a big update with the msgina.dll.Ill give the logon a fiddle in the next few days, and put that on there too.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now