Files
2025-11-21 17:17:42 +01:00

283 B

Description

A function to minimize all the apps on your targets screen

The Function

[Minimize-Apps]

A short description of how your function works

Function Minimize-Apps
{
    $apps = New-Object -ComObject Shell.Application
    $apps.MinimizeAll()
}