Hi,
You can do it when starting the server with the use of default capabilities flag like this -
For Mac:
appium --default-capabilities '{"fullReset": "true"}'
For Windows:
appium -dc "{\"noReset\": \"true\"}"
Use either -dc or --default-capabilities