Logo

Fix Windows Update Error 0x80242006

If you are trying to update your Windows 10 computer using Windows Update but encounter an error code 0x80242006, then you’ve come to the right place as this post will guide you in fixing this particular Windows Update error. This kind of error might be due to mishandling by the operating system. It could also be caused by the antivirus program or security software installed in your computer.

When you encounter this error, you will see the following error message on your screen as you try to run Windows Update:

“0x80242006, WU_E_UH_INVALIDMETADATA. A handler operation could not be completed because the update contains invalid metadata.”

Here are some troubleshooting tips you can try to fix Windows Update Error 0x80242006.

Option 1 – Try to reset the Windows Update components

If by any chance that the second option didn’t work, resetting the Windows Update components could also help you resolve the problem. How? Refer to the following steps:

  • Open Command Prompt with admin privileges.
  • After that, type each one of the following command and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver

Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS and MSI Installer.

  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below and don’t forget to hit Enter after you type one command after the other.
    • ren C:WindowsSoftwareDistribution SoftwareDistribution.old
    • ren C:WindowsSystem32catroot2 Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 2 – Run the Windows Update Troubleshooter

If resetting the Windows Update components didn’t work, you could also try running the Windows Update Troubleshooter as it could also help in fixing any issues related to Windows Update including this one. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 3 – Try to disable your antivirus program

Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 4 – Check the Background Intelligent Service and the Cryptographic Service

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter or click OK to open Services.
  • From the list of Services, look for the following services and make sure that their Startup type is as follows:
    • Background Intelligent Transfer Service – Manual
    • Cryptographic Service ­– Automatic
  • After that, check if the Service status of the listed services above are set to Running. If they’re not, click on the Start button to start these services and then check if you can now enable the Windows Update service or not.

Option 5 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.

  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow

The command will start a system scan which will take a few while before it finishes. Once it’s done, you could get the following results:

  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer.

Option 6 – Try running the DISM tool

You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the Windows Update error 0x80242006. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.

  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • After that, wait until the process is finished and do not close the window as the process will probably take a couple of minutes.
  • Once it’s done, restart your computer.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Screensaver Timeout Settings
One of the cool and interesting features in Windows is the Screensaver which allows users to display animation or change the wallpaper automatically when the computer is not being used. This feature can also time out and lock your computer when it remains idle for quite some time. However, if you notice that the screensaver of your computer turns on a lot earlier, then you’ve come to the right place as this post will guide you on how you can change the timeout settings of the screensaver of your Windows 10 computer. Usually, the screensaver in Windows 10 is turned off by default, however, if some other user has turned it on or if you have turned it on, you can actually change the timeout settings of the screensaver using several methods. You can do it through the Personalization settings, Registry Editor, as well as the Group Policy Editor. Before you proceed with the instructions provided below, make sure that you create a System Restore point first. Once done, follow each one of the suggestions carefully to successfully change the Screensaver timeout settings in Windows 10.

Option 1 – Modify the timeout settings of Screensaver via Personalization settings

  • Open the Start menu and type “screen saver” in the field.
  • On the search results that appear, click on the “Change Screen Saver” option.
  • From there, you have the option to change the screen saver type, preview, open settings, change the wait time, as well as choose to display lock screen on your resume.
  • Now to change the timeout settings of your screensaver, you have to increase the wait time from 1 to 15 or anything that works for you.
  • Once done, click OK and exit to save the changes made.

Option 2 – Try to change the screensaver time via Registry Editor

The next option you can try to change the timeout settings in the screensaver is using the Registry Editor. To get started, follow these steps:
  • Tap the Win + R keys to launch the Run utility and type “regedit” in the field and hit Enter to open the Registry Editor.
  • Next, navigate to this registry path: ComputerHKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows
  • From there, right-click on Windows located in the right pane and select New > Key.
  • Name the key as “Control Panel” and right-click on it and select New > Key and then name it as “Desktop”.
  • Once done, click on the newly created Desktop key to highlight it.
  • After that, right-click on any empty space in the right pane and select New > String Value and then type “ScreenSaveTimeOut” and hit Enter to save it.
  • Now right-click on ScreenSaveTimeOut and select Modify and then set its value data in seconds.
  • Click on OK and exit the Registry Editor to save the changes made.

