How to pop-up minimized program at Taskbar python
问题 What I want to pop-up is minimized at taskbar. But when I run below code, not minimized program pop-up, one more program run, and it cannot be clicked or seen and simply exists in the taskbar. import win32gui, win32con hwnd = win32gui.FindWindow(None, "League of Legends") win32gui.SetForegroundWindow(hwnd) win32gui.ShowWindow(hwnd, win32con.SW_SHOW) What I expected : minimized program pop-up 回答1: Firstly make sure that you are locating the right window using this Finder tool. If you do not