Problem remotely shutting down a windows computer with python

Duncan Booth duncan.booth at invalid.invalid
Mon Jan 3 04:50:06 EST 2005


Kartic wrote:

> Looks like this is the documented outcome. You could alternatively try
> setting a little XML-RPC app to invoke 'shutdown -s' on the remote PC
> from your PC (e.g. using Twisted Python).
> 

Or invoke 'shutdown -s -m \\machinename' on the local machine to shutdown a 
remote machine.




More information about the Python-list mailing list