BITS newsgroup is microsoft.public.windows.backgroundtransfer
CCing that newsgroup
> I am deploying Windows XP Professional on 2500+
> workstations and I have been trying to configure them to
[quoted text clipped - 12 lines]
> Thanks
> S
Sudheer GN [MSFT] - 30 Sep 2003 20:01 GMT
Hi,
The dependency of 'lanmanworkstation' on BITS service can be removed
by modifying the dependency list using the following reg commands.
The dependency list is different for Windows 2000 and Windows XP. The
modification can be done by the following reg commands.
reg.exe is available in resource kit for Windows 2000. It is already
available in Windows XP Pro.
On Windows XP
reg.exe add "HKLM\System\CurrentControlSet\Services\BITS" /v
DependOnService /t REG_MULTI_SZ /d "Rpcss" /f
On Windows 2000
reg.exe add "HKLM\System\CurrentControlSet\Services\BITS" /v
DependOnService /t REG_MULTI_SZ /d "Rpcss\0SENS\0Wmi" /f
--
Sudheer GN
Microsoft, BITS
This posting is provided "As Is" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
BITS SDK:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bits/bits/bits_
start_page.asp
BITS White-paper:
http://www.microsoft.com/windows.netserver/docs/BITS.doc
BITS FAQ:
http://microsoft.com/technet/treeview/default.asp?url=/technet/itcommunity/Newsg
roups/BITS_FAQ.asp
BITS Known Issues:
http://support.microsoft.com/default.aspx?scid=kb;en-us;331716
> BITS newsgroup is microsoft.public.windows.backgroundtransfer
> CCing that newsgroup
[quoted text clipped - 15 lines]
> > Thanks
> > S