Last Updated: February 25, 2016
·
568
· ferdy182

Take android screenshot from desktop

For windows:

Create a .bat file with this contents:

adb shell screencap -p /sdcard/screenshot.png
cd %HOMEPATH%/Desktop
adb pull /sdcard/screenshot.png
adb shell rm /sdcard/screenshot.png
%PROMPT%

Every time you run it, it will save a screenshot on your desktop.

Usaful with launchy or similar