How To Compress Folders With Commands in Windows
Use Powershell, open it as Administrator if you need admin access to access the source / destination folder.
Compress-Archive -Path “<source>” -DestinationPath “<destination>.zip”
Use Powershell, open it as Administrator if you need admin access to access the source / destination folder.
Compress-Archive -Path “<source>” -DestinationPath “<destination>.zip”