Skip to content

Instantly share code, notes, and snippets.

@RyanNutt
Created February 19, 2018 13:56
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 RyanNutt/b6b9eb7df4818f0a26a55428d9a77622 to your computer and use it in GitHub Desktop.
Save RyanNutt/b6b9eb7df4818f0a26a55428d9a77622 to your computer and use it in GitHub Desktop.
Batch file to restart Windows Acquisition (WIA) service - For a blog post on how to reset scanner https://www.nutt.net/cannot-communicate-with-the-scanner/
@net stop "Windows Image Acquisition (WIA)"
@net start "Windows Image Acquisition (WIA)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment