I need to create a batch
to restart a service, it must include administrator credentials, something like this:
net stop miservicio [user][password]
net start miservicio [user][password]
set /p DUMMY = Presione enter para finalizar...
I tried in different ways and I have not obtained a result that helps me.
Beforehand, thank you community and greetings.