Option 3 – Change Screensaver timeout settings via Group Policy Editor

  • Tap the Win + R keys to open the Run dialog box and type “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
  • Next, navigate to User Configuration > Administrative Templates > Control Panel > Personalization.
  • Then look for a policy setting named “Screen saver timeout” and double click on it and then click on the Enabled option to enable it.
  • Add the screen timeout in seconds and click on the Apply and OK buttons to save the changes.
  • Restart your computer.
Note: If you want to disable the screensaver feature in your computer, you can always do so by disabling a policy setting named “Enable Screen Saver”.
Read More
System32 Folder Keeps Popping up at Startup
The System32 folder contains vital configuration and information that are essential to the operating system. It is located inside the “Windows” folder and it consists of important DLL files as well as executable files. You probably have noticed some errors that have the “System32” word in them but that does not necessarily mean that the System32 folder is the one that triggers them as these kinds of errors have only occurred when some important files are corrupted or missing. Some users recently reported that each time they start their computers, the System32 folder will automatically open up in the File Explorer. If you encounter the same problem, read on as this post will guide you on what to do to fix it. This kind of issue is most likely caused by service or application interference – it is possible that there is a third-party application installed in your computer or a Windows service that triggers the System32 to pop up during startup. It is also possible that this is a result of system modification. Thus, you need to identify the third-party program or restore your computer to its previous state.

Option 1 – Put your computer in a Clean Boot State

As pointed out, it is possible that some third-party program or service is the one that’s behind the problem. To isolate this possibility and to identify the culprit, you have to put your computer into a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
After putting your PC in a Clean Boot State, try creating a system restore point and see if the problem still occurs. Clean Boot troubleshooting is designed to help you isolate the problem. For you to execute a clean boot troubleshooting, you must do a couple of actions (the steps given above) and then restart your PC after every action. You might have to disable one third-party app after the other to really isolate the issue. And once you’ve narrowed down the problem, you can either disable the third-party app that’s causing the problem or remove it. Note that you must switch your PC back into the Normal Startup mode after you’re done troubleshooting the problem. Here’s how you can do it:
  • From the “Start” menu, go to System Configuration.
  • After that, switch to the General tab and click the option for “Normal Startup”.
  • Next, go to the Services tab and clear the checkbox for “Hide all Microsoft services”.
  • Then find and click “Enable all” and if prompted, you have to confirm.
  • Afterward, go to the Task Manager and enable all the Startup programs and confirm the action.
  • Restart your PC when prompted.

Option 2 – Perform System Restore

  • First, press the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.

Option 3 – Run System File Checker scan

You might also try running the System File Checker or SFC scan to fix the issue. System File Checker is a command utility built into your computer that helps restore corrupted files and missing files. Refer to the following steps to run it:
  • Hit the Win + R keys to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Restart your computer and see if the System32 folder still pops up at startup or not.
Read More
How to Repair Windows 10 Error 8024001F

Error Code 8024001F – What is it?

During the Microsoft Windows 10 upgrade, certain users have experienced an issue with error code 8024001F. Users should note that this error is also known as Windows Update 8024001F and 0x8024001F. This error code is relatively common and is usually caused by a faulty internet connection. Thanks to this common reasoning, the error is generally fixed easily, and users are able to restart their Microsoft Windows 10 upgrade. Common symptoms include:
  • A dialog box appears with the Error Code 8024001F when attempting to upgrade to Microsoft Windows 10.
  • Your current version of Windows is unable to recognize the need for an update to Microsoft Windows 10.

Solution

Restoro box imageError Causes

With only three issues causing error code 8024001F, it is relatively easy to determine your particular issue and then follow the steps below to rectify the situation.
  • Your computer is not connected to the internet.
  • The Windows firewall is interfering with the Microsoft Windows 10 update.
  • Your third-party antivirus and firewall software is interfering with the Microsoft Windows 10 update.
  • Your system is infected with the Conficker worm, which is preventing the Microsoft Windows 10 update from processing correctly.
