Solved
Forum Discussion
rraghvani
Champion Level 3
2 years agoYou might not have elevated privileges to run WshShell.Run, as the permissions are inherited from TC. If you were to run TC as an Administrator, then it will work.
- Jovani_smo2 years agoOccasional Contributor
Hi rraghvani!
I tried to start TC as an administrator, and run the command WshShell.Run("net start" + ServiceName); but it still didn't start the service 😞