Configure services to run as Local or Network service, how?

J

Joel

In Event Viewer Under Applications, there were no errors, but there was a
warning.

EVENT ID 1517
SOURCE Userenv

Windows saved user ********\******* 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.
 
J

Joel

MS on their event help thing said to dload the User Profile Hive Cleanup
Service, which I am doing. But still would like to know how to run the
services in the local service account, which I had assumed already were
being run there.
 
P

Pegasus \(MVP\)

Joel said:
In Event Viewer Under Applications, there were no errors, but there was a
warning.

EVENT ID 1517
SOURCE Userenv

Windows saved user ********\******* 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.

Run services.msc via Start / Run, then check which active services
run under your user account.
 
J

Joel

Almost every one of them are listed under Local System. So if I go in and
change them to
NT AUTHORITY\LocalService,
I wonder if I won't be causing myself a bunch or more problems?

There are 4 of them listed as "network service" which I'm pretty sure I
better leave alone. Right now I've got that UPH cleanup service running that
Microsoft suggested, so hopefully that will solve the problem instead.
 
P

Pegasus \(MVP\)

Joel said:
Almost every one of them are listed under Local System. So if I go in and
change them to
NT AUTHORITY\LocalService,
I wonder if I won't be causing myself a bunch or more problems?

There are 4 of them listed as "network service" which I'm pretty sure I
better leave alone. Right now I've got that UPH cleanup service running that
Microsoft suggested, so hopefully that will solve the problem instead.

The problem is not to run them under "Local System" but
running them under your own user account. I suspect you
don't have any of those.
 

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

Top