mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- "FontSmoothing" system parameter registry key should be REG_SZ (as it is in Windows, and as other SPIs are).
svn path=/trunk/; revision=50619
This commit is contained in:
parent
67f749a33b
commit
eef9f90434
3 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ HKCU,"Control Panel\Desktop","ScreenSaverIsSecure",2,"1"
|
|||
HKCU,"Control Panel\Desktop","ScreenSaveTimeOut",0,"600"
|
||||
HKCU,"Control Panel\Desktop","WaitToKillAppTimeout",2,"20000"
|
||||
HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,""
|
||||
HKCU,"Control Panel\Desktop","FontSmoothing",2,"0"
|
||||
HKCU,"Control Panel\Desktop","FontSmoothing",0,"0"
|
||||
HKCU,"Control Panel\Desktop","FontSmoothingOrientation",0x00010003,0x00000001
|
||||
HKCU,"Control Panel\Desktop","FontSmoothingType",0x00010003,0x00000001
|
||||
HKCU,"Control Panel\Desktop","ForegroundFlashCount",0x00010003,0x00000003
|
||||
|
|
|
@ -28,7 +28,7 @@ HKCU,"Control Panel\Desktop","HungAppTimeout",0x00000002,"5000"
|
|||
HKCU,"Control Panel\Desktop","SCRNSAVE.EXE",0x00000000,""
|
||||
HKCU,"Control Panel\Desktop","WaitToKillAppTimeout",0x00000002,"20000"
|
||||
HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,""
|
||||
HKCU,"Control Panel\Desktop","FontSmoothing",2,"0"
|
||||
HKCU,"Control Panel\Desktop","FontSmoothing",0,"0"
|
||||
HKCU,"Control Panel\Desktop","SmoothScroll",3,00,00,00,00
|
||||
HKCU,"Control Panel\Desktop","UserPreferencesMask",3,10,00,00,80
|
||||
HKCU,"Control Panel\Desktop","LowPowerActive",,"0"
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue