Vicenarian
Active Member
- Reaction score
- 19
Hi, I read a post by user "Methical" a while back, where he created a batch file to automate the process of saving a user's passwords via the free Nirsoft password recovery tools. Well, I sort of tweaked the batch file, and here it is:
echo Backing Up FireFox Passwords...
start /wait "" "PasswordFox.exe" /shtml "ClientPasswords/FirefoxPasswords.html"
echo Backing Up Internet Explorer Passwords...
start /wait "" "iepv.exe" /shtml "ClientPasswords/iePasswords.html"
echo Backing Up Google Chrome Passwords...
start /wait "" "ChromePass.exe" /shtml "ClientPasswords/ChromePasswords.html"
echo Backing Up Opera Passwords...
start /wait "" "OperaPassView.exe" /shtml "ClientPasswords/OperaPasswords.html"
echo Backing Up Email Client Passwords...
start /wait "" "mailpv.exe" /shtml "ClientPasswords/EmailClientPasswords.html"
echo Backing Up Outlook PST Passwords...
start /wait "" "PstPassword.exe" /shtml "ClientPasswords/OutlookPSTPasswords.html"
echo Backing Up Dial-Up Passwords...
start /wait "" "dialupass.exe" /shtml "ClientPasswords/DialUpPasswords.html"
echo Backing Up Instant Messaging Client Passwords...
start /wait ""all "mspass.exe" /shtml "ClientPasswords/InstantMessengerPasswords.html"
echo Backing Up Wireless Network Keys...
start /wait "" "WirelessKeyView.exe" /shtml "ClientPasswords/WiFiKeys.html"
echo Backing Up Software Product Keys...
start /wait "" "ProduKey.exe" /shtml "ClientPasswords/SoftwareProductKeys.html"
echo Backing Up Other Network Passwords...
start /wait "" "Netpass.exe" /shtml "ClientPasswords/Netpass.html"
echo Backing Up Protected Storage Passwords...
start /wait "" "pspv.exe" /shtml "ClientPasswords/ProtectedStorage.html"
echo.
Create a new directory (folder) and download/unzip the following Nirsoft EXE files into it:
ChromePass.exe
Dialupass.exe
iepv.exe
mailpv.exe
mspass.exe
netpass.cfg
netpass.exe
OperaPassView.exe
PasswordFox.exe
ProduKey.exe
pspv.exe
PstPassword.exe
WirelessKeyView.exe
(All available on the nirsoft.net website)
Next,
Create a directory (in your newly made directory), named "ClientPasswords" (without the quotes).
Run the batch file, and all passwords will be backed up into .html files automatically. On subsequent executions of the batch file, the .html files will be overwritten, so make sure you save a copy of each client's passwords in a separate folder (renamed to match the client's name).
There are probably easier ways to do this, but I thought it might prove useful.
I know of the tool "SIW" that does the same function, but you have to pay $79.00 or something for a technicians version.
If you know of any other programs that can quickly and automatically save a client's various passwords (and is freeware), please post here and let me know. Thanks.
echo Backing Up FireFox Passwords...
start /wait "" "PasswordFox.exe" /shtml "ClientPasswords/FirefoxPasswords.html"
echo Backing Up Internet Explorer Passwords...
start /wait "" "iepv.exe" /shtml "ClientPasswords/iePasswords.html"
echo Backing Up Google Chrome Passwords...
start /wait "" "ChromePass.exe" /shtml "ClientPasswords/ChromePasswords.html"
echo Backing Up Opera Passwords...
start /wait "" "OperaPassView.exe" /shtml "ClientPasswords/OperaPasswords.html"
echo Backing Up Email Client Passwords...
start /wait "" "mailpv.exe" /shtml "ClientPasswords/EmailClientPasswords.html"
echo Backing Up Outlook PST Passwords...
start /wait "" "PstPassword.exe" /shtml "ClientPasswords/OutlookPSTPasswords.html"
echo Backing Up Dial-Up Passwords...
start /wait "" "dialupass.exe" /shtml "ClientPasswords/DialUpPasswords.html"
echo Backing Up Instant Messaging Client Passwords...
start /wait ""all "mspass.exe" /shtml "ClientPasswords/InstantMessengerPasswords.html"
echo Backing Up Wireless Network Keys...
start /wait "" "WirelessKeyView.exe" /shtml "ClientPasswords/WiFiKeys.html"
echo Backing Up Software Product Keys...
start /wait "" "ProduKey.exe" /shtml "ClientPasswords/SoftwareProductKeys.html"
echo Backing Up Other Network Passwords...
start /wait "" "Netpass.exe" /shtml "ClientPasswords/Netpass.html"
echo Backing Up Protected Storage Passwords...
start /wait "" "pspv.exe" /shtml "ClientPasswords/ProtectedStorage.html"
echo.
Create a new directory (folder) and download/unzip the following Nirsoft EXE files into it:
ChromePass.exe
Dialupass.exe
iepv.exe
mailpv.exe
mspass.exe
netpass.cfg
netpass.exe
OperaPassView.exe
PasswordFox.exe
ProduKey.exe
pspv.exe
PstPassword.exe
WirelessKeyView.exe
(All available on the nirsoft.net website)
Next,
Create a directory (in your newly made directory), named "ClientPasswords" (without the quotes).
Run the batch file, and all passwords will be backed up into .html files automatically. On subsequent executions of the batch file, the .html files will be overwritten, so make sure you save a copy of each client's passwords in a separate folder (renamed to match the client's name).
There are probably easier ways to do this, but I thought it might prove useful.

I know of the tool "SIW" that does the same function, but you have to pay $79.00 or something for a technicians version.
If you know of any other programs that can quickly and automatically save a client's various passwords (and is freeware), please post here and let me know. Thanks.
Last edited by a moderator: