Style XP/Unsigned skin support in SP 1?
Has anyone been able to get unsigned or Style XP skins working in XP Service pack 1, Style XP will not work on this build of windows, and I tried patching the Uxtheme. dll to noavail. So in the meantime Im stuck using *cough* Window Blinds.
Has anyone been able to get unsigned or Style XP skins working in XP Service pack 1, Style XP will not work on this build of windows, and I tried patching the Uxtheme.dll to noavail. So in the meantime Im stuck using *cough* Window Blinds.
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Which method are you using?
There is the free lite version that TGTSoft offers as an alternative to XpStyle.
Then there is the other way of replacing the default uxtheme.dll with a hacked version. In this method you exclude the file from Xp's protected file list by editing the filelist.xml in the Windows>system32>Restore folder. That way when you replace it Xp ignores the fact that it's not original.
I have only ever used the second method, although I haven't installed the SP1 beta yet, as it is just that...a beta.
There is the free lite version that TGTSoft offers as an alternative to XpStyle.
Then there is the other way of replacing the default uxtheme.dll with a hacked version. In this method you exclude the file from Xp's protected file list by editing the filelist.xml in the Windows>system32>Restore folder. That way when you replace it Xp ignores the fact that it's not original.
I have only ever used the second method, although I haven't installed the SP1 beta yet, as it is just that...a beta.
Ummm - you do know that when using that Uxtheme patch you have to replace both copies of it, right? If you want to use that patch the simplest way is to use the prog to create the patched .pat file then past the below commands into Notepad & save it as a batch file [put it somewhere convenient like your desktop] then reboot into safe mode & run the batch file.
[size:9]copy C:\WINDOWS\system32\uxtheme.dll C:\WINDOWS\system32\uxtheme.bak
copy /y C:\WINDOWS\system32\uxtheme.pat C:\WINDOWS\system32\uxtheme.dll
copy /y C:\WINDOWS\system32\uxtheme.dll C:\WINDOWS\system32\dllcache\uxtheme.dll
that ought to do it.
PS - When you do things this way you don't have to faff about with the file protection crap, because a) your doing it in Safe Mode, & because you're also replacing the backup of the file you're replacing that the file protection wotsit would check it against & replace it with.
<edit>
Not sure if the above code will come out right on other ppl's computers, but it's supposed to be 3 command lines.
</edit>
[size:9]copy C:\WINDOWS\system32\uxtheme.dll C:\WINDOWS\system32\uxtheme.bak
copy /y C:\WINDOWS\system32\uxtheme.pat C:\WINDOWS\system32\uxtheme.dll
copy /y C:\WINDOWS\system32\uxtheme.dll C:\WINDOWS\system32\dllcache\uxtheme.dll
that ought to do it.
PS - When you do things this way you don't have to faff about with the file protection crap, because a) your doing it in Safe Mode, & because you're also replacing the backup of the file you're replacing that the file protection wotsit would check it against & replace it with.
<edit>
Not sure if the above code will come out right on other ppl's computers, but it's supposed to be 3 command lines.
</edit>
What do you mean you have to change the file on the service pack files? I understand that installing SP1 might replace the file in question, but surely all you'd have to do to fix it again is run the patch & the batch file I detailed above? After SP1 has finished installing [i haven't tried it yet as I'm not a beta tester] surely there would only be 2 sources of the file - the system32 folder & the dllcache folder? Or am I missing something?
Also, unless SP1 includes a new version of the file, then how the hell is XP gonna find a copy of the unpatched uxtheme.dll file???
Also, unless SP1 includes a new version of the file, then how the hell is XP gonna find a copy of the unpatched uxtheme.dll file???