home page
Games
Pre-RegisterRPGStrategyAdventureCasualArcadeRacingActionSimulation
Support
LDPlayer 9 IntroductionEnable VTStartup Stuck at 50%/94%Fix Invalid Virtual DiskUpdate Graphics DriverKeyboard MappingEnable LDMultiplayerFPS Setting
Blogs
Updates
LDGame
Affiliate
LDGame Community
LDPlayer 14 Beta
download ldplayer
Download
English
繁體中文한국어Tiếng ViệtภาษาไทยPусскийPortuguêsEspañolFrançaisDeutsch日本語Indonesiaالعربية

LDPlayer Support

EmailFacebookDiscordLDGame Customer Service(For LDPlayer account & recharge problem)

Products

LDCloudOSLinkEasyFun

About

About UsBusiness InquiryDMCA Takedown

Follow Us

©2025 LDPLAYER.NET, ALL RIGHTS RESERVED. JUST OKAY LIMITED, OFFICE F, 12/F, YHC TOWER, 1 SHEUNG YUET RD, KOWLOON BAY KLN, HONG KONG
Games and applications on this site are collected from the internet. If there is any infringement, please contact the email: support@ldplayer.net
Privacy Policy|GDPR Privacy Notice|Help Translate
English
繁體中文한국어Tiếng ViệtภาษาไทยPусскийPortuguêsEspañolFrançaisDeutsch日本語Indonesiaالعربية
Tutorial VT
Video Tutorial
Kenal LDPlayer
Masalah umum
Panduan Lanjutan
Tutorial Instal Game
Penyelesaian masalah
Tutorial Optimalan PC
Tutorial Perbaikan Data
Afiliasi LDPlayer Terkait
Pengenalan Fitur Dasar
Tutorial Instal Dan Mulai
Tutorial Perbaikan Jaringan
Tutorial Terkait LDMultiPlayer

Support/

Function Instruction

Introduction to LDPlayer Command Line Interface

2019-03-21

To begin with, go to the installation directory of LDPlayer to find a file named ldconsole.exe (or dnconsole.exe) and double-click on it. 

Introduction to LDPlayer Command Line Interface

Type cmd into the search box or the Run dialog box (You can press the Windows key and R simultaneously to bring up the Run dialog box).

Type the path of ldconsole.exe (such as C:\Changzhi\LDPlayer\ldconsole.exe) into Command Prompt to show usage instructions. Most commands include the parameter -- name or -- index which is used to specify which emulator is to be operated.
For example:
--name LDPlayer
--index 0
Both of them are used to operate the first emualtor. "name" means the name of the emulator and "index" refers to the index of it. Let's take a look at various commands.

 

1. launch LDPlayer
launch <--name mnq_name | --index mnq_idx>
For example:
dnconsole.exe launch --name LDPlayer
dnconsole.exe launch --index 0

 

2. quit LDPlayer
quit <--name mnq_name | --index mnq_idx>

 

3. quit all LDPlayer instances
quitall

 

4. property setting
modify <--name mnq_name | --index mnq_idx>
    [--resolution ]
    [--cpu <1 | 2 | 3 | 4>]
    [--memory <512 | 1024 | 2048 | 4096 | 8192>]
    [--manufacturer asus]
    [--model ASUS_Z00DUO]
    [--pnumber 13812345678]
    [--imei ]
    [--imsi ]    
    [--simserial ]
    [--androidid ]
    [--mac ]
    [--autorotate <1 | 0>]
    [--lockwindow <1 | 0>]

For example:
dnconsole.exe modify --index 0 --resolution 600,360,160 --cpu 1 --memory 1024 --imei auto

 

5. create
add [--name mnq_name] 


6. copy
copy [--name mnq_name] --from

 

7. delete
remove <--name mnq_name | --index mnq_idx>

 

8. install, uninstall, run and kill app
installapp <--name mnq_name | --index mnq_idx> --filename
installapp <--name mnq_name | --index mnq_idx> --packagename
uninstallapp <--name mnq_name | --index mnq_idx> --packagename
runapp <--name mnq_name | --index mnq_idx> --packagename
killapp <--name mnq_name | --index mnq_idx> --packagename

 

9. setprop/getprop/adb
setprop <--name mnq_name | --index mnq_idx> --key name --value val
getprop <--name mnq_name | --index mnq_idx> --key name

For example:

setprop --index 0 --key "phone.imei" --value "auto"
setprop --index 0 --key "phone.imsi" --value "auto"
setprop --index 0 --key "phone.simserial" --value "auto"
dnconsole.exe adb --name "LDPlayer" --command "shell pm list packages"
dnconsole.exe adb --index 0  --command "shell pm list packages"

 

10. list2
F:\changzhi\LDPlayer>dnconsole.exe list2
0,LDPlayer,2032678,1704928,1,7456,3500
1,LDPlayer-1,852422,590830,1,3772,3180
List2 returns multiple messages at one time, in turn:
index, title, top window handle, bind window handle, android started, pid, pid of vbox

Was this article helpful?
223 users found this helpful.