For Electronic Projects:: //------website------// & //------Blog------//

Wednesday, December 5, 2012

SOME STEPS TO GET RID OF FILES WHICH CANT BE UNDELETED FROM YOUR COMPUTER

1. Open command Prompt window and leave it open.
2. Close all running (active) programs.
3. Click Start > Run.
4. Key in “TASKMGR.EXE” (without quotes) in the Run window.
5. Go to the Processes tab.
6. End process Explorer.exe.
7. Leave the Task Manager open.
8. Go back to the Command Prompt window and change to the directory in which the undeletable file is
     located in.
9. In the command prompt type “DEL <filename>” (without quotes) where ‘filename’ is the file you wish to
    delete.

10. Now go back to Task Manager.
11. Click on File > New Task.
12. Enter “EXPLORER.EXE” (without quotes) to restart the GUI shell.
13. Close Task Manager.

And thats it ! You have deleted the file safely. Visit the directory in which the undeletable file was located to verify that the file has been deleted.....

2 comments:

  1. im try but cant delet file please sugess me???

    ReplyDelete
    Replies
    1. try this....

      1. open command prompt (as administer)

      2. find the file location of the "undeletable" file.
      we can do this by finding it, then right click>>properties.

      3. change your "location" on command prompt to the location that the file is located in. we can do this by typing CD (insert location here)

      4. Now we can finally delete the file. so that we need to do is simply typing "del (insert file name here)"
      NOTE: type the full file name including with extension like .txt, .exe, etc

      5. Are u sure want to delete this file? (y/n)
      press "y" then enter
      NOTE: sometimes 5th step may not be ask.

      Now see the file, it is deleted..
      hope it will help you.

      Delete