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

    • Rockstar gives last-gen GTA V players free upgrades tomorrow by Pulasthi Ariyasinghe Rockstar is preparing to launch Grand Theft Auto VI later this year, but ahead of that, the company has revealed a new offer for some Grand Theft Auto V owners. It today announced that Xbox One and PlayStation 4 version owners of the 2013-released title will soon be receiving a free upgrade to the current generation version. The studio released the Xbox Series X|S and PlayStation 5 version of Grand Theft Auto V back in 2022, bringing significant upgrades to the original console editions. This included 60 FPS gameplay at up to 4K resolution, as well as major upgrades to textures, draw distance, and audio. Faster load times, ray tracing elements, and HDR support were also added with it. While this new and enhanced version needed a new purchase of the game to jump in, now Rockstar has decided to make it a free upgrade, dropping the $40 price tag entirely on consoles. "Beginning tomorrow, those who own any PS4 version or the digital Xbox One version of Grand Theft Auto V will be able to upgrade to the PS5 or Xbox Series X|S versions at no additional cost, and experience the best versions of GTA V and GTA Online," said the company in an official blog post. The free upgrade offer will be released tomorrow, June 18, for all Xbox One and PlayStation 4 owners of Grand Theft Auto V. Players who will be jumping in on the offer will want to check how to migrate their GTA Online profile from last-generation to current-generation consoles by heading over here. The offer lands ahead of The Kortz Center Heist hitting Grand Theft Auto Online, where players and crews will be tasked with stealing priceless international art from a prestigious gallery in Pacific Bluffs. It doesn't look like Rockstar plans to stop updating its previous game even with Grand Theft Auto VI being on the horizon. The latest title is slated to launch on November 19, 2026, across Xbox Series X|S and PlayStation 5.
    • Now comes with a money back guarantee instead of a replacement! Hah
    • Rufus 4.15.2391 Beta by Razvan Serea Rufus is a small utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc. Despite its small size, Rufus provides everything you need! Oh, and Rufus is fast. For instance it's about twice as fast as UNetbootin, Universal USB Installer or Windows 7 USB download tool, on the creation of a Windows 7 USB installation drive from an ISO (with honorable mention to WiNToBootic for managing to keep up). It is also marginally faster on the creation of Linux bootable USBs from ISOs. A non-exhaustive list of Rufus supported ISOs is available here. It can be especially useful for cases where: you need to create USB installation media from bootable ISOs (Windows, Linux, UEFI, etc.) you need to work on a system that doesn't have an OS installed you need to flash a BIOS or other firmware from DOS you want to run a low-level utility Rufus 4.15.2391 Beta changelog: Improve the guards for using the "silent" option Improve the ability to cancel during write retries Fix unrestricted XML entity expansion and integer overflow in ezxml parser (courtesy of @esadowski4) [GHSA-55r2-34wg-8mv9] Fix "silent" Windows installation failing at 75% in most cases [#2960] Fix a crash during boot when using UEFI:NTFS on Snapdragon X based ARM64 platforms [#2934] Fix the first WUE option always being checked by default [#2965] Fix an infinite loop when using Windows ISOs that contain multiple WIMs Fix "Enable runtime UEFI media validation" checkbox not always being properly enabled Other WUE improvements/fixes for OneDrive removal and username validation (with thanks to @christian8641) [#2984, #2991] Download: Rufus 4.15 Beta | 1.9 MB (Open Source) Links: Rufus Home Page | Project Page @GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Media Player Classic - Home Cinema 2.7.3 by Razvan Serea Media Player Classic - Home Cinema (MPC-HC) is a free and open-source video and audio player for Windows. MPC-HC is based on the original Guliverkli project (which is no longer maintained) and contains many additional features and bug fixes. As the continuation of the original Media Player Classic, MPC-HC isn’t flashy but it works with nearly any media format. MPC-HC uses DXVA technology to pass decoding operations to your modern video card, enhancing your viewing experience. And MPC-HC supports both physical and software DVDs with menus, chapter navigation, and subtitles. Overview of features A lot of people seem to be unaware of some of the awesome features that have been added to MPC-HC in the past years. Here is a list of useful options and features that everyone should know about: Dark interface Menu > View > Dark Theme When using dark theme it is also possible to change the height of the seekbar and size of the toolbar buttons. Options > Advanced Video preview on the seekbar Options > Tweaks > Show preview on seek bar Adjust playback speed Menu > Play > Playback rate The buttons in the player that control playback rate take a 2x step by default. This can be customized to smaller values (like 10%): Options > Playback > Speed step Adjusting playback speed works best with the internal audio renderer. This also has automatic pitch correction. Options > Playback > Output > Audio Renderer MPC-HC can remember playback position, so you can resume from that point later Options > Player > History You can quickly seek through a video with Ctrl + Mouse Scrollwheel. You can jump to next/previous file in a folder by pressing PageUp/PageDown. You can perform automatic actions at end of file. For example to go to next file or close player. Options > Playback > After Playback (permanent setting) Menu > Play > After Playback (for current file only) A-B repeat - You can loop a segment of a video. Press [ and ] to set start and stop markers. You can rotate/flip/mirror/stretch/zoom the video Menu > View > Pan&Scan This is also easily done with hotkeys (see below). There are lots of keyboard hotkeys and mouse actions to control the player. They can be customized as well. Options > Player > Keys Tip: there is a search box above the table. You can stream videos directly from Youtube and many other video websites You can stream videos directly from Youtube and many other video websites Put yt-dlp.exe or youtube-dl.exe in the MPC-HC installation folder. Then you can open website URLs in the player: Menu > File > Open File/URL You can even download those videos: Menu > File > Save a copy Tip: to be able to download in best quality with yt-dlp/youtube-dl, it is recommended to also put ffmpeg.exe in the MPC-HC folder. Several YDL configuration options are found here: Options > Advanced This includes an option to specify the location of the .exe in case you don't want to put it in MPC-HC folder. Play HDR video This requires using madVR or MPC Video Renderer. After installation these renderers can be selected here: Options > Playback > Output Ability to search for and download subtitles, either automatically or manually (press D): Options > Subtitles > Misc Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. Media Player Classic - Home Cinema 2.7.3 changelog: Updated LAV Filters to version 0.82 Updated MPC Video Renderer to version 0.10.4.2550 Updated MPC Audio Renderer A few crash fixes, bug fixes and small improvements. Download: MPC-HC 2.7.3 (x64) | Standalone | ~20.0 MB (Open Source) Download: MPC-HC 2.7.3 (x86) | Standalone Links: MPC-HC Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      Vincian earned a badge
      One Month Later
    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      89
    4. 4
      Steven P.
      76
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!