Quick Aero toggle (shortcut?)


  1. Posts : 29
    Windows 7 x86 b7048
       #1

    Quick Aero toggle (shortcut?)


    I sometimes want to turn aero off quickly for a short period of time (e.g. when runing 3dsmax 64bit, the "disable desktop composition" in compatibility options is grayed out) and the method for vista (rundll32.exe dwmApi #102) doesn't work. Any ideas?
      My Computer


  2. Posts : 620
    7264x64/7260x86
       #2

    Try the compatability tab. There's an option to turn off visual themes when a program runs.

    edit: I don't need to read no stinking OP!

    =(
      My Computer


  3. Posts : 29
    Windows 7 x86 b7048
    Thread Starter
       #3

    copernicus said:
    edit: I don't need to read no stinking OP!
    Oh yes, you do
    Also I think it's grayed out because of the app itself is 64 bit. I beleive I also can only change the OS compatibility to vista sp1-2 because of that.
      My Computer


  4. Posts : 1
    Windows 7
       #4

    net start uxsms
    net stop uxsms

    Simple
      My Computer


  5. Posts : 805
    XP Pro SP3 x86/Vista SP2 x64/Win7 x64 Triple-boot
       #5

    'Net Start' will do it but 'SC Start' is dedicated to services (stands for Service Controller).
    Dont know if theres any performance differences but SC has more options for other service options etc.

    Do 'SC /?' in an elevated command prompt for a full listing of service control stuff. :)

    I did make a list a while back for hidden commands for Win7 here.



    EDIT:
    Better still, in reply to the OP, slap this in a batch file...
    Code:
    @echo off
    sc interrogate uxsms | find "1062"
    if %errorlevel%==0 goto :sc_start
    sc stop uxsms
    exit
     
    :sc_start
    sc start uxsms
    exit

    If you dont know how to create a batch file, do the following:
    Create a new txt file and paste the above code in, then rename the whole filename including the '.txt' bit to 'Aero.bat'.

    right clicking this file and clicking on "Run as administrator" will now toggle aero on and off.
    Last edited by Brink; 02 Jan 2011 at 13:53. Reason: updated
      My Computer


  6. Posts : 7
    windows 7 build 7100 x64
       #6

    sorry to be digging up this old thread but i'm looking for a batch file that can toggle aero on/off and the above suggestions doesn't seem to work for me. It will just run and nothing will happen. Any suggestions on what's wrong?

    I tried to kill dwm using task manager manually and it only results in it starting up by itself immediately again.

    i'm on windows 7 RC x64 by the way..
      My Computer


  7. Posts : 1
    Win 7 Home 64bit
       #7

    Same problem


    You're a genius, I was looking for this command for soooo long !
    the trick is to execute the batch as administrator if you want it to work !!
    At least it works with me on Win 7 home 64bits
    Thanks !
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:01.
Find Us