Return to site

Unzip Folder Windows

broken image


How to get zip and unzip on the windows command line for quick creation and extraction of zip compressed files.

Download the free Windows executables: (for Linux, see below)

  • to extract zip files on the command line, download unzip.exe here.

    this file is a copy of the original Info-ZIP unzip.exe version 5.52,provided for free under the Info-ZIP license.Alternatively, you may download it via the original Info-ZIP website.

    How to use unzip? Read the examples below.

  • to create zip files on the command line, download zip.exe here.

    this file is a copy of the original Info-ZIP zip.exe version 2.32,provided for free under the Info-ZIP license.Alternatively, you may download it via the original Info-ZIP website.

    How to use zip? Read the examples below.

  • to create or extract zip files more flexible, like
    • include or exclude sub folders or filenames
    • zip only files changed today, or in the last 3 days
    • with full UTF-8 unicode filename support

    download Swiss File Knife here. Then type sfk zip or sfk unzipand read the examples.

    this tool is created and maintained only by this website, www.stahlworks.com,and not associated with Info-ZIP.Swiss File Knife Base is Free Open Source, BSD licensed. (more)

  • to extract .tar.gz and .tar.bz2 files under windows, download:
    gzip.exe1.3.12a copy from http://gnuwin32.sourceforge.net/
    bzip2.exe1.0.5a copy from http://www.bzip.org/
    tar.exea copy from http://sourceforge.net/projects/unxutils/

    All binaries can be used instantly, requiring no further DLL's.
    Some command examples:
    gzip -d foo.tar.gzuncompresses foo.tar.gz, replacing it by foo.tar
    bzip2 -d foo.tar.bz2uncompresses foo.tar.bz2, replacing it by foo.tar
    tar tvf foo.tarlists the contents of foo.tar
    tar xvf foo.tarextracts the contents of foo.tar
  • Zip and Unzip for newer (lib6 based) distributions:unzip 5.51,zip 2.3
  • Zip and Unzip for older (lib5 based) distributions:unzip 5.50,zip 2.3

    These files are copies from the Info-Zip download locations listed above,
    provided under the Info-ZIP license.

  • The gzip, bzip2 and tar commands should be available on your linux already.
  • zzfind and sfk for newer (lib6 based) distributions: zzfind, sfk
  • zzfind and sfk for newer (lib5 based) distributions: zzfind, sfk

    These files are provided for free under the BSD license.

  1. If you'd like to replicate this same feature on Windows 10 you can. It ought to work with just about any browser you use however, it also depends on which folder it is you download the zip file to. In order to automatically extract zip files, you need a batch script, and an app that can detect the zip file and trigger the script to run.
  2. Unzip Files in Windows 10: Instructions. To unzip files in Windows 10, display the zipped file to unzip within a File Explorer window. Then click or tap the zipped file to select it. Then click the 'Compressed Folder Tools' contextual tab within the Ribbon to view your unzipping options.

I am not sure that you can 'unzip' a file in Chrome like you can on Windows. You have to open the zipped folder and drag the files into another folder to create the same effect. This can be quite tedious, though, if the folder you have is very large. This tutorial will show you how to unzip files and folders from a zipped folder in Windows 10. I know there is a distinction between 'compressed' and 'zipped. How to extract all files and folders from a ZIP file, in Windows. The tool you need to use to work with ZIP files in Windows is File Explorer in Windows 10 or Windows 8.1 and Windows Explorer in Windows 7. The first task is to locate the ZIP file (or the compressed folder as named by Windows) in File Explorer or Windows Explorer.

Further zip tools of possible interest:

Although not discussed here, it should be mentioned that the original Info-ZIP homepage provides further tools, e.g. for the creation of self-extracting zips, gzip and zipsplit, and of course zip/unzip binaries for many other operating systems.

searches all .java files within eclipse.zip for lines with the words 'public' AND 'class'.
Note that zzfind can also search files in a zip within a zip (nested zips).

How to list nested zip file contents (zips or jars within zips):

For example, if you download the Eclipse SDK and typeyou get a listing of less than 2000 files, listing also .jar file names.But how can you also list what is inside the .jar files, without the needto extract everything first?

Download Swiss File Knife Base,then type:This will produce a listing of all files, no matter how deeply nested -in total nearly 70000 lines that can be very long, for example:

eclipse-SDK-3.3.2-win32.zipeclipseplugins
org.eclipse.ant.core_3.1.200.v20070522.jarlib
antsupportlib.jarorgeclipseant
internalcoreantEclipseAntMain.class

Notepad for windows 7 32 bit. The above is the text of a single line (filename), split into 4 lines here for better reading.

As you can see, there is a .class file in a .jar within another .jar within the .zip.

Limitations: Whatsapp per windows 10. SFK may not be able to process very large zip files, zip files with anunusual compression method, or 64 bit zip files. Type sfk help xe to list all limitations.

