Change Translucent Selection Rectangle via Registry

This guide explains how to configure the translucent selection rectangle on the Windows desktop using the Windows Registry Editor. By modifying a specific DWORD value, you can toggle between the modern semi-transparent blue bounding box and the classic transparent outline when dragging the mouse to select multiple files or icons.

The Specific Registry Setting

The translucent selection rectangle is controlled by the ListviewAlphaSelect value within the Windows Current User hive.


Step-by-Step Configuration Guide

  1. Press Win + R, type regedit, and press Enter to open the Registry Editor.

  2. Navigate to the following path:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. In the right pane, locate the ListviewAlphaSelect DWORD. If it does not exist, right-click an empty area, select New > DWORD (32-bit) Value, and name it ListviewAlphaSelect.

  4. Double-click ListviewAlphaSelect to open its properties.

  5. Set the Value data field:

    • Enter 1 to enable the translucent rectangle.
    • Enter 0 to disable the translucent rectangle.
  6. Click OK to save the changes.


Applying the Changes

Registry changes to the Explorer shell do not immediately take effect until the Windows Explorer process restarts.

To apply the changes: 1. Press Ctrl + Shift + Esc to open the Task Manager. 2. Locate Windows Explorer in the Processes tab. 3. Right-click Windows Explorer and select Restart.

Alternatively, you can sign out of your Windows account and sign back in to see the updated desktop selection behavior.