So I have my application deployed to my Raspberry Pi 3 that is running win10 IoT, and I want to use schtasks to run it at certain times. Where is my application "deployed" to on the device so I can add it to a scheduled task?
Edit: Found the app, but I can't seem to create a scheduled task to run the .winmd file.
This is what I tried:
schtasks /create /tn feedertest /sc minute /ru administrator /rp notrealpwd /mo 5 /tr "c:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\CatFeeders-uwpVS.Debug_ARM.greg\catfeeders.winmd"