iN2Fun Posted October 23, 2003 Posted October 23, 2003 is there anyway to put in your own logon screen. in the i386 or .cmd or somehow?
DPR Posted October 23, 2003 Posted October 23, 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"The better way would be to use a "REG_EXPAND_SZ" value and environment variables - i.e. path values like "%WINDIR%\Resources\LogonUI\custom.exe".
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now