How to disable SmbWitnessClient

Haws, David [US] (MS) 26 Reputation points
2020-10-07T18:48:12.337+00:00

I'm running Windows Server 2016. SmbWitnessClient is crashing explorer.exe. I do not need SmbWitnessClient. How do I remove or disable SmbWitnessClient?

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
979 questions
{count} vote

Accepted answer
  1. TimCerling(ret) 1,156 Reputation points
    2020-10-08T13:49:05.573+00:00

    The SmbWitnessClient is only used on clusters with the file shares using the Continuous Availability feature enabled. In that case, the SmbWitnessClient purpose is to speed detection of a cluster node failure.

    Are you using the Continuous Availability feature on some file shares on your cluster?

    Have you run the cluster validation wizard? Any warnings?


1 additional answer

Sort by: Most helpful
  1. Leon Laude 85,726 Reputation points
    2020-10-07T19:00:20.807+00:00

    Hi @Haws, David [US] (MS) ,

    To troubleshoot, you could start by checking the event logs for any clues why the SmbWitnessClient may be crashing your explorer.exe.
    If you don't need the SmbWitnessClient service, you may simply try disabling it in the Services.msc or by running the following command:

    Stop-Service "ServiceName"  
    Set-Service "ServiceName" -StartupType Disabled  
    

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon