[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #cs ---------------------------------------------------------------------------- 2 3 AutoIt Version: 3.2.12.1 4 Author: Lacroix Olivier 5 6 Script Function: 7 Template AutoIt script. 8 9 #ce ---------------------------------------------------------------------------- 10 11 Run("control sysdm.cpl") 12 $WinTitle="Propriétés système" 13 $begin = TimerInit() 14 $tag=0 15 $tag2=0 16 If WinWait($WinTitle, "", 600) Then 17 ; Boucle au plus 120 sec 18 While ( ( (TimerDiff($begin) / 1000) < 60 ) ) 19 20 ; entrée dans le menu 21 If ( ( WinExists("Propriétés système") ) and ($tag < 1 ) ) Then 22 ControlSend("Propriétés système", "",12320,"{RIGHT}") 23 Sleep(300) 24 controlsend("Propriétés système", "",12320,"{RIGHT}") 25 Sleep(300) 26 ControlClick("Propriétés système", "Signat&ure du pilote", "Button4") 27 Sleep(300) 28 $tag=2 29 EndIf 30 If ( ( WinExists("Options de signature du pilote") ) and ($tag2 < 1 ) ) Then 31 ControlClick("Options de signature du pilote", "&Ignorer - Forcer l'installation du logiciel sans demander mon approbation", "Button1") 32 ;ControlClick("Options de signature du pilote", "A&vertir - Me demander de choisir une action chaque fois", "Button2") 33 Sleep(300) 34 ControlClick("Options de signature du pilote", "OK", "Button5") 35 Sleep(300) 36 ControlClick("Propriétés système", "OK", "Button8") 37 exit 0 38 ;$tag2=1 39 EndIf 40 41 Sleep(500) 42 WEnd 43 EndIf 44 45
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |