Comment désactiver Taskbar Thumbnail preview in Windows 8 ?
Comment désactiver Taskbar Thumbnail preview in Windows 8 ?
When I hover my souris cursor over a running application's bouton dans le taskbar, small windows appear showing the contents du open programme. Comment puis-je désactiver that? I find it quite annoying.
Re: Comment désactiver Taskbar Thumbnail preview in Windows 8 ?
On Windows 8.1 vous pouvez get rid of it avec these paramètres:
```
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
"NumThumbnails"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExtendedUIHoverTime"=dword:41fffffe
```
Import them and redémarrer Explorer. See [here](http://answers.microsoft.com/en-us/windows/forum/windows_8-desktop/how-do-i-disable-the-taskbar-thumbnail-previews-in/c1f3262c-5fc9-4ced-a483-b50959a83a0f).
```
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
"NumThumbnails"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExtendedUIHoverTime"=dword:41fffffe
```
Import them and redémarrer Explorer. See [here](http://answers.microsoft.com/en-us/windows/forum/windows_8-desktop/how-do-i-disable-the-taskbar-thumbnail-previews-in/c1f3262c-5fc9-4ced-a483-b50959a83a0f).