18-05-2021, 01:41 AM
(This post was last modified: 18-05-2021, 01:44 AM by kw_broadens.)
I checked startup using Sysinternals ProcMon, and have found two delays before getting the login prompt:
That's a total of about 9 seconds delay (before getting the login prompt) due to timeout for two Mailslot Pings. My laptop is not part of a domain, but my ASG does have domain credentials stored. Could this be this issue?
Ken.
Code:
9:19:44.3762270 AM ASGRD.exe 1832 CreateFile \\MAC7390-KEN*\MAILSLOT\NET\NETLOGON SUCCESS Desired Access: Generic Write, Read Attributes, Disposition: OpenIf, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: 0, OpenResult: Superseded
9:19:44.3763481 AM ASGRD.exe 1832 WriteFile \\MAC7390-KEN*\MAILSLOT\NET\NETLOGON BAD NETWORK PATH Offset: 0, Length: 74, Priority: Normal
9:19:48.9265722 AM ASGRD.exe 1832 CloseFile \\MAC7390-KEN*\MAILSLOT\NET\NETLOGON SUCCESS
9:19:48.9313691 AM ASGRD.exe 1832 CreateFile \\MAC7390-KEN*\MAILSLOT\NET\NETLOGON SUCCESS Desired Access: Generic Write, Read Attributes, Disposition: OpenIf, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: 0, OpenResult: Superseded
9:19:48.9314533 AM ASGRD.exe 1832 WriteFile \\MAC7390-KEN*\MAILSLOT\NET\NETLOGON BAD NETWORK PATH Offset: 0, Length: 74, Priority: Normal
9:19:53.4778800 AM ASGRD.exe 1832 CloseFile \\MAC7390-KEN*\MAILSLOT\NET\NETLOGON SUCCESS
That's a total of about 9 seconds delay (before getting the login prompt) due to timeout for two Mailslot Pings. My laptop is not part of a domain, but my ASG does have domain credentials stored. Could this be this issue?
Ken.