Jump to content

bootlogo.cmd


Recommended Posts

hi, I have 2 modified files :

logonui.exe

ntoskrnl.exe

When I copy them in my c:\windows\system32 , windows ask to me to overwrite the existing files.. well, I accept; but some seconds later, the modified files are replaced by the old one... any clue?

here's my bootlogo.cmd file :

REM bootcfg /RAW /A /Kernel=ntoskrnl.exe /ID 1

REM bootcfg /Timeout 0

Link to comment
Share on other sites


try renaming your files.

since you're using the /kernel switch in boot.ini, you can name the kernel anything, and WFP won't have a problem.

the logon screen, you can change with a registry tweak.

you can name the logonui.exe anything.

but the key is

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
UIHost="C:\Windows\Resourcs\LogonUI\logon.exe

Link to comment
Share on other sites

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
UIHost="C:\Windows\Resourcs\LogonUI\logon.exe

can you use variables like %windir% in that key? or it needs to be in hex mode? how it look like on hex?:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]UIHost="%WINDIR%\System32\oemlogo.exe"
Link to comment
Share on other sites

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"UIHost"=hex(2):25,00,57,00,49,00,4e,00,44,00,49,00,52,00,25,00,5c,00,73,00,79,\

  00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6f,00,65,00,6d,00,6c,00,6f,00,\

  67,00,6f,00,2e,00,65,00,78,00,65,00,00,00

reaname your custom "logonui.exe" to "oemlogo.exe" and place it in your system32 folder

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...