mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Changed default shell to cmd.exe
svn path=/trunk/; revision=4373
This commit is contained in:
parent
82d063e87d
commit
11dbd69c7c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue