Is it possible to create a windows desktop shortcut that will restart a windows service?
I’d like a button to restart my apache service after I have made changes to the config file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this in a batch file, then make a shortcut to it.
Create a text file with the following content, but save it with the file extension .bat
Once the file exists, you can create a shortcut to it, and even assign a keyboard shortcut too if deemed necessary.