View Single Post
Old 08-08-2007   #6 (permalink)
MRiGnS
the wicked one
 
MRiGnS's Avatar
 
Join Date: May 2007
Location: Saarbrücken, Germany
Posts: 1,986
Send a message via ICQ to MRiGnS Send a message via Skype™ to MRiGnS
Default Re: Change Windows Theme via CMD

Quote:
Originally Posted by pr0digy View Post
I wanted to know if there was a command to do it as I want it put it in a batch file, also the ctrl+shift+f9 shortcut doesn't seem to work anyway.
Works for me.

Well if it doesn't work making a batch file that "pushes" ctrl+shift+f9 won't work for you neither.

try

Code:
net stop uxsms
to stop it and

Code:
net start uxsms
to start it


just make batch files in the system32 dir and give them admin rights.

Last edited by MRiGnS : 08-08-2007 at 07:21 AM.
regards,
Julian

my blog
MRiGnS is offline   Reply With Quote