Recommended Posts

Any word from anyone on whether StyleXP from TGTSoft has an update that works with SP2 Final? I just downloaded their update for 2.11 that claims to work with SP2, but it doesn't work with the final. All I get is a pop-up box that says what versions of SP2 it works with vs. what version I'm using.

I wrote to them and haven't heard back from them yet. Does anyone have any information about this?

Note: Do NOT tell me to just patch uxtheme.dll for free. That is NOT what this thread is about! If you're just going to rag on StyleXP or troll this thread, DON'T REPLY AT ALL!

Thank you. :)

Link to comment
https://www.neowin.net/forum/topic/200431-stylexp-211-and-xp-sp2-rtm/
Share on other sites

Yeah it should work...I have 2.11 as well and it even sayz on the website :

"Please download only what you need (2.0 supports Win XP SP2)"

I agree that it should work, but it doesn't hence this thread.

As I said in my original post, I downloaded and installed the latest 2.11 update from their website which didn't work.

SP2 Visual Style Fix

http://vortex2050.dyndns.org:8080/reposito...ndows%20XP/SP2/

Replace your current uxtheme.dll with:

6.0.2900.2180_EN.rar 07-Aug-2004 09:32 97K

Use: http://www3.telus.net/_/replacer/ to patch/replace it.

You can now use all your favorite Visual Styles/Theme.

StyleXP still appears to be incompatible with this Final build of XP despite this fix. I expect a new version soon....

They'll have a new release for it shortly after the public release, or just before. Patience.

This is just before. I have plenty of patience, but I was looking for feedback from other people either having the same problem or possibly hearing back from TGT with a fix/patch.

Replace your current uxtheme.dll with:

6.0.2900.2180_EN.rar 07-Aug-2004 09:32 97K

Did you not read my original post, specifically the part in big bold letters? The part that says do NOT tell me to just patch uxtheme.dll? Did you miss that part?

Why even waste money on that garbage software. You would think if you pay for it they would give you professional looking themes. UXTHEME 4EVER!

For the sake of Pete, people!! Doesn't anyone READ POSTS anymore?

It states clearly in BIG BOLD LETTERS in my first post: If you're just going to rag on StyleXP or troll this thread, DON'T REPLY AT ALL!

So far the ONLY person who's been any help at all is pauluk83 and that's because he at least confirmed the problem!

GYAH!

For the sake of Pete, people!! Doesn't anyone READ POSTS anymore?

It states clearly in BIG BOLD LETTERS in my first post: If you're just going to rag on StyleXP or troll this thread, DON'T REPLY AT ALL!

So far the ONLY person who's been any help at all is pauluk83 and that's because he at least confirmed the problem!

GYAH!

Sorry WishX... but I do have some news in regards to THIS topic.

A friend of mine e-mailed TGT a couple days ago in regards installation on SP2. TGT software told him that there will be no update until SP2 is released in its final form (hence when Microsoft releases it to the public). Once it has been released (probably Monday), then TGT will release a new version to work with SP2 (by the end of next week or after).

Hope this helps.

A friend of mine e-mailed TGT a couple days ago in regards installation on SP2. TGT software told him that there will be no update until SP2 is released in its final form (hence when Microsoft releases it to the public). Once it has been released (probably Monday), then TGT will release a new version to work with SP2 (by the end of next week or after).

Yes, see, that does help! You've taken the time to read my post and answer my question clearly and concisely. You even referenced it with what I assume to be factual information from TGTSoft. That's exactly what I was looking for. Thank you for your time and for actually reading my post in it's entirety.

Yes, see, that does help! You've taken the time to read my post and answer my question clearly and concisely. You even referenced it with what I assume to be factual information from TGTSoft. That's exactly what I was looking for. Thank you for your time and for actually reading my post in it's entirety.

No problemo. :)

<<removed>>

You registered just to post that :unsure: WELCOME TO NEOWIN :D hope you will be nicer in the future

u deserve a slap round the face have you used Style XP 2.11 it has alot of other fuctions than just the visual styles. Do a little research before posting aloada rubbish about uxtheme having the same functionality as StyleXP, when the first post specifically says not to post about telling him to use uxtheme.dll. OK?

Thanks!

Edited by bangbang023
<<removed>>

wow what a way to start off in neowin...really now, how stupid are you?

HE WORKS FOR NEOWIN! HE IS A NEW CONTRIBUTOR

my god people, all the new users seriously do not know how to read, or post in the right sections....

welcome to neowin, i hope your second post wont be so arrogant

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

    • No registered users viewing this page.
  • Posts

    • I literally tried to install it on my PC today and it crashed upon every start up. I tried all the tricks, terminate and remove cache, uninstall, reinstall, reboot, install via winget.. in the end I had my call with Brad Wardell on Google Meet. Oh I also tried Teams on the web, and got no video or audio (yes I allowed mic and camera).
    • 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.
  • 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
      520
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      96
    5. 5
      ATLien_0
      84
  • Tell a friend

    Love Neowin? Tell a friend!