Files I can't delete....what do i do?

andyg427

Banned
Nov 2, 2001
108
0
0
Theres a folder on my c drive called "a3672fd93c54972" and it wont let me delete it, in it are some .dll's and other folders but i cant open the other folders it says so and so is not accessable. access is denied." and when i check properties it says read only but i uncheck it and then try and delete it and still doesnt work i check properties again and it still says read only...anyone have any experience with this?
 

CSoup

Senior member
Jan 9, 2002
565
0
0
is this on a FAT partition? if so you might want to try booting with a dos boot disk and removing it through that. might also want to try safe mode.
 

mattyrug

Golden Member
Sep 25, 2000
1,162
0
0
Sounds like a Temp folder left over from an Installation. I've had this happen before. Is it a Fat Partition? If so you can simply boot into DOS and delete it from the command line. you'll probally have to change the file attributes from the command line by typing something like
Attrib -R C:\a3672fd~1 (this will clear the read only attributes of the folder/files) Your mileage may vary, though.
Matt