Jalankan perintah zip di PowerShell

Compress-Archive -LiteralPath <PathToFolder> -DestinationPath <PathToDestination>
Sanjay Pant