From 3efc298356cf6cd71880a28b951c5a1cbb1b22cd Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Sat, 22 Nov 2003 01:49:08 +0000 Subject: [PATCH] Added CursorBlinkRate setting, defaults to 530, the default for Windows XP svn path=/trunk/; revision=6746 --- reactos/bootdata/hivesft.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/bootdata/hivesft.inf b/reactos/bootdata/hivesft.inf index 89ae2ad658e..cbfd709e417 100644 --- a/reactos/bootdata/hivesft.inf +++ b/reactos/bootdata/hivesft.inf @@ -7,6 +7,8 @@ HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\WinLogon","Shell",0x00020000,"% ;HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\WinLogon","Shell",0x00020000,"%SystemRoot%\bin\explorer.exe" HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\WinLogon","StartServices",0x00010001,0x00000001 +HKCU, "Control Panel\Desktop", "CursorBlinkRate",0x00000000,"530" + ; Common shell folder settings HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Desktop",0x00020000,"%SystemRoot%\Desktop" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common AppData",0x00020000,"%SystemDrive%\Documents and Settings\All Users\Application Data"