English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Deleting...?
im havin difficulty deletin a programee out of c drive..when i press delete it ses that the file is not deltebale..i changed the read only option and still it wont delete..Does any1 no how 2 delete it?.. i have unistalled it but it still remains on my c drive

2007-03-18 05:13:04 · 6 answers · asked by Anonymous in Computers & Internet Programming & Design

6 answers

Try starting in Safe Mode and then deleting.

If this doesn't work, find and download a free program called Deletedr.exe

2007-03-18 05:22:23 · answer #1 · answered by T J 3 · 0 1

You could try going to START then SEARCH
under files and folders enter the name of the file you are trying to remove
a list of files with that name will be shown but do make sure it is only the file you want removed that you select
You do this by RIGHT clicking on the file in the list it will then be highlighted and in the drop down menu you select Delete and it will be gone sometimes you need to do this even after you have used the control panel add remove programs facility as this does not always remove ALL files

Hope this helps Roger

2007-03-18 05:22:54 · answer #2 · answered by Roger 3 · 0 0

Get a full path name for the file

eg c:\documents and settings\charlie\ntuser.ini

then type attrib c:\documents and settings\charlie\ntuser.ini

it will then display

A R S H c:\documents and settings\charlie\ntuser.ini

but it may not display all 4 of these letters

A = Archive

R = Read only

S = System

H = Hidden

Then you remove these attributes from the file by typing

attrib -r -a -s -h c:\documents and settings\charlie\ntuser.ini

(you only take off the attributes that it shows that the file has, which could involve any combination of these)

you should then be able to delete the file by typing

del c:\documents and settings\charlie\ntuser.ini

hope this helps

2007-03-18 05:39:36 · answer #3 · answered by Anonymous · 0 0

Three things to try:
1) shut down all running programs and try using the del command from the DOS prompt.
2) start up in safe mode with command console (press F8 at startup) and use the del or ren command.
3) Use the Windows recovery console - http://support.microsoft.com/kb/307654 for instructions.

I'm going to assume you know what you're doing and why, as most undeletable files are undeletable because Windows needs them for proper functioning.

2007-03-18 06:28:39 · answer #4 · answered by injanier 7 · 0 0

If it wont let you delete it it probebly is important. Otherwise fo to ADD OR REMOVE PROGRAMS and press browse and look for the file there

2007-03-18 05:17:21 · answer #5 · answered by Caponetta 2 · 0 0

Try here for info
http://www.techtutorials.net/

http://www.theeldergeek.com/

2007-03-18 09:46:49 · answer #6 · answered by george r. n. 5 · 0 0

fedest.com, questions and answers