Unzip files with 7-zip + command line
- Windows key + E
- Go to C:\Program Files\7-Zip
- On the address bar, type 'cmd'
- Paste the following:
7-zip\7z x "C:\Users\username\Desktop\sample.zip" -aou -o"C:\Users\username\Desktop\Documents"
- Voila!
*Run 7-zip as administrator