Skip to content

Instantly share code, notes, and snippets.

@dieseltravis
Last active August 30, 2015 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dieseltravis/99151 to your computer and use it in GitHub Desktop.
Save dieseltravis/99151 to your computer and use it in GitHub Desktop.
Keep a local copy of Sysinternals utilities updated
@echo off
Net Start Webclient
robocopy "\\live.sysinternals.com\Tools" "C:\Program Files\SysinternalsSuite" /LEV:0 /Z /XA:H /XF thumbs.db /XO /IT /R:10 /W:10
Net Stop Webclient
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment