If you are trying to run or starting a program on your Windows 10 computer and you suddenly get an error message saying, “Error 1061 The service cannot accept control messages at this time”, read on as this post will show you what you can do to fix the problem.
This kind of error pops up since the Application Information Service does not respond to the requests to raise applications to Administrator in Windows 10 like the Task Manager, Service updates, and so on. Thus, you won’t be able to run or open apps and will only get stuck with this error.
The “Error 1061 The service cannot accept control messages at this time” message is a type of network error that typically occurs when there is a temporary mismatch between the requested control and the state of the service to be controlled. It’s most likely that the service is in a state of start-pending, stop-pending, stopped or it may already be used by another user which explains why this error message suddenly appears.
You can encounter this error message on any Windows operation. Here are some of the most common occurrences:
“There is a temporary mismatch between the requested control and the state of the service to be controlled. The service may be in a state of start-pending, stop-pending, or stopped. Wait a few minutes, then retry your operation.”
If after a few minutes, the error still appears, then you may have to follow the options prepared below.
You can also try starting the Application Information Service to fix the “Error 1061 The service cannot accept control messages at this time”. Just open the Windows Services Manager and make sure that Application Information Service is Started. And if you find that it’s already started, you need to restart it.
One of the problems encountered by Windows users when upgrading to Windows 10 from Windows 7 or Windows 8/8.1 is the Error Code 0x80070020. This error code normally occurs when users try to download updates from the Windows Update Website or simply by upgrading to Windows 10. Error Code 0x80070020 also occurs when the device already has a Windows 10 installed.
Once this error is encountered, it will cause malfunction of update installs and display the following message:
An error (-5006 : 0x80070020) has occurred while running the setup. Or The process cannot access the file because it is being used by another process”
In an attempt to fix Error Code 0x80070020, it is important to pinpoint what the cause is. The most probable cause of this error is due to interference. This error code most likely occurs when there is another automatic update running, for instance, an Antivirus scanning in real-time. If you’re scheduled to have an automatic update during real-time scanning, the Windows 10 update might malfunction.
In trying to fix Error Code 0x80070020, you can perform manual repair methods to resolve the issue effectively and efficiently. Most Windows users can easily employ these manual repair methods, even those who do not have technical abilities. However, there are certain instances where a Windows professional’s help is needed. If you don’t want to face any risk in resolving the issue, it would be best to consult a professional Windows technician or you can also make use of a powerful automated tool.
NOTE: It is best to attend immediately to errors encountered since unresolved errors can result in slowing down your computer’s performance. This might also cause other error messages to arise such as Error Code 0x80070057.
Since Error Code 0x80070020 is most likely encountered due to interference during your update, the easiest method you can do is to close all opened programs and restart your device. After restarting, try to start the update process again.
Another quick and safe way to fix Error Code 0x80070020 is to disable your antivirus. You must take note though that in doing so, your computer will be susceptible to virus attacks. If you want to proceed with this method, follow these steps:
The Windows Update Troubleshooter may resolve many of the errors encountered by Windows users when installing updates from Windows Update. To execute the troubleshooter, follow the steps below:
Executing a clean boot means starting Windows using only a few resources, including startup programs and drivers. This safeguards minimizing conflicts and prevent software clash when an update is received. In performing a clean boot, you will be able to pinpoint what caused the manifestation of error code 0x80070020. Check Microsoft’s Support website to know how to execute a clean boot.
Performing this method is a bit risky and should be your last option if all methods were unsuccessful. This process will alter your device’s registry so you must ensure to perform accurately the steps. A single mistake can lead to modifying your registry erroneously, which might result in the occurrence of other error messages. Carefully follow the steps found on Microsoft’s Support website to successfully reset Windows Update components.
Resetting Windows Update components can also be done by implementing the following steps:
A third-party antivirus such as BitDefender may recognize the Windows Update as a threat since the new update of Windows 10 is probably not yet registered with this third-party antivirus vendor. To solve this, you must disable temporarily the antivirus before performing the update. Once the third-party antivirus is disabled, you can now proceed with the updating process. Update as well your third-party antivirus.
The Deployment Image Servicing and Management (DISM) is a command-line utility that is installed by default in Windows 10 system. This program is used to fix images in Windows. In the case of Error Code 0x80070020, the DISM can repair the recovery image in Windows 10 and can perform as a virtual hard disk as well.
/CheckHealth – to check for corrupted files or components
/ScanHealth – to check for corrupted Windows image. This may take up to 10 minutes to finish
/RestoreHealth – to check for corrupted Windows image and do an automatic repair. This may take up to 20 to 30 minutes to finish
NOTE: In an instance where you cannot locate the good files in your computer, the system image files may be corrupted. If this happens, you need to have a copy of install.wim from a computer with good Windows 10 OS or the Windows 10 ISO file. Make sure that the source of the good files has the same language, version, and edition of your OS.
Enter the following commands one by one to perform the /RestoreHealth switch using the source path location of good files you copied:
For example purposes, the “repairSource” is the source of the good files.
net stop wuauserv net stop bits
net start wuauserv net start bitsSince the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.
DEL /F /A <file path with extension>Note: In the given command, “/F” is the force delete command, while “/A” is the command that selects the files with the ready for archiving attribute. Step 4: After that, go to the location where you can find the folder you want to delete by using the “cd” command again. And then execute the following command right after:
RD /S <folder path>Note: In the given command, “RD” is the command that removes the folder from the directory, while “/S” removes all of its sub-folders and files. On the other hand, if you also use the “/Q” parameter, you won’t see the “Y/N” confirmation but if you didn’t use it, then simply tap the Y button to proceed.