20221223 1152 

REF

[1] "https://www.autohotkey.com/board/topic/15652-list-all-open-windows/" List all open windows

 

WinGet windows, List
Loop %windows%
{
	id := windows%A_Index%
	WinGetTitle wt, ahk_id %id%
	r .= wt . "`n"
}
MsgBox %r%

 

 

Posted by Weneedu
,


출처: https://privatedevelopnote.tistory.com/81 [개인노트]