In microsoft.public.win2000.registry Enkidu wrote:
> On Thu, 02 Sep 2004 04:50:32 -0700, Mark V <(E-Mail Removed)>
> wrote:
>
>>In microsoft.public.win2000.registry Kris Hyde wrote:
>>
>>> Hi,
>>>
>>> I'm running a fully patched copy of Win2k Pro as Administrator.
>>> When I look in the profile folder, the NTuser.dat.log file is
>>> always present. As I understand it this is a continuity file,
>>
>>Present and open when that account is logged in. All the time and
>>by design. IOW, "normal".
>>
>>> which should only be present when the registry is updating. The
>>> date stamp on both the ntuser.dat and ntuser.dat.log is always
>>> at most a minute old, confirming that the registry is in a
>>> constant state of updating, which is clearly bad. I've exported
>>> the
>>
>>No, not bad. That's how it was designed. IOW, "normal".
>>
> My ntuser.dat is time stamped about when I booted it this morning.
> The log file is time stamped less than a few minutes ago. That's
> XP though. I'm not sure that the ntuser.dat should be updating
> constantly, should it?
Reads may be happening frequently (use REGMON to see). Write
frequency ("set value") in HKCU will depend of course on what you do
and what you are running at the time. Write ops hit the LOG file
first then are moved into the DAT in very short order.
I should also have said up-thread that a LOG exists, is active and
open at any time the hive is loaded. That is usually when logged in,
but other things (like a utility loading an account's hive file, or a
"load hive" op. in regedt32) will also cause a LOG file
create/open/lock.
|