Disable previw of window content #4234
Replies: 5 comments 1 reply
-
Open up the System control panel and go to the tab advanced tab. Under Performance, click on settings button. On tab named Visual Effects, disable Enable Peek. Click OK button. |
Beta Was this translation helpful? Give feedback.
-
This is already disabled, but it only affects the Windows 11 taskbar. It looks like this application is using the windows 10 dlls. I guess this has to be disabled in the registry. I tried this as well: IF(!(Get-ItemProperty -Path HKCU:\Software\Microsoft\Windows\DWM -Name EnableAeroPeek -ErrorAction 0)){
New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\DWM -Name EnableAeroPeek -PropertyType DWORD -Value 0
}
Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\DWM -Name EnableAeroPeek -Value 0 |
Beta Was this translation helpful? Give feedback.
-
I would file an issue then that shows the following:
|
Beta Was this translation helpful? Give feedback.
-
In my case Windows 10 (Explorerpatcher) taskbar is affected by all ancient window preview and taskbar text bubble bugs. It's not as terrible as vanilla windows taskbar, but still annoying. So I'm joining to the request to force disable both windows preview and especially text bubbles in Explorerpatcher code. |
Beta Was this translation helpful? Give feedback.
-
try the windhawk mod mentioned here: #3018 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have my taskbar at the left sie and when I hover over the entries in the taskbar, it shows a popup which contains a screenshot of the application. I want to disable this, because it is overlaying content in the applications.
Beta Was this translation helpful? Give feedback.
All reactions