Solved Quick Aero toggle (shortcut?)

Funnycat

New member
Local time
1:37 AM
Messages
29
Location
Limassol
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

Computer Manufacturer/Model Number
HP Compaq tc4200
OS
Windows 7 x86 b7048
CPU
Pentium M 2GHz
Memory
1,5GB
Graphics Card(s)
Intel 915GM
Screen Resolution
1024*768
Internet Speed
300kbit/s :(
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

OS
7264x64/7260x86
edit: I don't need to read no stinking OP!

Oh yes, you do :p
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

Computer Manufacturer/Model Number
HP Compaq tc4200
OS
Windows 7 x86 b7048
CPU
Pentium M 2GHz
Memory
1,5GB
Graphics Card(s)
Intel 915GM
Screen Resolution
1024*768
Internet Speed
300kbit/s :(
'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. :D
 
Last edited by a moderator:

My Computer

Computer Manufacturer/Model Number
Self Built
OS
XP Pro SP3 x86/Vista SP2 x64/Win7 x64 Triple-boot
CPU
AMD64 X2 AM2 5000+
Motherboard
Asus MSN-X Plus
Memory
Corsair TWX 2Gb (2x1Gb) DDR2 800Mhz
Graphics Card(s)
PCI-X 2.0 Inno3D (NVidia) 9500GT 1Gb DDR2
Sound Card
Onboard Realtec ALC662-GR
Monitor(s) Displays
Relisys 17' CRT (model unknown)
Screen Resolution
1024x768
Hard Drives
750Gb Samsung 7200-3Gb/s 32Mb Cache SATA
PSU
500W
Cooling
Standard AMD CPU Fan, One side, front and rear case fan.
Keyboard
Microsoft Multimedia Keyboard
Mouse
Samsung Optical
Internet Speed
10M
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

Computer Manufacturer/Model Number
Lenovo T400
OS
windows 7 build 7100 x64
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

Computer Manufacturer/Model Number
Lenovo T400
OS
Win 7 Home 64bit
CPU
Core 2 Duo 2,4Ghz
Motherboard
?
Memory
4gb
Graphics Card(s)
Ati Radeon
Sound Card
?
Monitor(s) Displays
1400x900
Hard Drives
250gb 5400rpm
Cooling
Yes really cool :-)
Back
Top