mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[BOOTDATA]
- Swap two values so that they are listed in alphabetical order. - PaintDesktopVersion is a DWORD value, as such, use a correct initializer. svn path=/trunk/; revision=71487
This commit is contained in:
@@ -57,7 +57,7 @@ HKCU,"Control Panel\Desktop","CursorBlinkRate",2,"530"
|
||||
HKCU,"Control Panel\Desktop","DragFullWindows",2,"1"
|
||||
HKCU,"Control Panel\Desktop","DragHeight",0x00000000,"4"
|
||||
HKCU,"Control Panel\Desktop","DragWidth",0x00000000,"4"
|
||||
HKCU,"Control Panel\Desktop","PaintDesktopVersion",0x00010001,"0"
|
||||
HKCU,"Control Panel\Desktop","PaintDesktopVersion",0x00010001,0x0
|
||||
HKCU,"Control Panel\Desktop","HungAppTimeout",2,"5000"
|
||||
HKCU,"Control Panel\Desktop","ScreenSaveActive",2,"0"
|
||||
HKCU,"Control Panel\Desktop","ScreenSaverIsSecure",2,"1"
|
||||
|
||||
@@ -1386,13 +1386,13 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost","netsvcs",0x00010000
|
||||
; Win32 config
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows",,0x00000012
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows","AppInit_DLLs",0x00000000,""
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows","DesktopHeapLogging",0x00010001,0x1
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows","DeviceNotSelectedTimeout",0x00000000,"15"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows","GDIProcessHandleQuota",0x00010001,0x2710
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows","Spooler",0x00000000,"yes"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows","swapdisk",0x00000000,""
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows","TransmissionRetryTimeout",0x00000000,"90"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows","USERProcessHandleQuota",0x00010001,0x2710
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows","DesktopHeapLogging",0x00010001,0x1
|
||||
|
||||
;-------------------------------- STRINGS -------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user