In PowerShell how can I set an open explorer window topmost without any extra modules
the explorer window is is c:\users\public\fonts
Regards
I found this one liner (New-Object -ComObject WScript.Shell).AppActivate((get-process notepad).MainWindowTitle)
but it doesn't work for explorer.