


Some Windows users are encountering the 0x800705b3 error code after failing to install a pending update on Windows 10. Most commonly this particular issue is reported to occur with Integrated webcam drivers updates and Bluetooth adapter driver updates.
Follow the guide below in order to fix the issue and update your Windows successfully
The majority of users that were dealing with this issue reported that the issue was fixed after they ran the Windows Update Troubleshooter and applied the recommended fix.
Whether you’re experiencing this issue with an integrated webcam driver or with anything else, chances are you’ll be able to circumvent the apparition of the 0x800705b3 error by using the Microsoft Update Catalog to find, download and install the pending update manually.
The Windows installer service is responsible for installing pending updates that get downloaded by the Windows Update component. If this service is disabled on your configuration, none of the updates waiting to get installed will get completed.
In case the 0x800705b3 error is related to some kind of network inconsistency (TCP or IP related), you might see Windows Updates failing due to bad data that forces the Windows to abort the installation of new pending updates.
In this case, you should proceed by doing a complete Winsock reset procedure to fix the majority of the socket and temporary data-related issues that might cause this behavior.
Several affected users have confirmed that this method was the only thing that allowed them to finally fix the Windows Update issue and install pending updates normally.
Here are some step-by-step instructions that will walk you through the process of performing Winsock Reset:
nbtstat -R nbtstat -RR netsh int reset all netsh int ip reset netsh winsock reset
If none of the ‘superficial’ causes have worked in your case, you should start considering some type of system corruption that might affect your computer’s ability to complete pending updates that are currently waiting to be installed.
In case you find yourself in this particular scenario, you should run a couple of built-in utilities capable of fixing corrupted instances that might be currently affecting the Windows Update component.
Our recommendation is to start with a simple System File Checker scan. An SFC scan will cross-check every Windows File against a local archive that maintains healthy copies. In case corrupted instances are found, this utility will swap the corrupted instance with the healthy equivalent.
Once the SFC scan is complete, reboot your computer and wait for the next startup to complete.
After your computer boots back up, initiate a DISM scan. This utility works differently in the sense that it relies on a sub-component of Windows Update to download healthy copies for the corrupted Windows files that need to be replaced. Because of this, it’s important to make sure that you have a reliable Internet connection before initiating this operation.
After the DISM scan is complete, reboot your computer one final time and see if the issue is fixed once the next startup is complete.
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80244022).”To fix error code 0x80244022, refer to the potential fixes provided below.
If you would like your computer to be discoverable on your network and use print and file sharing you will have to change your network profile on your computer from public to private.
Follow the provided guide step by step to change your network profile setting:
Locate the Wi-Fi icon in your system tray and click on it. Click on properties on your WI-FI network to open the network menu. Inside the menu in the Network profile section enable the Private option.
Your changes will be automatically saved.
Find the WI-FI icon in the system tray and right-click on it, then choose Network and Internet Settings. Network & Internet page with open, find your network name at the top and select properties.
On the WI-FI page, in the Network Profile Type section choose Private. As in Windows 10, your changes will be automatically charged, and you can start using them immediately.
If you want to switch back to a public profile follow provided steps but disable the private option.
MovieMode is a Potentially Unwanted Program developed by GenTechnologies Apps that allegedly ads a “Lights Off” function to video streaming websites like Youtube. This feature allows a user to dim the entire background around the video, allowing for better video focus. Although this sounds interesting and useful, upon further inspection it was discovered that this program does not work with modern browsers.
While installed, MovieMode may modify your browser settings, changing your home page, displaying additional ads, and other suspicious behavior. From the Terms Of Use: “Applications may be automatically enabled on your web browsers following installation. Applications or advertisements may require changing your web browser’s default home page, default page, or set of pages on startup, default search provider, and other browser settings. So that Applications can function most efficiently and with the least annoyance, Applications may modify or disable certain web browser or operating system features including, but limited to load time alerts, accelerator features, and Content Security Policy functionality. Applications may also include features to notify you when you are launching an application or visiting a web domain that may interfere with your installed Applications. “Digital Signature/Publisher: Bandoo Media, Inc. Product Version: 5.0.2.4762 Entry Point: 0x000038AF
“Microsoft Windows Network: You can’t connect to the file share because it is not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack. Your system requires SMB2 or higher.”In this post, you will be guided on how to check if the SMB2.0 version can be installed on your Windows 10 computer. To get started, follow the steps below. Step 1: Tap the Win + X keys to open the Device Manager. Step 2: After that, click on the Windows PowerShell (Admin) option. Step 3: In the Windows PowerShell window, type the following command and hit Enter:
Get-SmbServerConfiguration | Select EnableSMB2ProtocolNote: After entering the command, you will see the following content on your screen which means that your Windows 10 computer is now capable of running the SMB2 protocol Now all that’s left for you to do is to enable the SMB 2 protocol on your Windows computer by enabling the SMB 1 protocol first and then upgrading it to SMB 2 afterward. Refer to the steps below for more details. Step 1: Tap the Win + I keys to open the Settings app. Step 2: Then type in “control panel” in the search area and click on Control Panel from the search results. Step 3: After opening Control Panel, click on Programs. From there, select the “Turn Windows features on or off” option under the larger menu of Programs and Features. Step 4: After that, Windows Features will appear on your screen. And from there, make sure that you select SMB 1.0/CIFS File Sharing Support and then click on OK. Step 5: Now let it install all the required files and then restart your computer to apply the changes made successfully. After your computer has restarted, the SMB 2 protocol should now be supported on your Windows 10 computer. Note: On the other hand, you can also enter the following command in the Windows PowerShell window. Just make sure you have admin rights to enable it.
Set-SmbServerConfiguration –EnableSMB2Protocol $true