How to list the contents of all .zip files in all subdirectories:

In the example above, we listed the content of a single zip file.But sfk can also list the contents of all .zip, .jar, .ear, .war and .aar filesin a directory tree. type:and get the most comprehensive listing of all files, all .zip (.jar etc) file contents
and even zip contents embedded within other zips.

Flexible file selection for zipping, using sfk:

If you don't want to zip all files of a directory tree, but for example

  • files that changed today, or since a date
  • files with a specific file extension
  • all files except those in subdirectories save and tmp
  • files that are different compared to another directory

then you have to prepare a file list with the swiss file knife,and send this to the zip tool through zip's option -@ (read file list from standard input).

example: zipping files changed today

Unzip Folder Windows

four files were changed today, so only those are packed into update.zip.

example: including/excluding by filename

only files with extension .txt are collected from the docs directory,excluding files
  • which are located in any subdirectory named 'tmp'
  • having '-save.' in their name
the example uses sfk for windows syntax. linux users have to type ':' instead of '!'.

example: comparing directories

we have two directory trees, 'docs' and 'docs-old'. the latter one is a copy of docs,made some days ago. meanwhile, there have been changes in 'docs'. but what changes?

this command only lists what has changed so far:
  • some files have been added.
  • some files have differences, i.e. have been edited meanwhile.
so let's collect all these differences into a .zip. notice that zip would be irritated by the [add]and [dif] prefixes in each line, therefore we have to add sfk option -pure:

now let's send this to zip:

NTFS and ZIP - execution prevention problem:

i experienced one small problem when using the command-line (un)zip together with NTFS file systems; in short terms, after unzipping '.msi' files, I was unable to install software from these files. windows complained that access to the files was not possible or denied (due to some 'execution prevention' mechanism introducted with XP SP2). this was probably because i zipped those files from a FAT partition (maybe even with an older zip tool) and then unzipped them on NTFS. the solution was to copy the files to a partition with FAT(32) file system, e.g. an USB stick, and then to run the installer from there.

NTFS and ZIP - filetime jumps:

another issue concerns filetimes, especially when zipping/unzipping accross FAT and NTFS partitions. in short terms, if you zip files from a FAT partition, then unpack this .zip on an NTFS partition, you always have to expect that the filetimes may be changed globally by a few hours. This is not at all a bug in the zip tool - it's due to the way that NTFS manages filetimes internally. in case you're irritated by this, try the following: 1) remember the filetimes in some directory on an NTFS partition. 2) change the date of your system from summer to winter time, or vice versa 3) have a look again at the filetimes and be shocked: all file times have jumped by one hour! so this is not a zip-specific problem, but it may show up when you compare times listed in a .zip file with those of the files actually created.

Summary :

Large files can occupy much space and are hard to share and send to others. Zipping files in Windows 10 is a common way to compress large files to small size. You can also easily unzip the zipped files in Windows 10. Check the guides in this post. MiniTool software like MiniTool Movie Maker and MiniTool Power Data Recovery are also available to help you deal with your files and media.

Zipping files can compress files and save space in your Windows 10 computer, and you can transfer zipped files more quickly via email or other online tools.

Besides, if you want to transfer a pack of files to a friend or colleague, and the app you use doesn't support sending multiple files at a time, you can zip the files into one zipped file to send it smoothly. And others can easily download and unzip the files.

Check how to zip and unzip files on Windows 10 computer? This post lists some ways.

How to Zip Files on Windows 10 for Free

You can easily zip files in Windows 10 computer, check the step-by-step guide below.

Step 1. At first, you can put all the files or folders you want to zip into the same folder.

Step 2. Next select all the files and folders you want to zip to a single file. You can also click the left mouse button and drag a selection box to select all the files and folders.

Step 3. Then right-click the selected files, click Send to and choose Compressed (zipped) folder.

Then you can see a new zipped folder appears in the same folder. You can then transfer the zipped folder with email or other file transfer tools with ease while keeping a fast speed.

As for how to zip a file Windows 10, you can also follow the steps below to easily zip files Windows 10.

Step 1. You can click This PC to open File Explorer Windows 10, and also locate the items you want to zip to put them in a same location.

Step 2. Then right-click an empty space and click New option. Choose Compressed (zipped) Folder. You can specify a name for the zipped folder.

Step 3. Next you can select all the files and folders you want to include into a zip file, and right-click the selection, then click Cut.

Step 4. At last, you can double-click the created compressed zip folder, right-click the blank space and click Paste. You can add more files to this zip folder by repeating Step 3, 4.

How to Unzip Files in Windows 10 for Free

In regards to how to unzip files or extract rar files in Windows 10, it's also an easy task.

Step 1. If you want to unzip the entire compressed folder in Windows 10, you can right-click the compressed (zipped) folder, and select Extract All.

Step 2. Next select a destination to store the extracted files by clicking Browse button. And tick Show extracted files when complete. (By default, the unzipped files will be stored into the same folder as the zipped file.)

