Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

How to hide language packs in Windows Update

$
0
0

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


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>