Hello,

I have a logoff script that writes an eventlog entry indicating when a user logged off his workstation. Our offline laptop users are having a problem where kixtart will hang (sometimes as long as 10 minutes) at logoff under the following circumstances:

1. They have created a connection to the network. Most of the time this is VPN.
2. Wkix32.exe was executed sometime during their logged on session.

Is appears that when Wkix32.exe gets called at logoff, it is looking for, or waiting for the network. How does Wkix32.exe determine whether to check for domain information or not? I know it shouldn't if run outside of the logon environment but it appears it doesn't realize the network is no longer availabe. Thank you all in advance for any help or suggestions.