vladedoty Posted February 13, 2010 Posted February 13, 2010 (edited) I know how to retrieve the computer's OS version with @OSVersion and screen res with @DesktopWidth and @DesktopHeight but i want to find the theme (ie: Classic) and windows color (ie: Standard) Anybody can help i'd much appreciate it Edited February 13, 2010 by vladedoty
RazorTorque4X Posted February 13, 2010 Posted February 13, 2010 I don't know if there is a direct way, but windows themes are located in "C:\WINDOWS\Resources\Themes" (XP) and "C:\Users\User-Name\AppData\Local\Microsoft\Windows\Themes" in (vista and 7) so you can get all files in this directory in a loop and then check for there names to find, say if the theme is aero, there would be and aero folder or something like that.
vladedoty Posted February 13, 2010 Author Posted February 13, 2010 I don't know if there is a direct way, but windows themes are located in "C:\WINDOWS\Resources\Themes" (XP) and "C:\Users\User-Name\AppData\Local\Microsoft\Windows\Themes" in (vista and 7) so you can get all files in this directory in a loop and then check for there names to find, say if the theme is aero, there would be and aero folder or something like that.ok that solves the them aspectbut how about the windows color?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now