Jump to content

Can't Get My boot and Logon screen to work with my unattended inst


Recommended Posts

Hi guys i encouter the following 2 problems after my unattended cd is done installing.

1. Windows still uses the default bootscreen instead of mine.

I put the the krnl file in the \$OEM$\$$\System32 dircetory

I made a BootLogo.cmd file with the following code

bootcfg /RAW /A /Kernel=OBDntoskrnl.exe /ID 1
bootcfg /Timeout 0

which i run form the cmdlines.txt.

When i look at the boot.ini it looks like it should

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /kernel=obdntoskrnl.exe

so i'm kinda lost here.

2. The register key for GinaDll doesn't get imported.

I put the .reg file in \$OEM$\$1\ and the dll file in \$OEM$\$$\System32

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"GinaDll"="OBDgina.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"=""
"AutoAdminLogon"="0"
"DefaultPassword"=""
"ForceAutLogon"="0"

Which i Import with cleanup.cmd

cmdow @ /HID
shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."
net user aspnet /delete

REG IMPORT "%systemdrive%\clean.reg"

DEL "%systemroot%\*.bmp"
DEL "%systemroot%\Web\Wallpaper\*.jpg"
DEL "%systemroot%\system32\dllcache\*.scr"
DEL ,etc

EXIT

I know he import the reg file because the register value's for DefaultUserName, AutoAdminLogon, etc get set to 0, "". Can't figure out where i went wrong here.

Hope this makes sense because my english is a bit screwed up. Any help is apreciated and thnx for reading this post.

Edit: Found the problem for the logon screen, the key for the ginaDll needed to be atop of the others entries.

Edited by Jubei
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...