Netlogon or Workstation service is not starting

Anonymous
2024-02-19T08:25:22+00:00

if netlogon or workstation service is not starting check its dependencies, such as found mrxsm10, mrxsmb20, bowser and NSI by using these cmdletson Administrative CMD:

  • sc.exe qc lanmanworkstation
  • sc.exe qc bowser
  • sc.exe qc mrxsmb10
  • sc.exe qc mrxsmb20
  • sc.exe qc nsi
  • if identified that the dependency mrxsmb10 is disabled.
  • executed the command line to set MrXsmb10 to auto run:
  • sc.exe config mrxsmb10 start= auto
  • Finally, restart the machine to apply:
    • shutdown /r
Windows Server Remote and virtual desktops

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-02-20T02:29:10+00:00

    Hello  Muzzamiluddin Mohammed,

    Thank you for posting in Microsoft Community forum.

    Your solution seems to be correct. If the Netlogon or Workstation service is not starting, checking its dependencies is a good first step. Using the cmdlets you mentioned on Administrative CMD can help identify any disabled dependencies, such as mrxsmb10. Setting mrxsmb10 to auto run using the command line "sc.exe config mrxsmb10 start= auto" and restarting the machine to apply the changes can help resolve the issue. If you have any further questions or concerns, please don't hesitate to ask.

    I hope the information above is helpful.

    If you have any question or concern, please feel free to let us know.

    Best Regards,

    Haijian Shan

    3 people found this answer helpful.
    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-02-20T06:25:39+00:00

    Thank you for your feedback, yes it resolved the issue, mostly this kind of issue will be faced when SMB1 has been disabled.

    0 comments No comments
  2. Anonymous
    2024-05-28T07:10:19+00:00

    Hello  Muzzamiluddin Mohammed,

     

    Thank you for posting in Microsoft Community forum.

     

    Your solution seems to be correct. If the Netlogon or Workstation service is not starting, checking its dependencies is a good first step. Using the cmdlets you mentioned on Administrative CMD can help identify any disabled dependencies, such as mrxsmb10. Setting mrxsmb10 to auto run using the command line "sc.exe config mrxsmb10 start= auto" and restarting the machine to apply the changes can help resolve the issue. If you have any further questions or concerns, please don't hesitate to ask.

     

    I hope the information above is helpful.

     

    If you have any question or concern, please feel free to let us know.

     

    Best Regards,

    Haijian Shan

    Very useful, thank you very much

    0 comments No comments
  3. Anonymous
    2024-06-03T21:47:09+00:00

    -- WARNING - DO NOT ENABLE SMBv1 (mrxsmb10) --

    It is deprecated and is a huge security vulnerability. The Workstation service in versions of Windows above Windows 7 does NOT depend on SMBv1 to start, only SMBv2.

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2025-02-28T10:28:36+00:00

    That is a great solution Thank you

    0 comments No comments