Problem with Winset in Windows 10

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
michaelkent81
Posts: 1
Joined: 15 Aug 2018, 10:07

Problem with Winset in Windows 10

15 Aug 2018, 10:14

Hi,

I use Windows 10 and I have a problem with the following code:

!T::
IfWinExist ahk_class TTOTAL_CMD
{
WinActivate
}
else
{
Run C:\totalcmd\TOTALCMD64.EXE /I="D:\Dropbox\WINDOWS - Total Commander - Settings\wincmd.dark.ini"
WinWait ahk_class TTOTAL_CMD
WinMaximize, ahk_class TTOTAL_CMD
;WinSet, Style, -0xC00000, A
}
Return

This runs Total Commander in maximized windows with the titlebar hidden.

This works fine but when I have this window in front of me and I press the Total commander taskbar button twice the window goes over the taskbar. So the taskbar is invisible. This is a Windows 10 problem I think.

What can I do to solve this?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Joey5, justcop, Rohwedder and 180 guests