Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

How to Enable and Use Color Filters in Windows

Color filters are an accessibility feature in Windows that can help users with color blindness or other visual impairments. By adjusting the colors displayed on the screen, these filters make it easier to distinguish between different elements and improve overall usability. This article will guide you through the process of enabling and using color filters in Windows, highlighting their importance and providing practical examples.

Examples:

Enabling Color Filters via Settings

  1. Open Settings:

    • Press Win + I to open the Settings app.
  2. Navigate to Ease of Access:

    • Click on "Ease of Access" in the Settings menu.
  3. Select Color Filters:

    • In the left-hand menu, select "Color filters."
  4. Turn On Color Filters:

    • Toggle the switch under "Turn on color filters" to enable the feature.
  5. Choose a Filter:

    • Select the type of color filter that suits your needs from the options provided, such as "Grayscale," "Invert," "Grayscale inverted," "Deuteranopia," "Protanopia," or "Tritanopia."

Enabling Color Filters via Keyboard Shortcut

  1. Enable the Shortcut:

    • In the Color filters settings, check the box that says "Allow the shortcut key to toggle filter on or off."
  2. Use the Shortcut:

    • Press Win + Ctrl + C to quickly toggle color filters on or off.

Using PowerShell to Enable Color Filters

If you prefer using command-line tools, you can enable color filters via PowerShell:

  1. Open PowerShell as Administrator:

    • Press Win + X and select "Windows PowerShell (Admin)."
  2. Run the Command:

    • Execute the following command to enable color filters:
      Set-ItemProperty -Path "HKCU:\Software\Microsoft\ColorFiltering" -Name "Active" -Value 1
    • To specify a particular filter, use:
      Set-ItemProperty -Path "HKCU:\Software\Microsoft\ColorFiltering" -Name "FilterType" -Value <FilterValue>

      Replace <FilterValue> with the corresponding number for the filter type:

      • 0: Grayscale
      • 1: Inverted
      • 2: Grayscale Inverted
      • 3: Deuteranopia
      • 4: Protanopia
      • 5: Tritanopia

Example Script to Enable Grayscale Filter

# Open PowerShell as Administrator and run the following script
Set-ItemProperty -Path "HKCU:\Software\Microsoft\ColorFiltering" -Name "Active" -Value 1
Set-ItemProperty -Path "HKCU:\Software\Microsoft\ColorFiltering" -Name "FilterType" -Value 0

This script will enable the grayscale color filter on your Windows system.

By following these steps, you can easily enable and customize color filters in Windows, enhancing your visual experience and making your system more accessible.

To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.