D
D
des1roer2015-06-07 12:03:24
PHP
des1roer, 2015-06-07 12:03:24

Manage Windows services online?

Might be a bad idea, but still. Is there an implementation option for the following -
I can restart \ start \ stop the service that is running on the server (inside the network) from the site (internal). Accordingly, I know logins \ passwords \ service name
UPD
and rpc is not applicable in this case?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AntonMZ, 2015-06-07
@AntonMZ

And here I will answer =)
If you want to do it in php, then as an option, install IIS, raise PHP. Make a page with a list of services and two Start / Stop buttons and connect the execution of commands to restart services (Services) to these buttons.
net start service_name
net stop service_name

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question