


Error2: The system cannot find the file specified" Register BITS Service If not, you can try to start it from the Services panel, but you’ll probably get an error like: "Windows could not start the BITS service on the local computer. Once the BITS service is installed, we need to make sure it’s registered properly. sc create BITS binpath= "c:\windows\system32\svchost.exe -k netsvcs" start= delayed-auto That’s not by accident, you need that space otherwise the command won’t work. If you can, try to copy and paste because you’ll notice that after the = sign in several locations, there is a space immediately after.

If, for some reason, you can’t get the above command to work properly, you can also try the command below, which is just a shortened version of it.
