Table of Contents
A function to minimize all the apps on your targets screen
A short description of how your function works
Function Minimize-Apps
{
$apps = New-Object -ComObject Shell.Application
$apps.MinimizeAll()
}
Listed below are payloads that have used one of these functions: