Jump to content

Recommended Posts

Posted

Registry set load file in cdrom.

[HKEY_CLASSES_ROOT\.APK\shell][HKEY_CLASSES_ROOT\.APK\shell\Install][HKEY_CLASSES_ROOT\.APK\shell\Install\command]@="\"%~dp0\\apps\\test\\adb.exe\" install -r \"%1\""

Posted

bat File not worked.

plz help in fixed.

REG ADD "HKCR\.APK\shell\Install\command"/ve /t REG_SZ /d "%~dp0apps\test\adb.exe" install -r "%1" /f
Posted

I would guess that you may wish to escape some characters.

REG ADD "HKLM\SOFTWARE\Classes\.apk\shell\install\command" /VE /D "\"%~dp0apps\test\adb.exe\" install -r \"%%1\"" /F

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...