71 / stadiacontroller

Command line application that emulates an Xbox 360 controller from a wired Stadia controller on Windows.
ISC License
171 stars 22 forks source link

[Feature Request] Add an option to automatically add as a scheduled background task #8

Open LillyWho opened 2 years ago

LillyWho commented 2 years ago

I've finally remembered to try making a scheduled task for this, and it appears to be working. It doesn't make the log window pop up (saves space) and still works. I'll be testing later if it works with the "run on startup" trigger enabled without any user input. Just a little batch file or something would be nice, to get a one-click solution.

71 commented 2 years ago

It's definitely possible, but I'll have to look up the schtasks docs to find out how I can achieve that. I personally run stadiacontroller only when I need it, since I don't want it to waste memory (though it's arguably insignificant), but also because it messes with some games (for some reason, Horizon Zero Dawn doesn't support the Xbox 360 device emulated by stadiacontroller at all, but it does support the Stadia controller itself).

LillyWho commented 2 years ago

That's where some tray icon menu controls would come in handy.