Microsoft Support asks that you contact them directly for further assistance if you are able to rule out these three reasons for error code 8024001F.

Further Information and Manual Repair

Error code 8024001F is easily corrected using one of the following methods. Each of these methods should be convenient and comfortable for a basic computer user at home. If at any time you are unsure or feel you need more assistance, Microsoft Support asks that you contact them directly for more guided support.

Method 1- Access the Troubleshooter

  1. Access the Windows Update Troubleshooter
  2. When the dialog box pops up, click OK.
  3. Click NEXT on the following dialog box.
  4. Windows will then run the Troubleshooter, attempting to detect any known issues with your system.
  5. Depending upon the results you should be able to follow the on-screen prompts which will alleviate the update issue.

Method 2- Correct your internet connections

  1. Closeout of the error code 8024001F dialog box.
  2. Close the Microsoft Windows 10 updater.
  3. Attempt to access the internet through your normal browser.
  4. ** If you can successfully access the internet, then an internet connection is not the cause for this error code.
  5. If you are unable to access the internet verify that you are plugged into your network, both at the router/wall and at your computer jack.
  6. If you use a router, verify that all of the lights are on and active (showing an active internet connection).
  7. Establish an internet connection if possible. If you are unable to establish an internet connection, you may need to contact your internet provider.
  8. If you are able to reestablish an internet connection, then you should have no problem running your Microsoft Windows 10 update.

Method 3- Adjust the Windows Update settings

  1. Log into your current version of Windows as the Administrator (enter a password if prompted).
  2. Click the START button on your keyboard or screen.
  3. Search for the term “admin”, press ENTER
  4. Click the “administrative tools” option
  5. Select the “services” file, re-enter your password.
  6. Open the Windows Update file by right-clicking on the name.
  7. Choose the “properties” option
  8. Under the GENERAL tab, make sure that the “startup type:” is set to AUTOMATIC (DELAYED START)
  9. Under the “Service Status” header, click the START button.
  10. Click OK
  11. Restart the Microsoft Windows 10 update.

Method 4- Scan for the Conficker Worm

  1. Access the web address to be directed to the Microsoft Safety Scanner.
  2. Run this free scanner provided by Microsoft to verify if the Conficker Worm is your issue.
  3. If this worm is causing your error, Microsoft will walk you through the steps necessary to remove the worm.

Method 5- Firewall and Anti-Virus software

  1. If you are using the Windows firewall or a third-party anti-virus and firewall software, disable these programs.
  2. Run the Microsoft Windows 10 upgrade.
  3. After the upgrade is complete, turn your antivirus and firewall software back on.
Users should not have a problem employing the above methods. Start with the simplest solutions first, and then work your way to the more intricate methods. In some cases, depending on why this particular error code was caused, you may have to use a powerful automated tool to have it resolved.
Read More
Checking the Bluetooth Battery level
In case you don’t know, Windows 10 now allows users to check the Bluetooth battery level of devices. More often than not, the accessories or peripherals users use for their Windows 10 devices are connected to it using Bluetooth technology. This high-speed low-powered wireless technology is designed to link mobile devices, computers, and other network devices over a short distance wirelessly. Monitoring the battery level of a device where Bluetooth is enabled isn’t an easy task as most of these devices do not support the Bluetooth battery monitor or the battery level display. And even when on devices that do, you still have to install additional software to find it. However, Windows 10 eliminates this requirement and all you have to do is add a Bluetooth device and connect that Bluetooth device. How? Follow the instructions provided below. Step 1: Adding a Bluetooth Device The easiest way to get your Bluetooth device battery to be displayed on your Windows 10 screen is to simply add a Bluetooth device. To do so, follow these sub-steps:
  • First, turn on the Bluetooth mode on your device.
  • Next, go to Windows Settings > Devices > Bluetooth & other devices.
  • From there, click on the “+” button next to the ‘Add Bluetooth or other devices” option and select the type of device you want to add.
