]、。·ˉˇ¨〃々—~‖…’”〕〉》」』〗】∶!"'),.:;?]` Windows Explorer window
ExplorerWClass
~~~~~~~~~~~~~~
var
TheWindow: HWND;
begin
//find a handle to the Windows Explorer window
Thewindow := FindWindow('ExplorerWClass',nil);
//bring it to the top
BringWindowToTop(TheWindow);
end;