如果一台电脑连接一台手机,则使用如下命令
adb reboot
如果一台电脑连接多台手机,具体指定哪台手机重启需要指定设备号
adb -s device1 reboot
下面是关机命令
adb shell reboot -p