Step 2: Connecting the Bluetooth Device Once you’ve added the device, it will be visible under the “Add a device” screen.
  • Now select the newly added Bluetooth device and click the “Done” button.
  • After that, it will now be connected. Go back to the “Bluetooth & other devices” window and scroll down to the section of “Mouse, Keyboard, and Pen”.
  • From there, move the cursor alongside the connected device to display its battery level.
Keep in mind that there are several ways in which you can display the battery information of the Bluetooth device. However, Windows 10 understands only one of them per se. So if your device is not a Bluetooth Low Energy device, Windows 10 won’t be able to show its battery information and won’t display its battery level.
Read More
A Quick Guide to Resolving Error 1512

Error 1512 - What is it?

Error 1512 is a type of runtime error code. This error may hamper your ability to run and load your desired programs on Windows PC. There are increased chances of runtime error 1512 occurring when system files go missing or get corrupt. Symptoms of this error code include:
  • Slow PC speed
  • Window System freeze

Solution

Restoro box imageError Causes

There are several for the occurrence of runtime error 1512. These include:
  • Faulty or outdated drivers
  • Poor Program installation
  • Damaged Windows Registry
  • Viruses tampering the system settings/memory
  • Broken or incorrect Registry entries
  • Damaged Windows registry

Further Information and Manual Repair

To resolve this issue you don’t have to hire a professional and spend hundreds of dollars to get it fixed. Here are some of the best and easy do-it-yourself methods to repair error 1512 on your system in a few minutes. These methods are very easy to work around and do not require any kind of technical expertise.

Method 1 - Uninstall and then reinstall the Same Program

Sometimes this runtime error may pop up due to poor program installation. In such an event, it is advisable to uninstall the program and then reinstall it again properly. To do so, go to the start menu, and click on control panel. Now select the program & features option. Here you will find the option Add/Remove Program. Remove the program causing error 1512. Once the program is removed, reinstall it again.

Method 2 - Run an Antivirus Program

Computer viruses are capable of tampering with system settings. Due to this reason you might experience runtime errors like 1512 on your PC. These malicious programs usually enter the system through phishing emails or website downloads. To resolve the issue, you need to run a powerful antivirus program. An antivirus removes all sorts of malicious programs hiding in your PC like malware, spyware, and malware that are responsible for generating runtime errors.

Method 3 - Update the Outdated Drivers on your PC

If the error still persists, then it is suggested to update outdated drivers. Faulty and outdated drivers can also trigger runtime error 1512. To do this, go to the Device Manager. Here use the Driver update wizard to make updates.

Method 4 - Remove the Invalid Registry Entries and Repair the Damaged Registry

The best way to perform both tasks is to download Restoro. It is embedded with a registry cleaner that is quite easy to use. The registry cleaner removes all invalid entries in seconds, cleans the cluttered registry by wiping out all the redundant and unnecessary files. The damaged registry is then repaired and resumes its normal function. Click here to download Restoro and resolve runtime error 1512.
Read More
What to do if JPEG files won’t open in Windows 10
As you know, “JPEG” is one of the commonly used formats for image files which is a compression of digital images. It is one of the topmost used file formats by mobile phones and digital cameras and usually achieves a 10:1 compression with little visible loss in the quality of the image. There are tons of cases as of late, most particularly after the latest Windows 10 update where users were not able to open JPEG files on their PCs. Every time they try to open any JPEG file, they either get an error or nothing happens at all. This issue could be due to the default handler application for JPEG applications not being set or there could be some third-party image viewer not working properly. To fix this issue with JPEG files, refer to the troubleshooting options below.

Option 1 – Try to change the file type association

You need to check if the file type association of the JPEG files are correctly set or not since there are tons of third party programs that change the file type association automatically to themselves without your permission the instant they are installed and so if any of these third-party programs are broken, then naturally, your JPEG files won’t really open. That’s why you can try changing the setting to the default photo viewer instead of the third-party one. To do so, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type in “control panel” in the field and hit Enter to open the Control Panel.
  • After opening Control Panel, click on the Programs category and select the “Default Programs” option from the menu.
  • Next, select the second option “Associate a file type or protocol with a program” and then select the “Choose default apps by file type” option.
  • After that, click on the .jpg file extension and choose the option from the pop-up.
  • Now restart your PC to refresh all your programs and then see if it has fixed the problem or not.

