Wednesday, April 10, 2013

please wait for the system event notification service

Solution 1- Issue during user log off.


  1. Start Remote Desktop Services Manager
    Identify the user ID in the Users tab
    In the Processes tab sort by ID
    Go down to the user ID and end the winlogon.exe process
    the user session will be logged off

    Solution 2- Issue during user log on.

    1. sc \\servername queryex SENS
      Then I kill that process with this command
      taskkill /S servername /PID xxxx /F
      where xxxx is the PID from the first command.
      Now I can connect to the server with RDP and I didn’t have to restart the server.

2 comments:

  1. Having this problem every 3 weeks or so for years. GOing to try it next time. Hope it works!

    ReplyDelete
  2. it worked with us but after i logged off the problem appeared again.

    ReplyDelete