Disable Multi-Monitor Taskbar Previews with Regedit
This guide explains how to disable taskbar thumbnail live previews across primary and secondary monitors in Windows by editing the Windows Registry. Modifying these registry keys delays or disables the hover popups entirely, preventing disruptive live window previews across all connected displays.
Step 1: Open the Registry Editor
- Press Windows Key + R to open the Run dialog box.
- Type
regeditand press Enter (or click OK). - If prompted by User Account Control (UAC), click Yes.
Step 2: Navigate to the Explorer Advanced Key
In the Registry Editor address bar, paste the following path and press Enter:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Step 3: Modify Hover Time Values
To prevent thumbnail previews from appearing on any monitor, increase the delay time so they do not trigger automatically on hover:
- Right-click an empty area in the right pane, select New, and click DWORD (32-bit) Value.
- Name the new value
ExtendedUIHoverTime. - Double-click
ExtendedUIHoverTime, select the Decimal base option, and set the Value data to30000(this sets a 30-second delay before a thumbnail can appear). Click OK. - Right-click an empty area again, select New, and click DWORD (32-bit) Value.
- Name this value
ThumbnailLivePreviewHoverTime. - Double-click
ThumbnailLivePreviewHoverTime, select Decimal, and set the Value data to30000to stop the full-screen live peek preview. Click OK.
Step 4: Disable Aero Peek (Optional)
To completely turn off the live desktop preview feature across all displays:
- In the same
Advancedkey, look for the value namedDisablePreviewDesktop. If it does not exist, right-click, select New > DWORD (32-bit) Value, and name itDisablePreviewDesktop. - Double-click
DisablePreviewDesktopand set the Value data to1. - Click OK.
Step 5: Restart Windows Explorer
- Press Ctrl + Shift + Esc to open the Task Manager.
- Locate Windows Explorer in the Processes tab.
- Right-click Windows Explorer and select Restart.
The taskbar thumbnail popups and live window previews will now be disabled across all connected monitors.