Forgot the password for my old RAR files, Want to try the passwords/keywords which I frequently use. How can I try them at once rather than typing them every single time for every .rar file?
Forgot the password for my old RAR files, Want to try the passwords/keywords which I frequently use. How can I try them at once rather than typing them every single time for every .rar file?
I use winrar.
This can be easily done using PowerShell, and
rar.exe
which is part of WinRAR. Just edit the first three variables below according to your needs and run the script. You don't even need to save it as a script, just copy-paste the code into a PowerShell window, you can use the arrow keys to edit the variables (or edit it using notepad if you like) and then press enter when you're ready to run the script.This would give you an output which looks like:
If there's something you don't understand in the code above, lemme know - happy to explain further. :)