Logo

Fix Out of Memory error while copying files

What is Out of Memory error while copying files? As you know, both the hard drive and RAM play a major role in performing any operation on a computer since every process or task that takes place in the system requires some RAM storage as well as hard drive storage to be executed. However, there are times when you may receive the following error messages when you try to copy files from one location to another:

“Out of memory or system resources, Close some windows or programs and try again.”

“There is not enough memory to complete this operation – copying files.”

These errors are caused by the Desktop Heap limitation when there is no longer enough memory to complete the operation while copying the files. If you encounter any of these errors, you will be guided in this post with the help of some potential fixes that can increase its limit and will hopefully fix this error on your Windows 10 computer.

You may try to close all the open windows and programs and then try copying the file again and see if that helps. If not, then proceed to the instructions given below. But before you do that, make sure that you create a System Restore point first. This way, you can undo the changes you’ve made any time in case there are some unwanted changes you want to reverse. After you create a System Restore point, refer to the steps provided below.

Step 1: Tap the Win + R keys to open the Run utility and type “Regedit” in the field and tap Enter to open the Registry Editor.

Step 2: Next, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerSubSystems

Step 3: Now double click on the DWORD named Windows to modify it.

Step 4: Change the values for SharedSection in the Value Data field. It should be in the format of “SharedSection=aaaa,bbbb,cccc”. Note that you have to change the value of “bbbb” and “cccc”. So in case you are using an x86 operating system, set the value of bbbb to 12288 and then set the value for cccc to 1024. On the other hand, if you are using an x64 operating system, set the bbbb value to 20480 and the cccc value to 1024.

Step 5: Exit the Registry Editor and restart your computer to successfully apply the changes made.

Note: The bbbb value in the SharedSection registry is the size of the desktop heap for each interactive window station while the cccc section of the SharedSection value is the size of the desktop heap for each non-interactive window station. In addition, you must keep in mind that setting the value of bbbb to more than 20480 KB is not really recommended.

On the other hand, there is another tool that could help in resolving the Out of Memory error. This tool is called the Memory Diagnostic tool in windows can help resolve the Out of Memory error by checking and automatically fixing any memory-based issues. To run it, refer to these steps:

  • Tap the Win + R keys to open Run and type mdsched.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 your preferred option, your computer will restart and check for memory-based issues. If it finds any issues, it will automatically fix them.

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

Location services are greyed out in Windows
Location services is a built-in tool in Windows 10 is a useful tool that offers users location information even when your laptop or desktop computer does not have a GPS since it uses Wi-Fi positioning as well as your device’s IP address. However, there are instances when you might encounter some problems when using this service. One instance is when you suddenly find the toggle button for Location service greyed out. This kind of program could be due to some glitch in the system or some third-party application on your computer. Because of this problem, you won’t be able to toggle the Location service on or off and you won’t be able to make any changes in its settings. Worry not, for this post will guide you on what you can do to fix the greyed-out toggle button of Location services in Windows 10. Before you perform some troubleshooting steps, you might want to restart your computer and see if it fixes the problem. If it didn’t, then this problem is not just some minor glitch. Thus, you have to follow the potential fixes provided below to fix the problem but before you do that, make sure that you create a System Restore point first. After that, follow each one of the following options.

Option 1 – Put your PC in a Clean Boot State

The first thing you can do to resolve the problem is to put your computer in a Clean Boot State. It could be that there is a third-party program that’s preventing the toggle button from functioning. To isolate this possibility, you need to put your computer in a Clean Boot State.
  • 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.)
  • Now check if you can now use the toggle button of the Location service or not.

Option 2 – Try to use the Registry Editor

If putting your computer in a Clean Boot state didn’t fix the problem, you might want to make some adjustments in the Windows Registry via Registry Editor.
  • Tap the Win + R keys to open the Run utility and type “regedit” in the field and then tap Enter to open the Registry Editor.
  • After that, navigate to this registry path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslfsvcTriggerInfo
  • From there, select the Key (folder) named as “3” and right-click on it, and then delete it.
  • Once done, exit the Registry Editor and restart your computer.

