LiveCD change: don't directly name the shell executable in SYSTEM\Setup key, but run setup.exe, which then loads syssetup.dll, which then runs the selected shell.

This is the first step to do custom operations when running the livecd.

svn path=/trunk/; revision=23016
This commit is contained in:
Hervé Poussineau
2006-07-12 11:30:17 +00:00
parent 7a738ccc46
commit 604e593d4d
4 changed files with 124 additions and 4 deletions
+1 -4
View File
@@ -17,10 +17,7 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Cdrom","Start",0x00010001,0x00000000
HKLM,"SYSTEM\CurrentControlSet\Services\Ntfs","Start",0x00010001,0x00000004
; Shell
HKLM,"SYSTEM\Setup","CmdLine",0x00020000,"%SystemRoot%\explorer.exe"
; Serial mouse driver
HKLM,"SYSTEM\CurrentControlSet\Services\Sermouse","Start",0x00010001,0x00000001
HKLM,"SYSTEM\Setup","CmdLine",0x00020000,"setup -mini"
; User Profile List
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList",,0x00000012