Computing.Net > Forums > Disk Operating System > Deleting system files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Deleting system files

Reply to Message Icon

Name: Helpless
Date: August 18, 1999 at 14:21:15 Pacific
Comment:

I am trying to remove some windows system files that are associated with a web browser, but I can't do it using the delete command, or using windows file manager or windows explorer. Basically in all cases I get an access denied response, and some message indicating they are system files.

This is inspite of attempts to change the file attributes to nonsystem, read/write access.

The other weird thing is that I can only see the files in windows explorer, and if I use attrib -h /s, I still can't see all the files from a dos prompt using a dir command.

What is going on? Anyway to delete these things?



Sponsored Link
Ads by Google

Response Number 1
Name: Jon Sawers
Date: August 19, 1999 at 06:40:29 Pacific
Reply:

Try running scandisk past the hard drive to see if the files or their entries in the FAT are corrupted. If not, find the directory which the files are in and try this line:

ATTRIB [FILENAME.EXT] -S -H -R

Where [FILENAME.EXT] is the Filename (obvious really).

If that don't work, come back to me with the names of the files and I will see what I can do


0

Response Number 2
Name: Igor M
Date: August 19, 1999 at 08:19:48 Pacific
Reply:

Hi,

Usually "Access denied" message means the files are curently in use and system not allows to delete them. Deleting such files can cause system malfunction. Are you absolutely sure your system not need these files anymore?

Good luck, Igor M


0

Response Number 3
Name: eddie
Date: September 1, 1999 at 20:37:24 Pacific
Reply:

to delete system files, restart your system, hold down shift+f5 to enter ms-dos prompt(without going to windows).go to the directory where the system files are store i.e. (c:\windows\system etc.). type in DIR/AS or DIR/AH follow by the extension of the system file i.e. *.dat or *.dll whatever. this will list all the hidden files with that extension. once you're sure the file is in that directory, type in
DELTREE /Y filename.extension. The file will be deleted. MAKE SURE YOU DON'T NEED THE SYSTEM FILES FIRST BEFORE YOU DELETE THEM. Let me know the results.


0

Response Number 4
Name: Gail311
Date: August 5, 2000 at 22:40:51 Pacific
Reply:

I need exact directions on how to delete a file in MS-DOS. I am trying to remove the Happy99 virus from my computer and I have to do this by deleting files in DOS. I am unfamiliar with the language and just need step-by-step instructions on how to delte files in DOS. Please e-mail me with any help. Thanks so much. --Gail


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Machine command Batch File



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Deleting system files

help!! I need delete a file in sev www.computing.net/answers/dos/help-i-need-delete-a-file-in-sev/11303.html

rem tshooter when trying to run commands in auto.exe to delete *.tmp files and cookies www.computing.net/answers/dos/rem-tshooter-when-trying-to-run-commands-in-autoexe-to-delete-tmp-files-and-cookies/5198.html

copy system files to floppy from dos www.computing.net/answers/dos/copy-system-files-to-floppy-from-dos/9369.html