I made everything in mac so I'm not sure about what info exists for windows (but what I'm sure in is that there is a lot of).
Anyway I will do a little explanation:
To run a test is needed that you programmed one.
When you run a test it launch a driver instance which connects with the appium server, so for doing that the test requires some information like: Where is the apk, which platform will run, version, etc, etc. Those parameters for the driver are called capabilities, so try to find out how to pass those capabilities to appium driver from your test.
I hope this can be helpful for your beggining