Got to exactly where I needed to be where I found the file, I type the del
and the file name.. the _ blinks under that line and hangs up there and
nothing - File is still there smiling at us!
Geez ... yeah, well that is getting quite bizarre! You are right to be
frustrated. But although it's annoying, the file isn't actually causing any
loss of availability, right? So I'd hold off from putting an axe through the
laptop, until the machine actually stops functioning
Next things I'd try:
1) go to a Command Prompt (in safe or normal mode, doesn't matter) and type
in this command:
chkdsk /f /v
and press <enter>. This will schedule chkdsk ("Check Disk") to run the next
time you reboot. This will repair any errors in the file system - if the
file had a corrupted entry in the NTFS tables, that might prevent it from
being deleted. Reboot, chkdsk runs as the machine boots up, watch for any
error messages, and then log in and try to delete the file again.
2) If the file still won't get deleted, we'll need to know more about the
application which created it. Which Ulead app(s) in particular, do you have
installed on your machine? eg Photo Impact, Photo Explorer, Media Studio,
Cool 360, etc. Get the exact version number, if you can (usually in Help,
About)
3) Type these commands at a command Prompt and tell me what they return
assoc .ufo
and
ftype <assoc>
where "<assoc>" is the info to the right of the "=" equals sign, returned by
assoc.
For example, it I do:
C:\>assoc .txt
I get ...
.txt=txtfile
So I plug in the "txtfile" to the ftype command:
C:\>ftype txtfile
and it returns:
txtfile=%SystemRoot%\system32\NOTEPAD.EXE %1
This tells me TXT files are opened by Notepad on my system. The aim here is
to see what type of file Vista thinks the *.UFO file is. Maybe there's some
weird association, which is preventing it from being deleted. Note the full
stop "." before the extension, in the assoc command; otherwise you'll get a
"File association not found for extension ufo" error.
I hope you can hang in there a bit longer, I'm sure we'll be able to delete
this bugger somehow!!
Cheers
Andrew