ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Close all opened explorer windows

(1/1)

Contro:
Close all opened explorer windows

I would a script for closing all the explorer windows with ease

Windows xp pro sp3
Best Regards

 :-*

rgdot:
Have never tested it but

Close All Open Windows with a Single Click
http://www.ntwind.com/software/utilities/close-all.html

MilesAhead:

--- ---#NoTrayIcon
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
DetectHiddenWindows, On
GroupAdd,ExplorerGroup, ahk_class CabinetWClass
GroupAdd,ExplorerGroup, ahk_class ExploreWClass

while WinExist("ahk_group ExplorerGroup")
{
WinClose,ahk_group ExplorerGroup
}

Run it and Explorer windows are gone.

Contro:
 :-*
Going running
Best Regards

Contro:
It WORKSSSSSSS
IT WORKSSSSSSS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
 :P+

Thank a lot.
DONE: Close all opened explorer windows DONE: Close all opened explorer windows

Navigation

[0] Message Index

Go to full version