Webclient service can be stopped from command prompt using the command ‘net stop webclient‘.
C:\Windows\system32>net stop webclient
The WebClient service is stopping.
The WebClient service was stopped successfully.
C:\Windows\system32>
If you want to disable webclient service then you can do it using the below command.
sc config webclient start= disabled
{ 4 comments… read them below or add one }
How to start/stop/restart WebDAV service from command line
There is no service named WebDav in Windows OS… If you are trying to disable webdav extension in IIS then check this.. How to disable webdav in IIS
To add further..webdav functionality is provided by webclient service in windows os.. Webdav and webclient refer to the same feature in the context of Windows operating systems…So may be you actually need to disable webclient service..
WebDav = MRxDAV …The WebDAV Client Redirector Driver Service
net stop webclient
net stop mrxdav
net start webclient
net start mrxdav