Taskbar thumbnail wont turn off

Page 1 of 2 12 LastLast

  1. Posts : 10
    Windows 7 Ultimate x64
       #1

    Taskbar thumbnail wont turn off


    Ive tried everthing. Enabled the setting in gpedit.msc. Turned off the preview in taskbar properties. I still get those thumbnail previews.

    Any idea how to fix this?

    Im on build 7100.
      My Computer


  2. Posts : 72,049
    64-bit Windows 11 Pro for Workstations
       #2

    Hello Blindkilla, and welcome to Seven Forums.

    Sorry, but the ability to turn off the taskbar thumbnails has been disabled in Windows 7.

    Shawn
      My Computer


  3. Posts : 10
    Windows 7 Ultimate x64
    Thread Starter
       #3

    Brink said:
    Hello Blindkilla, and welcome to Seven Forums.

    Sorry, but the ability to turn off the taskbar thumbnails has been disabled in Windows 7.

    Shawn
    Ah that sucks, i wonder why they did that , these previews are very annoying.
      My Computer


  4. Posts : 72,049
    64-bit Windows 11 Pro for Workstations
       #4

    Not sure why. The only workaround I have found so far would be to use the Windows Classic theme instead, but that is not a very acceptable option.
      My Computer


  5. Posts : 10
    Windows 7 Ultimate x64
    Thread Starter
       #5

    Brink said:
    Not sure why. The only workaround I have found so far would be to use the Windows Classic theme instead, but that is not a very acceptable option.
    Yeah, that or windows 7 basic theme, but there are some graphical issues when using that one for me since i use chrome.
      My Computer


  6. cko
    Posts : 4
    Windows 7
       #6

    ok guys.. i was really upset when i saw that they did remove the abillity to disable that preview thumbnails (its vista only in gpedit.msc now). so i was going to code something with window hooks or timer based code to hide that previews. i do usually click really fast around and they are always over a window i do need and so its really annoying for me.

    of course i know that you can set the

    HKEY_CURRENT_USER\Control Panel\Mouse\MouseHoverTime

    to make em faster and i did because it does also speedup the startmenu. but this makes it even worser and setting this higher makes the startmenu slow.

    because i wanted to hide the windows in the beginning, i found out that i can temporary disable em with FindWindowEx and classnames TaskListThumbnailWnd and TaskListOverlayWnd. but when i sent WM_CLOSE to the window - it disapeared but gave me a flicker in some appliations when hovering the taskbar (outlook or ultraedit for example)

    then i thought about to do a memorypatch with WriteMemory or a hook and for that reason i had some look into explorer.exe and i found some interesting reg values:

    ThumbnailLivePreviewHoverTime
    DisablePreviewWindow
    ExtendedUIHoverTime

    so i did try some stuff and the first both values dont do anything or i did do a mistake. BUT the ExtendedUIHoverTime saved my life!! this value does modify the hovertime of the previews itself and not the overall windows mouse hover time!!! so if you set that value very high, the taskbar preview do only appear after a looooooong time and in my case never show up as i dont hover that long on the taskbar.

    here is the full setting:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
    ExtendedUIHoverTime DWORD 20000 (dec)

    this is what im using and it does work perfect. it does not disable the previews but delay em long enough!! of course you need to logoff/logon or kill and restart explorer.exe to get it work.

    enjoy!
    c.kolbicz
      My Computer


  7. cko
    Posts : 4
    Windows 7
       #7

    ok i got more information about the other reg values and wanted to share em here

    DisablePreviewWindow DWORD 1 or 0

    normally if you hoover a taskbar preview thumbnail window the other windows are getting transparent and only the big version of the thumbnail is shown on the desktop. set this to 1 to disable this feature.

    ThumbnailLivePreviewHoverTime DWORD 0-?

    this is the timeout to make other windows transparent when a tasbar preview thumbnail is hovered. you can make it really fast by setting to 0 :-P

    enjoy!
    c.kolbicz
      My Computer


  8. Posts : 18
    7
       #8

    cko said:
    ok i got more information about the other reg values and wanted to share em here

    DisablePreviewWindow DWORD 1 or 0

    normally if you hoover a taskbar preview thumbnail window the other windows are getting transparent and only the big version of the thumbnail is shown on the desktop. set this to 1 to disable this feature.

    ThumbnailLivePreviewHoverTime DWORD 0-?

    this is the timeout to make other windows transparent when a tasbar preview thumbnail is hovered. you can make it really fast by setting to 0 :-P

    enjoy!
    c.kolbicz
    What is the full path for these?
      My Computer


  9. cko
    Posts : 4
    Windows 7
       #9

    ah sorry.. its the same one

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
      My Computer


  10. Posts : 18
    7
       #10

    i dont have these entrys by default, should i create them?
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:36.
Find Us