Open Taskmanager in Processes Tab

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
L40P
Posts: 19
Joined: 05 Jul 2016, 15:49

Open Taskmanager in Processes Tab

19 Jul 2018, 03:03

Hi,
I'm looking for a way to open the windows taskmanager in the "processes" tab.

I have another script opening the audio settings using this:

Code: Select all

Run, RunDll32.exe shell32.dll`,Control_RunDLL mmsys.cpl`,`,0
So I thougth the mmsys.cpl could be changed to open the taskmanager, but I have no clue what to change it to or if that's even possible.

Thanks for any help! :bravo:
AHKStudent
Posts: 1472
Joined: 05 May 2018, 12:23

Re: Open Taskmanager in Processes Tab

19 Jul 2018, 05:03

L40P wrote:Hi,
I'm looking for a way to open the windows taskmanager in the "processes" tab.

I have another script opening the audio settings using this:

Code: Select all

Run, RunDll32.exe shell32.dll`,Control_RunDLL mmsys.cpl`,`,0
So I thougth the mmsys.cpl could be changed to open the taskmanager, but I have no clue what to change it to or if that's even possible.

Thanks for any help! :bravo:
the easy way

process, close, taskmgr.exe
sleep, 500
run, taskmgr.exe
problemsolver12345

Re: Open Taskmanager in Processes Tab

24 Aug 2018, 10:26

Try this

Code: Select all

; The tabs start at index 0
Run, taskmgr.exe
Control, TabLeft , 6, SysTabControl321, Windows Task Manager ; This is to ensure the opening of the first tab, and then from there we go to the desired tab
Control, TabRight , 1, SysTabControl321, Windows Task Manager
If it doesn't select the correct tab, add a Sleep, 200 after Run, taskmgr.exe

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Frogrammer, gongnl and 266 guests