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/de...start_page.asp
BITS White-paper:
http://www.microsoft.com/windows.net.../docs/BITS.doc
BITS FAQ:
http://microsoft.com/technet/treevie...s/BITS_FAQ.asp
BITS Known Issues:
http://support.microsoft.com/default...b;en-us;331716
"XP User" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> BITS newsgroup is microsoft.public.windows.backgroundtransfer
> CCing that newsgroup
>
> "SK" <(E-Mail Removed)> wrote in message
news:<1da401c3846f$f0aad670$(E-Mail Removed)>...
> > I am deploying Windows XP Professional on 2500+
> > workstations and I have been trying to configure them to
> > use a SUS (Software Update Service) server to install the
> > patches. They are being deployed in a Novell network and
> > do not require the MS Client. I order for BITS
> > (Background Intelligent Transfer Service) to work it
> > relies on the LanMan Workstation service to be running.
> > Of course this is part of the MS Client.
> > Is there a way or configuration of services/reg
> > entries that I can do to run and utilize Windows
> > AutoUpdate via SUS without having the MS Client software
> > loaded? No MS Client is done for security reasons.
> > Please advise, my wits are gone.....
> >
> > Thanks
> > S