Option 3 – Try to use the Windows Services Manager

  • Tap the Win + R keys to open the Run dialog box and type “services.msc” in the field and hit Enter to open the Services Manager.
  • Next, look for the “Geolocation Service” entry from the list of services.
  • Once you find it, right-click on it and select Properties. This will open a new mini window.
  • From there, make sure that it is “Running” and its Startup Type is set to “Automatic”.
  • After that, close the Services Manager and check if the problem is now resolved.

Option 4 – Try to use the Group Policy Editor

  • Tap the Win + R keys to launch Run and type “gpedit.msc” in the field and click OK to open the Group Policy Editor.
  • After that, navigate to this path: Administrative TemplatesWindows ComponentsLocation and Sensors
  • Next, double click on each one of the following settings and select the “Not configured” or “Disabled” option.
    • Turn off location scripting
    • Turn off location
    • Turn off sensors
  • Once done, navigate to this path: Administrative TemplatesWindows ComponentsLocation and SensorsWindows Location Provider
  • From there, double click on the “Turn off Windows Location Provider” policy setting and set its configuration to either “Disabled” or “Not configured”. You should see the following description of the policy setting in the window:
“This policy setting turns off the Windows Location Provider feature for this computer. If you enable this policy setting, the Windows Location Provider feature will be turned off, and all programs on this computer will not be able to use the Windows Location Provider feature. If you disable or do not configure this policy setting, all programs on this computer can use the Windows Location Provider feature.”
  • Now restart your computer.
Read More
Switch audio devices in Windows 11 taskbar
windows 11 audio settingsWindows 11 has brought some new features and changed some of the existing ones. One of these changes includes quick switching of audio devices which will play audio. Audio switching can still be done under the taskbar, it is just a little different and one could say even hidden. Follow this quick guide and you will be switching from your headphones to speakers as an example in a matter of seconds.
  1. Click on the speaker icon located in the far-right part of the taskbar.
  2. After the quick settings menu appears click on the right arrow located right of the volume slider. If the arrow is not present, instead of click on the pencil icon, then on add, and finally select Volume from the list.
  3. After clicking on the arrow icon, a list of all enabled audio devices on the system will replace the volume slider. Click on the desired audio device in order to make it active.
  4. Click anywhere outside the quick setting menu to save changes and close it.
Note: in the Quick settings menu if you choose More Volume Settings it will bring you to System > Sound where you can access more sound input and output options.
Read More
Edge DevTools An error occurred while ...
In case you don’t know, Microsoft Edge, the new default browser of Windows 10, is equipped with the essential tools that are needed to help web developers in testing their websites in the Edge browser. However, it is not without its flaws as there are instances when you could also encounter some errors when using DevTools. One of these errors is the “An error occurred while starting the profiling session” error. You can see this error message in the DevTools Memory Panel, worry not for this post will help you resolve it. A memory panel is one that primarily measures your memory resource usage and compares heap snapshots in different states of code execution. The Memory panel also provides profiling of three different types, such:
  • Head Snapshot
  • Record Allocation timeline
  • Record Allocation profiles
Using a memory panel, you can find issues that affect the page performance in the most common scenarios like bloats and memory leaks. There are two steps you need to carry out to fix this error that’s associated with the Memory Panel of Microsoft Edge (Chromium) DevTools. First, you need to access the Microsoft (R) Diagnostics Hub Standard Collector Service. Second, you need to restart this service. For detailed steps, follow the instructions provided below. Step 1: Access the Microsoft (R) Diagnostic Standard Collector Service To access the Microsoft (R) Diagnostic Standard Collector Service, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “services.msc” in the field and hit Enter or click OK.
  • This will open the Services Manager. Here, look for the Microsoft (R) Diagnostic Service from the Services panel that opens on the right-hand side.
