Recommended Posts

Hi,

According to the quote below, there is no other way than the "uxtheme hack" to install third-party (non-microsoft) visual styles. It clearly states, "By default, uxtheme.dll is locked, so third party (i.e. non-Microsoft) visual styles cannot be used. Fortunately, it is easy to unlock uxtheme.dll to allow the use of non-Microsoft visual styles."

The two questions that I require answers for are:

1. First, is there a possibility of a third party signed windows visual style to be directly accepted by windows without the hack in both Vista and XP?

2. How do we digitally crypto sign a custom built windows visual styles file (*.msstyles) and which tool (like SignTool.exe, SignCode.exe, sn.exe .. etc) do we use for this purpose?

Any help would be really appreciated.

Thanks & Regards,

Ram

Basic Questions

Q: What is uxtheme?

A: Uxtheme.dll is the file in Windows XP that controls the theming engine. By default, uxtheme.dll is locked, so third party (i.e. non-Microsoft) visual styles cannot be used. Fortunately, it is easy to unlock uxtheme.dll to allow the use of non-Microsoft visual styles.

Q: Where can I find uxtheme.dll files?

A: Uxtheme Repository: http://www.withinwindows.com/uxtheme-patches/

Q: How do I use uxtheme.dll?

A: Luckily, hacked uxtheme.dll files are readily available. One need only replace the default, locked uxtheme.dll with the hacked, unlocked version.

Q: How do I replace uxtheme.dll?

A: This is very easy to do.

1. Download the unlocked uxtheme.dll. Extract the file to the desktop. Here is a version for sp2 2180 English: https://www.neowin.net/forum/index.php?act=...t&id=122794

More are here: http://www.extended64.com/blogs/rafael/

2. Download Replacer. Extract Replacer to the desktop (create a folder called Replacer and extract the contents of the compressed file).

3. Run replacer.cmd. A black command prompt window should appear.

4. Browse to C:\Windows\system32 and find uxtheme.dll. Drag this file into the command prompt window. Press enter.

5. Drag in the unlocked uxtheme.dll from the desktop into the command prompt window. Press enter.

6. Confirm the replacement and wait for Replacer to finish. Press any key when prompted.

7. Reboot.

Q: How do I use visual styles (msstyles) now?

A: This, again, is very simple.

1. First, download a visual style. The Completed Visual Styles Section and Deviantart are two good places.

2. Extract the visual style to a folder with the same name in the following directory: C:\Windows\Resources\Themes. For example, if the msstyles file is xyz.msstyles, create a folder called ?xyz? in C:\Windows\Resources\Themes and extract xyz.msstyles to that folder.

3. To load the visual style, go to the Display Properties > Appearance > Windows and Buttons, and find the visual style. Do not look for the visual style in the Themes tab. You can also double-click the msstyles file.

Q: What is the difference between a theme and a visual style?

A: The terms ?theme? and ?visual style? are often thrown around carelessly and used interchangeably, which adds to the confusion, but the distinction is clear.

A visual style (*.msstyles) is the file that skins the windows, taskbar, start menu, and other elements of the Windows appearance. Visual styles are loaded in the Appearance tab of the display properties dialog.

A theme (*.theme) is a visual style with saved settings, wallpapers, icons, and so on. Themes are loaded in the Theme tab of the display properties dialog.

When people say themes, they usually mean visual styles.

Q: What is a shellstyle and how do I install it?

A: Shellstyle.dll is a file often bundled with the visual style that skins the common tasks pane (and other panes, e.g. the add/remove panel). No installation is necessary. Simply unzip the visual style to the appropriate directory as mentioned above and make sure the shell folder is in the visual style folder along with the msstyTroubleshootingshooting

Q: My uxtheme did not patch! What do I do?

A: Now hold on there. How do you know it failed? The easiest way to check to see if uxtheme.dll was patched is to simply double-click the msstyles file of a third party theme. If double-clicking loads the display properties dialog with the correct visual style, then the patching process was successful. If not, re-patching is necessary. You can try to re-patch in safe mode and make sure the themes service is set to automatic. To make sure it is set to automatic, go to Run > services.msc > and set Themes service to automatic.

Also, you should do a search for uxtheme.dll and delete all instances of the file NOT in C:\Windows\system32. Extra uxtheme.dll files can conflict and cause problems. Deleting them will solve almost every issue regarding patching.

Q: Uxtheme was patched successfully, but visual styles do not appear in the Appearance tab dropdown list. What do I do?

A: This is a common problem, but one that deserves more attention than it is currently given. The problem is caused by a misnamed visual style folder. For the style to appear in the list, the folder name in which it is residing must correspond to the name of the msstyles file. For instance, gloss.msstyles must be in its visual style folder named ?gloss? in the correct directory (C:\WINDOWS\Resources\Themes) and it will appear. The correct path for the file itself should then be:

C:\WINDOWS\Resources\Themes\gloss\gloss.msstyles

And equivalently, the shell folder should be in the same ?gloss? folder: C:\WINDOWS\Resources\Themes\gloss\shell.

Q: I patched, but my start menu and taskbar are not skinned or visual styles do not work. What is wrong?

A: First, check to make sure the correct version of the dll is being used. Also try patching in safe mode. Then check the directories to see if uxtheme.dll has been misplaced. It should only appear in the system32 folder, and not in the Windows folder. If all else fails, try replacing uxtheme.dll with Replacer in safe mode several times. Some have indicated that this fixes their problem.

Q: My system freezes during "Please wait..." when I try to apply a visual style. What's wrong?

A: This is most likely caused by extra uxtheme.dll files. Do a search for all uxtheme.dll files and delete the ones that are not in C:\WindoOther Questions>Other Questions

Q: How do I create visual styles using the .msstyles format?

A: The easiest way is to modify an existing visual style. You can use Stylebuilder to do this. Note: you do NOT need Stylexp installed to use Stylebuilder, so ignore the error message, but you must be patched (obviously, you'll need to be able to apply visual styles in order to use Stylebuilder. That's all the error means).

Resource Hacker and Resedit are similar programs that can be used to modify visual styles. These are simple and intuitive, and are my personal recommendation. These allow you to modify images (bitmaps, png files, etc.) and values (in the textfile section) to change the visual style. This is all that is needed to create a visual style.

Q: Why don?t people use Stylexp?

A: The uxtheme hack has several advantages over Stylexp.

-the uxtheme hack is simple. You simply replace the file with a hacked one and that?s it. No installations, no need to run and configure programs, no hassle.

-the uxtheme hack does not waste resources. Stylexp patches uxtheme.dll in memory, but the uxtheme hack replaces the file physically on the system. This means that you are unlocked forever (until Microsoft creates a new uxtheme.dll file).

-the uxtheme hack is completely free!

Enjoy!

According to the quote below, there is no other way than the "uxtheme hack" to install third-party (non-microsoft) visual styles. It clearly states, "By default, uxtheme.dll is locked, so third party (i.e. non-Microsoft) visual styles cannot be used. Fortunately, it is easy to unlock uxtheme.dll to allow the use of non-Microsoft visual styles."

I'm pretty sure that's a load of crap. That' so you just risk your system files with the UXTheme package. I personally have NO problems using TuneUp Styler 2, included in my copy of TuneUp Utilities 2009. It allows me to use ANY visual style (msstyle) without having to overwrite vital system files.

I'm pretty sure that's a load of crap. That' so you just risk your system files with the UXTheme package. I personally have NO problems using TuneUp Styler 2, included in my copy of TuneUp Utilities 2009. It allows me to use ANY visual style (msstyle) without having to overwrite vital system files.

Thanks for the quick response.

I tried the Tune Up styler on Vista Enterprise. It does have an interface which allows a Visual Style file (*.msstyles) to be selected from the disk to be applied as the windows appearance.

When I selected a Windows XP Visual Style file to be installed using the Tune Up styler (in Vista) it said that the Visual Style file was incompatible and asked me if an installer was available.

OK. Now, to the critical part of the problem.

I want to be able to create a visual style file (*.msstyles) or an installer for it which can be interchangeably used both in Vista and XP.

Regards,

Ram

From Vista Thread...

