TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Close All Opened Windows

    Windows
    1
    1
    264
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ZeddyZ
      Zeddy
      last edited by Zeddy

      Very useful for me, just copy and paste:

      Trigger:

      Close All

      Command:

      powershell -command "(New-Object -comObject Shell.Application).Windows() | foreach-object {$_.quit()}; Get-Process | Where-Object {$_.MainWindowTitle -ne \"\"} | stop-process"
      

      Have a nice day ~

      1 Reply Last reply Reply Quote 1
      • First post
        Last post