This is again going to be basic tutorial for noobs and not the one for advanced users. I figured out the way to run remote process on a windows system. Of course in Linux it is possible using putty but somehow that is just for linux. For Microsoft windows we have a similar executable called psexec.exe which let you run the remote files or programs over the network.

So how does it work ? Well download the pstools from internet like from microsoft site or download.com

Then to run the remote program you can type :

[code]

#this can be used for the machine on which you got open access

psexec \\192.168.1.10 cmd.exe

#for the terminal where you want to specify credentials you can use

psexec \\192.168.1.10 -u username -p password cmd.exe

#for more help type psexec and you will find a list.

[/code]

Hope this simple trick helps you a lot 🙂

Cheers !!

Realin !

Share this post: