I have a question. Is it possible to use WindowsAPICodePack or some other way to remove/hide taskbar preview. Or is it impossible.
I tried this:
// Disables the taskbar thumbnail preview
TaskbarManager.Instance.TabbedThumbnail.SetThumbnailClip((new WindowInteropHelper(this)).Handle, new System.Drawing.Rectangle(0,0,0,0));
but it unfortunately hides only thumbnaiL see picture. But how can I achieve a complete removal / hiding of the taskbar preview.
Thanks a lot.