Run the command shell ( WindowsKey + R , type cmd
in the window that appears and press Enter.), Then use it from there. adb shell
is probably the command you need.
C:\> cd \Path\to\platform-tools
C:\Path\to\platform-tools\> adb shell
if you added the path to your PATH
environment you don't need cd
there. [ This ] should be a good example of how to do this.
source share