Applying Computer Settings Slow

R

Robert

I am running Windows Server 2003 with Windows XP SP2 clients. Two
domain controllers. When a machine boots up it sits at the Applying
Computer Settings Screen for @ 2 minutes. This is something that
started recently. My default domain policy does not have any
configuration changes. I have an OU for workstations and an OU for
Users. If I disable these GPO's and leave the default enabled it sits
at the Applying Computer Settings Screen. If I disable the default
domain policy it zips right in because no policy is being applied. I
enabled verbose debugging for userenv.log and noticed the following.
Does anyone know what is going on. It sits before this line
C:\WINDOWS\system32\wuauclt.exe for one minute and after it as well.

Any assistance at troubleshooting this is greatly appreciated. Thanks.

Robert

USERENV(1c0.1c4) 21:24:23:171 LoadUserProfile: LoadUserProfileP
succeeded
USERENV(1c0.1c4) 21:24:23:171 LoadUserProfile: Returning success.
Final Information follows:
USERENV(1c0.1c4) 21:24:23:171 lpProfileInfo->UserName = <jblow>
USERENV(1c0.1c4) 21:24:23:171 lpProfileInfo->lpProfilePath = <>
USERENV(1c0.1c4) 21:24:23:171 lpProfileInfo->dwFlags = 0x0
USERENV(1c0.1c4) 21:24:23:171 LoadUserProfile: Returning TRUE. hProfile
= <0x724>
USERENV(1c0.1c4) 21:24:23:343 IsSyncForegroundPolicyRefresh:
Synchronous, Reason: NonCachedCredentials
USERENV(1c0.798) 21:24:23:343 IsSyncForegroundPolicyRefresh:
Synchronous, Reason: NonCachedCredentials
USERENV(808.80c) 21:25:19:079 LibMain: Process Name:
C:\WINDOWS\system32\wuauclt.exe
USERENV(1c0.380) 21:26:02:559 ProcessGPOs: network name is our.domain
USERENV(1ec.27c) 21:26:02:662 LoadUserProfile: Yes, we can impersonate
the user. Running as self
USERENV(1ec.27c) 21:26:02:662
=========================================================
 
K

Kelly

I could be mistaking, but have you checked your DNS setings for the
computers with the issues? The DNS server should be your domain
controller's IP address. Active Directory and DNS are very
intertwined technologies. If a computer is booting up and cannot use
DNS to get it's AD information, it takes a long time to accomplish the
logon process.

Hope this helps,

Kelly
 
M

Michael Stephens [MSFT]

wuauclt.exe is Windows Update client. The snippet of userenv log you
provided shows very little for Group Policy processing. Most of the
information you presented deals with loading the user profile (local). I can
tell you that Group Policy processing is synchronous, which means
* Group Policy waits for the network before appling Computer Policy
* Computer policy processing must complete before user policy processing
begins
* User Policy processing must complete before the user has a working desktop
(explorer.exe).

Usually XP does background refreshes for policy processing, which increases
logon performance.


--
Mike Stephens
Technical Writer, Group Policy

This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.
 

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