Originally posted by: Matthias99
Originally posted by: Doomer
Originally posted by: Markbnj
BCWipe from Jetico. Just hit "Delete with Wiping" in the explorer context menu and say goodbye to the data.
But the "holy grail" of Windows? Did someone find your pr0n in the recycle bin?
What I'm looking for is not a security delete utility but an "UNCONDITIONAL delete utility. For example, it I want to delete a file that is in use, windows won't let me. An unconditional delete utility will. Irregardless of the consequences.
I'm not aware of any OS that will let you "unconditionally" delete a file like that through normal means. Doing so generally violates the way that (well-designed) filesystems work.
Even in UNIX, "deleting" a file just unlinks it -- but if the file is currently open, it won't really be gone until everyone who has the file open closes it. There are probably ways to do it if you're a superuser, but it's certainly not a 'normal' thing to do, nor a very good idea.