Access Denied: File is in use

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

Sometimes when I try to delete a file it says access denied, the file
is in use by another program.

How can you check which application is locking/accessing a certain
file?
 
Dennis

Thats something you cannot easily do. You can try deleting in safe mode,
which can work if you get that response in normal mode. Otherwise
research the source of the file and stop the programme that provided the
file. In general terms you should not be just deleting files. If you
want help with a particular file name the file.


--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 
*Bonjour Dennis * !
Without any 3rd party programs, is there a way to tell what has it's
"claws" into what in XP?

As you noticed for the movies,
the solution is to tell explorer to not analyse the file :
Suppress the key InProcServer32 in ==>
HKLM\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\
Or just rename it :
HKLM\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\-InProcServer32

Also read :
You cannot delete a file or a folder on an NTFS file system volume
http://support.microsoft.com/kb/320081/en
 
Dennis said:
Sometimes when I try to delete a file it says access denied, the file
is in use by another program.

How can you check which application is locking/accessing a certain
file?
Process Explorer can do that. After the program is running, search for
"file or handle".
Jim
 
Dennis said:
Without any 3rd party programs, is there a way to tell what has it's
"claws" into what in XP?

Sure.

Somehow manage to rename the file. Then when a program - or the system
itself - croaks, you'll have your answer.
 
Back
Top