I spent far too long trying to fix this. BITS needs to be re-registered first before you can even start trying any of the other solutions on here: sc create BITS binpath= "c:\windows\system32\svchost.exe -k netsvcs" start= delayed-auto Then either restart, or go into Services (run: services.msc) and restart it yourself.
Background Intelligent Transfer Service (BITS) not listed in services
Hi, my computer has stopped automatic windows update. I'm using vista 32bit home premium. It seems that Background Intelligent Transfer Service (bits) has been disabled. I tried to turn it on but the problem is IT IS NOT IN THE SERVICES LIST... so i cannot set it to automatic or manual or whatever. All supports info says is to go to services and and set BITS to automatic... but how can i do it if its not in the list ???!!!
Everytime I run windows update it says "errors found code 80246008"
Somebody pleeease help. I'm at my wits end what to do.
Windows for home | Previous Windows versions | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Welcome to the Microsoft Windows Vista Communities site.
Corrupt, damaged, or otherwise missing service…
If the BITS service was recently deleted, meaning if you only recently started receiving this error code, you can use **System Restore** to rollback the system to before this issue first began – in turn restoring the missing service.
Please note that this one missing service you’ve identified may only be a symptom of a larger problem. I’d recommend that you run the **System File Checker** (SFC) on your system. It will not replace the missing service, but will scan for and attempt to repair other corruption that may be present.
If you were able to successfully restore the service using System Restore you will need to Check for updates to see if the issue has been resolved. If after you’ve restored the BITS (Background Intelligent Transfer Service) you continue to receive errors pertaining to this service I recommend that you run the BITS Repair Tool for Windows Vista (KB940520). However, please note that it will NOT run on a system that is missing the BITS service - so again this can only be run after you’re restored the service.
| Running the**System Restore**utility… |
|---|
| 1. <br>Click<br>Start, click All Programs, click Accessories, click System Tools, and then click<br>System Restore.<br><br><br>2. <br>Click<br>Continue or provide Administrator credentials if necessary.<br><br><br>3. <br>Click<br>Choose a different restore point, and then click Next.<br><br><br>4. <br>Select a<br>Date and Time prior to first sign of the issue you’ve described.<br><br><br>5. <br>If the date you need is in excess of (5) days click the<br>Show restore points older than 5 days check box.<br><br><br> <br><br><br>**Please note:**That System Restore affects Windows system files, programs, and registry settings. It can also make changes to scripts, batch files, and other types of executable files on your computer. Thus, any recently installed programs, updates, or changes to configuration will be lost if you use System Restore. However, make note that System Restore does not affect personal files, such as e-mail, documents, or photos, so it cannot help you restore a deleted file. |
| Running the**System File Checker**… | ||||
|---|---|---|---|---|
| 1. <br>Click<br>Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator.<br><br><br>2. <br>Click<br>Continue or supply Administrator credentials if prompted.<br><br><br>3. <br>In the<br>Command Prompt window type the following, and press Enter:<br><br><br>sfc /scannow<br><br><br><br>4. <br>You should see the following on-screen messages:<br><br><br><br> | Beginning the system scan. This process will take some time.<br><br><br>Beginning verification phase of system scan.<br><br><br>Verification % complete. | <br> | --- | <br><br><br><br>5. <br>Once the scan has completed you will receive an onscreen message – indicating the results.<br><br><br>6. <br>If system corruption was found “that could not be repaired” it may be necessary to perform an<br>In-Place Upgrade of the Operating System. |
[Jared
- Support Engineer - MSFT](http://social.answers.microsoft.com/en-US/Profile/?user=Jared%20-%20Support%20Engineer&referrer=http://social.answers.microsoft.com/Forums/en/vistamedia/threads/&rh=R3rk8MPMvm8nd0qgOMUczYzYrc8D7Pq4ADJ%2b0jJsb%2bc%3d)
Microsoft Answers Support Engineer... posting to you from Windows 7!
126 additional answers
Sort by: Oldest
-
Anonymous
2012-09-13T16:08:39+00:00 Hi, this is my first post so not professing to be a know-all.
Just thought I'd throw in my two-penneth as I was pulling my hair out trying all sorts of suggestions to resolve this.
In the end it came down to my latest program install ... McAfee (I know, nuff said).
It apparently locks the update files/folder so that nothing nasty can get in .... or anything from Microsoft !?!?!?
MS solution was to run a bat file to rename the current "Software Distribution" folder. Well whatever it did the BITS service is now back and updates are working again !!!!
See here http://support.microsoft.com/kb/958048
(Vista Ultimate x64)
-
Anonymous
2012-09-13T18:38:34+00:00 Thanks. This worked for me. I was ready to do a reinstall of Windows 7...
-
Anonymous
2012-09-15T12:13:01+00:00 Hey, Sorry to be a pain, but I'm a bit pc dumb, and I've been trying the stuff above, and I'm stuck. I put in the original:
sc create BITS binpath= "c:\windows\system32\svchost.exe -k netsvcs" start= delayed-auto
and BITS appeared in Services, but as above it won't start and says: system error 2, etc.
I've read your reply above and tried to do what I think you've said, but it doesn't seem to work. The cmd box says after I try to put in the second bit:
DESCRIPTION: Creates a service entry in the registry and Service Database. USAGE: sc server create [service name] [binPath= ] option1 option2... OPTIONS: NOTE: The option name includes the equal sign. A space is required between the equal sign and the value. type= own|share|interact|kernel|filesys|rec (default = own) start= boot|system|auto|demand|disabled|delayed-auto (default = demand) error= normal|severe|critical|ignore (default = normal) binPath= BinaryPathName group= LoadOrderGroup tag= yes|no depend= Dependencies(separated by / (forward slash)) obj= AccountName|ObjectName (default = LocalSystem) DisplayName= display name password= password
Any idea what I'm doing wrong, could you possibly spell out your instructions fit for a pc dummy?? Thanks!!!