It increases in number and cannot delete, Windows says: the file is in
use.
I never saw it before, it is safe?
Regards.
USE THE SEARCH!
Go to google. Type in "Perfib_Perfdata" (including quote marks) and
hit Google Search.
Click a link, read an absorb. Move on to next link.
Sometimes it is a lot more satisfying to learn the answer for yourself,
especially when the answer is readily available.
Perflib_Perfdataxxx.dat Files Accumulate Under %SystemRoot%\System32
Article ID : 285798
Last Review : October 31, 2006
Revision : 3.2
SUMMARY
Files with the name Perflib_Perfdataxxx.dat may accumulate under the
%SystemRoot%\System32 folder, where xxx is a random number.
MORE INFORMATION
These files are generated by processes in the normal course of
operation; however, files are orphaned when you do not shut down a
computer properly, such as by pressing the power button on a computer.
Note: It is also possible that these files can be orphaned while a
server is running. Microsoft is researching this problem and will post
more information in this article when the information becomes
available.
To delete the orphaned files, you can use an automated logon script.
Here's one solution found on www.jsifaq.com:
The best way to remove these files is to add a command in a logon
script:
del /q %SystemRoot%\System32\Perflib_Perfdata*.dat
1. Logon onto your machine as an administrator
2. Right-click 'My Computer'
3. Left-click 'Manage'
4. Left-click on the plus next to 'Local Users and Groups' or double-
click on 'Local Users and Groups'
5. Left-click the 'Users' folder
6. Right-click the username that you use to logon (or double-click)
7. Left-click the 'Profile' tab
8. The second text-box is labeled 'Logon script'
9. Copy and paste 'del /q %SystemRoot%
\System32\Perflib_Perfdata*.dat' into the box (without the ' )
10. Reboot your PC and logon with your profile.
11. The logon script should now run and delete all the
Perflib_Perfdata files.
12. Once you've done this you can confirm that there is only one
Perflib_Perfdata file left.
13. Follow steps 1 -> 8 and remove the logon script.
If the Perflib_Perfdata is located in the 'Temp' folder you can change
the path in the script to read %SystemRoot%\Temp
\Perflib_Perfdata*.dat . I haven't tested this since my PC is running
fine so don't blame me if it doesn't work, but if anyone is willing to
be the guinea pig for this please let us know the outcome.