Home > other >  The adb command, has connected to the phone automatically disconnect
The adb command, has connected to the phone automatically disconnect

Time:11-04

Before can be normal use, in order to get to modify a system file permissions, according to the method to modify the reg form online, then came the above situation:
Attach before modifying code:
The Windows Registry Editor Version 5.00
\ [HKEY_CLASSES_ROOT \ * shell \ runas]
@="administrator title"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT \ * \ shell \ runas \ command]
@="CMD. Exe takeown/f/c " % 1 \ "& amp; & Icacls \ "% 1 "/grant administrators: F "
"IsolatedCommand"="CMD. Exe takeown/f/c " % 1 \ "& amp; & Icacls \ "% 1 "/grant administrators: F "
[HKEY_CLASSES_ROOT \ exefile \ shell \ runas2]
@="administrator title"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT \ exefile \ shell \ runas2 \ command]
@="CMD. Exe takeown/f/c " % 1 \ "& amp; & Icacls \ "% 1 "/grant administrators: F "
"IsolatedCommand"="CMD. Exe takeown/f/c " % 1 \ "& amp; & Icacls \ "% 1 "/grant administrators: F "
[HKEY_CLASSES_ROOT \ Directory \ shell \ runas]
@="administrator title"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT \ Directory \ shell \ runas \ command]
@="CMD. Exe takeown/f/c " % 1 \ "y/r/d & amp; & Icacls \ "% 1 "/grant administrators: F/t "
"IsolatedCommand"="CMD. Exe takeown/f/c " % 1 \ "y/r/d & amp; & Icacls \ "% 1 "/grant administrators: F/t "

Statement: cell phone on the other computer can continue the adb command operation, only when the machine on the computer in the use of the adb command automatically disconnect!

O great god answer!!!!!!
  • Related