Sizden Gelen Sorular – PowerShell ile acik olan butun pencereleri tek komutla minimize edebilir miyim?
$shell = New-Object -ComObject Shell.Application
$shell.MinimizeAll()