Skip to content

minimize-all-windows

Minimizes all windows

#Requires -Version 5.1

try {
	$shell = New-Object -ComObject "Shell.Application"
	$shell.minimizeall()
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.