Option 2 – Try to update your computer

Microsoft frequently releases updates to target bugs and improve users’ experience. And this particular error where JPEG files won’t open is already acknowledged by Microsoft so you need to make sure that your Windows 10 PC is updated to the latest released update and that there are no pending updates.
  • Tap the Win + S keys to open Search and then type in “update” in the field and open the system setting from the search results.
  • After that, check for updates and then download and install them if needed.
  • Now restart your PC once the update is done and check if you can now open JPEG files.

Option 3 – Try to reset the Photos app via Settings

Resetting the Photos app could also help you in fixing the problem. Note that this option will reset all the configurations and your data associated with your Photos and makes the application go into a state when you first started using it and that this option will fix any discrepancies that your application might be experiencing right now.
  • Tap the Win + S keys to open the search bar.
  • Then type in “settings” in the field to open the Settings application.
  • After opening Settings, click the “Apps” category.
  • From there, a list of applications installed on your computer will appear.
  • Navigate through these applications until you find the Photos app and then click on the Advanced options.
  • Afterward, click the Reset button that appears on the next screen. Then a new pop-up comes up and will warn you that all the preferences, as well as sign-in information, will be lost. Click on “Reset” anyway to proceed in resetting the Photos app.
  • Restart your PC once the reset is done.

Option 4 – Try to reinstall the Photos app

Before you start using other third-party image viewers just yet, you can try to reinstall the Photos app first. Thus, if there is something wrong with it, it will instantly get fixed right after it reinstalls. Just take note that this option requires administrative privileges so you need to be logged in as an administrator.
  • The first thing you have to do is tap the Windows + S keys and type in “PowerShell”.
  • Next, right-click on the file and click on the “Run as administrator” option from the context menu.
  • Once PowerShell is opened, execute this command: get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage
  • The command you just entered will remove the Photos app. After the process is done, go to the Microsoft Store and look for Microsoft Photos then download and install it again.
Read More
Fix 0x800f0982, PSFX E MATCHING COMPONENT
If you encounter an error saying, “0x800f0982 – PSFX_E_MATCHING_COMPONENT_NOT_FOUND”, when you try to install a Windows 10 cumulative update, then you’ve come to the right place as this post will help you sort this problem out. According to the reports, computers with Asian language packs installed are the ones that are mostly affected by this error. In fact, the same error code was also found with two KB4493509, KB4495667 and KB4501835. These cumulative updates are released as part of Patch Tuesday. However, it appears that it brought on issues. Thus, to fix the error, you can try to uninstall and reinstall any language packs you’ve added recently. You can also try to uninstall older KB updates or delay Windows Update, as well as reset Windows 10.

Option 1 – Try to uninstall and reinstall the language packs you’ve recently added

If you have installed a language pack recently, you have to uninstall it, restart your computer, and then reinstall it.
  • Go to the Settings app and select Time & Language.
  • Next, click on the Language option and select the language you have to uninstall.
  • After selecting the language, it will enable two-button namely the Options and Remove buttons.
  • Click on the Remove button and then reboot your PC.
  • Once your computer has restarted, install the language pack again.

Option 2 – Try to uninstall the KB updates

Microsoft has actually offered a solution, an odd one which is to install the April 2019 cumulative update. You have to uninstall the older KB4495667 and KB4501835 update from your Windows 10 computer. And after you’ve uninstalled them, click on the Update button and then install the April 2019 cumulative update.
  • Go to Settings and select Update and Security > Windows Update.
  • From there, click on the “View update history” option and then click on the “Uninstall Updates” option.
  • This will open a new window that contains the list of installed Windows Updates.
  • Now right click on the Windows Update you wish to uninstall and click Uninstall.
  • Once you’ve uninstalled the update, click the Update button and install the April 2019 cumulative update.

Option 3 – Try to delay Windows Update

If you have not installed the Windows 10 cumulative update KB4493509 yet and the Asian language is a must for you, then you have to delay or pause the Windows Update for at least a couple of days.

Option 4 – Reset your computer

  • Tap the Win key or click on the Start button located in the Taskbar.
  • Then click on the Power button at the bottom right portion of the screen.
  • Next, press and hold the Shift key on your keyboard and then click on Restart. This will restart your Pc into the Advanced Startup options.
Note: Once you have access to the Advanced Startup options, you have to go to the setting which allows you to Reset your Windows 10 PC. All you have to do is select Troubleshoot > Reset this PC to reach the following screen
  • Afterward, select either the “Keep my files” option and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer without losing your files.
Read More
Fix SPECIAL POOL DETECTED MEMORY CORRUPTION
If you suddenly encounter the SPECIAL POOL DETECTED MEMORY CORRUPTION Blue Screen error with a bug check value of “0x000000C1” while you are using your computer then it might be due to some problem with the hardware of your Windows 10 computer. According to security experts, it is most likely caused by the physical RAM which could be due to some error in the Realtek driver for Wireless USB 2.0 as well as corruption of the files inside the RAM, and so on. This kind of problem indicates that the driver wrote to an invalid section of the special pool. On the other hand, system files like the rtwlanu.sys or nvlddmkm.sys can also trigger the SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION Blue Screen error. To resolve this Blue Screen error, you can use the options provided below as reference but before you do that, make sure to create a System Restore point first. After you have that covered, proceed to the given options below.

Option 1 – Delete the settings of the Driver Verifier Manager

  • Open the Driver Verifier Manager using the Start search.
  • After that, select or click on the “Delete existing settings” option and then click on Finish.
  • Reboot your computer and see if it fixes the Blue Screen error or not.

Option 2 – Try to update or rollback your Network driver

If you have updated the driver software as of late and you suddenly got this BSOD error, you might have to roll back the device driver – in other words, switch back to the previous working version. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • From the list of Network Drivers, look for “Realtek <Model> Wireless LAN 802.11n PCI-E NIC” and then right-click on it and select Update Driver.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If you see any of the following entries under the Network drivers, you might want to download their latest available versions from each one of their manufacturer’s websites.
  • Realtek High-Definition (HD) Audio Driver
  • Realtek Card Reader Driver
  • Realtek Local Area Network (LAN) Driver
On the other hand, if updating the Network driver didn’t help, you can also try to roll back to its previous version.
  • Open the Device Manager again and then look for Network Drivers.
  • Next, select Realtek <Model> Wireless LAN 802.11n PCI-E NIC from the list of Network Drivers and then double click to open a new mini window.
  • After that, make sure that you’re on the Driver tab and if you are not, just navigate to it then click the Roll Back Driver button to switch back to the previous version of the Realtek driver.
  • Now restart your computer to successfully apply the changes made.

Option 3 – Try running the ChkDsk utility

You can also run the ChkDsk utility to fix the SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION Blue Screen error.
  • First, open This PC and right-click on your operating system partition for Windows.
  • Next, click on Properties and navigate to the Tools tab.
  • Then click on Check under the Error Checking section.
  • After that, a new mini window will be opened and from there click on Scan drive and let it scan your disk drive partition for any errors and then restart your computer.

Option 4 – Use the Windows Memory Diagnostics

Since the problem has something to do with the physical RAM, you need to use Windows Memory Diagnostics. To run it, refer to these steps:
  • Tap the Win + R keys to open Run and type exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select the option, your PC will restart and check for memory-based issues. If it finds any issues, it will automatically fix them.

