You are here

PAL, how to handle that prefetcher?

6 posts / 0 new
Last post
Devildevilscle
Offline
Last seen: 12 years 6 months ago
Joined: 2010-11-08 13:18
PAL, how to handle that prefetcher?

I,ve been portabilizing an app here in our office that we usually use and i was able to and it had been a success, yet, i found out that our app was still leaving a trace at C:\windows\prefetch
our app save's it's settings at the registry at
HKCU\Software\Author\AppName
And i was able to portabilize that. But what else should i do so that our could run without leaving an AppName1234.pf file at C:\windows\prefetch?

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 9 years 8 months ago
Joined: 2007-04-15 21:08
Don't

There's nothing you can do about it reliably, and it's core Windows stuff, so we don't try to touch it.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

Devildevilscle
Offline
Last seen: 12 years 6 months ago
Joined: 2010-11-08 13:18
ok.

I think there's something there at the registry about this at HKLM....\Prefetcher.
But does HKLM really 100% in need of admin rights?

-:O =

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 9 years 8 months ago
Joined: 2007-04-15 21:08
%WINDIR%

Prefetch is files in %WINDIR%\Prefetch, not registry data in HKLM. Both, however, require admin to deal with it. You don't need to (and shouldn't) touch prefetch.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

John T. Haller
John T. Haller's picture
Offline
Last seen: 8 hours 37 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Yup

Both the HKLM keys related and the prefetch folder itself within the Windows directory require admin rights. And they are generated by Windows itself when you run programs under accounts without admin rights. Meaning that most of the time they are created automatically and you have no rights to remove them. This is the way Windows is designed with this feature.

Sometimes, the impossible can become possible, if you're awesome!

Devildevilscle
Offline
Last seen: 12 years 6 months ago
Joined: 2010-11-08 13:18
see

so there's really no way aorund it. But may i know what does .pf files? I mean do info's it have about the app?

-:O =

Log in or register to post comments