Hello,
The behavior you're describing, taskbar thumbnail previews appearing even with “Never combine” enabled, is hardcoded into Windows 11’s shell experience and cannot be disabled via standard UI settings. Microsoft removed the legacy registry flags that previously allowed suppression of hover previews in Windows 10. In Windows 11, the thumbnail previews are tied to the Taskband.dll behavior and are triggered by mouse hover events over grouped or ungrouped taskbar buttons.
There is no supported registry key to disable these previews entirely. However, you can delay their appearance by modifying the hover timeout. This doesn’t eliminate the previews but makes them less intrusive. Open Registry Editor and navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced Create a new DWORD value named ExtendedUIHoverTime and set it to a high value in milliseconds (e.g., 5000 for 5 seconds). This delays the preview popup after hover. You must log off or restart Explorer for the change to take effect.
Be aware that this tweak is undocumented and not guaranteed to persist across feature updates. Microsoft does not officially support disabling taskbar previews, and modifying shell behavior beyond this point would require unsupported patching of system DLLs, which violates the Windows Code of Conduct and breaks update integrity.
As for the inability to move the taskbar to the top, that restriction is by design in Windows 11. Microsoft removed the top-edge docking logic from the shell and has not reintroduced it despite user feedback. If this layout is critical to your workflow, the only supported workaround is to use third-party tools like StartAllBack or ExplorerPatcher, which re-enable legacy taskbar behavior. These tools are not endorsed by Microsoft but are widely used in enterprise environments where UI consistency is required.
In short: you cannot disable previews entirely, but you can delay them using ExtendedUIHoverTime. If the layout continues to interfere with your work, consider using a third-party shell extension to restore Windows 10 behavior.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
Domic Vo.