Last active
May 22, 2024 11:08
-
-
Save breezhang/4536194 to your computer and use it in GitHub Desktop.
Automatically Update SysInternals Tools Using Robocopy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net start webclient | |
robocopy.exe \\live.sysinternals.com\tools "C:\SysInternals" | |
net stop webclient |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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