mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Activate serial mouse for livecd
now it support both ps2 and serial mouse svn path=/trunk/; revision=15282
This commit is contained in:
parent
c1557a2be1
commit
dfc6fbe27e
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue