war59312, on Mar 4 2008, 11:32 PM, said:
I couldnt get it too work..It says access is denied to the file that allows unsigned themes to work..

Isnt there any way round this..I mean Vista has been out ages now surely there is a way to patch these stupid files...
This is the batch file I have..& it seems to work but doesnt...
@echo off
icacls C:\Windows\System32\uxtheme.dll /grant administrator:F
icacls C:\Windows\System32\themeui.dll /grant administrator:F
icacls C:\Windows\System32\shsvcs.dll /grant administrator:F
pause
takeown /f C:\Windows\System32\uxtheme.dll
takeown /f C:\Windows\System32\themeui.dll
takeown /f C:\Windows\System32\shsvcs.dll
ren C:\Windows\System32\uxtheme.dll uxtheme.dll.old
ren C:\Windows\System32\themeui.dll themeui.dll.old
ren C:\Windows\System32\shsvcs.dll shsvcs.dll.old
Copy C:\uxtheme.dll C:\Windows\System32
copy C:\themeui.dll C:\Windows\System32
copy C:\shsvcs.dll C:\Windows\System32
net stop uxsms & net stop themes
net start themes & net start uxsms
pause
This post has been edited by Prophet07: 14 March 2008 - 11:45 AM