Moon_Star Posted March 19, 2007 Posted March 19, 2007 (edited) hi thereI was searching for an easy way to slipstream boot and log-on screensbut all what I found wasn't that simpleso 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 thisso 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. Edited March 19, 2007 by Moon_Star
rajesh.kumar Posted March 19, 2007 Posted March 19, 2007 install vista transformation pack6 and copy the kernel file and logonui file to $oem$\$$\system32 folder and use it.
Moon_Star Posted March 19, 2007 Author Posted March 19, 2007 install vista transformation pack6 and copy the kernel file and logonui file to $oem$\$$\system32 folder and use it.sure this is gonna work?no need to modify the boot.ini file?
Moon_Star Posted March 21, 2007 Author Posted March 21, 2007 IS THIS POSSIBLE THAT NONE CAN HELP MAKING THE ADDON?ANY WAY I'VE FOUND AN ADDON IN A FORUM I'LL ASK THEM FOR HELP HOW TO MAKE THISTHANKS PPL.
rajesh.kumar Posted March 21, 2007 Posted March 21, 2007 (edited) 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=%%Aif %NUMBER_OF_PROCESSORS%==2 goto DUALREM ----For Single procbootcfg /RAW "/Kernel=krnlVis.exe /SOS" /A /ID 1goto End:DUALREM ----For Multiprocess/Hyperthread procbootcfg /copy /D "Load with default multiprocessor/HT kernel" /ID 1bootcfg /RAW "/Kernel=MPntoskr.exe /SOS" /A /ID 1:Endbootcfg /Timeout 15krnlvis.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.CMDfor logonui, use this reg :[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"UIHost"="%Windir%\\system32\\vistaui.exe" Edited March 21, 2007 by rajesh.kumar
Moon_Star Posted March 29, 2007 Author Posted March 29, 2007 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=%%Aif %NUMBER_OF_PROCESSORS%==2 goto DUALREM ----For Single procbootcfg /RAW "/Kernel=krnlVis.exe /SOS" /A /ID 1goto End:DUALREM ----For Multiprocess/Hyperthread procbootcfg /copy /D "Load with default multiprocessor/HT kernel" /ID 1bootcfg /RAW "/Kernel=MPntoskr.exe /SOS" /A /ID 1:Endbootcfg /Timeout 15krnlvis.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.CMDfor logonui, use this reg :[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"UIHost"="%Windir%\\system32\\vistaui.exe"rajesh.kumarthank you thank you thank youI'll try it !!!see ya
madaya Posted April 29, 2007 Posted April 29, 2007 Thank u Rajesh kumar, explain this topic in some more details pl.
rajesh.kumar Posted April 30, 2007 Posted April 30, 2007 (edited) i assumed that u already have working bootscreens and i just showed how to use them during boot.to make custom bootscreen, u can see this forum : http://www.msfn.org/board/index.php?showto...st&p=640085 Edited April 30, 2007 by rajesh.kumar
madaya Posted May 12, 2007 Posted May 12, 2007 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=%%Aif %NUMBER_OF_PROCESSORS%==2 goto DUALREM ----For Single procbootcfg /RAW "/Kernel=krnlVis.exe /SOS" /A /ID 1goto End:DUALREM ----For Multiprocess/Hyperthread procbootcfg /copy /D "Load with default multiprocessor/HT kernel" /ID 1bootcfg /RAW "/Kernel=MPntoskr.exe /SOS" /A /ID 1:Endbootcfg /Timeout 15krnlvis.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.CMDfor 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now