To accomplish that you need to start Windows PowerShell from the Start menu, click Start, click All Programs, click Accessories, click the Windows PowerShell folder, and then click the Windows PowerShell item and type:
get-service BTSSvc* | foreach-object -process { SC.EXE config $_.Name start= delayed-auto}
Update: You can download the powershell script on TechNet Gallery here.
