10-11-2010, 12:40 PM
(This post was last modified: 10-11-2010, 12:45 PM by AceInfinity.)
You have to add them to your theme folder. and you need to go into cmd prompt and take ownership of uxtheme.dll and change the permissions. I have it set to full control on my vista machine
UxTheme.dll location:
c:\windows\system32\
Theme folder directory:
C:\windows\resources\themes
use this in cmd prompt to take ownership of a file:
Then its just right clicking on the desktop, "Personalize" them look for the Themes link in that window.
UxTheme.dll location:
c:\windows\system32\
Theme folder directory:
C:\windows\resources\themes
use this in cmd prompt to take ownership of a file:
Code:
takeown -f {location of file from C:/}
Then its just right clicking on the desktop, "Personalize" them look for the Themes link in that window.