7+ Taskbar Tweaker: experimental version with partial Windows 8.1 Preview support
Here is an experimental version of 7+ Taskbar Tweaker which mostly works on Windows 8.1 Preview:
Removed. 7+ Taskbar Tweaker now officially supports Windows 8.1.
Options that currently do not work:
- Thumbnails: Left click on the active thumbnail minimizes the window.
- Combining: Combine grouped buttons.
- Other: Don’t show jump list when dragging a taskbar item towards the desktop.
Technical information
So, why did the options above stop working? Not much was changed about the taskbar in Windows 8.1, after all.
Short answer
Because Microsoft uses better code optimization, it became more difficult to control the code functionality.
Long answer
The tweaker heavily uses a technique of replacing function pointers in the vtable (virtual function table) of the taskbar’s classes.
Until now, all virtual calls were made using late binding (i.e. the function pointer was read from the vtable before every function call is made), which allowed easy hooking of virtual functions by replacing the corresponding pointer in the vtable.
But in Windows 8.1 Preview, some of the virtual functions are called directly, making them unaffected by the vtable.
Possible solution
One possible solution is to use a different hooking method.
While replacing the function pointer in the vtable might have no effect, it’s still possible to read the original pointer, and use a Detours-style hook.
One possible issue that comes to mind is inlining. If the compiler is smart enough to get rid of the late binding in some situations, it might as well inline the function. I’m not sure whether it happens in practice. Let’s hope it doesn’t.
Anyway, I do not plan to fix that until a more stable version of Windows 8.1 is out, preferably RTM, because things might change in the final version.
Tags: 7+ taskbar tweaker
Thank-you!!!
Thanks a lot for your hard work.
Unfortunately volume control with media buttons (Cherry G85 Keyboard) is broken when 7+TT is running. Volume indicator is showing up on the top left but nothing happens. After disabling 7+TT everything is back to normal.
Windows 8.1 x64
Good catch!
Fixed in v4.2.6.3.
Working again. Awesome 🙂
Thanks, you’re the bestest!
Wow thanks. 457,233 downloads of 7+TTT when I last checked. 😀 If only MS gave more options.
Awesome job keeping on top of the Windows updates.
Microsoft really should have consulted you before making changes. 😉
When you change an item’s application id, is it possible to make these effects permanent so that when i close and reopen the application it’ll appear on the same application id i set it to rather than its original one? If not, could you make that possible?
Please see my reply here:
http://rammichael.com/7-taskbar-tweaker/comment-page-11#comment-2248
I think one more feature is gone.
Middle click on taskbar item and scroll down/up -> hide/show labels.
In Taskbar Inspector, can you please make Ctrl+C copy the AppID to the clipboard?
Done in v4.3.
Would be great have such option: open list preview when clicking on grouped item.
Hovering -> List?
This is good!
But if Hovering set to ‘tooltip’ or ‘nothing’ then grouped item would show thumnail preview on left click (or other selected option). List option would be great there!
I’m looking at win 7 basic theme and this is how its implemented there. Minimalistic and not annoying.
This is not doable with the tweaker, but you can achieve that with a registry tweak:
http://www.sevenforums.com/tutorials/75804-taskbar-list-thumbnail-previews-mode-change.html
Thank you so much for providing windows 8.1 support–now I can upgrade 😀
thanks man. it works on server 2012 R2 too!
Using it with no problems on Windows 8.1 RTM.
Thank you for this awesome software.
Is it possible to make this a portable install (like the standard non-experimental version)? Or if not, then will this be updated once you release an updated one with full support for 8.1 once its done?
Yes, just like the standard version.
See FAQ for details:
http://rammichael.com/7-taskbar-tweaker#faq
Yes, it will show a notification about an available update.
Great job with 7+
One feature I would very much like to see for Win 8.1 is the option to disable that useless start button that just takes up space on the taskbar – will this be possible to include – or is it already included?
Thanks
Currently there is no such option.
It was suggested in the tracker, please vote to express your opinion:
http://tweaker.userecho.com/topic/253984-please-provide-possibility-to-hide-start-button-in-windows-7/
There is a tool called Winaero StartIsGone that does this quite well.