mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Changed default shell to cmd.exe
svn path=/trunk/; revision=4373
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: winlogon.c,v 1.15 2003/02/02 22:38:54 gvg Exp $
|
||||
/* $Id: winlogon.c,v 1.16 2003/03/20 19:21:01 rcampbell Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
@@ -243,7 +243,7 @@ static PCHAR GetShell(PCHAR CommandLine)
|
||||
if (! GotCommandLine)
|
||||
{
|
||||
GetSystemDirectory(CommandLine, MAX_PATH - 10);
|
||||
strcat(CommandLine, "\\shell.exe");
|
||||
strcat(CommandLine, "\\cmd.exe");
|
||||
}
|
||||
|
||||
return CommandLine;
|
||||
|
||||
Reference in New Issue
Block a user