Author: hbelusca
Date: Sun Oct 14 13:53:59 2012
New Revision: 57562

URL: http://svn.reactos.org/svn/reactos?rev=57562&view=rev
Log:
- Use only the cmd.exe as a shell.
- Deactivate compilation of the (optional) applications and of 
explorer(_new).exe

Modified:
    branches/ros-csrss/base/CMakeLists.txt
    branches/ros-csrss/base/shell/CMakeLists.txt
    branches/ros-csrss/boot/bootdata/hivedef_amd64.inf
    branches/ros-csrss/boot/bootdata/hivedef_arm.inf
    branches/ros-csrss/boot/bootdata/hivedef_i386.inf
    branches/ros-csrss/boot/bootdata/hivesft_amd64.inf
    branches/ros-csrss/boot/bootdata/hivesft_arm.inf
    branches/ros-csrss/boot/bootdata/hivesft_i386.inf

Modified: branches/ros-csrss/base/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-csrss/base/CMakeLists.txt?rev=57562&r1=57561&r2=57562&view=diff
==============================================================================
--- branches/ros-csrss/base/CMakeLists.txt [iso-8859-1] (original)
+++ branches/ros-csrss/base/CMakeLists.txt [iso-8859-1] Sun Oct 14 13:53:59 2012
@@ -1,5 +1,5 @@
 
-add_subdirectory(applications)
+#add_subdirectory(applications)
 add_subdirectory(services)
 add_subdirectory(setup)
 add_subdirectory(shell)

Modified: branches/ros-csrss/base/shell/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-csrss/base/shell/CMakeLists.txt?rev=57562&r1=57561&r2=57562&view=diff
==============================================================================
--- branches/ros-csrss/base/shell/CMakeLists.txt [iso-8859-1] (original)
+++ branches/ros-csrss/base/shell/CMakeLists.txt [iso-8859-1] Sun Oct 14 
13:53:59 2012
@@ -1,7 +1,7 @@
 
 add_subdirectory(cmd)
-if(NOT MSVC)
-add_subdirectory(explorer)
-endif()
-add_subdirectory(explorer-new)
+#if(NOT MSVC)
+#add_subdirectory(explorer)
+#endif()
+#add_subdirectory(explorer-new)
 

Modified: branches/ros-csrss/boot/bootdata/hivedef_amd64.inf
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-csrss/boot/bootdata/hivedef_amd64.inf?rev=57562&r1=57561&r2=57562&view=diff
==============================================================================
--- branches/ros-csrss/boot/bootdata/hivedef_amd64.inf [iso-8859-1] (original)
+++ branches/ros-csrss/boot/bootdata/hivedef_amd64.inf [iso-8859-1] Sun Oct 14 
13:53:59 2012
@@ -1649,7 +1649,7 @@
 
 ; default shell
 HKCU,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon",,0x00000012
-HKCU,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"
+HKCU,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\system32\cmd.exe"
 
 HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies",,0x00000012
 HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run",,0x00000012

Modified: branches/ros-csrss/boot/bootdata/hivedef_arm.inf
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-csrss/boot/bootdata/hivedef_arm.inf?rev=57562&r1=57561&r2=57562&view=diff
==============================================================================
--- branches/ros-csrss/boot/bootdata/hivedef_arm.inf [iso-8859-1] (original)
+++ branches/ros-csrss/boot/bootdata/hivedef_arm.inf [iso-8859-1] Sun Oct 14 
13:53:59 2012
@@ -1453,7 +1453,7 @@
 
 ; default shell
 HKCU,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon",,0x00000012
-HKCU,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"
+HKCU,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\system32\cmd.exe"
 
 HKCU,"SOFTWARE\Microsoft\Windows NT",,0x00000012
 HKCU,"SOFTWARE\Microsoft\Windows NT\CurrentVersion",,0x00000012

Modified: branches/ros-csrss/boot/bootdata/hivedef_i386.inf
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-csrss/boot/bootdata/hivedef_i386.inf?rev=57562&r1=57561&r2=57562&view=diff
==============================================================================
--- branches/ros-csrss/boot/bootdata/hivedef_i386.inf [iso-8859-1] (original)
+++ branches/ros-csrss/boot/bootdata/hivedef_i386.inf [iso-8859-1] Sun Oct 14 
13:53:59 2012
@@ -1649,7 +1649,7 @@
 
 ; default shell
 HKCU,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon",,0x00000012
-HKCU,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"
+HKCU,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\system32\cmd.exe"
 
 HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies",,0x00000012
 HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run",,0x00000012

Modified: branches/ros-csrss/boot/bootdata/hivesft_amd64.inf
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-csrss/boot/bootdata/hivesft_amd64.inf?rev=57562&r1=57561&r2=57562&view=diff
==============================================================================
--- branches/ros-csrss/boot/bootdata/hivesft_amd64.inf [iso-8859-1] (original)
+++ branches/ros-csrss/boot/bootdata/hivesft_amd64.inf [iso-8859-1] Sun Oct 14 
13:53:59 2012
@@ -1023,7 +1023,7 @@
 
HKLM,"SOFTWARE\ReactOS\ReactOS\CurrentVersion\IFS","FATX",0x00000000,"ufatx.dll"
 
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","ConsoleShell",0x00020000,"%SystemRoot%\system32\cmd.exe"
-HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"
+HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\system32\cmd.exe"
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","StartServices",0x00010001,0x00000001
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","StartLsass",0x00010001,0x00000001
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Userinit",0x00020000,"%SystemRoot%\system32\userinit.exe"

Modified: branches/ros-csrss/boot/bootdata/hivesft_arm.inf
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-csrss/boot/bootdata/hivesft_arm.inf?rev=57562&r1=57561&r2=57562&view=diff
==============================================================================
--- branches/ros-csrss/boot/bootdata/hivesft_arm.inf [iso-8859-1] (original)
+++ branches/ros-csrss/boot/bootdata/hivesft_arm.inf [iso-8859-1] Sun Oct 14 
13:53:59 2012
@@ -948,7 +948,7 @@
 
HKLM,"SOFTWARE\ReactOS\ReactOS\CurrentVersion\IFS","FATX",0x00000000,"ufatx.dll"
 
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","ConsoleShell",0x00020000,"%SystemRoot%\system32\cmd.exe"
-HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"
+HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\system32\cmd.exe"
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","StartServices",0x00010001,0x00000001
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","StartLsass",0x00010001,0x00000001
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Userinit",0x00020000,"%SystemRoot%\system32\userinit.exe"

Modified: branches/ros-csrss/boot/bootdata/hivesft_i386.inf
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-csrss/boot/bootdata/hivesft_i386.inf?rev=57562&r1=57561&r2=57562&view=diff
==============================================================================
--- branches/ros-csrss/boot/bootdata/hivesft_i386.inf [iso-8859-1] (original)
+++ branches/ros-csrss/boot/bootdata/hivesft_i386.inf [iso-8859-1] Sun Oct 14 
13:53:59 2012
@@ -1059,7 +1059,7 @@
 
HKLM,"SOFTWARE\ReactOS\ReactOS\CurrentVersion\IFS","FATX",0x00000000,"ufatx.dll"
 
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","ConsoleShell",0x00020000,"%SystemRoot%\system32\cmd.exe"
-HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"
+HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\system32\cmd.exe"
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","StartServices",0x00010001,0x00000001
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","StartLsass",0x00010001,0x00000001
 HKLM,"SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon","Userinit",0x00020000,"%SystemRoot%\system32\userinit.exe"


Reply via email to