Disable Aero on run application?

3

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.

Marnix

Posted 2011-04-04T09:14:09.267

Reputation: 699

Answers

3

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

Matan Eldan

Posted 2011-04-04T09:14:09.267

Reputation: 2 597

Thanks, that was indeed what I was looking for, but it doesn't solve my problem. But I will make another question for that. – Marnix – 2011-04-04T09:25:17.507

It was what you looking for? Why it didn't solved your problem? – Matan Eldan – 2011-04-04T09:30:49.300

See this question: http://superuser.com/q/266332/66419

– Marnix – 2011-04-04T09:33:14.100