Please do you know of a cmd command for windows 8, which deletes files directly from disk? Without sending them to trash?
I've tried del c:\something /q but it moves files into trash instead of deleting them permanently.
Please do you know of a cmd command for windows 8, which deletes files directly from disk? Without sending them to trash?
I've tried del c:\something /q but it moves files into trash instead of deleting them permanently.
Actually, command "DEL" delete files without sending them to trash. From Microsoft official websit.
If you use del to delete a file from your disk, you cannot retrieve it.
More detail in :Docs for Del
I've found that when you right click on trash, you can disable trash on specific drive, or limit amount of space used by trash on drive.
This is actually what is good enough for me, but I'll keep the question open, so maybe someone answers the root of it.