Skip to main content

Free Stuff

Deleting Undeletable files


Windows XP

In Windows XP, there are a couple ways to remove an undeleteable file, a manual way, and a couple automated ways using some freeware programs. But Automated methods are mostly not reliable.

Manual Method
  1. Click on Start, Search, All Files and Folders
  2. Type the name of the undeletable file in the box shown 
  3. Make sure the Look In box shows the correct drive letter 
  4. Click Search and let the computer find the file 
  5. Once the file is located, right-click on it and choose properties, make a note of the file location. Usually this is something similar to

    c:\windows\system32\undeleteablefilesname.exe
  6. Close the search box  
  7. Click on Start, Run, and type cmd and Press Enter to open a Command Prompt window 
  8. Leave the Command Prompt window open, but proceed to close all other open programs 
  9. Click on Start, Run and type TASKMGR.EXE and press Enter to start Task Manager 
  10. Click on the Processes tab, click on the process named Explorer.exe and click on End Process. 
  11. Minimize Task Manager but leave it open 
  12. Go back to the Command Prompt window and change to the directory where the file is located. To do this, use the CD command. You can follow the example below.

    Example: to change to the Windows\System32 directory you would enter the following command and Press Enter

    cd \windows\system32
  13. Now use the DEL command to delete the offending file. Type DEL <filename> where <filename> is the file you wish to delete.

    Example: del undeletable.exe
  14. Use ALT-TAB to go back to Task Manager 
  15. In Task Manager, click File, New Task and enter EXPLORER.EXE to restart the windows shell. 
  16. Close Task Manager

Windows Vista/7

  1. Click on Start
  2. Type CMD in the Search box
  3. Right-click on CMD and choose Run as Administrator
  4. Leave the Command Prompt window open, but proceed to close all other open programs 
  5. Right click on the Task bar and click on Task Manager
  6. Click on the Processes tab, click on the process named Explorer.exe and click on End Process. 
  7. Minimize Task Manager but leave it open 
  8. Go back to the Command Prompt window and change to the directory where the file is located. To do this, use the CD command. You can follow the example below.

    Example: to change to the Windows\System32 directory you would enter the following command and Press Enter

    cd \windows\system32
  9. Now use the DEL command to delete the offending file. Type DEL <filename> where <filename> is the file you wish to delete.

    Example: del undeletable.exe
  10. Use ALT-TAB to go back to Task Manager 
  11. In Task Manager, click File, New Task and enter EXPLORER.EXE to restart the Windows shell. 
  12. Close Task Manager
Enjoy with us...
support the blog, Click on Ads

Comments

Popular posts from this blog

Six Best Android Apps for Geeks

1. ConnectBot:  Every geek will always have a hand on these kind of stuffs. Forget your PC or laptop and guess this SSH Client will satisfy all your ultimate geeky thing. ConnectBot is a powerful open-source Secure Shell (SSH) client. It can manage simultaneous SSH sessions, create secure tunnels, and copy/paste between other applications. This client allows you to connect to Secure Shell servers that typically run on UNIX-based servers. Use Connect Bot to maximum number of sessions and feel like GOD Features: -Support device with hardware keyboard. - Popup keyboard with all those normally hard to find characters - Use the volume keys to quickly change font size - External keyboard support - Telnet support - Local Android terminal support - Click URLs to open in a browser - Copy & Paste within sessions - UTF-8 character support - Easily organise your connections by group - Keep multiple SSH sessions running in the background - Password & OpenSSH privat...

All about ZIKA virus

Here's all you need to know about the Zika virus - from the dangers it poses to pregnant women to the steps one can take to minimise risk of exposure. Q: What is the Zika virus? A: It is a virus infection transmitted by the bite of an infected Aedes mosquito, which also carries the dengue and chikungunya viruses. It is generally a mild disease; four in five people who become infected with Zika do not show any symptoms but could be infectious. Q: What are the symptoms? A: They include a fever, an itchy rash, body aches, headache, red eyes and occasionally, nausea and vomiting. These usually develop within three to 12 days after the mosquito bite and often last between four and seven days. Q: Who is at greatest risk? A: Unborn babies are the most at risk should their mothers become infected with the Zika virus. Between 1 per cent and 10 per cent of women infected during pregnancy give birth to babies with defects. The most common defect is microcephaly, where the...

How to manually install apps in your android phone

First of all i want to talk something about Android and apk files. Now a days, Androids become most important in today's mobile phones. This is a smart phone era is seems. Here we go, APK is Application Package File. The file format used to install applications in Google's proud and bright Android Operating system. APK are a variant of jar file format with an .apk extention. jar files you might have seen in  Symbian phones.  Here are the steps to be followed strictly : 1. First you need to open your browser and google for android apps providers (except market, as it wont provide you .apk files) Here are some sites i found useful: mobiles24.com  (you will need to create a ID here for free.) androidzoom.com also u can search in rapid share and mega upload for apk files. 2. Now assuming that u reached your website page, Browse the content you want and click download to download the apk file you needed. ( U need to be sure about the OS version. Check for i...