Step 2: Now restart the Microsoft (R) Diagnostic Hub Standard Collector Service
  • After accessing the Microsoft (R) Diagnostic Standard Collector Service, right-click on it and select the Restart option.
  • Once it’s done, exit the Microsoft Edge Developer Tools as well as the tab.
  • Next, open a new tab and navigate to your page and tap the F12 key.
  • Now, try to check if profiling begins.
Read More
Quick Guide to Fixing 0x0000007E Error

What is 0x0000007E Error Code?

If you’ve been experiencing a 0x0000007E error code pop message on your PC frequently then you need to get it fixed before it causes serious damage to your system. 0x0000007E is a Stop error or Blue Screen of Death error code. This error message turns your computer screen blue and locks you out of the program running on your computer. It freezes your system and hampers your ability to perform any type of task on your PC.

Solution

Restoro box imageError Causes

Error 0x0000007E, a blue screen of death error triggers registry issues. It’s not easy to narrow down the cause of 0x0000007E as it results due to many reasons like memory overload, cluttered disk space, viral infection, malware attack, and if the hardware malfunctions. Ignoring 0x0000007E error pop up is not wise. It is more like a warning of the serious damage that can happen to your PC if it is not fixed timely. It also leads to slowing down the system and increases boot time. This error message exposes you to dangerous Windows PC threats like registry corruption and damage. Registry corruption can lead to system crash and failure and you may also lose all your important data saved on your PC.

Further Information and Manual Repair

Install Restoro

You don’t always have to spend hundreds of dollars to hire a technician to fix error pop-ups on your PC try using Restoro Restoro is an advanced and multi-functional PC repair tool with a comprehensive suite of powerful features designed to resolve almost all types of PC errors in seconds including 0x0000007E error code. It is a next-generation PC repair tool that serves as a system optimizer, anti-virus, and quality registry cleaner. Its built-in intuitive technology enables Restoro to scan, identify and repair the ultimate cause of the error code 0x0000007E in just a few seconds. Eventually, it spares you from the hassle of finding the root cause of the 0x0000007E error message and then selecting a tool specifically designed to resolve only that particular cause with limited features. This highly functional PC error tool is the answer for all your registry issues. By running Restoro on your PC, you can fix the 0x0000007E BSOD error code and avoid registry corruption.

Why Restoro?

