@echo off sc interrogate uxsms | find "1062" if %errorlevel%==0 goto :sc_start sc stop uxsms exit :sc_start sc start uxsms exit
Thank you ctbram for replying , but the script didn't work and give me thatThere is no "fix" other then to disable Windows AERO before running Maya. Aero is the transparent look of windows in windows 7 and above.
Unless you are using active stereo it's really a non-issue. There is a command line way to turn aero on and off and for a while I was using a powershell script to stop and start aero when opening and closing maya but stopped using it lately.
Here is a batch script that will toggle aero on and off.
Code:@echo off sc interrogate uxsms | find "1062" if %errorlevel%==0 goto :sc_start sc stop uxsms exit :sc_start sc start uxsms exit
Create a new text document on your desktop. Double click the file, copy and paste the script from ctbrams post in it. Now, go to file>save as, and in the Save As window, input a name for your BAT file and then add a .bat on the end (without the quotes). My file was named testBAT.bat, for instance.Sorry , I don't know what batch script is!! ,can you tell me in details how can I do it ?? I'm not good at this stuff , I'm using win 7 ultimate.