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

    • I think every American should have a course in a 'dry sense of humour' at school; and perhaps 'using sarcasm in jest' oh, and also 'the use or irony in humour'. Slapstick is just about all Americans can understand. It's a pity, as this is the most basic of humour, that requires no thought at all. It's hilarious to watch a whole room collapse with laughter while yanks sit scratching their heads...
    • What they really need to do is automatically spell "loses" and "lose" correctly since nobody seems to know how to anymore. Then they blame spellcheck/autocomplete and don't realize autocomplete is just filling in the word for them automatically so it was misspelled in the first place.
    • If someone chooses to continue using SB and therefore goes through the manual intervention in the thread, afterwards the BSOD problem is gone. Whether they then re-enable the task doesn't matter, they're done, though on such machines it might pay to keep it disabled in case the next update (if there is a next) causes the same problem. OTOH, if someone disables SB in the BIOS, the problem is also gone. Incidentally, I noticed that this task exists even on machines that don't support SB. It's just installed across the board...and runs. Doing what on such machines is a little hazy.
    • qBittorrent 5.2.2 by Razvan Serea The qBittorrent project aims to provide a Free Software alternative to µtorrent. qBittorrent is an advanced and multi-platform BitTorrent client with a nice user interface as well as a Web UI for remote control and an integrated search engine. qBittorrent aims to meet the needs of most users while using as little CPU and memory as possible. qBittorrent is a truly Open Source project, and as such, anyone can and should contribute to it. qBittorrent features: Polished µTorrent-like User Interface Well-integrated and extensible Search Engine Simultaneous search in most famous BitTorrent search sites Per-category-specific search requests (e.g. Books, Music, Movies) All Bittorrent extensions DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, ... Remote control through a Web user interface Nearly identical to the regular UI, all in Ajax Advanced control over trackers, peers and torrents Torrents queueing and prioritizing Torrent content selection and prioritizing UPnP / NAT-PMP port forwarding support Available in ~25 languages (Unicode support) Torrent creation tool Advanced RSS support with download filters (inc. regex) Bandwidth scheduler IP Filtering (eMule and PeerGuardian compatible) IPv6 compliant Available on most platforms: Linux, Mac OS X, Windows, OS/2, FreeBSD qBittorrent 5.2.2 changelog: FEATURE: Use D-Bus to show file in file managers (Chocobo1) #24340 BUGFIX: Fix friendlyUnitCompact precision calculation (vafada) #24323 BUGFIX: Remove all top-level folders (glassez) #24333 BUGFIX: Use proper API for checking exit status (Chocobo1) #24349 BUGFIX: Delete stale lockfile when hostname mismatch (TurboTheTurtle, glassez) #24363 BUGFIX: Fix wrong removal procedure of watched folder paths (Chocobo1) #24413 BUGFIX: Don't reannounce before interface changes are applied (glassez) #24447 BUGFIX: Use Latin script for Bosnian locale name (Andy Ye) #24342 WEBUI: Fix performance of global checkbox toggling (tehcneko) #24316 WEBUI: Fix Safari transfer list header misalignment (Piccirello) #24377 WEBUI: Fix error when submitting magnet before metadata loads (Piccirello) #24378 WEBUI: Use correct row id when updating Rss Downloader feed selection (Chocobo1) #24402 WEBUI: Use SameSite=Lax for session cookie to fix cross-site login (Piccirello) #24422 WEBUI: Bring back properties panel expand/collapse button (vafada) #24430 WEBAPI: Only use X-Forwarded-Host header when reverse proxy support is enabled (Chocobo1) #24457 RSSS: Fix "RSS Smart Episode Filter" RegEx (nathanon-akk, glassez) #24398 RSS: Fix previously matched episode format (glassez) #24452 WINDOWS: Fix Python fallback search path (TurboTheTurtle) #24325 WINDOWS: NSIS: Allow to install x64 binary on ARM64 (Chocobo1) #24358 Download: qBittorrent 5.2.2 | 41.1 MB (Open Source) Download: qBittorrent 64-bit installer (qt6) | 43.6 MB Links: qBittorrent Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Veteran
      branfont went up a rank
      Veteran
    • Reacting Well
      Almohandis earned a badge
      Reacting Well
    • First Post
      Cosminus earned a badge
      First Post
    • One Year In
      ThatGuyOnline earned a badge
      One Year In
    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      126
    4. 4
      Steven P.
      87
    5. 5
      neufuse
      72
  • Tell a friend

    Love Neowin? Tell a friend!