Step 3. Click Extract to unzip files to the specified folder.

If you only want to unzip a single file or folder from the zipped folder in Windows 10, you can follow the steps below.

Step 1. You can double-click the zipped folder, and all the files and folders will be shown.

Step 2. Select the files or folders and drag them from the zipped folder to a new location. You can also right-click the selected files and click Cut and Paste to move the files to a new location.

How to Unzip Files Free Online

If you also want to try online tools to unzip file, you can search for 'unzip files free online' or 'unzip files online', and it will display a set of free online file unzip tools. You can choose and try a reliable one.

Many unzip free online tools or rar extractors allows you to extract many types of compressed files such as rar, zipx, tar, 7z, wim, exe, dmg and more.

You can choose file from your computer, Google Drive, Dropbox, etc. and drag & drop files to the designated place of the free online unzip services. It will unzip the files for you. After the file unzip process is completed, you can download the uncompressed files to your computer.

Top unzip free online tools include: Archive Extractor, Archive Converter, 7-Zip, Unzip-online, B1 Online Archiver, ezyZip, Files2Zip.com, WOBZIP, etc.

If Windows own file zip/unzip tools WinRAR and WinZip are not available or can't work, turning to these online unzip tools may be a rescue. Just remind that some free online uncompressing tools put a limit on the file size, e.g. up to 200MB. If you care about your privacy, you can sift and choose a trusted one which assures you to delete the uploaded files after 24 hours and not to leak your files to others, and the files can only be viewed by yourself.

How to Compress Large Files to Small Size

To compress large files to small size, you can use the ways above to zip files in Windows 10, and your files will get compressed in a zip or rar format. When you need, you can unzip files in Windows 10 with WinZip or WinRAR.

You can also compress files online by using some online file compressors like WeCompress. If you want to compress PDF file size, you can also use some online tools to compress PDF online. Top tools include: PDF Compressor, iLovePDF, Smallpdf.com, Soda PDF Online, etc. Best sketching programs for windows 10.

If you want to compress PNG pictures, TinyPNG, compresspng.com, Compressor.io, Ezgif PNG Image Online Optimizer, etc. are good choices.

If you want to compress JPEG pictures, you can use compressjpeg.com, TinyJPG, JPEG Optimizer, etc.

To compress photos, you can use the tools listed above which can compress PNG, JEPG pictures.

How to Compress Large Video Files to Small Size

For how to easily compress large video files to small size, you can use a professional movie video editor and maker for Windows 10/8/7 – MiniTool MovieMaker.

You can use this free Windows movie maker to trim video, change video format, change video resolution, etc. to reduce video file size.

You can get free MiniTool MovieMaker and install it on your Windows 10/8/7 computer. Launch it.

  • Click Import Media Files button to load source video file into this video compressor.
  • Drag and drop the video file to the storyboard, click the scissor-like icon and drag the Vertical Line on the video track to set the start point and end point to trim unwanted parts of the video.
  • Different video formats has different compression rate, and thus have different file size. You can output the video to a more compressed file format like MP4.
  • The higher the video resolution is, the larger the file size will be while the other parameters are the same. You can choose a lower resolution when exporting the video in MiniTool MovieMaker.

If you want to compress (MP4) video file size online, here are good options for online video compressing: Online Converter, YouCompress, MP4Compress, etc.

How to Recover Lost/Deleted Files in Windows 10

To recover deleted/lost files in Windows 10, you can use the best free data recovery software – MiniTool Power Data Recovery.

This best data recovery software can help you recover deleted/lost files from computer hard drive, external hard drive, SSD, USB flash drive, SD card and more in 3 simple steps.

Unzip Folder Windows

File Extractor

Download and install MiniTool Power Data Recovery on Windows 10/8/7 computer, and follow the detailed guide below to recover lost/deleted files in Windows 10.

Step 1. Launch MiniTool Power Data Recovery

Run MiniTool Power Data Recovery, and click This PC. Choose a partition from the right window, and click Scan button. It will take a while to finish the data scan.

Compressed Zipped Folder Windows 10

Step 2. Find lost or deleted files in Windows 10

In the scan result window, it will list all normal files, deleted files, lost files. You can check needed files.

Step 3. Recover deleted/lost files in Windows 10

After you find needed files, you can click Save button to store the recovered lost/deleted files to a new location.

Tip: If you need to backup files and sync files on Windows 10, you can try MiniTool ShadowMaker – an all-around professional free OS, disk, file backup software.

Conclusion

This post provides some solutions for how to zip or unzip files in Windows 10, how to zip/unzip files free online, how to compress large files (PDF, PNG, JPEG, photos, video files, etc.) to smaller size for easy transfer like via email. An ultimate file recovery software is also provided if you lost or mistakenly deleted some important files in Windows 10/8/7 computer. Hope you can better manage your files now.





broken image