You can use WinRAR
Also you can uzip your file using Windows CMD
cd C:\Users\YourUsername\Downloads
expand example.zip -f:*
The “-f:*” parameter tells the “expand” command to extract all files from the zipped archive.
That’s it! Once the unzip process is finished, you should see the extracted files in the same directory where the zipped file was located.