The smart registry cleaner utility embedded in this tool enables it to scan for registry errors and clear up disk space accumulated by junk files, internet temporary files, invalid entries, and other types of unnecessary files taking up a good chunk of your disk space. This clutter also slows down your PC performance as it requires more power than it has to run the system because of the excess load on the RAM. However, by wiping out the clutter with this helper, you can optimize the speed of your PC and see a significant difference in its performance. Restoro backup feature enables you to create backup files for safety purposes. Furthermore, it has several other built-in value-adding features like privacy error utility and system stability utility for enhanced functionality. To resolve the error code 0x0000007E in seconds, all you need to do is download and install Restoro on your system and run it to scan for errors. In a few seconds, you will see a scanning report with comprehensive details of the types of PC damages. To fix the issue right away, create backups and click ‘fix’ to resolve. In just a few clicks you can repair your PC. Download Restoro Today!
Read More
Rebuild Search Index in Windows 10
If by any chance your search result in Windows is misleading, missing, or incorrect then it is a high probability that your search index is out of date. To repair this issue follow this guide step by step. Please take note that rebuilding the whole search index can take a long time on some systems depending on the size of the index itself, CPU speed, HD speed, etc. Sometimes it can take even hours on large drives. First, press ⊞ WINDOWS + R to open the run dialog and type in it Control panel to open the control panel. keyboard with windows and r markedrun dialog with control panel typed in Once you are in the control panel, switch your view to large icons and locate Indexing options. Control panel with indexing options selectedInside indexing options, click on advanced. indexing options advanced button markedIn advanced options click on the rebuild and confirm. indexing options rebuild button markedLeave your computer to finish and your searches should be working fine now.
Read More
Open Source Software Alternatives
Open Source Software is developed, tested, or improved through public collaboration and distributed with the idea that the must be shared with others, ensuring an open future collaboration. In other words, it is free software developed and maintained by public contribution. Many open-source projects have reached performance and usability like their paid alternatives, some have even surpassed them. Here we will explore open source alternatives to paid applications, you will find alternatives to paid ones that aim to do the same task.
  1. LINUX - alternative to Windows or macOS

    When it comes to the operating system, Windows and macOS mostly dominate the home market, but if you go a little deeper into the OS world you will hear this talk about LINUX and its distributions. LINUX is an open-source operating system, it has many various distributions aimed at different types of users and they are also open source as well. Its security and account privileges, as well as complete control over it, make it one of the best-operating systems in the world, many servers that run websites today use LINUX as their choice of operating system mostly due to its superior security features. If LINUX is good enough for big web companies, I am sure it will be at least satisfactory to you as well. Get your LINUX distribution here. open source os linux
  2. Thunderbird - alternative to outlook

    A great alternative to any mail client actually, connect all of your emails into thunderbird and use it as the centralized email client for all of your email needs. Thunderbird does not lack any features that its paid counterparts have and overall it is a great application worth installing. Grab it from here. open source email client thunderbird
  3. VLC media player - media player able to play almost anything

    Are you looking for a great media player alternative to Windows media player or iTunes? Look no further, VLC is a lightweight media player that can play almost any file type, it is customizable and packed with features even its paid counterparts would envy. Its playback features are unmatched by other applications and once you try it, I am sure you will hardly go back from it. Give it a go and grab it from here. open source media player vlc
  4. KeePass - password manager

    Keepass is a simple, user-friendly lightweight password generator and manager, it uses industry-standard AES encryption and two-factor authentication to keep the details of your accounts safe and secure. you can store him and the database on a USB stick for safekeeping making it a great one to use on a go, wherever you need it. Get it from this link. open source password manager keypass
  5. FileZilla - FTP client

    A lightweight and future-rich FTP solution. It supports remote file editing and resuming of lost transfers, overall great application which anyone who needs this type of software should not overlook. Download it from its official website. open source FTP client FileZilla
  6. Audacity - alternative to Audition, Fl, apple logic pro,...

    Digital audio editor and recording computer software with some great features like recording audio from multiple sources, post-processing of all types of audio, including podcasts by adding effects such as normalization, trimming, and fading in and out. Audacity has a great following and it is well documented, easy to learn and use. Grab it from here. open source sound editor audacity
  7. Shortcut - alternative to adobe premiere, avid media composer, DaVinci resolve

    The shortcut is a video editor application that demonstrates how long an open-source project can go if enough dedication and work are put into it, started as not so great and not so feature-packed in beginning, today it can easily contend with its paid counterparts with its non-destructive editing, color gradation, keyframing, etc. It is running and using FFmpeg, an open-source video framework that lets it open and works with virtually any video or audio format. Download it from here. open source video editor shotcut
  8. Gimp - alternative to adobe photoshop

    This one has been around since 1996 and it is one of the best maintained open source applications. With its features like built-in support for layers, filters, and automatic photo enhancement. It also makes it easy to create new graphic design elements and you can really take things to the next level by downloading plug-ins created by the broader GIMP open source community. Gimp is the best pixel manipulation-free tool on the market and with the right skills, it can go side by side with adobe's flagship product. Check it out here. open source photo editor gimp
  9. Inkscape - alternative to adobe illustrator, Corel draw

    What is Gimp for photoshop that is Inkscape for illustrator. This free open-source vector graphic tool does not fall behind with its tools in comparison to its paid counterparts and I would highly recommend it for anyone. Features like alpha blending, cloning on-point path manipulations can assure that you can create anything you want inside it. get your copy from here. open source vector tool inkscape
  10. Libre office - alternative to MS office

    Libre office is one of the most quality office suite there, it has spreadsheets, word processor, presentation app, calculation applications, database application, and diagrams. All these applications create and make one great suite that can open Microsoft Office files and even work with them naturally. Completely free and active in development there is no reason, not t use it in your daily routine. Go to its official website and download it for a test run. open source office suite libre office
  11. Amarok - alternative to iTunes

    Amarok is an audio player with a broad range of features like integration with multiple Web audio services, dynamic playlists, bookmarks, scripting, context view, and more. get it from here. open source music player amarok
  12. PDF Creator - alternative to adobe acrobat

    As its paid counterpart PDF Creator lets you make PDF files from any application that could print. It works the same way as adobe acrobat and supports encryption and digital signature, it lacks in PDF forms a little but if that is not something that you need, it is a great alternative to acrobat and completely free. Download it from here. open source PDF maker PDFCreator
  13. Blender - Alternative to Autodesk Maya, Autodesk 3dmax, foundry Modo, cinema4d,...

    3D modeling and animation software is very expensive. From the point of home user long it has been lost dream to have industry quality 3D modeling, animation, and rendering application for an affordable price. Blender has made that dream a possibility, completely free and open-source this package offers everything that its paid counterparts offer, some could even argue that since its open-source nature and availability of full code it offers even more. Why you are still here? Go get it here. open source 3d application blender
  14. Bluefish - alternative to Adobe Dreamweaver

    When it comes to web editing and code editing applications, notepad ++ seems like a person go-to application, but if you prefer a more professional suited IDE for web development check out Bluefish, auto-filling, code syntax, and constant development make sure that this application will not go away soon and it is worth investing your time in it. Get it from here. open source wed editor bluefish
  15. ClamWin - alternative to Kaspersky, BItdefender, Norton

    This antivirus has over 600000 users and active database updates also feature a full email scanner, scanning scheduler, and File Explorer integration. It is far better than other freeware alternatives and if you are looking for a free antivirus option look no further, ClamWin is here to stay. Grab it from here. open source anti virus ClamWin
  16. Natron - alternative to adobe aftereffects, foundry nuke

    Full-featured node-based composition and effects suite. Natron is a powerful Digital Compositor that can handle all of your 2D/2.5D needs. Its robust OIIO file formats and OpenFX architecture is what makes Natron the most flexible open-source compositor for the visual effects community. Its interface and functionally are the same across all platforms such as macOS, Linux, and Windows. Natron has a powerful keying, roto/roto paint, 2D tracking tools that are staple for all current film production project that requires visual effects. Get natron from here. open source composition and effect application natron
  17. Clonezilla - alternative to Norton Ghost

    When it comes to cloning hard drives usually there is only one application, Norton ghost. Clonezilla tends to change that by offering the same usability as the ghost. Grab your copy from here. open source HD clone clonezilla
  18. FreeCAD - alternative to Autodesk AutoCAD

    Autodesk AutoCAD has years of development and dedication of its team behind it to keep it as the best CAD application on the market and it shows. However, if you are not really a hardcore professional who needs all of AutoCAD features and can live without some automation inside it FreeCAD is one of the best free open source options, it will certainly get the job done and with its dynamic simulation and analysis, it is guaranteed that you can achieve same results as in AutoCAD with little more time investment. Get if here. open source CAD freecad
  19. Octave - alternative to MATLAB

    Octave is the best open-source educational tool used for numerical computation with an interactive environment. The tool features powerful mathematics-oriented syntax with built-in plotting and visualization tools and also Octave syntax is largely compatible with Matlab. Get your copy from here. open source math tool octave
  20. Godot - alternative to Unity3D, Unreal

    Godot is a lightweight feature-packed node-based game development engine, completely open-source and free to use for commercial projects. The engine has reached 3.2 version and it is more and more adopted by various independent game makers across the globe, recently there are to of video tutorials and documentation to get you up and running and its open-source nature lets you modify the engine itself in any way that suits and benefits you. Also, any project made with Godot is completely yours, there are no hidden fees or anything similar. Download it from here. open source game engine godot

