From dfc6fbe27e1d063884fdc2eb5469fdec4e8d8d73 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 14 May 2005 18:04:53 +0000 Subject: [PATCH] Activate serial mouse for livecd now it support both ps2 and serial mouse svn path=/trunk/; revision=15282 --- reactos/bootdata/livecd.inf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/bootdata/livecd.inf b/reactos/bootdata/livecd.inf index 5170b0a22a6..767582a9aae 100644 --- a/reactos/bootdata/livecd.inf +++ b/reactos/bootdata/livecd.inf @@ -19,6 +19,9 @@ 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 + ; User Profile List HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList",,0x00000012 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList","ProfilesDirectory",0x00020000,"%SystemDrive%\Profiles"