HTMLValidator_c
12 years agoOccasional Contributor
Windows 8.1
I tried to update to Windows 8.1 and got a message to uninstall "Sentinel Runtime Drivers". If I'm not mistaken, this is AQTime's doing.
What should I do aside from uninstalling AQTime which I don't want to do as I find it very valuable... on the other hand, its licensing system seems to be quite troublesome.
What should I do aside from uninstalling AQTime which I don't want to do as I find it very valuable... on the other hand, its licensing system seems to be quite troublesome.
You could use the taskkill command that has existed since Vista to kill TestComplete or TestExecute in your batch files.
TASKKILL /IM TestComplete.exe /T TASKKILL /IM TestExecute.exe /T
You can see the docs on it here: https://technet.microsoft.com/en-us/library/bb491009.aspx