Erase method via console

ghdr

New Member
Hi,
I'm crating a .bat at the moment for erasing several things via one click. In the helpfile stands that I can use -method DoD or DoD_E - which of these two is the 7 times overwriting DoD?

Thank you!
 
The DoD method is the one you want. I've added two options to the context menu; Shred File and Shred Folder. Here is the reg entry you can you can import if you want.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Shred Folder]
@="Shred Folder"

[HKEY_CLASSES_ROOT\Directory\shell\Shred Folder\command]
@="C:\\WINDOWS\\securedelete.exe -folder \"%1\" -subfolders -method DOD -queue"

[HKEY_CLASSES_ROOT\*\shell\Shred File]

[HKEY_CLASSES_ROOT\*\shell\Shred File\command]
@="C:\\Program Files\\Eraser\\eraserl -file %1 -method DoD"

I hope you find it helpful
 
Back
Top