Conclusion

That's it, my pick for 20 open source alternatives which I believe you should at least try and if you end up with at least one, you have saved some hard-earned money. And always remember:
  1. Open-source programs give you complete freedom without any shady terms and conditions.
  2. Open-source software code is readily available for anyone who wants it, so anyone can use it, share it, modify it for their own needs, and study it.
  3. No spying eyes, no tracking, and no telemetry
  4. In some cases, open-source tools offer features or performance benefits that surpass their commercial counterparts.
  5. No hidden charges, completely free.
If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Operation did not complete successfully
It is common knowledge that when you open a file that contains viruses, it will automatically infect the operating system. This is why most antivirus programs like Windows Defender won’t allow the opening of a file or execution of any associated program if they detected that the file or program could potentially harm the computer. In situations like this, you may get an error stating, “Operation did not complete successfully because the file contains a virus”. In addition, it is also possible that this error message can pop up even for known programs. To open the program or file that triggered the error, you will be given a couple of options in this post but make sure that the program or file is really safe to open and does not contain any virus. You can open the file or execute the program by disabling the Windows Defender or any antivirus program temporarily. You could also try to add an exclusion in your antivirus program or repair File Explorer or run the Disk Cleanup tool. For more details, refer to each one of the options provided below.

Option 1 – Try to temporarily disable the Windows Defender program

