Edit from the registry


  1. Posts : 24
    W10
       #1

    Edit from the registry


    hello I need to know if anyone knows where the registry keys of these windows appearance options would be shown in the following image Edit from the registry-sin-titulo.png.

    Also on the other hand I would need to know if there is a key of color saturation and the values of windows rgb colors.

    I would appreciate your help thank you very much
      My Computer


  2. Posts : 42,986
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Hi, (second part) perhaps you mean these?
    HKEY_Current_User>Control Panel>Colors

    See this tool which makes this easier:
    S.M.A.C.C - Superfly's Mouse Assisted Color Chooser

    In general, if you want to discover a registry key, use Regshot (free).
    - capture the registry, make a change, capture the registry, compare, get a short categorised list of changes.
      My Computers


  3. Posts : 873
    Windows 11 x64 23H2 (22631.3527)
       #3

    Hi @ppdemo

    Here are the registry settings that I use to customize the Visual Effect Options.

    Edit from the registry-custom-visual-effect-options-set-default.png


    Use the "DefaultValue" dword to enable or disable an option.

    Code:
    Windows Registry Editor Version 5.00
    
    
    ;System Properties Performance Options Visual Effects
    ;0 = Let Windows choose what's best for my computer
    ;1 = Adjust for best appearance
    ;2 = Adjust for best performance
    ;3 = Custom
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
    "VisualFXSetting"=dword:00000000
    
    
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
    
    ;Animate Controls and Elements inside Windows. Off
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ControlAnimations]
    "CheckedValue"=dword:00000001
    "DefaultValue"=dword:00000000
    "UncheckedValue"=dword:00000000
    
    ;Animate Windows When Minimising and Maximising
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]
    "CheckedValue"=dword:00000001
    "DefaultValue"=dword:00000000
    "UncheckedValue"=dword:00000000
    
    ;Slide Open Combo Boxes
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]
    "CheckedValue"=dword:00000001
    "DefaultValue"=dword:00000000
    "UncheckedValue"=dword:00000000
    
    ;Shadow Under Mouse Pointer
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow]
    "CheckedValue"=dword:00000001
    "DefaultValue"=dword:00000000
    "UncheckedValue"=dword:00000000
    
    ;Show Windows Content While Dragging
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]
    "CheckedValue"=dword:00000001
    "DefaultValue"=dword:00000001
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow]
    "CheckedValue"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMAeroPeekEnabled]
    "CheckedValue"=dword:00000001
    "DefaultValue"=dword:00000001
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMSaveThumbnailEnabled]
    "CheckedValue"=dword:00000001
    "DefaultValue"=dword:00000001
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]
    "CheckedValue"=dword:00000001
    "DefaultByFontTest"=dword:00000000
    "DefaultValue"=dword:00000001
    "NoApplyDefault"=""
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]
    "CheckedValue"=dword:00000001
    "DefaultValue"=dword:00000001
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect]
    "CheckedValue"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000001
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow]
    "CheckedValue"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000001
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]
    "CheckedValue"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]
    "CheckedValue"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]
    "CheckedValue"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ThumbnailsOrIcon]
    "CheckedValue"=dword:00000001
    "DefaultValue"=dword:00000001
    "UncheckedValue"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation]
    "CheckedValue"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000
    "UncheckedValue"=dword:00000000
      My Computer


  4. Posts : 24
    W10
    Thread Starter
       #4

    Thank you all guys, for your help I thank you a lot, God bless you.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:39.
Find Us




Windows 10 Forums