I believe that the two msstyle formats are quite different in structure, enough to be incompatible. You could however create an installer that includes two different msstyle files and installs the correct one based on the OS version you are installing on.

From Vista Thread...

Ok. Then the question that arises now is:

Using which command or syntax do we "install" an unsigned Visual Style File in Windows XP and Vista?

That is.. we need a code similar to the one used by Tune Up styler internally to install the Visual Style File.

Regards,

Ram

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

    • No registered users viewing this page.
  • Posts

    • Hello, The Nvidia Founders Edition 3080 video card is approximately six years old, correct? Have you looked into whether replacement fans are available for it? Perhaps replacing those will improve cooling, especially when combined with cleaning the card's heatsink and replacing the thermal interface materials. Regards, Aryeh Goretsky  
    • Hello, While ~104 GB of space may seem generous (at least compared to other e-readers which have 8-32GB), I feel at this price point the device should have a Micro SDXC card slot for expansion, particularly if it allows audio books to be installed and played. I hope to see more reviews of 6" phone-sized e-readers on Neowin in the future. It will be interesting to see how they compare. Regards, Aryeh Goretsky
    • Sandboxie Plus 1.17.8 / Classic 5.72.8 by Razvan Serea Run programs in a sandbox to prevent malware from making permanent changes to your PC. Sandboxie allows you to run your browser, or any other program, so that all changes that result from the usage are kept in a sandbox environment, which can then be deleted later. Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. It is being developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying the local or mapped drive. An isolated virtual environment allows controlled testing of untrusted programs and web surfing. Sandboxie is available in two flavors Plus and Classic. Both have the same core components, this means they have the same level of security and compatibility. What's different is the user interface the Plus build has a modern Qt based UI which supports all new features that have been added since the project went open source. The Classic build has the old no longer developed MFC based UI, hence it lacks support for modern features, these features can however still be used when manually configured in the Sandboxie.ini. Sandboxie Plus 1.17.8 / Classic 5.72.8 release notes: Added added DisableCustomTitleOpt=[process,][y|n] to allow [#] sandboxie title markers on custom-titlebar windows (Delphi VCL, Qt, Electron) that were previously skipped to prevent DWM repaint CPU loops #5387 Changed updated bundled ImDisk driver to 3.0.2 #5419 Fixed fix Suppress logs for expected non-user SIDs #5422 SbieSvc.exe: SBIE2218/2219 error when run program as administrator #5417 fixed explorer.exe crashes in Application Compartment when Huorong Security is installed #5423 Download: Sandboxie Plus (64-bit) | 23.5 MB (Open Source) Download: Sandboxie Classic (64-bit) | 3.0 MB Links: Sandboxie Website | GitHub | ARM64 | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Hello, Christian Maas' XVI32 is a nice (and very small) hex editor. Speaking of hex editors, many years ago a colleague and I who both worked at Tribal Voice managed to edit a copy of the company's PowWow instant messaging client to make it behave better now that all of its lookup servers and other server-side tech was gone.  The program didn't support NAT (RFC-3022 was introduced in January 2001, the same time Tribal Voice was shuttered), but it still worked okay if you manually set up port-forwarding on your router.  The server at http://powwow.jazy.net/ hosts a copy (usual warnings about downloading and running untrusted code from random internet servers apply). I occasionally use some tools like Funduc Software's Search and Replace and Application Mover when I need to make mass-edits to text-based files or move programs with a hard-coded installation directories, respectively.  When I need to figure out the exact LCD panel inside of a laptop, EnTech Taiwan's Monitor Asset Manager is my go-to tool for that purpose. JD Design's website (now hosted on github.io) has a number of interesting freeware and shareware utilities.  I used to use their TouchPro utility to set the file timestamps on software I was mastering to match its version number (e.g., version 3.00 of a program had all of its files dates set to 3:00AM, and so forth). Karenware has a number of interesting freeware utilities, too. Regards, Aryeh Goretsky  
    • I still use HexChat! Not really as ancient as the 1994 AutoCAD above my post, but I have never found anything better to replace it. Yes we still operate an IRC server https://www.neowin.net/irc/ 😛 
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!