Delete data permanently | Computer Tips and Tricks | Computer Tricks and Tips

Delete data permanently  | Computer Tips and Tricks | Computer Tricks and Tips

Two methods are used to delete files directly without sending that file to recycle bin.

1 .  When deleting the file press and hold Shift and then press Delete. This is a great shortcut key for users who may want to keep the option of sending files to the Recycling Bin but not send other files to the Recycling Bin.

2 . Follow the following steps :

Right-click on the Recycle Bin on the desktop.
Click Properties.
Select the box that says "Do not move files to the Recycle Bin. Remove files immediately when deleted" or "Do not move items to recycling bin once deleted."
Click Ok.
NOTE :: It is impossible to recover any file if deleted in this way

Delete an Undeletable file.

Delete an Undeletable file.

To do this follow following steps ::

1. Open a Command Prompt window and leave it open.
2. Close all open programs.
3. Click Start, Run and enter TASKMGR.EXE
4. Go to the Processes tab and End Process on Explorer.exe.
5. Leave Task Manager open.
6. Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
7. At the command prompt type DEL where is the file you wish to delete.
8. Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Close Task Manager.
Read more Tricks at Computer Tweaks and Tricks


Here's a manual way of doing it. I'll take this off once you put into your first post zain.

1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have 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
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. 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 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.