Although you could encounter this error with any antivirus program, it is more common in Windows Defender. Thus, you can try to disable it for a while when you open the file or execute the program. To do so, follow these steps:
  • First, click on the Start button and go to Settings > Update and Security > Windows Security.
  • Here, select the “Open Windows Security” option located in the right pane.
  • After that, click on the “Virus and threat protection” option.
  • Next, click on Manage settings under the Virus and threat protection settings.
  • Then turn off the switch for both Real-time protection and Cloud-delivered protection.
  • Now restart your computer and try to open the file or execute the program again and see if it works.
  • Note: Do not forget to enable the Real-time protection and Cloud-delivered protection back in Windows Defender.

Option 2 – Try adding an exclusion in the Windows Defender program

  • Open the Windows Defender Security Center from the system tray area.
  • Next, click the “Virus & threat protection” option and then open the “Virus and threat protection settings”.
  • After that, scroll down until you find the “Exclusions” and click on the “Add or remove exclusions” option.
  • Then click the plus button and select the type of exclusion you want to add and from the drop-down list, select Folder.
  • Next, navigate to the path where the file or program is located.
  • When a User Account Control or UAC prompt, just click on Yes to proceed.
  • Now try to run the program or file again and see if it worked. If it did, then make sure to turn on your antivirus. However, if it didn’t work, proceed to the next given options below.

Option 3 – Try to run a 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 with good system files that might be the cause why you’re getting the errors 0x8024a11a and 0x8024a112. To run the SFC command, follow the steps given below.
  • Type “cmd” in the Start search and then right-click on the appropriate search result.
  • Next, select “Run as administrator” to open Command Prompt with admin privileges.
  • 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.
 Now restart your computer and see if the problem is fixed or not.

Option 4 – Run the Disk Cleanup tool

You can also try using the Disk Cleanup tool. To use it, refer to these steps:
  • Tap the Win + R keys to open the Run dialog box and then type “cleanmgr” in the field and hit Enter to open the Disk Cleanup window.
  • After that, select the drive you want to clean.
  • Now click OK to clean the disk and restart your computer.
Read More
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.
Read More
How to Quickly Fix MSI.chm Error
MSI.chm error is a common Windows Error code that occurs when the Windows OS becomes overloaded with invalid system references.

Solution

Restoro box imageError Causes

The MSI.chm error is normally triggered by the following causes:
  • Poor PC maintenance

You may experience the MSI.chm error if you don’t pay attention to its maintenance. This usually happens when you don’t run antivirus software or update programs and drivers frequently.
  • Registry files get corrupt and damaged

This error may also occur when the registry files of your PC get corrupt and damaged. This normally happens due to continuous writing, editing and deleting of information from your PCs registry over time as programs are installed, modified and deleted. Other causes include: malware and system conflicts.

Further Information and Manual Repair

