Zipped (compressed) files take up less storage space and can be transferred to other computers more quickly than uncompressed files. In Windows, you work with zipped files and folders in the same way that you work with uncompressed files and folders. Combine several files into a single zipped folder to more easily share a group of files.
Locate the file or folder that you want to zip.
Press and hold (or right-click) the file or folder, select (or point to) Send to, and then select Compressed (zipped) folder.
A new zipped folder with the same name is created in the same location. To rename it, press and hold (or right-click) the folder, select Rename, and then type the new name.
Locate the zipped folder that you want to unzip (extract) files or folders from.
Do one of the following:
To unzip a single file or folder, open the zipped folder, then drag the file or folder from the zipped folder to a new location.
To unzip all the contents of the zipped folder, press and hold (or right-click) the folder, select Extract All, and then follow the instructions.
To add files or folders to a zipped folder you created earlier, drag them to the zipped folder.
If you add encrypted files to a zipped folder, they’ll be unencrypted when they’re unzipped, which might result in unintentional disclosure of personal or sensitive information. For that reason, we recommend that you avoid zipping encrypted files.
Some types of files, like JPEG images, are already highly compressed. If you zip several JPEG pictures into a folder, the total size of the folder will be about the same as the original collection of pictures.
Скачать WindowsZIP бесплатно
Для скачивания в формате установочного дистрибутива — выбирайте формат exe. Если у вас уже есть архиватор и вы сможете распаковать архив — используйте для скачивания ссылку с zip архивом
https://windowszip.ru/downloads/WindowsZipSetup.zip В zip-архиве | Версия: 1.1, 6,6 МБ, 28.03.2019
Программный продукт имеет цифровую подпись, подтвержденную VeriSign
Как ассоциировать все архивные файлы с WindowsZIP?
Для этого требуется заупстить программу и перейти в раздел Настройки, где будет доступен Менеджер расширений файлов. Галочками отмечены типы файлов, которые уже открываются программой WindowsZIP по умолчанию. Вы можете изменить набор файлов и сохранить изменения, нажав соответствующую кнопку в нижней части окна со списком файлов.
Архиватор WindowsZIP для открытия .7z файлов
Стоит добавить, что архиватор WindowsZIP имеет размер дистрибутива, а также привлекает крайне доступным меню даже для начинающих пользователей. Архиватор для работы с файлами 7Z открывает разное содержимое архивов, от текстовых данных до мультимедийного контента. При этом поддерживает пятнадцать стилей настроек оформления. Отвечая на вопрос, как открыть 7Z при помощи указанного софта, можно ограничиться несколькими словами – просто дважды кликните по архиву. В результате откроется окно с содержимым. В противном случае потребуется указать путь к утилите. С помощью приложение вы также можете извлекать данные, проверять их на наличие вирусов. Напоследок, хочется добавить, что архиватор регулярно обновляется в автоматическом режиме. Помимо указанного стандарта, поддерживает все остальные!
Бесплатный архиватор для Windows
Поддержка всех форматов архивации
Выбор темы оформления программы
Полностью бесплатное использование
Сочетание функций и стиля
WindowsZIP – сочетание высокой производительности, небольшого веса и продуманного дизайна. Речь идет об удобной утилите для архивации текстов, музыки, видеороликов, фото, различного софта. Привлекает обширным функционалом и детализированным интерфейсом.
Приложение содержит 15 разных стилей, каждый из которых вы можете оценить в настройках — все варианты предполагают уникальное оформление! При этом приложение привлекает интуитивно понятным меню. Посредством нескольких кликов можно добавить и удалить архив, извлечь данные и проверить файлы на наличие вирусов.
Управление бесплатной программой для Windows предусматривает работу, как с окном приложения, так и готовыми архивами. Вы можете создать папку и перетащить в нее необходимые файлы или осуществить действия посредством работы в приложении. Для этого нужно нажать на вкладку «добавить» и указать путь к интересующим элементам.
Богатый функционал
WindowsZIP привлекает обширным набором функций для создания, конвертации и редактирования архивов. С помощью данного приложения можно установить пароль, изменить вес и придумать название для файла. Можно совместить несколько архивов в один, выполнить сжатие для экономии места, зашифровать данные и скрыть папки.
Если не хотите «заморачиваться» можно поставить галочку возле функции «Создать само-распаковывающийся архив», который предполагает наличие настроек по умолчанию. Также есть режим, позволяющий автоматически прикреплять к названию файла дату и время создания.
Поддержка всех форматов
Посредством менеджера расширения файлов, вы можете выбрать, в каком формате сохранить архив. Доступно более 20 вариаций, включая:
WindowsZIP предусматривает открытие любых архивов, даже которые создавались посредством портативных устройств. Более того вы можете создать и изменить папки на ПК под разные операционные системы, включая Андроид и прочее.
Практическое руководство. Сжатие и извлечение файлов How to: Compress and extract files
Пространство имен System.IO.Compression предоставляет следующие типы для сжатия и распаковки файлов и потоков. The System.IO.Compression namespace contains the following types for compressing and decompressing files and streams. Вы также можете использовать эти типы для чтения и изменения содержимого сжатого файла. You can also use these types to read and modify the contents of a compressed file.
В примерах ниже показано несколько операций для работы со сжатыми файлами. The following examples show some of the operations you can perform with compressed files. Для этих примеров требуется добавить в проект следующие пакеты NuGet: These examples require the following NuGet packages to be added to your project:
Если вы используете .NET Framework, добавьте в проект ссылки на эти две библиотеки: If you’re using .NET Framework, add references to these two libraries to your project:
Пример 1: Создание и извлечение ZIP-файла Example 1: Create and extract a .zip file
В следующем примере показано, как создавать и извлекать сжатый файл .zip с помощью класса ZipFile. The following example shows how to create and extract a compressed .zip file by using the ZipFile class. Он сжимает содержимое папки в новый ZIP-файл и затем извлекает его в новую папку. The example compresses the contents of a folder into a new .zip file, and then extracts the zip to a new folder.
Чтобы запустить пример, создайте папку start в папке программы и заполните ее файлами для сжатия. To run the sample, create a start folder in your program folder and populate it with files to zip.
Пример 2: Извлечение файлов с определенными расширениями Example 2: Extract specific file extensions
В этом примере выполняется итерация по содержимому существующего ZIP-файла и извлекаются файлы с расширением .txt. The next example iterates through the contents of an existing .zip file and extracts files that have a .txt extension. Здесь используется класс ZipArchive для доступа к ZIP-файлу и класс ZipArchiveEntry для проверки отдельных элементов. It uses the ZipArchive class to access the zip, and the ZipArchiveEntry class to inspect the individual entries. Метод расширения ExtractToFile для объекта ZipArchiveEntry доступен в классе System.IO.Compression.ZipFileExtensions. The extension method ExtractToFile for the ZipArchiveEntry object is available in the System.IO.Compression.ZipFileExtensions class.
Чтобы запустить пример, поместите ZIP-файл с именем result.zip в папку программы. To run the sample, place a .zip file called result.zip in your program folder. По запросу укажите имя папки для извлечения. When prompted, provide a folder name to extract to.
При распаковке файлов важно убедиться в отсутствии вредоносных путей, которые могут вести за пределы каталога, в который вы извлекаете файлы. When unzipping files, you must look for malicious file paths, which can escape out of the directory you unzip into. Такая атака известна как обход путей. This is known as a path traversal attack. В следующем примере показано, как правильно проверить наличие вредоносных путей и безопасно извлечь файлы. The following example demonstrates how to check for malicious file paths and provides a safe way to unzip.
Пример 3. Добавление файла в существующий ZIP-файл Example 3: Add a file to an existing zip
В следующем примере используется класс ZipArchive для доступа к существующему ZIP-файлу и добавления в него файла. The following example uses the ZipArchive class to access an existing .zip file, and adds a file to it. Новый файл сжимается при добавлении в существующий ZIP-файл. The new file gets compressed when you add it to the existing zip.
Пример 4. Сжатие и распаковка GZ-файлов Example 4: Compress and decompress .gz files
Также вы можете использовать классы GZipStream и DeflateStream для сжатия и распаковки данных. You can also use the GZipStream and DeflateStream classes to compress and decompress data. Они применяют тот же алгоритм сжатия. They use the same compression algorithm. Вы можете распаковать объекты GZipStream, которые записаны в GZ-файл, с помощью многих распространенных средств. You can decompress GZipStream objects that are written to a .gz file by using many common tools. В следующем примере показано, как использовать класс GZipStream для сжатия и распаковки каталога файлов. The following example shows how to compress and decompress a directory of files by using the GZipStream class:
How to zip (and unzip) files using Windows 10
You probably heard the term «zip» many times before. It’s one of the most popular file formats that allows you to compress files to save space on your hard drive or to make it easier to send them over the internet.
Typically, you would use zip for archiving files you rarely use, or to send documents and pictures via email. In addition, zip is also commonly used to compress files and make them available for download on websites or through FTP servers.
Nowadays, lots of third-party software can handle zip compression, but if you’re running Windows 10, you don’t need to install extra software, because the OS supports zip natively.
In this Windows 10 guide, we’ll walk you through the easy steps to zip and unzip files and save space on your computer’s hard drive or just to make it easier to send them.
How to zip files to save hard drive space
To compress files using zip and save hard drive space, do the following:
Open File Explorer.
Navigate to the location with the items you want to compress.
Right-click on an empty space, select New, and click Compressed (zipped) Folder.
Right-click your selection, and choose Cut.
Right-click it and select Paste.
You can always add more files to the zip folder by repeating steps 5, 6 and 7.
How to zip files to share with other people
If you’re only trying to compress files to make it easier to send them over the internet, you can do the following:
Open File Explorer.
Navigate to the location of the items you want to compress.
Select the files and folders you want to share.
Right-click your selection, select Send to, and click on Compressed (zipped) folder.
Type a name for the compressed folder and press Enter.
Once you complete these steps, you can, for example, attach the zipped folder to email to share files with other people. After you sent the email, you can safely delete the zipped folder, because it only contains a copy of your original files.
Alternatively, you can select the items you want to send, and from the Share tab, click the Zip button to compress.
How to unzip files on Windows 10
Windows 10 supports zip natively, which means that you can just double-click the zipped folder to access its content — and open files. However, you always want to extract all the compressed files before using them.
If you don’t unzip the files, you won’t be able to edit and save the new content in the same document, and if you’re trying to install a piece of software, the installation process won’t start.
There are at least two ways to extract files from a zipped folder:
Use the Extract All wizard
To extract all the files from a zipped folder, do the following:
Right-click the compressed (zipped) folder.
Select Extract All from the context menu.
Check the Show extracted files when complete option.
Click Extract.
Using the File Explorer
To extract all or individual files from a zipped folder, do the following:
Double-click the compressed (zipped) folder.
Select the file or files you want to extract.
Right-click your selection and click Cut.
Right-click and select Paste.
Alternatively, inside the zipped folder, you can select the items you want, and on the Extract tab, select the location to extract the files. If the location isn’t listed, click the More button, and then click the Choose location button to find the correct folder.
Wrapping up
Although there are tons of third-party software options designed to compress files, which can also handle additional compression file formats, you’ll find that Windows 10 includes all the necessary functionalities anyone needs to zip and unzip files.
Do you use Windows 10 or another software to handle file compression? Let us know your preferences in the comments.
More Windows 10 resources
For more help articles, coverage, and answers to common questions about Windows 10, visit the following resources:
Halo: MCC’s live service elements make it better, not worse
Halo: The Master Chief Collection is more popular than ever, but some fans don’t agree with the live service approach 343 Industries has taken with it. Here’s why those elements are, at the end of the day, great for the game and for Halo overall.
Microsoft’s Surface Duo is not ‘failing up’
Microsoft announced this week that it was expanding Surface Duo availability to nine new commercial markets. While Surface Duo is undoubtedly a work in progress, this is not a sign of a disaster. It’s also doesn’t mean that Surface Duo is selling a ton either. Instead, the reason for the expansion is a lot more straightforward.
Here’s what you can do if Windows 10 update KB5001330 is causing issues
In this guide, we’ll show you the steps to get rid of the update KB5001330 to fix profile, gaming, and BSoD problems with the Windows 10 October 2020 Update and May 2020 Update.
These are the best PC sticks when you’re on the move
Instant computer — just add a screen. That’s the general idea behind the ultra-portable PC, but it can be hard to know which one you want. Relax, we have you covered!