[ros-kernel] How to boot to the console?

Casper Hornstrup chorns at users.sourceforge.net
Fri Apr 9 11:04:51 CEST 2004


 

> -----Original Message-----
> From: ros-kernel-bounces at reactos.com 
> [mailto:ros-kernel-bounces at reactos.com] On Behalf Of Markus Niemistö
> Sent: 9. april 2004 09:30
> To: ros-kernel at reactos.com
> Subject: [ros-kernel] How to boot to the console?
> 
> Hi list,
> 
> I'd like to make ReactOS to boot to the console rather than 
> GUI. How this can be achieved? There is some value in the 
> registry I have to change, isn't there?
> 
> Thanks,
> 	Markus

In bootdata/hivesft.inf, change:
;HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\system32\cmd.exe"
HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"
To:
HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\system32\cmd.exe"
;HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"

Run 'mingw32-make bootcd' or 'mingw32-make registry' again.

Casper




More information about the Ros-kernel mailing list