Tuesday 17 April 2012

How to access windows process from linux

You can check the services running in windows from linux by doing the following

# net rpc service list -I 192.168.1.199 -U administrator%redhat
                                                                     username%password

# net rpc service start VBoxService -I 192.168.1.160 -U  administrator%redhat

Virtualbox is only the name of the service(can control also),we can start,stop or restart too.

1 comment: