|
How Can I Remove the Dependency BITS has on the Workstation Service? |
| How can I get
BITS or more importantly the Workstation service started, without having the
Microsoft client installed? Currently when BITS tries to start, I get a system error 1075. There's a dependency on the workstation service. I don't have a Workstation service to start, and that's causing me grief. If I install the Microsoft client for Windows all is fine but that is not the route we want to go.
Contributed By: Sudheer GN [MSFT] 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 |
| © FAQShop.com 2003 - 2008 |
|
|