Taskbar Hover Preview deaktivieren

...ist nicht möglich. Man kann den Timeout aber auf ~5 Min anheben. Einfach folgenden code in Powershell ausführen:

New-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ExtendedUIHoverTime" -PropertyType "DWord" -Force ; Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ExtendedUIHoverTime" -Value "0xffff"