7+ Taskbar Tweaker for Windows 10: beta version

About a week ago, Windows 10 became generally available for updating. Today, I’m happy to present the beta version of 7+ Taskbar Tweaker, which is compatible with Windows 10. All the existing options should work, except the following advanced options: list_reverse_order and tray_icons_padding. These two options cannot be tweaked in Windows 10 using the same tricks that the tweaker used in earlier Windows versions, so they don’t work in Windows 10. I might look at reimplementing them for Windows 10 in the future.

Please try the beta version, and if you encounter any issues, please let me know.

Posted in Software, Updates on August 7th, 2015. 81 Comments.

Virtuoz virtual desktop utility

I’m happy to present Virtuoz, the virtual desktop utility.

Virtuoz was designed to be a minimal and robust program that allows to have more than one desktop on Windows. It was inspired by Sysinternals Desktops, but uses a different approach, which doesn’t impose the limitations which Desktops is bound to.

Virtuoz is designed for Windows 7 and Windows 8. Note that Windows 10 is not supported (Windows 10 supports virtual desktops without extra software).

Download

zip Virtuoz.zip (349.31 kB)

Source code

https://github.com/m417z/Virtuoz

Posted in Releases, Software on June 28th, 2015. 63 Comments.

Unchecky has been acquired by Reason Software Company

I’m happy to announce that Unchecky has been acquired by Reason Software Company Inc., the company behind Should I remove it? and herdProtect, and has been integrated into the new Reason security product, Reason Core Security.

The Reason Company has a vision similar to Unchecky, which aims to protect users from potentially unwanted programs and offers. Reason Core Security is a comprehensive anti-malware security suite, designed to keep the users safe from malware, as well as to prevent accidental installations of unwanted programs.

For existing Unchecky users, nothing will change: if you don’t need the power of Reason Core Security, you can continue to use Unchecky, which is not abandoned – it will continue to be developed as a standalone program as well as a Reason Core Security component.

I would like to thank everybody who supported Unchecky during its development, and I’m sure that it will become a part of a great product, which will provide a comprehensive solution to the problem of malware and potentially unwanted programs.

Posted in Software, Updates on April 14th, 2015. 20 Comments.

QuickAddressCopy (an OllyDbg v1.10 plugin)

This tiny plugin allows you to copy the address of the selected item/command/byte with the Ctrl+X keyboard shortcut.

Note that the plugin works only for OllyDbg v1.10. For OllyDbg v2, you can achieve the same with:
Options -> Edit shortcuts… (“Copy address” in “Dump: Edit”)

zip quick_address_copy.zip (1.6 kB)

Posted in Releases, Software on March 17th, 2015. 3 Comments.

Portablizer (an OllyDbg plugin)

This plugin makes your copy of OllyDbg portable, which means that you can copy the OllyDbg folder to another location without having to fix ollydbg.ini manually.
OllyDbg v1.10 and OllyDbg v2 are supported.

OllyDbg v1.10

Usage:

  1. Copy portablizer.dll to the plugins folder.
  2. Apply the ollydbg-patch.exe patch on ollydbg.exe.
    The patch is needed because by default, OllyDbg loads the plugins at a later stage.
  3. Run OllyDbg from the correct folder, then close it.
  4. Make sure that the entries of ollydbg.ini contain relative paths (the [History] section).

Limitations:

  1. The plugin DLL file must be named portablizer.dll.
OllyDbg v2

Usage:

  1. Copy portablizer_odbg2.dll to the plugins folder.
  2. Run OllyDbg from the correct folder, then close it.
  3. Make sure that the entries of ollydbg.ini contain relative paths (the [History] section).
Download

zip portablizer.zip (63.35 kB)

Posted in Releases, Software on March 17th, 2015. 7 Comments.

7+ Taskbar Tweaking Library

7+ Taskbar Tweaking Library is a library for manipulating the taskbar of Windows 7 and above. It’s inspired by the 7+ Taskbar Tweaker program, and it allows you, as a programmer, to manipulate the Windows taskbar, which is virtually impossible to do with the documented Windows API.

You can take a quick look at the provided API here. For a more extensive look, refer to the examples which are provided together with the library.

In general, the library allows you to:

  • Get extensive information about the taskbar items and groups on all taskbars.
  • Reorder taskbar items, and reorder buttons within groups.
  • Set per-AppId settings.

For example, if you’d like to have the taskbar button of your program to never show labels, you can easily do it with the library:

Download

You can get 7+ Taskbar Tweaking Library here:

zip TTLib.zip (399.58 kB)

Please note that the library is free for non-commercial use only. If you’re interested in using the library for a commercial application, please contact me.

Command line tool

A command line tool based on the 7+ Taskbar Tweaking Library was created by the user Wasfi Jaouad. You can get it on GitHub:
https://github.com/WasfiJ/move_TaskBar_Buttons/releases

