Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何关闭所有 Windows 资源管理器窗口?
winclose ahk_class CabinetWClass
我知道如何关闭一个窗口。我怎样才能关闭所有的窗户?
在循环中使用您的代码,每次检查是否还有该类的任何窗口。如果没有,则退出循环。