DeviLib - library about web, IT, programming and web design

Windows services - Background Intelligent Transfer Service

Name: Background Intelligent Transfer Service

Purpose:

Transfers data between clients and servers in the background. If BITS is disabled, features such as Windows Update will not work correctly.

Default startup:

XP Home: Manual
XP Pro: Manual

Log On As:

NT AUTHORITY\LocalService

Dependencies:

Remote Procedure Call

Default Registry:


"Type"=dword:00000020
"Start"=dword:00000003
"ErrorControl"=dword:00000001
"DisplayName"="Background Intelligent Transfer Service"
"DependOnService"=hex(7):52,00,70,00,63,00,73,00,73,00,00,00,45,00,76,00,65,00,\
6e,00,74,00,53,00,79,00,73,00,74,00,65,00,6d,00,00,00,00,00
"DependOnGroup"=hex(7):00,00
"ObjectName"="LocalSystem"
"Description"="Transfers files in the background using idle network bandwidth. If the service is stopped, features such as Windows Update, and MSN Explorer will be unable to automatically download programs and other information. If this service is disabled, any services that explicitly depend on it may fail to transfer files if they do not have a fail safe mechanism to transfer files directly through IE in case BITS has been disabled."
"FailureActions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,68,e3,0c,\
00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00

Microsoft page

P.S. To edit services go to start->run and type services.msc
P.P.S. OS settings changing is your own responsibility

Related posts:

Post a Comment