Procedure#1
- Open a Command Prompt window and leave it open.
- 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.
- Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
- At the command prompt type DEL (file name) where (file name) is the file you wish to delete.
- Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
- Close Task Manager.
Procedure#2
- Open notepad.exe
- Click File>Save As..>
- Locate the folder where your undeletable file is
- Choose 'All files' from the file type box
- Click once on the file you want to delete so its name appears in the 'filename; box (the file should have the extension of the undeletable file so it will overwrite it)
- Click save,
Procedure#3
Manual way of doing it
- Start
- Run
- Type: command
- To move into a directory type: cd c:\***(The starts stand for your folder)
- If you cannot access the folder because it has spaces for example Program Files you to do the following. Instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces.Example: cd c:|progra~1\kazaal~1
- Once you're in the folder the non-deletable file it in type in dir-a list will come up with everything inside.
- Now to delete the file type in del ***.bmp,txt,jpg,avi,etc...And if the file name has spaces you would use the special first 6 letters followed by a~and a 1 rule.Example: if your file name is bad file.bmp you type once in the specific folder through command,del badfil~1.bmp and your should be gone. Make sure to type in the correct extension.
No comments:
Post a Comment