Tuesday, December 12, 2006

Delete an undeletable file.

Delete a file is an easy task, but sometimes when we want to delete a file, we can’t do it with regular way. Here how we can delete that kind of file:
  1. Open a Command Prompt window and leave it open.
  2. Close all open programs. Click Start, Run and enter TASKMGR.EXE Go to the Processes tab and End Process on Explorer.exe. Leave Task Manager open.
  3. Go back to the Command Prompt window and change to the directory where is that file located. At the command prompt type DEL where is the file you wish to delete.
  4. Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell. Close Task Manager.

No comments: