Jump to content

Jubei

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by Jubei

  1. 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.

×
×
  • Create New...