E
E
Eugene Zalivadnyi2016-06-14 18:11:47
Information Security
Eugene Zalivadnyi, 2016-06-14 18:11:47

How to permanently delete a folder with files using bat commands without the possibility of further recovery?

How to permanently delete a folder with files using bat commands without the possibility of further recovery?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
L
littleguga, 2016-06-14
@littleguga

Normal deletion, even past the recycle bin, simply marks the sectors on the storage device as writable. But when the recording will take place in these sectors is a very interesting question.
On a good note, you need to know in which sectors the information was recorded and, after deletion, write new information to these sectors. This requires specialized software, you can’t get by with a simple batch file + I believe that not all drivers / OS provide such an opportunity.
I advise you to look:
https://www.raymond.cc/blog/permanently-delete-and...
Here is the SDelete tool, you can run it via the console/bat file, you can try with it.
www.makeuseof.com/tag/5-tools-permanently-delete-s...

АртемЪ, 2016-06-15
@Jump

Как с помощью bat команд безвозвратно удалить папку с файлами без возможности дальнейшего восстановления?
Никак. Такой возможности штатные команды не предоставляют.

M
mace-ftl, 2016-06-15
@mace-ftl

cipher.exe /w:driveletter:\foldername
П.С. - но как-то нет уверенности что реально перезатирает хорошо - учтите это

J
John Smith, 2016-06-14
@ClearAirTurbulence

Simple removal will not solve the problem, you will have to use additional tools.
For example:
SDelete
Or like this:
cipher

N
Nikolai Turnaviotov, 2016-06-15
@foxmuldercp

and with ssd, in general, only call the hardware instructions of the controller, if any call is available

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question