When you come across the MSI.chm error on your PC, it is advisable to repair it immediately without any delays. If you procrastinate in repairing this error, your PC is likely to be exposed to risks like:
  • Slow PC performance
  • System failure and crashes
Nonetheless, to resolve this error you don’t have to get the assistance of an IT professional. The MSI.chm is easy to repair and you can resolve it in no time even if you aren’t technically adept. Here are some of the best ways to repair the MSI.chm error on your PC successfully in the shortest time:-

Cause: Corrupt and Damaged Registry Files

Quick Fix: If you think the MSI.chm Windows error on your system is related to Windows registry issues, then the best way to resolve this error is to download and install a Registry cleaner tool.  A word of advice here is to always download such tools from a reliable and a trusted website. Once you download the Restoro, run it on your PC to scan for errors. The scanning will usually take a couple of minutes. So, it is advisable to be patient. After the scanning is complete, you will see a detailed scanning report highlighting the registry errors on your PC. Now to resolve the MSI.chm error that has occurred on your PC due to registry issues, click on the ‘Repair’ button to fix the error. Once the repairing process is complete, restart your PC. Restoro helps you not only fix the MSI.chm error but it also helps improve the speed of your PC, and protects it from failure and crashes.

Cause: Poor PC Maintenance

Quick Fix: If the cause of the MSI.chm error is poor PC maintenance, then the best way to resolve the error is to update the drivers. You can do this by installing the latest drivers for the devices that you think are now old and need to be updated. Here’s what you need to do: First find which devices don’t have drivers installed. For this go to the start menu and then click on the Control Panel. Now open the Device Manager. The Device Manager will list down all the devices that don’t have drivers installed with yellow exclamation point icons next to the device name. As for the updates, the general rule of thumb if the driver does not support the program you are trying to run, then this means that you probably need to update the driver to ensure compatibility. For example your video card driver does not support a newly launched game, then you definitely need a driver update to play the game on your PC. To install or update drivers on your PC, you can either get CDs from the market or you can download updated versions of the drivers from the main manufacturer’s website for free. You can also use automated solution for all of your driver issues: driverfix boxSo, next time when you or your friends encounter this problem, try these quick fixes to repair the error without any hassle.
Read More
An Easy Guide to Fixing Internal Error 2503

Internal Error 2503 - What is it?

Internal Error 2503 mostly pops up on Windows 8. It occurs when you try to uninstall or install software on Windows 8. The error code message may vary and displayed in different formats such as:
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503. Called RunScript when not marked in progress The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503. Called Install Finalize when no installation is in progress

Solution

Restoro box imageError Causes

Some of the most common causes for internal error 2503 are:
  • Permission not granted to access the Windows Installer Folder
  • Viruses
  • Problems with Windows Installer

Further Information and Manual Repair

To repair this issue on your PC without any professional assistance, try the DIY methods given below:

Method 1

Internal error 2503 may occur when your account has limited privileges. You don’t have the privilege to use or access the Windows Installer folder. Your inability to access this folder hampers you from successfully install or uninstall the desired program on your PC. To gain access, you need to ensure you have permission.
  • For this navigate to the C:\windows folder. Here find the installer folder and then right-click and choose properties.
  • After that click on the security tab and check if the System and Administrator account has Full access permission.
  • For that make sure the system group option has ‘all’ selected to allow you full permission.

Method 2 - Re-register Windows Installer

Another alternative to resolve internal error 2503 is to re-register Windows Installer.
  • To do this, go to Start and click Run. Now type ‘msiexec /unreg’ in the Run box and then press enter.
  • Follow the same steps and now type ‘msiexec /regserver’ in the box and then press enter. This will resolve the issue.

Method 3 - Remove Viruses

If internal error 2503 is triggered by a viral infection on your PC, then it is advisable to download an antivirus and scan your entire system. Viruses are notorious for system failures and pose data security threats. If not removed timely, these malicious programs can damage your PC. To remove all viruses on your system, run an antivirus. An antivirus detects all malicious software programs including viruses, malware, adware, and spyware. Delete all the malicious files found right away. This will help resolve internal error 2503.
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