Active the explorer or notepad as the window before minimized

PHOTO EMBED

Mon Dec 05 2022 00:57:39 GMT+0000 (Coordinated Universal Time)

Saved by @savabeh191 #0

sp.StoreObject("minWindow", sp.WindowFromPoint(sp.GetCurrentMousePoint(), true));

var hCMD = sp.WindowFromClassOrTitle('CabinetWClass', '');
if (hCMD !== null){
    if(hCMD.Minimized) {
        sp.GetStoredObject("minWindow").Activate();
    } else {
        hCMD.Activate();
        hCMD.BringToFront();
    }
}else{
    sp.SendModifiedVKeys([vk.LWIN], [vk.VK_E]);
}
content_copyCOPY

https://forum.strokesplus.net/posts/t8465-Active-the-explorer-or-notepad-as-the-window-before-minimized