Hello
Thank you for posting in Q&A forum.
Error 2 and Error 1068 indicate that the services are either missing dependencies or there are issues with the services themselves. Here are some steps to troubleshoot:
- Check Service Dependencies:
• Open Command Prompt as an administrator.
• Run the following commands to check the dependencies for the services:
sc qc lanmanworkstation
sc qc lanmanserver
sc qc mrxsmb10
sc qc mrxsmb20
sc qc nsi
• If any dependencies are disabled, enable them using:
sc config <service_name> start= auto
- Modify the Registry:
• Open the Registry Editor (regedit).
• Navigate to HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/Netlogon/.
• Double-click on DependOnService and ensure it includes LanmanServer and LanmanWorkstation on separate lines.
• Restart your server.
- Flush DNS and Reset IP:
• Open Command Prompt as an administrator.
• Run the following commands:
ipconfig /flushdns
ipconfig /registerdns
netsh winsock reset
netsh int ip reset
• Restart your server.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.