I want to allow my users to toggle the current user theme between Aero and Windows Classic(1). Is there any way that I can do this programatically? I don't want to pop up the "Display properties", and I'm dubious about just changing the registry. (This requires a log out and a log back in for the changes to take effect).
Application skinning (using the codejock libraries) doesn't work either.
Is there any way of doing this?
The Application is hosted/run on a windows 2008 server over RDP.
(1) The application in question is a hosted "Remote App", and I want users to be able to change the look of the displayed application to match their desktop.