kalzanth Posted May 3, 2010 Posted May 3, 2010 (edited) This code was working and now has suddenly stopped. If ControlCommand ( "(Default Monitor)", "&Enable Write combining", "Button2", "IsChecked","") Then ControlCommand ("(Default Monitor)", "&Enable Write combining", "Button2", "Uncheck","") EndIf Really simple all it does is disable the Write Combining under the troubleshooting tab of the advanced display properties. But now it has stopped working, not sure why, but from what I can tell, the script can no longer properly detect when that box is checked. Here's how I can tell $var0 = ControlCommand ( "(Default Monitor)", "&Enable Write combining", "Button2", "IsChecked","") MsgBox (1, "", "The variable is" & @CRLF & $var0) This output always returns 0, saying that it's unchecked, even when it's checked (Tested right after a reboot too) Any idea what might cause this to happen? Or how to fix it? Thanks! Update: Blah I figured it out. -.- Edited May 3, 2010 by kalzanth
PsaltyDS Posted May 4, 2010 Posted May 4, 2010 Update:Blah I figured it out. -.-What did you figure out? Please end all topics with the solution posted for future reference. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now