Comment on New Site Recovers Files Locked by Cryptolocker RansomwareComments−timsayshey12yHas anyone here looked at the software? It requires you to manually run a command from the command prompt for every file. Decryptolocker.exe --key "<key>" <Lockedfile>If I have thousands of files, that will take forever, anyway to batch decrypt?−traevesty12yYes, loop over the files.http://stackoverflow.com/questions/138497/iterate-all-files-...−0x012yThe faq mentions an "-r" parameter :)−timsayshey12yPerfect, I have the recursive part working, but I can't get the key pasted in the command prompt.Decryptolocker.exe --key "<key>" <Lockedfile>Everytime I paste the key in, the command prompt executes each line. Any ideas how to preserve the line breaks?−0x012yPut the command in a .bat file with notepad and run that in the cmd window?−timsayshey12yNevermind, I put everything on one line and it fixed it. Thanks!−jonnyp54312yi keep getting that decryptoblocker.exe is no an internal or external command, operable program or batch file. What gives? What am i doing wrong?
Comments
Has anyone here looked at the software? It requires you to manually run a command from the command prompt for every file. Decryptolocker.exe --key "<key>" <Lockedfile>
If I have thousands of files, that will take forever, anyway to batch decrypt?
Yes, loop over the files.
http://stackoverflow.com/questions/138497/iterate-all-files-...
The faq mentions an "-r" parameter :)
Perfect, I have the recursive part working, but I can't get the key pasted in the command prompt.
Decryptolocker.exe --key "<key>" <Lockedfile>
Everytime I paste the key in, the command prompt executes each line. Any ideas how to preserve the line breaks?
Put the command in a .bat file with notepad and run that in the cmd window?
Nevermind, I put everything on one line and it fixed it. Thanks!
i keep getting that decryptoblocker.exe is no an internal or external command, operable program or batch file. What gives? What am i doing wrong?