How to Enable or Disable Flash Screen during Audio Notifications in Windows 11

This tutorial will show you how to turn on or off visual alerts for sounds on your Windows 11 computer. This feature is called Sound Sentry.

If you have trouble hearing audio alerts, Windows can flash your screen instead. You can choose to flash just the title bar, the active window, or your entire screen when a notification arrives.

Reference:

Make Windows easier to hear – Microsoft Support

Learn about Windows accessibility features that can help make your PC easier to use.

Option One

Turn On or Off Flash Screen in Settings

  1. Open Settings by pressing Win+I.
  2. Click on Accessibility on the left side.
  3. Click on AudioHearing on the right side.
  4. Find the Flash my screen during audio notifications dropdown menu.
  5. Choose one of these options:
    • Never (default)
    • Flash the title bar of the active window
    • Flash the active window
    • Flash the entire screen
  6. You can now close Settings.

Option TwoĀ Open Audio settings

Turn On or Off Flash Screen in Control Panel

  1. Open Control Panel and click on the Ease of Access Center icon.
  2. Click on Use text or visual alternatives for sounds.
  3. Follow the steps below for what you want to do.

Turn On Visual Notifications for Sounds

  1. Check the box next to Turn on visual notifications for sounds (Sound Sentry).
  2. Select what you want under Choose visual warning:
    • None
    • Flash active caption bar
    • Flash active window
    • Flash desktop
  3. Click OK.

Turn Off Visual Notifications for Sounds

This is the default setting.

  1. Uncheck the box next to Turn on visual notifications for sounds (Sound Sentry).
  2. Click OK.
  3. You can now close Control Panel.

Option Three

Turn On or Off Flash Screen Using Registry

āš ļø Admin Required: You need administrator privileges to edit the registry.

Never Flash My Screen (Default)

This is the default setting.

reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v Flags /t REG_SZ /d 2 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v WindowsEffect /t REG_SZ /d 0 /f

Flash the Title Bar of the Active Window

reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v Flags /t REG_SZ /d 3 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v WindowsEffect /t REG_SZ /d 1 /f

Flash the Active Window

reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v Flags /t REG_SZ /d 3 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v WindowsEffect /t REG_SZ /d 2 /f

Flash the Entire Screen

reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v Flags /t REG_SZ /d 3 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v WindowsEffect /t REG_SZ /d 3 /f

Summary

Windows 11 lets you turn sound notifications into visual flashes. You can choose to flash just the title bar, the active window, or your whole screen. You can make these changes three ways: through Settings, through Control Panel, or by editing the registry. The Settings method is easiest for most users. If you use the registry method, remember that you need administrator privileges.

Categories:

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *