Applying Computer Settings is Slow

G

Guest

I am running Windows XP SP2 with all the latest patches. My domain is Windows
Server 2003 SP1 with all the latest patches. A few weeks ago my logins began
slowing down considerably at the Applying Computer Settings dialog box. I
enabled verbose userenv debugging and noticed the following in the log file,
not sure how to handle this. Any assistance is greatly appreciated. I think
the delay is due to the nearly one minute delay in processing the following
lines

=========
USERENV(dd8.ddc) 12:42:08:928 LibMain: Process Name:
C:\WINDOWS\system32\wbem\wmiprvse.exe
USERENV(404.3e0) 12:43:12:716 LibMain: Process Name:
\\?\C:\WINDOWS\system32\WBEM\WMIADAP.EXE
=========

ENV(830.834) 12:40:52:177 LibMain: Process Name:
C:\WINDOWS\system32\ctfmon.exe
USERENV(8e8.8ec) 12:40:52:754 LibMain: Process Name:
C:\WINDOWS\system32\regsvr32.exe
USERENV(920.924) 12:40:56:764 LibMain: Process Name:
C:\WINDOWS\system32\imapi.exe
USERENV(a1c.a20) 12:41:04:236 LibMain: Process Name:
C:\WINDOWS\system32\userinit.exe
USERENV(8e0.8e4) 12:41:32:659 LibMain: Process Name:
C:\WINDOWS\system32\regsvr32.exe
USERENV(d24.d28) 12:41:47:806 LibMain: Process Name:
C:\WINDOWS\system32\userinit.exe
USERENV(dd8.ddc) 12:42:08:928 LibMain: Process Name:
C:\WINDOWS\system32\wbem\wmiprvse.exe
USERENV(404.3e0) 12:43:12:716 LibMain: Process Name:
\\?\C:\WINDOWS\system32\WBEM\WMIADAP.EXE
USERENV(594.5e4) 12:43:12:841 LibMain: Process Name:
C:\WINDOWS\system32\wbem\wmiprvse.exe
USERENV(154.a10) 12:43:36:162 ImpersonateUser: Failed to impersonate user
with 5.
 
W

Wesley Vogel

It means that all of that stff loaded and...

"Failed to impersonate user with 5" means that it received an "access is
denied" error in the process
http://x220.minasi.com/forum/topic.asp?whichpage=1&TOPIC_ID=15159&#62686

wmiprvse.exe = Windows Management Instrumentation (WMI).

WMIADAP.EXE = WMI.

ctfmon.exe = CTF Loader. Ctfmon.exe activates the Alternative User Input
Text Input Processor (TIP) and the Language Bar. Ctfmon.exe monitors the
active windows and provides text input service support for speech
recognition, handwriting recognition, keyboard, translation, and other
alternative user input technologies.

Frequently asked questions about Ctfmon.exe
http://support.microsoft.com/kb/282599

regsvr32.exe = Microsoft(C) Register Server
You can use the Regsvr32 tool (Regsvr32.exe) to register and un-register
object linking and embedding (OLE) controls such as dynamic-link library
(DLL) or ActiveX Controls (OCX) files that are self-registerable. Registers
and unregisters these files in the registry.

imapi.exe = Image Mastering API. IMAPI CD-Burning COM Service.

userinit.exe = Userinit Logon Application

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

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