TF255115 Access Denied when starting TFSAgent Service
Whist configuring a new TFS2010 server I got the error TF255115: The following service did not start: TfsJobAgent. Cannot start service TfsJobAgent on computer ‘’. This was identical to the thread on MSDN and it turned out my problem was similar. I was installing TFS onto drive D:APPS, not the usual C:PROGRAM FILE. The problem was the User group did not have the default Read & Execute, List Folder Contents and Read rights on the D:APPS directory and sub directory, the right all users have on C:PROGRAM FILES. ...