Looking for information on the items in HKEY_CURRENT_USER\Control Panel\Desktop for Vista

S

Stewart Berman

Is there a description of all of the items that are in HKEY_CURRENT_USER\Control Panel\Desktop for
Vista?

I have code that manipulates these but Vista adds some additional parameters. Is there a complete
definition available somewhere?
 
P

PaulM

This is what I have under my regkey.

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ActiveWndTrackTimeout"=dword:00000000
"BlockSendInputResets"="0"
"CaretWidth"=dword:00000001
"ClickLockTime"=dword:000004b0
"CoolSwitchColumns"="7"
"CoolSwitchRows"="3"
"CursorBlinkRate"="530"
"DragFullWindows"="1"
"DragHeight"="4"
"DragWidth"="4"
"FocusBorderHeight"=dword:00000001
"FocusBorderWidth"=dword:00000001
"FontSmoothing"="2"
"FontSmoothingGamma"=dword:00000000
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000002
"ForegroundFlashCount"=dword:00000003
"ForegroundLockTimeout"=dword:00000000
"LeftOverlapChars"="3"
"MenuShowDelay"="1"
"PaintDesktopVersion"=dword:00000000
"RightOverlapChars"="3"
"TileWallpaper"="0"
"WallpaperOriginX"=dword:00000000
"WallpaperOriginY"=dword:00000000
"WallpaperStyle"="2"
"WheelScrollChars"="6"
"WheelScrollLines"="3"
"ScreenSaveActive"="1"
"ScreenSaverIsSecure"="0"
"ScreenSaveTimeOut"="1800"
"SCRNSAVE.EXE"="C:\\Windows\\system32\\ssText3d.scr"
"WallPaper"="F:\\Windows\\Web\\Wallpaper\\img22.jpg"
"UserPreferencesMask"=hex:98,12,07,80,10,00,00,00
"Pattern Upgrade"="TRUE"
"HungAppTimeout"="5000"

[HKEY_CURRENT_USER\Control Panel\Desktop\LanguageConfiguration]
 
S

Stewart Berman

Thanks but I am looking for the description of what they do -- although most are obvious -- and for
the ones that have a defined set of values their enums.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top