PowerShell descompacte vários arquivos
Get-ChildItem 'zipped path here' -Filter *.zip | Expand-Archive -DestinationPath 'path to extracted here' -Force
Cheerful Chipmunk
Get-ChildItem 'zipped path here' -Filter *.zip | Expand-Archive -DestinationPath 'path to extracted here' -Force