Warning: "try configuring the services to run in either the LocalService or NetworkService account"

  • Thread starter Thread starter Go Tyler
  • Start date Start date
G

Go Tyler

What does this below mean? It came from my event viewer. How do I fix it? I
don't understand any of it.


Windows saved user *******(my comp id deleted)*****\Owner registry while an
application or service was still using the registry during log off. The
memory used by the user's registry has not been freed. The registry will be
unloaded when it is no longer in use.

This is often caused by services running as a user account, try configuring
the services to run in either the LocalService or NetworkService account.
 
Go Tyler said:
What does this below mean? It came from my event viewer. How do I fix it?
I don't understand any of it.


Windows saved user *******(my comp id deleted)*****\Owner registry while
an application or service was still using the registry during log off. The
memory used by the user's registry has not been freed. The registry will
be unloaded when it is no longer in use.

This is often caused by services running as a user account, try
configuring the services to run in either the LocalService or
NetworkService account.

See http://support.microsoft.com/default.aspx?scid=kb;en-us;810616&sd=ee

Specifically

" RESOLUTION
You do not have to do anything. You can ignore the warning.
STATUS
This behavior is by design."


I've never found it to cause any operational difficulties so I ignore it.

--
D

I'm not an MVP a VIP nor do I have ESP.
I was just trying to help.
Please use your own best judgment before implementing any suggestions or
advice herein.
No warranty is expressed or implied.
Your mileage may vary.
See store for details. :)

Remove shoes to E-mail.
 
Go said:
What does this below mean? It came from my event viewer. How do I fix it? I
don't understand any of it.


Windows saved user *******(my comp id deleted)*****\Owner registry while an
application or service was still using the registry during log off. The
memory used by the user's registry has not been freed. The registry will be
unloaded when it is no longer in use.

This is often caused by services running as a user account, try configuring
the services to run in either the LocalService or NetworkService account.

If you want you could install the User Profile Hive Clean Up Service,
UPHclean.

Troubleshooting profile unload issues
http://support.microsoft.com/?id=837115

To download and install UPHClean, visit the following Microsoft Web site:
http://www.microsoft.com/downloads/details.aspx?FamilyId=1B286E6D-8912-4E18-B570-42470E2F3582
 
Back
Top