Can't Run Task Manager in Dark Mode

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
101zh
Posts: 1
Joined: 30 Apr 2024, 17:55

Can't Run Task Manager in Dark Mode

Post by 101zh » 30 Apr 2024, 18:02

Hello, I recently got into autohotkey.
I have been having trouble opening task manager in dark mode, when the .ahk file is compiled to an .exe

Here's my code

Code: Select all

^#s:: Run "taskmgr.exe"
Once compiled, the hotkey opens task manager in light mode; not in dark mode.
(I have dark mode enabled system wide and have a Windows 11 machine)
How do I open it in dark mode?

Return to “Ask for Help (v2)”