Prefecth files

  • Thread starter Thread starter mail
  • Start date Start date
M

mail

What are prefetch files (extension .pf). I see many of them listed in the
Windows/Prefetch directory. I had bargains.exe in my task manager that kept
returning, so i couldn't delete the .exe file. Once i deleted the
associated .pf file, it didn't return.

Rob bresnik
 
mail said:
What are prefetch files (extension .pf). I see many of them listed in the
Windows/Prefetch directory. I had bargains.exe in my task manager that kept
returning, so i couldn't delete the .exe file. Once i deleted the
associated .pf file, it didn't return.

Rob bresnik
Thake them away.
The *.pf files i rebulding automatic
Hans
 
Deleting the PF file didn't solve your problem. It's a list of file accesses when a program starts. So the files can be preloaded in one go (normally programs load bits of files which takes longer).
 
didn't solve my problem? umm...bargains.exe doesn't start up anymore. that
was my problem. how did it not solve my problem?
"David Candy" <.> wrote in message
Deleting the PF file didn't solve your problem. It's a list of file accesses
when a program starts. So the files can be preloaded in one go (normally
programs load bits of files which takes longer).
 
Because it has nothing to do with bargins running or not running. I just made a cup of coffee and your problem was also fixed. Should we assume that it was me making coffee that stopped bargins from starting. Or more likely it was something you had already done.
 
Hmmm ... I am not so sure of that, It just might of been
you making coffee , maybe next time you can offer us some
too , Who knows how many computers will be fixed
afterward ... :)
-----Original Message-----
Because it has nothing to do with bargins running or not
running. I just made a cup of coffee and your problem was
also fixed. Should we assume that it was me making coffee
that stopped bargins from starting. Or more likely it was
something you had already done.
 
True...but making the coffee might have quickened your mind to help you
solve problems better, just like stopping the prefetch file being deleted
allowed me to delete bargains.exe...perhaps an inferential leap on my part.
"David Candy" <.> wrote in message
Because it has nothing to do with bargins running or not running. I just
made a cup of coffee and your problem was also fixed. Should we assume that
it was me making coffee that stopped bargins from starting. Or more likely
it was something you had already done.
 
mail said:
What are prefetch files (extension .pf). I see many of them listed in the
Windows/Prefetch directory.

When a program is loaded, a record is put, or updated, in the
corresponding file in Prefetch, detailing what files it uses, in what
order. Boot of the system has such a record, too

From that two things happen.

One - when a load is started in future, the system arranges to get the
expected files into RAM straight away, without waiting to be asked, and

Two - every three days, a sort of semi-defrag run is done in a quiet
period, which arranges files so that such sets will be able to load as a
smooth stream without need to hunt around the disk for them. The boot
side of this speeds load of the system: the Bootvis program does a
preliminary optimisation of their layout, but it will take place, and
better, through the automatic process. The details of the best layout
are kept in the layout,inf file which is checked and updated each time
this optimisation runs, for the best overall performance. This can be
used for optimisation alternatively by some third party defrag programs,
eg Perfect Disk Pro

Three points:

Contrary to what is said it is *not* necessary to empty prefetch. Any
program that does not get used for a week will have its file dropped out
anyway: ones that are rarely used get low priority in optimisation

Second, it is potentially a good place for malware programs to try
hiding. Anything with a simple .exe extension, as opposed to
..exennnnnnn.pf does not belong

and:
The optimisation at regular intervals is initiated by task scheduler so
you need to have it running for this to work (also for System Restore
to make its daily restore point) even though no scheduled task appears
if you look in control Panel - Scheduled tasks. Check the Advanced menu
there, and if it says 'Start Using. . ' click that so it says 'Stop
using . . .' It then looks for a time when the system is quiescent (I
think it waits for 15 mins of no disk activity, but am not sure on
that). This is one reason for the query 'my hard disk goes chattering
when I am doing nothing'; the other being search engine indexing.
 

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

Back
Top