HOW TO: Delete Undeletable Files Easily
Written by Pradeep Kumar in Guides - Print This Post
Sometimes it is not possible to delete files and folders in Windows OS. It is common now-a-days. You will get prompts like “This program is in use” or anything similar to that.
Also Check : Hide Files and Folders Through Command Prompt
You can delete those files and folders easily by using Safe Mode with Command Prompt.
I tried it and I was successful. Make sure you don’t do any mistakes, because it is your computer and it will be your funeral then.
First find where the file is in your computer. Suppose if the file name is “sam.txt” and if it is in the “My Documents”, then the complete address will be,
C:\Documents and Settings\Username\My Documents
Write down this address in a paper.
Now restart your computer. When it boots press F8 key.
Now you’ll find Advanced Boot Options Menu.
Then goto Safe Mode with Command Prompt section.
Now computer boots in DOS prompt. Then type,
cd C:\Documents and Settings\Username\My Documents
Then type, del sam.txt
Congrats, now the file is deleted!
*cd – change directory
WARNING: Deleting system files can crash your system. So be careful when you delete your files.
Want to share or tweet this post? Please use our short URL : http://hbb.me/a5











This is great way to delete does files. thanks
I have worked with safe mode but never noticed this or you can say never used this command. Thanks for sharing..
yes..i too face this problem lot many times..now its solved…thnx hbb…
One line you missed!
Caution: Deleting system files will cause system crash!
Agreed.