Saturday, January 17, 2009

Remote Shutting Down of Windows Computer by Linux Console

Remote Desktop by Linux Console is another very interesting task to do. I have find it out to shut down a remote windows system by Linux console.
Hey.... Don't think that I am telling you to about hacking, this requires authentication. If you know the password and user name by which the computer has been logged on then you can do this.

To do this, you will have to type the following Linux command -

# net rpc -C "The comment you want to show before the computer shuts down..." -r -f -I 172.16.1.121 -U username%passwd


1 comments: