Download of the week - Windows File Shredder
With critical data always floating around on your pc, it’s important that files get permanently destroyed. Over the past few years people have finally realized that although files are deleted from your recycle bin, the truth is, is that the files can still be recovered. Sysinternals.com has quite a few handy tools for all the Help Desk and Desktop Analysts out there, and SDelete is one of the applications.
Once you SDelete downloaded and placed into your “c:\windows\system32″ directory. All that you have to do is create a BAT files with the following code:
@echo off
echo .* * *W A R N I N G * * *
echo .
echo .The File(s)/Folders(s) Will Be Permanently Deleted!
echo .
echo .Press CTRL-C to Abort and Terminate Batch Job Or…
echo .
pause
sdelete -p 4 -s %1
pause
Share This | Posted: November 5th, 2006
|
|
Subscribe to the Listikal RSS FEED |
Leave A Comment (0) and become a "Top Commentator"
Leave A Trackback.






