Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

restart QV services without admin rights

Hi,

I'm wondering if we can create a batch file in exe format and execute it to restart QV services from other machine.

in this batch file, we would need it to first log on as admin acct and then restart the services.

The idea is for developers who do not have admin rights in QV server to be able to restart the services remotely and quickly.

thanks.

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     I guess you should post this question on another community where you can find the way to start stop services by batch file.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

i did, and i can't find it any, maybe the key words is not good. so i thought posting a new post make it easier

NZFei
Partner - Specialist
Partner - Specialist

jonathandienst
Partner - Champion III
Partner - Champion III

The "runas" windows batch command will allow you to run a bat file under another user's rights (which could include administrator rights). The user will need to know the password for the other user account. Check out runas in Google: Google runas

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein