AutoUpdate with SUS server on XP with MS Client

S

SK

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
 
S

Sudheer GN [MSFT]

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/Newsgroups/BITS_FAQ.asp
BITS Known Issues:
http://support.microsoft.com/default.aspx?scid=kb;en-us;331716
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top