Option 5 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION. It can be found in the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Read More
My device used to work, but now it doesn’t
So you just have turned your computer ON only to find out that your device which was working perfectly yesterday is not working anymore. This situation can be very stressful and disappointing but do not despair, before you toss your device through the window know that this kind of behavior can be traced back to a software issue. In this article, we will give you hints on what to do and where to pay attention when something like this happens so you get the device back in working order.
  1. Check if it not a hardware malfunction

    To save yourself time and unnecessary frustration with juggling through Windows first inspect the device to be sure that indeed it is working properly, check all led lamps which could indicate that the device is working and receiving power, and if it is an internal device try opening the case and visually check if there are signs of working like rotating fans or led lamps on it.
  2. Check Cables

    If it is an external device that has stopped working try checking power cables and cables which go to your computer, see if they are tightly connected. If it is an internal device also check cables, nudge them and if possible disconnect and clean them.
  3. Disconnect and reconnect the device

    Try this solution to see will Windows register the device again and start it.
  4. Update Windows

    If there is a Windows update not installed, install it and see if the device will start working.
  5. Update device drivers

    Go to device manager and update the device driver to its latest version or go to the manufacturer's site and download the latest driver version.
  6. Reinstall the device

    In the device manager, uninstall the device driver and reboot Windows. When Windows boots it will recognize the device and install the necessary drivers for it.
  7. Disable antivirus and firewall

    Sometimes antivirus can prevent certain devices from working properly, especially if they rely on some system files to which antivirus or firewall has cut access. Try disabling your PC protection to see if this will resolve the issue.
  8. Use dedicated error software

    Use DRIVERFIX to automatically search and fix driver issues.
Read More
Fix error code 0x80190001 in Windows
If you are trying to install a Feature Update in Windows 10 but you got the error code 0x80190001, then it means that there is something wrong with the installation files. The installation files are either corrupted or some of them failed to be downloaded. On the other hand, the issue might also have something to do with a driver issue. When you encounter error 0x80190001, you will see the either of following error message on your screen:
“Something went wrong Couldn’t download Windows 10, please check your network settings and try again. You can contact Microsoft support for help with this error. Here’s the error code 0x80190001”. Or: “An unexpected error was encountered while attempting to download files required for the upgrade”.
Here are some fixes that could help you resolve the error 0x80190001. Follow them carefully.

Option 1 – Run the Network Troubleshooter

As mentioned in the error message the issue might have something to do with the network settings of your computer so you can try to run the Network Troubleshooter and then try updating or installing Windows 10 again.

Option 2 – Update Network drivers

  • Tap the Win + R keys to launch Run.
  • Type in msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, look for Network Adapters from the list of device drivers displayed. Once you find it, expand it to see the Network drivers.
  • Right-click on it and select the option “Uninstall device” – do the same thing for the other Network drivers.
  • Restart your PC so Windows can detect and reinstall the drivers you just uninstalled.

Option 3 – Use Storage Sense to clean up temporary and junk files

  • Open Setting > System > Storage from the WinX Menu.
  • From there, you will see a list of all the local and connected storage devices along with the details on the free space.
  • Now make sure that the Storage Sense feature is turned On then go find a link that says “Free Up Space” and click it to open.
  • After that, a screen which is the built-in program in Windows 10 will appear and will scan your computer for the following junk files so you can free up disk space:
  • Windows Upgrade Log Files
  • The system created Windows Error Reporting Files
  • Thumbnails
  • Temporary Internet Files
  • Previous Windows Installation Files
  • Delivery Optimisation Files
  • DirectX Shader Cache
Note: Once you’re done freeing up space on your drive, try to run the setup file again.

Option 4 – Delete the contents in the SoftwareDistribution folder

The Software Distribution folder in the Windows operating system is a folder that can be found in the Windows directory and is used to store files temporarily which might be required to install the Windows Update on your PC. Thus, it is required by the Windows Update and maintained by WUAgent. A lot of users tried deleting the files in this folder to fix the problem and so far it has worked. Like them, you can try clearing the Windows Update cache by simply deleting the contents of the folder named “SoftwareDistribution” since Windows apparently can’t clear and re-download the update contents once they are corrupted. Thus, deleting the contents of this folder will make Windows download the contents again which will fix the problem. To do that, follow the steps below.
  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net stop bits
  • After entering these commands, it will stop the Windows Update Service and the Background Intelligent Transfer Service.
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
  • Once all the contents in the Software Distribution folder are deleted, restart your PC and then go back to Command Prompt and input the following commands again.
net start wuauserv net start bits
 Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.

Option 5 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it is also known to help users resolve Windows Update errors like error 0x80190001.

Option 6 – Try to disable your antivirus program

Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 7 – Try to use the Media Creation tool

The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.
  • After making the bootable drive, you need to plug it into your computer and then reboot.
  • Next, tap the F10 or Esc key to open the boot options.
  • Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status