Reboot windows machines at a certain time of day and automatically login with Python

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-06-18T00:05:39Z Indexed on 2010/06/18 0:13 UTC
Read the original article Hit count: 108

Filed under:
|
|
|
|

I know how to reboot machines remotely, so that's the easy part. However, the complexity of the issue is trying to setup the following. I'd like to control machines on a network for after-hours use such that when users logoff and go home, or shutdown their computers, whatever, python or some combination of python + windows could restart their machines (for cleanliness) and automatically login, running a process for the night, then in the morning, stop said process and restart the machine so the user could easily login like normal.

I've looked around, haven't had too terribly much luck, though it looks like one could do it with a changing of the registry. That sounds like a rough idea though, modifying the registry on a per-day basis. Is there an easier way?

© Stack Overflow or respective owner

Related posts about python

Related posts about login