Chris Posted March 3, 2004 Report Share Posted March 3, 2004 OverviewOn Windows 2000 the service deals with application event log event 1000 from source Userenv where the message indicates that the profile is not unloading and the error is "Access is denied". On Windows XP and Windows 2003 the equivalent events are 1517 and 1524 from source Userenv.To accomplish this the service monitors for logged off users that still have hives loaded. When that happens the service determines which applications have handles opened to the hives and releases them. It logs the application name and what registry keys where left open. After this the system finishes unloading the profile.More | Here Quote Link to comment Share on other sites More sharing options...
nellie2 Posted March 3, 2004 Report Share Posted March 3, 2004 Have you got that in English please :huh: :ph34r: Quote Link to comment Share on other sites More sharing options...
Chris Posted March 4, 2004 Author Report Share Posted March 4, 2004 WHAT IS UPHCLEAN================UPHClean is a service that once and for all gets rid of problems with userprofile not unloading.You are having profile unload problems if you experience slow logoff (withSaving Settings for most of the time while logging off), roaming profilesthat do not reconcile, or the registry size limit is reached.WHY DO PROFILES NOT UNLOAD?===========================Many system and service processes do work on behalf of users. When the workis done the system or service process is responsible for releasing handles ithas to the user profile hive. If this is not done by the service as the userlogs off the profile cannot be unloaded.This problem in code can be caused by improper coding either in Microsoftsoftware or 3rd party software (e.g. printer drivers, virus scanner service,etc). With the information provided by the system there is no way to findout what software needs to be corrected to allow profiles to unload. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.