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.
- Registry Path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced - Value Name:
ListviewAlphaSelect - Value Type:
REG_DWORD(32-bit Value) - Value Data:
1= Enabled (Displays the translucent/alpha-blended selection rectangle)0= Disabled (Displays the classic wireframe selection rectangle)
Step-by-Step Configuration Guide
Press Win + R, type
regedit, and press Enter to open the Registry Editor.Navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedIn the right pane, locate the
ListviewAlphaSelectDWORD. If it does not exist, right-click an empty area, select New > DWORD (32-bit) Value, and name itListviewAlphaSelect.Double-click
ListviewAlphaSelectto open its properties.Set the Value data field:
- Enter
1to enable the translucent rectangle. - Enter
0to disable the translucent rectangle.
- Enter
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.