When you are invoking mongod manually it is not using this default config file
It is looking for C:\ data\db.Since dir does not exist it is failing
The config file which you have pasted is used by default mongod which runs as service on Windows
Try to give a different port and a different path and see.It will work