Example usage: mv_tb_btn.exe -g Notepad -f 5 -t 2
Moves button 5 to position 2 in button group named Notepad in the taskbar.

Please note that the tool wasn’t created and isn’t maintained by Ramen Software. I’m posting it here since it might be useful for users.

Posted in Programming on October 31st, 2014. 90 Comments.

7+ Taskbar Tweaker for Windows 10: early alpha version

Windows 10 Technical Preview was recently released by Microsoft, and as you might have noticed, 7+ Taskbar Tweaker doesn’t run on it. A while ago I wrote a blog post, which answers some of the questions about 7+ Taskbar Tweaker and Windows 10.

I’m happy to announce that the very first alpha version of 7+ Taskbar Tweaker for Windows 10 (Technical Preview) is ready for some testing. Those of you who have donated for the porting effort can get the alpha version here (link removed).

Please note that this version is not complete. While several options work well, others don’t work as expected, and some don’t work at all. Most of these issues are known, and will be fixed in future alpha versions.

Alpha version changelog

  • v4.5.9.2 (November 7): fixed many bugs.
  • v4.5.9.3 (November 14): fixed several bugs, and included 7+ Taskbar Tweaker beta changes (including the “disable_taskbar_transparency” advanced option).
  • v4.5.9.4 (November 28): added support for Windows 10 Build 9879 (and dropped support for previous Windows 10 builds).
  • v4.5.9.5 (February 21): updated for build 9926.
  • v4.5.9.6 (February 21): bugfixes.
  • v4.5.9.7 (March 27): updated for build 10041.
  • v4.5.9.8 (March 28): bugfixes.
  • v4.5.9.9 (May 8): updated for build 10074.
  • v4.5.9.10 (May 15): Korean translation.
  • v4.5.9.11 (July 31): updated for the RTM build, 10240. Fixed several incompatibilities with Windows 10.
  • v4.5.9.12 (August 5): many many fixes for Windows 10.

Update (August 7, 2015): The first public beta version is available! More details here.

Posted in Software, Updates on October 24th, 2014. 133 Comments.

Unchecky v0.3

Introducing Unchecky v0.3!

The new version of Unchecky provides you with more visual feedback:

  • A tray icon is visible as long as the Unchecky service is running.
  • When an offer is rejected, a notification message is shown (see screenshot below).

unchecky_0.3_notification_icon

Also, Unchecky v0.3 has an activity log, which was the most requested feature on UserEcho. You can see which installers were handled by Unchecky, how many offers were rejected, and how many warnings were displayed:

unchecky_0.3_activity_log

As you can see from the above screenshot, there are also social network buttons, which allow you to tell your friends and family about Unchecky. Please use them! We have great plans about Unchecky, and we need your help to spread the word.

Posted in Software, Updates on October 7th, 2014. 12 Comments.

7+ Taskbar Tweaker and Windows 10

Windows 10 Technical Preview was just released by Microsoft several days ago, and I’ve already received many questions about 7+ Taskbar Tweaker support for it. I’d like to answer some of those.

Q: I tried to run 7+ Taskbar Tweaker on Windows 10 Preview and I get a messagebox that says it’s only for win7/8. Do you reckon it would work if you disable the windows check inside 7+ TT?

A: No, that won’t work. What you’ll get instead is a different error message box, or, if you’re less lucky, an explorer crash.

Q: If 7+ Taskbar Tweaker works fine on Win 8.1, I guess it’s a small adjustment to make it work in Win 10, isn’t it?

A: That’s kind of correct, depending on what you’re considering as a “small adjustment”. But that’s not something that can be done in a couple of minutes. Or hours. While that’s obviously less work than writing 7+ Taskbar Tweaker from scratch, it requires careful tuning for the memory layout of the new explorer, and the fact that it looks/behaves just like explorer from Windows 8.1 doesn’t help here.

Q: Can donations, as in the case Windows 8.1, accelerate the situation?

A: Yes, it will help. You can donate here.
Include the w10p (Windows 10 Porting) word in the donation comments to specify that your donation is targeted for the porting.

Below is a progress bar of the donations, with the goal set as the estimated time the porting is going to take, with an average wage.

$1173 out of $1000

As with the Windows 8.1 Update 1 porting progress, all donors will get access to early alpha versions during the porting process.
Also, the top three donors will get mentioned in the changelog.

Thanks in advance for your help! If things go well, I’ll try to allocate time for it next week.

Update (October 24, 2014): The first alpha version is available! More details here.

Update (August 7, 2015): The first public beta version is available! More details here.

Posted in Software, Updates on October 4th, 2014. 124 Comments.

7+ Taskbar Tweaker is five years old today!

Exactly five years ago, 7 Taskbar Tweaker v1.0 was released (changelog).
Here’s how it looked:

And here’s where it all started.

Happy birthday!

Posted in Software, Updates on September 30th, 2014. 18 Comments.