Hello! I was wondering if anyone had ever tried to log into windows with an arduino. My goal, at this point, is to press a press a button through the arduino to bypass the username and password input boxes. I want to do this simply as a proof of concept and things like RFID user login, keypad login, clapper login, and similar could come next.
I understand that I will have to use the serial interface and have even tried programs like gobetwino.
My questions/problems: -Will gobetwino be able to run even with no user logged in (waiting for the login input) If not, is there a better serial interface that you know of? -How exactly could I log in? I had anticipated something as simple as a batch file but it seems like it might be harder. Maybe wsh? Is there a simple method that you know of? Java/C++/something?
Thank you all, -Adam