I am on the works computer and my IT department rather helpfully thinks its so slow because of its age (which is bs). I have found an executable running @ 99%CPU but have no task manager to stop it, so what i have done is made a .bat file with the taskkill /f /im
.exe and placed it in the start-up folder. Unfortunately it runs too early and .exe runs after the .bat file so i was wondering if anyone knew how to delay the running of taskkill that i can write into the .bat file.
There.. I hope that makes some sense