I would like to hide all language packs in windows update.
;Hide Windows Update ; place the currsor on the first language pack you would like to hide Opt("WinWaitDelay",100) Opt("WinTitleMatchMode",4) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) WinWait("Select updates to install","Address: Control Pan") If Not WinActive("Select updates to install","Address: Control Pan") Then WinActivate("Select updates to install","Address: Control Pan") WinWaitActive("Select updates to install","Address: Control Pan") MouseClick("right") Send("{DOWN}{ENTER}{DOWN}")
This code isn't doing the right mouse click.
Thanks,
Docfxit