Permanently disabled Background Intelligent Transfer Service (BITS) and Update Orchestrator Service (UsoSvc) on Windows 10

Kittiya Chanporn 20 Reputation points
2023-07-19T20:07:54.0766667+00:00

We disabled BITS and UsoSvc via registry key by setting the DWORD value to 4 (disabled), we noticed that even when we did that both BITS and UsoSvc services would start running again. Is there a way to permanently disabled the services meaning, have them not be able to start at all?

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Wesley Li-MSFT 4,576 Reputation points Microsoft External Staff
    2023-07-21T06:00:37.5833333+00:00

    Hello

    By using Group Policy or by modifying the service settings, you can prevent these services from starting automatically and ensure that they remain disabled.

    Here are the steps to permanently disable BITS and UsoSvc services:

    Use group policy:

    Press Win + R to open the Run dialog, type gpedit.msc, and press Enter. This will open the Local Group Policy Editor.

    Navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Delivery Optimization.

    Double-click Download Mode in the right pane.

    Select Enable and set Download Mode to Bypass to disable BITS and UsoSvc.

    Click Apply and OK.

    Restart your computer to apply the changes.

    Modify service settings:

    Press Win + R, type services.msc, and press Enter. This will open the service console.

    Locate Background Intelligent Transfer Service (BITS) and Update Orchestrator Service (UsoSvc) in the list of services.

    Double-click each service to open its properties.

    Change the "Startup type" to "Disabled".

    Click Apply and OK.

    Restart your computer to apply the changes.

    After performing either method, the BITS and UsoSvc services should remain disabled and not start automatically on system reboot. Some system updates may automatically re-enable these services to ensure proper operation and security. Therefore, it is critical to remain vigilant and review service settings after major updates or changes to ensure the desired configuration is maintained.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.