jsteng Posted January 8, 2019 Posted January 8, 2019 Im trying to use this script while 1 $rc = StatusBarGetText(Task Manager,'',2) if @error > 0 then Tooltip('error') else Tooltip($rc) endif sleep(250) wend it is basically the same as the one found in this thread: but StatusBarGetText kept giving me blank. is it due to 10+ years it was no longer valid? thanks
careca Posted January 8, 2019 Posted January 8, 2019 Huh, does it have to be through taskmanager statusbar? or is it ok for you to use other method to get the cpu usage? 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
jsteng Posted January 8, 2019 Author Posted January 8, 2019 Honestly, I wanted to do two things: Firstly, getting CPU and Memory Load, for the whole machine and not per process. Secondly, investigating StatusBarGetText, for possible use with other scripts. I was wondering why it was not working for task manager. thanks
careca Posted January 8, 2019 Posted January 8, 2019 I see, well, if you want an alternative way to get those values, just ask. As for why it didnt work with task manager, i cant really help atm, but as soon as im home and have time, can test and try. 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
Aelc Posted January 8, 2019 Posted January 8, 2019 (edited) Hey you could use powershell i think its actually the best option But Statusbargettext isnt my best part Edited January 8, 2019 by Aelc why do i get garbage when i buy garbage bags?
argumentum Posted January 8, 2019 Posted January 8, 2019 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
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