Skip to content

Instantly share code, notes, and snippets.

@breezhang
Last active May 22, 2024 11:08
Show Gist options
  • Save breezhang/4536194 to your computer and use it in GitHub Desktop.
Save breezhang/4536194 to your computer and use it in GitHub Desktop.
Automatically Update SysInternals Tools Using Robocopy
net start webclient
robocopy.exe \\live.sysinternals.com\tools "C:\SysInternals"
net stop webclient
Windows OS supports access to webdav shares using webclient service. Webdav is a network protocol that support both read and write access on web directories. See the references at the end of this post to know more on Webdav. This web client service is available on Windows XP, Vista and Windows 7 and Server 2003 editions. When this service is stopped users will not be able to access webdav shares. No other services are dependent on webclient service, so you can safely disable it if you are not using any webdav shares.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment