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.
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.