Switch Windows 7 Aero On / Off

I use this in a .bat to switch the Windows 7 Aero theme On / Off.

@echo off
sc interrogate uxsms | find "1062"
if %errorlevel%==0 goto :sc_start
sc stop uxsms
exit

:sc_start
sc start uxsms
exit

This entry was posted in General and tagged , , , , . Bookmark the permalink.

One Response to Switch Windows 7 Aero On / Off

  1. kvadrocikl says:

    It is the second entry I real tonight. Thank you.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>