Recommended Posts

WindowBlinds 6 is awesome! Definitely worth buying if you're on Vista.

Molten is cool, and the animation is definitely neat, but it's not really a skin I would use on a regular basis... A bit too flashy and complicated for me :p

Oh, does someone want to make a variant of Diamond with the regular Vista start orb?

just a quick question ... will it work on my pc and my notebook at the same time (1 license?) or is it the same sh*t as with windows vista? :p

just a quick question ... will it work on my pc and my notebook at the same time (1 license?) or is it the same sh*t as with windows vista? :p

It will. The license permits installing WB on the machines you own.

The activation process shouldn't nail you unless you have like 50 PCs at home activating at the same time. :p

You can download the free version if you dont want to pay for it, plus uxtheme skins cannot change the start menu so radically as what WindowBlinds does, you have to see Molten in action to believe it. This kind of comment is brought in everytime there is a WindowBlinds thread :(

It only lasts for a month..

I just downloaded it, Themes take ages to load, There aren't any good ones and it causes last.fm and msgplus to crash. Uninstalled.

Edited by .Dazzy
Seems like another resource hog app to me. To me, default vista with Aero enabled is just fine.

Have you actually tried it? No, I thought not. Give it a whirl - try the free trial version - and you might change your mind :)

This update is excellent and is being well received by those of us that use Stardock products. It appears from this forum and others around the net that many others are trying out the product for the first time and enjoying it. :)

themes take ages to load? my sytem changes skins in about 3 seconds, maybe less. it doesn't take long at all. and as for the other guy saying it looks like a resource hog but yet he hasn't tried it..........grow up. why must people who have yet to try the app say such ridiculous things about it?

What I have noticed, whether it's a bug or something which couldn't be resolved by Stardock programmers I don't know, is that the blur does not work when it is over the top of another maximised window. See below:

It's normal behavior on Windows XP. It is something that might be addressed in the future.

Seems like another resource hog app to me. To me, default vista with Aero enabled is just fine.

What resources did it actually "hog"?

It only lasts for a month..

I just downloaded it, Themes take ages to load, There aren't any good ones and it causes last.fm and msgplus to crash. Uninstalled.

A month. That's pretty good for a trial version. Some vendors only give you 15 days.

Themes sometimes take about 10 seconds to load. I'm told patience is a virtue :D

There are some people reporting msgplus problems and others who say it's fine. Have a look at the news item you will see that Frogboy is getting the developers to look at this immediately to resolve the issue, if there is in fact an issue. You can't get any better service than that. That says a lot about how much he cares :)

Oh, does someone want to make a variant of Diamond with the regular Vista start orb?

Try the AeroglassV5 theme (written for WB 5 but works well in WB6) for such a theme. (I recommend increasing the font size slightly, by moving the font size slider by half a notch - then the fonts will be the same size as in Vista)

It's normal behavior on Windows XP. It is something that might be addressed in the future.

Fair enough - it's a minor issue but would certainly be nice if it was possible to solve it one day.

Try the AeroglassV5 theme (written for WB 5 but works well in WB6) for such a theme. (I recommend increasing the font size slightly, by moving the font size slider by half a notch - then the fonts will be the same size as in Vista)

Unfortunately, AeroglassV5 doesn't have the curved taskbar ends. That's what I like about Diamond.

I just bought WB 5.51 a few days ago. Do I have to uninstall WB 5.51 first, then install WB 6.0 or can I just upgrade on top of my existing installation?

You should be able to just install over 5.5. I would always recommend installing with Stardock Central so you will always have the latest updates.

:)

It only lasts for a month..

I just downloaded it, Themes take ages to load, There aren't any good ones and it causes last.fm and msgplus to crash. Uninstalled.

There aren't any good ones? EVERY Windowblind and msstyle theme is at your disposal.

I just downloaded it, Themes take ages to load, There aren't any good ones and it causes last.fm and msgplus to crash. Uninstalled.

Themes load in about 5 seconds for me.. There are lots of good skins if you look, and you can also use SkinStudio to convert regular msstyles to use as well. I haven't had any problems with Last.fm, either. :|

last.fm has no problems here, there is an issue with msgplus, but it certainly doesnt crash, it just doesnt load, and that is being looked into by Stardock and the creators of msgplus

FWIW I installed WB6 over the top of 5.51 and it worked fine for me :)

same here no problems (though i used stardock central to upgrade)

what's the deal with msgplus?? it's working fine on my system! (Windows Live Messenger 8.1.0178.00 and Messenger Plus! Live 4.23.0276)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
    • Let Apple have its way, as customers will eschew Apple in favor of more open solutions--which is what they should be doing anyway!... I'm not a fan of Apple at all, but when the lawyers in the EUC start dictating to companies how their software should be made, I think the companies should just drop the EU altogether as a market. EUC lawyers make a mint every time they levy a fine on a successful American software company. What a racket. The EU consumer should be the final word on what products he buys and which ones he doesn't, but the EUC seeks to put itself into the position of the EU customer, and make those decisions for him, under the guise of "helping him." Q. What do you do when the person at your door says, "Hi! I'm from the government, and I'm here to help you make intelligent buying decisions!" A. Grab your possessions and run for the hills...
    • Just another show from my childhood ruined by wokeness 'politically correct' BS. They should let some things just die out gracefully.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      94
    5. 5
      ATLien_0
      81
  • Tell a friend

    Love Neowin? Tell a friend!