I wrote some scripts to make sure that PPro launches before WB.  One 
is a Windows logoff script to disable WB and another is launched by 
PPro to enable WB.


; Disable WindowBlinds.au3
Run("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2")
WinWaitActive("Display Properties")
ControlCommand("Display 
Properties", "", "ComboBox4", "ShowDropDown", "")
Send("{HOME}")
ControlCommand("Display 
Properties", "", "ComboBox4", "HideDropDown", "")
Send("{ENTER}")
Sleep(10000)

; Enable WindowBlinds.au3
Run("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2")
WinWaitActive("Display Properties")
ControlCommand("Display 
Properties", "", "ComboBox4", "ShowDropDown", "")
;send keys to select desired theme
Send ("Aa")
ControlCommand("Display 
Properties", "", "ComboBox4", "HideDropDown", "")
Send ("{ENTER}")
Sleep (10000)







Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to