Skip to content

Instantly share code, notes, and snippets.

@aleksp99
Last active April 30, 2022 10:59
Show Gist options
  • Save aleksp99/e4fb8b7bda002c6c88382d157207897d to your computer and use it in GitHub Desktop.
Save aleksp99/e4fb8b7bda002c6c88382d157207897d to your computer and use it in GitHub Desktop.
New-Object System.IO.Compression.DeflateStream([System.IO.File]::Open('<файл архив>', [System.IO.FileMode]::Open), [System.IO.Compression.CompressionMode]::Decompress)).CopyTo([System.IO.File]::Create('<файл результат>'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment