Epulone Posted January 7, 2018 Posted January 7, 2018 I am learning to use Autoit just for simple things as I am a very beginner. At the moment I am using it most of all to automate installation programs. I have some problem using windows information tool on hidden icon because I would like to disable a program clicking on the icon present there. MouseClick command work in all task-bar except on the arrow hidden icon. Although i could find a way the really issue is tat once I click on finder tool to point to the program icon the the hidden icon window disappear....the same happen also when I want to select for example setting tab by start button. What would be the best way to solve it? Thanks
careca Posted January 8, 2018 Posted January 8, 2018 I got confused about the issue, but i think you're talking about using the info tool, and things disappear when you click the finder tool to drag on top of what you want to get information. Use Ctrl + Alt + F to freeze/unfreeze, that way you dont need to drag the tool. Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Epulone Posted January 13, 2018 Author Posted January 13, 2018 Thanks Careca, I have to disable a program that is working in background ,so the only way for me to disable ( or enable) it is accessing it by the system try icon and clickking on the icon > right -click =disable< Mouseclick primary or controlclick seems not working, I mean if I point the narrow "system try icon" on the task > Mouseclick primary doesn't open the windows icons ( i discovered Mouseclick secondary works ). I can't use controlclick because "windows info" is not able to find the "title" of this widows or icon to use.... What can I use to popup the system try icon windows ? Using Use Ctrl + Alt + F i solved the second issue finding the coordinate of the icon I need to disable. >> THANK YOU VERY MUCH
careca Posted January 15, 2018 Posted January 15, 2018 The problem i see is the icon may change position, and if you do that by coordinates, it will fail in the future. Sadly, besides UIAutomation i don't know another way to do that. Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
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