Perflib_Perfdata_xx files in my windows\temp directory

T

The Bandit

I am seeing a bunch if Perflib_Perfdata_xx files in my windows\temp
directory i cant seem to delete all & they keep coming back? what is it? &
am i suppose to see it there in windows\temp.

thanks
 
A

Ayush

Many Preflib files are created by running programs. Start in safe mode and
delete them but this is not required. Go in Temp once a week and delete all
the files that you CAN delete.If you want to delete files continuosly without
the prompt then delete them by Command Prompt :
del "%systemroot%\Temp\*.*" /Q

--
Ayush [ Be ''?'' Happy ]

Search - www.Google.com | Wikipedia - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/

Replied to [The Bandit]'s message :
-----------------------------------------------------------
 
J

John John

They can be caused by just about anything or any program. You can use
Handle to find out which program is using perfmon and then you can use
exctrlst.exe to disable the counter if you deem it to be a third party
unnecessary counter. Put these tools in your System32 folder. Run
Handle against the file from the Command Prompt, example (press enter
after each line):

cd c:\windows\temp
handle Perflib_Perfdata_xx

You can run exctrlst from any location.

Handle
http://www.microsoft.com/technet/sysinternals/ProcessesAndThreads/Handle.mspx

Extensible Performance Counter List (exctrlst.exe)
http://www.microsoft.com/downloads/...familyid=7FF99683-B7EC-4DA6-92AB-793193604BA4

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top