I have a need to reset the Arduino upon Windows boot-up for a Firmata application. I can do a manual reset by pressing the button but would like to automate this. Wondering if anyone knows how to do this from a Windows command line that can be added to the Start-up folder.
I've messed with mode before, but unless I read the com port (i.e. type com4:) right away, it doesn't work.
I did try reading the "fuses" with avrdude as a hack, that seems to reset it reliably. Here's what I ran, you would have to tweak it to your installation.