Windows – Disable Aero on run application

aerobootwindows 7

I have an application that has a problem with Windows Aero. Some programs seem to fix it theirselves, but this one doesn't.

How can I set my windows theme to windows basic on startup of a particular application?

More specific: I'm running a Java applet that flickers black on resizing and disabling Aero seems to fix it for me.

Best Answer

You can edit the properties of a shortcut and tell Windows to automatically disable Aero as soon as you start that application, and then re-enable it again once the application is closed.

Simply right-click on the shortcut and choose Properties, and then the Compatibility tab: enter image description here

Now on the Settings block check the box for “Disable desktop composition” in order to disable Aero the next time you use the shortcut.

If you are having other compatibility problems I’d recommend using the compatibility modes on this same dialog.

Source: http://tinyurl.com/ynnw4x

Related Question