...snip...
Method 1:
...snip...
Method 2:
If the above method doesn’t help, you may try the below steps:
You can disable the taskbar thumbnail feature (sort of) in Windows 7 using a registry edit. This can be done by setting the taskbar thumbnail preview hover delay to a large value (say 10000 milliseconds or more), so that the preview is not immediately generated
when you hover over a taskbar icon.
- Click Start, type regedit.exe and press ENTER
- Navigate to the following location:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
- Create a new DWORD (32-bit) value named ExtendedUIHoverTime
- Double-click ExtendedUIHoverTime and click Decimal
- To increase the hover delay to 5 seconds, type 5000 . Type 10000 for 10 seconds and so forth…
- Exit the Registry Editor.
- Restart your computer.
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added
protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up registry, refer the link below:
Backup the registryhttp://windows.microsoft.com/en-US/windows-vista/Back-up-the-registry
Hope this helps!
Gokul – Microsoft Support
I made a discovery that may save readers a ton of trouble.
Suppose you save the registry settings above to a file (call it: 'set taskbar pop-up hover time to 10 seconds.reg') that contains the following contents:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExtendedUIHoverTime"=dword:00002710
so that you can run it in the event that you reinstall Windows. What can go wrong? Well, nothing if you run 'set taskbar pop-up hover time to 10 seconds.reg' from the Windows Run line -- it will create the registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced'
as expected. But if you run it from a file-system utility (like WindowsCommander) that Windows
thinks is a 32-bit application, then the registry key created is 'HKEY_LOCAL_MACHINE\SOFTWARE*Wow6432Node*\Microsoft\Windows\CurrentVersion\explorer\Advanced', and it will
not work.
Bottom line: If you think you've set 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced' to the key:value pair you want, but it doesn't seem to work, check here: 'HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\explorer\Advanced'.