Unzip files with 7-zip + command line

Unzip files with 7-zip + command line

  1. Windows key + E
  2. Go to C:\Program Files\7-Zip
  3. On the address bar, type 'cmd'
  4. Paste the following:
7-zip\7z x "C:\Users\username\Desktop\sample.zip" -aou -o"C:\Users\username\Desktop\Documents"
  1. Voila!

*Run 7-zip as administrator