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"
(I have dark mode enabled system wide and have a Windows 11 machine)
How do I open it in dark mode?