Author: dchapyshev Date: Sun Apr 27 15:42:01 2008 New Revision: 33172
URL: http://svn.reactos.org/svn/reactos?rev=33172&view=rev Log: - Add kbswitch to autorun
Modified: trunk/reactos/boot/bootdata/hivesft.inf
Modified: trunk/reactos/boot/bootdata/hivesft.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft.inf?r... ============================================================================== --- trunk/reactos/boot/bootdata/hivesft.inf [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/hivesft.inf [iso-8859-1] Sun Apr 27 15:42:01 2008 @@ -804,4 +804,7 @@ ; Where to download the Mozilla ActiveX control HKLM,"SOFTWARE\ReactOS\shdocvw","MozillaUrl",0x00000000,"http://links.reactos.org/mozactivex"
+; Keyboard layout switcher +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","kbswitch",0x00000000,"kbswitch.exe" + ; EOF