Jump to content

Boot + Log-on Screen Addons


Recommended Posts

:blink:

hi there

I was searching for an easy way to slipstream boot and log-on screens

but all what I found wasn't that simple

so I've Contacted RyanVM and asked him if he can add this to the RyanVM integrator (witch I like so much, great program)

but he told that it would be easer if anyone can make an addon for this

so let's see who can help with this.

the question now is:

how can we make the boot and log-on screen addons.

waiting for experts.

:rolleyes:

Edited by Moon_Star
Link to comment
Share on other sites


FOR /F "tokens=3 delims= " %%A IN (\'REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS\') DO SET NUMBER_OF_PROCESSORS=%%A
if %NUMBER_OF_PROCESSORS%==2 goto DUAL
REM ----For Single proc
bootcfg /RAW "/Kernel=krnlVis.exe /SOS" /A /ID 1
goto End
:DUAL
REM ----For Multiprocess/Hyperthread proc
bootcfg /copy /D "Load with default multiprocessor/HT kernel" /ID 1
bootcfg /RAW "/Kernel=MPntoskr.exe /SOS" /A /ID 1
:End
bootcfg /Timeout 15

krnlvis.exe is the vista style single processor kernel and mpntoskr.exe is the multiprocessor kernel. u have to extract them from 2 different computers(one single proc, one multi proc) coz both kernels would be in the same name(ntoskrnl.exe).

store the above code in bootlogo.cmd and add this line to winnt.sif

[GUIRunOnce]

BOOTLOGO.CMD

for logonui, use this reg :

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"UIHost"="%Windir%\\system32\\vistaui.exe"

Edited by rajesh.kumar
Link to comment
Share on other sites

FOR /F "tokens=3 delims= " %%A IN (\'REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS\') DO SET NUMBER_OF_PROCESSORS=%%A
if %NUMBER_OF_PROCESSORS%==2 goto DUAL
REM ----For Single proc
bootcfg /RAW "/Kernel=krnlVis.exe /SOS" /A /ID 1
goto End
:DUAL
REM ----For Multiprocess/Hyperthread proc
bootcfg /copy /D "Load with default multiprocessor/HT kernel" /ID 1
bootcfg /RAW "/Kernel=MPntoskr.exe /SOS" /A /ID 1
:End
bootcfg /Timeout 15

krnlvis.exe is the vista style single processor kernel and mpntoskr.exe is the multiprocessor kernel. u have to extract them from 2 different computers(one single proc, one multi proc) coz both kernels would be in the same name(ntoskrnl.exe).

store the above code in bootlogo.cmd and add this line to winnt.sif

[GUIRunOnce]

BOOTLOGO.CMD

for logonui, use this reg :

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"UIHost"="%Windir%\\system32\\vistaui.exe"

rajesh.kumar

thank you thank you thank you

I'll try it !!!

see ya

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
FOR /F "tokens=3 delims= " %%A IN (\'REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS\') DO SET NUMBER_OF_PROCESSORS=%%A
if %NUMBER_OF_PROCESSORS%==2 goto DUAL
REM ----For Single proc
bootcfg /RAW "/Kernel=krnlVis.exe /SOS" /A /ID 1
goto End
:DUAL
REM ----For Multiprocess/Hyperthread proc
bootcfg /copy /D "Load with default multiprocessor/HT kernel" /ID 1
bootcfg /RAW "/Kernel=MPntoskr.exe /SOS" /A /ID 1
:End
bootcfg /Timeout 15

krnlvis.exe is the vista style single processor kernel and mpntoskr.exe is the multiprocessor kernel. u have to extract them from 2 different computers(one single proc, one multi proc) coz both kernels would be in the same name(ntoskrnl.exe).

store the above code in bootlogo.cmd and add this line to winnt.sif

[GUIRunOnce]

BOOTLOGO.CMD

for logonui, use this reg :

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"UIHost"="%Windir%\\system32\\vistaui.exe"

I didn't find the files krnlVis.exe and MPntoskr.exe in non of the systems, where it is available. And I also tried the above method using oemkenl.exe and dualkenl.exe found in some systems and the same also not working.

Required help pl.

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