Ошибка 0x0000079 windows 10

,

The cumulative update KB5006670 for Windows 10 brought a number of enhancements and it resolved around 74 problems. However, many users report that the KB5006670 update causes problems with network printing (the printer is unresponsive) or problems setting up the default printer or failure to install a shared network printer with error 0x00000709.

Problem description:  After you install the KB5006670 update on Windows 10, users cannot print or connect to network printers or set a printer as the default printer with error(s):

Operation cannot be completed (error 0x00000709). Double check the printer name and make sure that the printer is connected to the network.

or

Element not found

or

Add Printer: Windows cannot connect to the printer – Operation failed with error 0x0000007c or 0x0000011b.

or

Network Printer Not Responding

If you’re experiencing one of the above problems, or if you can’t install a network printer, or if you can’t set the default printer in Windows 10, continue reading below to fix the problem.

How to FIX: Network Printing Errors 0x00000709, 0x0000007c & 0x0000011b on Windows 10.*

* Important: Microsoft claims that printing errors 0x00000709, 0x0000007c & 0x000006e4 are resolved with KB5007253 update. So, before proceeding to the methods below, download and install manually the KB5007253 from Microsoft Update Catalog and see if the problem is fixed.

  • Method 1. Uninstall KB5006670 update.
  • Method 2. Fix Network Printing Error 0x00000709 via Registry.
  • Method 3. Fix error 0x00000709 by Overriding Network Printer Installation Restrictions.
  • Method 4: Set the Default Printer in Registry.
  • Method 5. Remove & re-Install Printer.

Method 1. Uninstall KB5006670 & KB5007186 updates.

The first method for solving printing or network printer installation problems is to remove KB5006670 & KB5007186 (if installed). To do that:

1. Open the Run utility by pressing the Windows + R keys on your keyboard.
2. Type cmd and press the keys Ctrl+Shift+Enter to open the Command Prompt in Admin mode. *

* Note: If you see any windows asking up for permission, click on Yes.

3. Type the following command and press Enter:

  • wusa /uninstall /kb:5006670

Uninstall Update Windows 10

4. Once a Confirmation dialogue box appears, click on Yes.

5. Once the uninstallation process is completed, restart the computer.
6. Now try to print or to install your default printer. The printer installation should succeed this time. If you still face problems, proceed and uninstall also the KB5007186 update, by giving this command (in admin command prompt): *

  • wusa /uninstall /kb:5007186

* Note: If your be able to install the default printer without error, I suggest to prevent KB5006670 update to be reinstalled on the future, by doing the following:

1. Download the Show or Hide updates tool  tool from: https://www.majorgeeks.com/files/details/wushowhide.html
2. Run the «wushowhide.diagcab», click Next and then click Hide Updates.
3. Select the 2021-10 Cumulative Update for Windows 10 (KB5006670) and click Next.

Method 2. Fix Network Printing Error 0x00000709 in Registry.

1. Open Command prompt as Administrator.
2. In Command Prompt give the following command according your Windows 10 version:

Windows 10 versions 2004, 20H2, 21H1 and 21H2:

  • reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 713073804 /t REG_DWORD /d 0 /f

Windows 10 v1909:

  • reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 1921033356 /t REG_DWORD /d 0 /f

Windows v1809 & Server 2019.

  • reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 3598754956 /t REG_DWORD /d 0 /f

3. Close command prompt and restart your PC.

Method 3. Fix error 0x00000709 in Network Printing by Overriding Printer Installation Restrictions.

Windows updates released August 10, 2021 and later will, by default, require administrative privilege to install drivers. To work around this behavior and allow users to install network printer drivers, do the following:

1. Open Command prompt as Administrator.
2. In command prompt, give the following command:

  • reg add «HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint» /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 0 /f

image

3. Restart your PC and install the network Printer.
4. After installation open command prompt as admin again and give this command, to ensure that only administrators can install printer drivers:

  • reg add «HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint» /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 1 /f

image

Method 4: Bypass 0x00000709 error by Setting the Default Printer in Registry.

Another method to overcome the printer error «0x00000709 – Operation cannot be completed», is to set default printer in registry. (This method works in Windows 7 OS) *

* Note: This method has been tested and works on the Windows 7 operating system when the default printer cannot be set by using the usual way (Control Panel > Devices & Printers > right-click on Printer > Set as Default).

Step 1. Copy the Printer Name as it appears on Printers group.

1. Navigate to Control Panel -> Devices & Printers.

2.
Right-click the printer you can’t print to and select Properties.

3.
Mark the printer’s name and right-click -> Copy.

Step 2. Set Default Printer in Registry.

1. Open the Run utility using the Windows + R shortcut on your keyboard.
2. Type regedit and press OK. *

* Note: If you see any windows asking up for permission, click on Yes.

3. In Registry Editor window, navigate to this location: *

  • HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows

4. Now take a moment to create a backup of the «Windows» registry key as follows: * 

* Important: Modifying Registry is highly risky, so make sure to take a backup before modifying. Creating a backup will help you to revert at any time.

a. Right-click on Windows key and select Export.

clip_image006

b. Choose the location where you wish to save the registry key backup and rename it accordingly. Click on Save.

clip_image007

5a. Now select the Windows folder on the left and then double-click on Device REG_SZ value on the right pane.

5b. On the Value data, type (paste) the name of your Printer as it’s shown at Devices & Printers* and click OK. **

* Important Notes:
1. Make sure you do not make any changes after the first dot (.) and leave the «.winspool.Ne0x:» value untouched. Just change the name of the printer as shown in the screenshot below.
2. If the printer is shared by another computer, type the printer name as follows: ¨\\ComputerName\PrinterName»

image

** 3. If you receive the error «Cannot edit Device: Error writing the value’s new contents», proceed as follows:

1. Right-Click on Windows key and select Permissions

Change Registry Permissions

2. On Restricted, Administrators and your account, select Full Control & Read and click OK.

3. Perform steps 5a & 5b to modify the Device REG_SZ value as instructed above .

6. Close Registry Editor and restart your PC.

Method 5. Uninstall and re-Install Printer.

The last method to fix the network printing error 0x00000709, is to re-install the shared printer. To do that:

1. Navigate to Control Panel -> Devices & Printers.
2. Right-click on the Printer and select Remove Device.

image

3. Finally, re-install the network printer by using one of the following ways:

Way 1. Click Add a Printer and let Windows to find and install the network printer.

image

Way 2. Install the Shared Printer from Network:

1. Open the «Run» command box.
2. Type «\\» followed by the name of the machine on your network with the shared printer and click OK.

3. Right-click on the shared printer and click Connect.

image

That’s it! Let me know if this guide has helped you by leaving your comment about your experience. Please like and share this guide to help others.

If this article was useful for you, please consider supporting us by making a donation. Even $1 can a make a huge difference for us in our effort to continue to help others while keeping this site free:

  • Author
  • Recent Posts

Konstantinos is the founder and administrator of Wintips.org. Since 1995 he works and provides IT support as a computer and network expert to individuals and large companies. He is specialized in solving problems related to Windows or other Microsoft products (Windows Server, Office, Microsoft 365, etc.).

What is Error 0x79?

Error 0x79 is a kind of Blue Screen error that is found in the Microsoft Windows operating systems. The file can be found for Windows Operating System. MISMATCHED_HAL has a popularity rating of 1 / 10.

Errors

This tutorial contains information on Error 0x79 or otherwise known as MISMATCHED_HAL. Errors such as MISMATCHED_HAL indicate your machine has faulty hardware or software that should be fixed when possible. Below is information on how to repair Error 0x79 and get your computer back to normal.

Signs of Error 0x79:

  • When your computer freezes or locks up at random.
  • When your computer crashes when you are running Windows Operating System.
  • If MISMATCHED_HAL pops up and causes a program to shutdown or your computer to crash.
  • Your computer is running slow, taking a long time to boot up, and you suspect Error 0x79 by Windows Operating System is the cause.

What Causes Blue Screen Errors Like Error 0x79?

The reason could be attributed to both hardware and software like Windows Operating System, when it was installed on your machine. BSOD may occur due to some hardware malfunctioning or it may be due to a poorly written or an incompatible device driver. The frequently encountered hardware issues triggering a BSOD event could be an overclocked component, defective memory, overheating or power supply related issues. BSOD screen indicates the nature of the issue.

How to Fix MISMATCHED_HAL

Follow the step by step instructions below to fix the Error 0x79 problem. We recommend you do each in order. If you wish to skip these steps because they are too time consuming or you are not a computer expert, see our easier solution below.

Step 1 — Uninstall and Reinstall Windows Operating System

If the MISMATCHED_HAL is a result of using Windows Operating System, you may want to try reinstalling it and see if the problem is fixed. Please follow these steps:

Windows XP

  1. Click “Start Menu”.
  2. Click “Control Panel”.
  3. Select the “Add or Remove” program icon.
  4. Find the Error 0x79 associated program.
  5. Click the Change/Remove button on the right side.
  6. The uninstaller pop up will give you instructions. Click “okay” or “next”  or “yes” until it is complete.
  7. Reinstall the software.

Windows 7 and Windows Vista

  1. Click “Start Menu”.
  2. Click “Control Panel”.
  3. Click “Uninstall a Program” which is under the “Programs” header.
  4. Find the Error 0x79 associated program.
  5. Right click on it and select “Uninstall”.
  6. The uninstaller pop up will give you instructions. Click “okay” or “next”  or “yes” until it is complete.
  7. Reinstall the software and run the program.

Windows 8, 8.1, and 10

  1. Click “Start Menu”.
  2. Click “Programs and Features”.
  3. Find the software that is linked to **insert file name**.
  4. Click Uninstall/Change.
  5. The uninstaller will pop up and give you instructions. Click “okay” and “next” until it is complete.
  6. Restart your computer.
  7. Reinstall the software and run the program.

Step 2 — Remove Registry Entry related to Error 0x79

WARNING: Do NOT edit the Windows Registry unless you absolutely know what you are doing. You may end up causing more trouble than you start with. Proceed at your OWN RISK.

  1. Create a backup of registry files.
  2. Click “Start”.
  3. Type regedit, select it, and grant permission in order to proceed.
  4. Click HKEY LOCAL MACHINE>>SOFTWARE>>Microsoft>>Windows>>Current Version>>Uninstall.
  5. Find the MISMATCHED_HAL software from the list you wish to uninstall.
  6. Select the software and double click the UninstallString icon on the right side.
  7. Copy the highlighted text.
  8. Exit and go to the search field.
  9. Paste the data.
  10. Select Okay in order to uninstall the program.
  11. Reinstall the software.

Step 3 – Ensure Junk Isn’t Causing MISMATCHED_HAL

Any space that isn’t regularly cleaned out tends to accumulate junk. Your personal computer is no exception. Constant web browsing, installation of applications, and even browser thumbnail caches slow down your device and in the absence of adequate memory, can also trigger a MISMATCHED_HAL error.

So how do you get around this problem?

  • You can either use the Disk Cleanup Tool that comes baked into your Windows operating system.
  • Or you can use a more specialized hard drive clean up solution that does a thorough job and flushes the most stubborn temporary files from your system.

Both solutions may take several minutes to complete the processing of your system data if you haven’t conducted a clean up in a while.
The browser caches are almost a lost cause because they tend to fill up quite rapidly, thanks to our constantly connected and on the go lifestyle.
Here’s how you can run the Window’s Disk Cleanup Tool, without performance issues or surprises.

  • For Windows XP and Windows 7, the program can be ran from “Start” and from the “Command Prompt”.
    • Click “Start”, go to All Programs > Accessories > System Tools, click Disk Cleanup. Next choose the type of files you wish to remove, click OK, followed by “Delete Files”.
    • Open up the Command Prompt, type “c:\windows\cleanmgr.exe /d” for XP and “cleanmgr” for Windows 7. Finish by pressing “Enter”.
  • For Windows 8 and Windows 8.1, the Disk Cleanup Tool can be accessed directly from “Settings”. Click “Control Panel” and then “Administrative Tools”. You can select the drive that you want to run the clean up on. Select the files you want to get rid of and then click “OK” and “Delete Files”.
  • For Windows 10, the process is simplified further. Type Disk Cleanup directly in the search bar and press “Enter”. Choose the drive and then the files that you wish to wipe. Click “OK”, followed by “Delete Files”.

The progressive ease with which the Cleanup Tool can be used points to the growing importance of regularly deleting temporary files and its place in preventing MISMATCHED_HAL.

PRO TIP:
Remember to run the Disk Cleanup as an administrator.


Step 4 – Fix Infections and Eliminate Malware in Your PC

How do you gauge if your system is infected with a malware and virus?

Well, for one, you may find certain applications misbehaving.

And you may also see the occurrence of Error 0x79.

Infections and malware are the result of:

  • Browsing the Internet using open or unencrypted public Wi-Fi connections
  • Downloading applications from unknown and untrustworthy sources
  • Intentional planting of viruses in your home and office networks

But thankfully, their impact can be contained.

  • Enter “safe mode” by pressing the F8 key repeatedly when your device is restarting. Choose “Safe Mode with Networking” from the Advanced Boot Options menu.
  • Back up all the data in your device to a secure location. This is preferably a storage unit that is not connected to your existing network.
  • Leave program files as is. They are where the infection generally spreads from and may have been compromised.
  • Run a thorough full-system scan or check of an on-demand scanner. If you already have an antivirus or anti-malware program installed, let it do the heavy lifting.
  • Restart your computer once the process has run its course.
  • Lastly, change all your passwords and update your drivers and operating system.

PRO TIP: Are you annoyed by the frequent updates to your antivirus program? Don’t be! These regular updates add new virus signatures to your software database for exponentially better protection.


Step 5 – Return to the Past to Eliminate Error 0x79

The steps outlined up until this point in the tutorial should have fixed MISMATCHED_HAL error. But the process of tracking what has caused an error is a series of educated guesses. So in case the situation persists, move to Step 5.

Windows devices give users the ability to travel back in time and restore system settings to an uncorrupted, error free state.
This can be done through the convenient “System Restore” program. The best part of the process is the fact that using System Restore doesn’t affect your personal data. There is no need to take backups of new songs and pictures in your hard drive.

  • Open “Control Panel” and click on “System & Security”.
  • Choose the option “System”.
  • To the left of the modal, click on “System Protection”.
  • The System Properties window should pop-up. You’ll be able to see the option “System Restore”. Click on it.
  • Go with “Recommended restore” for the path of least hassles and surprises.
  • Choose a system restore point (by date) that will guarantee taking your device back to the time when Error 0x79 hasn’t been triggered yet.
  • Tap “Next” and wrap up by clicking “Finish”.

If you’re using Windows 7 OS, you can reach “System Restore” by following the path Start > All Programs > Accessories > System Tools.


Step 6 — Error 0x79 Caused by Outdated Drivers

Updating a driver is not as common as updating your operating system or an application used to run front-end interface tasks.

Drivers are software snippets in charge of the different hardware units that keep your device functional.

So when you detect an MISMATCHED_HAL error, updating your drivers may be a good bet. But it is time consuming and shouldn’t be viewed as a quick fix.

Here’s the step-by-step process you can go through to update drivers for Windows 8, Windows 8.1 and Windows 10.

  • Check the site of your hardware maker for the latest versions of all the drivers you need. Download and extract them. We strongly advice going with original drivers. In most cases, they are available for free on the vendor website. Installing an incompatible driver causes more problems than it can ever fix.
  • Open “Device Manager” from the Control Panel.
  • Go through the various hardware component groupings and choose the ones you would like to update.
  • On Windows 10 and Windows 8, right-click on the icon of the hardware you would like to update and click “Update Driver”.
  • On Windows 7 and Vista, you right-click the hardware icon, choose “Properties”, navigate to the Driver panel, and then click “Update Driver”.
  • Next you can let your device automatically search for the most compatible drivers, or you can choose to update the drivers from the versions you have on your hard drive. If you have an installer disk, then the latter should be your preferred course of action. The former may often get the driver selection incorrect.
  • You may need to navigate a host of warnings from the Windows OS as you finalize the driver update. These include “Windows can’t verify that the driver is compatible” and “Windows can’t verify the publisher of this driver”. If you know that you have the right one in line, click “Yes”.
  • Restart the system and hopefully the MISMATCHED_HAL error should have been fixed.

Step 7 – Call the Windows System File Checker into Action

By now the MISMATCHED_HAL plaguing your device should have been fixed. But if you haven’t resolved the issue yet, you can explore the Windows File Checker option.

With the Windows File Checker, you can audit all the system files your device needs to operate, locate missing ones, and restore them.
Sound familiar? It is almost like “System Restore”, but not quite. The System Restore essentially takes you back in time to a supposedly perfect set up of system files. The File Checker is more exhaustive.

It identifies what is amiss and fills the gaps.

  • First and foremost, open up an elevated command prompt.
  • Next, if you are using Windows 8, 8.1 or 10, enter “DISM.exe /Online /Cleanup-image /Restorehealth” into the window and press Enter.
  • The process of running the Deployment Image Servicing and Management (DISM) tool may take several minutes.
  • Once it completes, type the following command into the prompt “sfc /scannow”.
  • Your device will now go through all protected files and if it detects an anomaly, it will replace the compromised version with a cached version that resides at %WinDir%\System32\dllcache.

Step 8 – Is your RAM Corrupted? Find Out.

Is it possible? Can the memory sticks of your device trigger Error 0x79?

It is unlikely – because the RAM chips have no moving parts and consume little power. But at this stage, if all else has failed, diagnosing your RAM may be a good move.

You can use the Windows Memory Diagnostics Tool to get the job done. Users who are on a Linux or Mac and are experiencing crashes can use memtest86.

  • Open up your device and go straight to the “Control Panel”.
  • Click on “Administrative Tools”.
  • Choose “Windows Memory Diagnostic”.
  • What this built-in option does is it burns an ISO image of your RAM and boots the computer from this image.
  • The process takes a while to complete. Once it is done, the “Status” field at the bottom of the screen populates with the result of the diagnosis. If there are no issues with your RAM/memory, you’ll see “No problems have been detected”.

One drawback of the Windows Memory Diagnostic tool pertains to the number of passes it runs and the RAM segments it checks.

Memtest86 methodically goes over all the segments of your memory – irrespective of whether it is occupied or not.

But the Windows alternative only checks the occupied memory segments and may be ineffective in gauging the cause of the MISMATCHED_HAL error.


Step 9 – Is your Hard Drive Corrupted? Find Out.

Your RAM or working memory isn’t the only culprit that may precipitate an MISMATCHED_HAL error. The hard drive of your device also warrants close inspection.

The symptoms of hard drive error and corruption span:

  • Frequent crashes and the Blue Screen of Death (BSoD).
  • Performance issues like excessively slow responses.
  • Errors like Error 0x79.

Hard drives are definitely robust, but they don’t last forever.

There are three things that you can do to diagnose the health of your permanent memory.

  • It is possible that your device may have a hard time reading your drive. This can be the cause of an MISMATCHED_HAL error. You should eliminate this possibility by connecting your drive to another device and checking for the recurrence of the issue. If nothing happens, your drive health is okay.
  • Collect S.M.A.R.T data by using the WMIC (Windows Management Instrumentation Command-line) in the command prompt. To do this, simply type “wmic” into the command prompt and press Enter. Next follow it up with “diskdrive get status”. The S.M.A.R.T status reading is a reliable indicator of the longevity of your drive.
  • Fix what’s corrupt. Let’s assume you do find that all isn’t well with your hard drive. Before you invest in an expensive replacement, using Check Disk or chkdsk is worth a shot.
    • Open the command prompt. Make sure you are in Admin mode.
    • Type “chkdsk C: /F /X /R” and press “Enter”. “C” here is the drive letter and “R” recovers data, if possible, from the bad sectors.
    • Allow the system to restart if the prompt shows up.
    • And you should be done.

These steps can lead to the resolution you’re seeking. Otherwise the MISMATCHED_HAL may appear again. If it does, move to Step 10.


Step 10 – Update Windows OS

Like the software applications you use to render specific tasks on your device, the Operating System also requires periodic updates.
Yes, we’ve all heard the troubling stories.

Devices often develop problems post unfinished updates that do not go through. But these OS updates include important security patches. Not having them applied to your system leaves it vulnerable to viruses and malware.

And may also trigger Error 0x79.

So here’s how Windows 7, Windows 8, Windows 8.1 and Windows 10 users can check for the latest updates and push them through:

  • Click the “Start” button on the lower left-hand corner of your device.
  • Type “Updates” in the search bar. There should be a “Windows Update” or “Check for Updates” option, based on the OS version you’re using.
  • Click it. The system will let you know if any updates are available.
  • You have the convenience of choosing the components of the update you’d like to push through. Always prioritize the security updates.
  • Click “OK” followed by “Install Updates”.

Step 11 – Refresh the OS to Eliminate Persistent MISMATCHED_HAL Error

“Windows Refresh” is a lifesaver.

For those of you who are still with us and nothing has worked to eliminate the Error 0x79, until recently, a fresh install of Windows would have been the only option.

Not anymore.

The Windows Refresh is similar to reinstalling your Windows OS, but without touching your personal data. That’s hours of backup time saved in a jiffy.

Through the Refresh, all your system files become good as new. The only minor annoyance is the fact that any custom apps you’ve installed are gone and the system applications you had uninstalled are back.

Still, it is the best bet as the final step of this process.

  • Enter the “Settings” of your PC and click on “Change Settings”.
  • Click “Update and recovery” and then choose “Recovery”.
  • Select “Keep my files”. This removes apps and settings, but lets your personal files live on.
  • You’ll get some warning messages about the apps that will be uninstalled. If you’ve gone through a recent OS upgrade, the Refresh process makes it so that you can’t go back to your previous OS version – if you should ever feel the need to do it.
  • Click the “Refresh” button.

Are you using an older version of Windows that doesn’t come with the power to “Refresh”?

Maybe it is time to start from scratch.

  • Enter your BIOS set-up.
  • This is where you need to change your computer’s boot order. Make it so that the boot happens not from the existing system files, but from the CD/DVD Drive.
  • Place the original Windows disk in the CD/DVD drive.
  • Turn on or restart the device.
  • Choose where you’d like the system files to be installed.
  • Your PC will restart several times as the process runs its course.


FAQ’s

Does Error 0x79 Slow Down My Computer?

Slowness is seldom related with blue screen or stop errors. You may experience some slowing down while attempting to restart your machine following MISMATCHED_HAL issue, but not always. Every case could be different but one constant thing is that such error would bring your machine to a halt-state.

Can MISMATCHED_HAL Cause Identity Theft?

Scammers may target your machine by showing a fake blue screen error screen that prompts the user to call a technician (fake) and subsequently request online payments. Therefore, it is highly imperative to do the due-diligence of the matter and ensure that the BSOD appearing is genuine or not. Generally speaking, the Error 0x79 will not steal your identity unless it is a fake antivirus message. Run an antivirus scan in order to find out.

How Long Will It Take to Fix Error 0x79?

If you employ specialty software to tackle blue screen errors, then the recovery time is within minutes. However, the hardware related issue usually requires professional services, which may take an hour to get your system running error-free.

Start Download Now

Author:

Curtis Hansen has been using, fiddling with, and repairing computers ever since he was a little kid. He contributes to this website to help others solve their computer issues without having to buy a new one.

Contents

  • What are the common causes of the «MISMATCHED_HAL» (0x00000079) error?
  • Restore Deleted Files
  • Start The Computer in Safe Mode
  • Update a Driver With The Device Manager
  • Use sfc /scannow To Check All System Files
  • Check for Errors The Disk Where Windows Is Installed By Using The Command chkdsk c: /f
  • Use The Mode of Compatibility With an Old Version of Windows
  • Disable Unnecessary Programs in Windows Startup Menu
  • Consult Microsoft Support Service
  • Install Latest System Updates
  • Scan The System For Viruses
  • Test Your RAM
  • Make a Clean Installation of Windows

What are the common causes of the «MISMATCHED_HAL» (0x00000079) error?

The «MISMATCHED_HAL» (0x00000079) error typically occurs due to the following common causes:

  1. Corrupted or outdated device drivers: Outdated or corrupted device drivers can cause the «MISMATCHED_HAL» error to occur. It is important to regularly update device drivers to prevent this issue.
  2. Hardware issues: Problems with hardware components such as the CPU, RAM, or motherboard can also lead to the «MISMATCHED_HAL» error. Checking for any hardware malfunctions or compatibility issues can help resolve this issue.
  3. Incompatible software: Installing incompatible software or drivers can cause conflicts with the hardware components, resulting in the «MISMATCHED_HAL» error. Ensure that all software and drivers are compatible with the system to avoid this issue.
  4. System file corruption: Corruption in system files can also trigger the «MISMATCHED_HAL» error. Running a system file checker tool to repair any corrupted files can help resolve this issue.
  5. BIOS settings: Incorrect BIOS settings can lead to the «MISMATCHED_HAL» error. Checking and adjusting the BIOS settings to match the hardware configuration can help resolve this issue.
  6. Virus or malware infection: A virus or malware infection can also cause the «MISMATCHED_HAL» error. Running a full system scan with a reliable antivirus program can help identify and remove any malicious software causing the issue.

Also:

  • There is not enough free space in the hard disk of your computer/laptop. For Windows 10 to operate correctly you need to have from 2 to 10 Gb of free space in your system disk.

  • An incompatible version of BIOS was installed or the firmware was damaged.

  • Device drivers incompatible with the OS were installed.

  • Windows registry was damaged or deleted, or cleaning operations accidentally deleted system keys.

  • Antivirus software or viruses may block system files or delete important registry keys.

  • An error occurred in the work of backup software.

  • It can also happen as a result of a Windows update.

Read more how to fix 0x00000079: «MISMATCHED_HAL» in Windows 11, Windows 10, Windows 8.1, Windows Server 2012, Windows 8, Windows Home Server 2011, Windows 7 (Seven), Windows Small Business Server, Windows Server 2008, Windows Home Server, Windows Vista, Windows XP, Windows 2000, Windows NT.

Here are some ways of eliminating the problem with «MISMATCHED_HAL»:

Restore Deleted Files

Often BSoD errors cause loss of important files. Files blocked by computer viruses, backup software errors, damaged or overwritten system files, file system errors or bad hard disk sectors – these are only some of the causes that can make your data lost.

Corrections of the corresponding errors will restore the normal operation of your devices, but it does not always restore damaged or lost files. Also, it is not always possible to eliminate an error without formatting the hard disk or clean installation of the operating system, which can also involve loss of files.

Partition Recovery™ 5.0

The tool recovers data from any devices, regardless of the cause of data loss.

Download for free and scan your device with the help of Hetman Partition Recovery. Learn about the program features and step-by-step guide.

Hetman Partition Recovery

Start The Computer in Safe Mode

If the error «MISMATCHED_HAL» (0x00000079) occurs when loading Windows and blocks any attempts to work with the system, try loading the computer in Safe Mode. This mode is meant for operating system (OS) diagnostics, but OS functions are very limited in this mode. Safe Mode should only be used if the system is blocked otherwise.

Start The Computer in Safe Mode

In order to start Safe Mode you should do the following:

  1. Go to Start menu and choose Settings.

  2. In the settings window that appears go to Update & Security menu and choose the Recovery tab.

  3. In the tab Recovery find Advanced startup and click the button Restart now.

  4. As your Windows restarts, it will ask you to choose the next step. Choose Troubleshoot.

  5. In the Troubleshoot menu click on Advanced Options and then on Startup Settings.

  6. Then Windows will inform you that the computer can be restarted with the use of additional settings one of which is Enable Safe Mode. Press Restart.

  7. After restarting choose Enable Safe Mode by pressing F4.


Go to view

How to Boot Windows 10 in Safe Mode (All Methods)


How to Boot Windows 10 in Safe Mode (All Methods)

Update a Driver With The Device Manager

Have you installed new hardware to your computer? Are you using a new USB device? These can be the causes for the error «MISMATCHED_HAL». If you installed your device driver from the disk you have found in the device delivery package or if you are using a driver which was downloaded from a place other than Microsoft official website, this can be the core of the problem. You will have to update the device driver to fix it.

Update a Driver With The Device Manager

You can do it manually in the Windows device manager by taking the following steps:

  1. Press Windows button and type device manager on the keyboard.

  2. Choose Device Manager from the list.

  3. View the list of device categories and click on the arrow nest to the category in which your new device falls. The driver can be marked with a yellow triangle.

  4. Right-click on the device name and press Update Driver Software.

  5. Then a window of Update Driver Software with two options will appear:

    • Search automatically for updated driver software. Windows will automatically check availability of the best suitable driver for this device.

    • Browse my computer for driver software. Use this option to show the OS where the driver files are kept.

Restart the computer after the driver is installed.

Use sfc /scannow To Check All System Files

Damaged or rewritten system files may cause the error «MISMATCHED_HAL». The command sfc finds damaged Windows system files and replaces them.

Use sfc /scannow To Check All System Files

  1. Press Windows button and enter cmd from the keyboard.

  2. Right-click on CMD and launch it as administrator.

  3. In the command prompt window, type in sfc /scannow and press Enter.

This process may take several minutes.


Go to view

How to Recover Windows 10, 8, 7 System Files (SFC, DISM)


How to Recover Windows 10, 8, 7 System Files (SFC, DISM)

Check for Errors The Disk Where Windows Is Installed By Using The Command chkdsk c: /f

The blue screen with «MISMATCHED_HAL» may be caused by a file system error or by bad sectors in your disk. The command CHKDSK will check the disk for file system errors and bad sectors. Using the setting /f will make the program to automatically correct the detected errors, and the setting /r allows finding and fixing problem disk sectors. To launch it, follow these steps:

Check for Errors The Disk Where Windows Is Installed By Using The Command chkdsk c: /f

  1. Press Windows, then enter CMD from the keyboard.

  2. Right-click on CMD and launch it as administrator.

  3. In the command prompt window type chkdsk c: /f and press Enter (use the letter of the drive where your OS is installed).

Wait until the process is over and restart your computer.

Use The Mode of Compatibility With an Old Version of Windows

A error with the code «MISMATCHED_HAL» may be caused by outdated software. If this error occurs after launching a program, then using Windows compatibility mode can help you get rid of the problem. To fix it, do the following:

Use The Mode of Compatibility With an Old Version of Windows

  1. Find a program executable file (it has .exe extension) and right-click on it.

  2. In the quick menu, select Troubleshoot compatibility.

  3. At the next stage, you will see the window Program Compatibility Troubleshooter. You will have two troubleshooting options to choose from:

    • Try recommended settings. Select this variant to start a test run of the program using recommended compatibility settings.

    • Troubleshoot program. Select this variant to choose compatibility settings based on what problems you have encountered.

  4. After testing the program under various versions of Windows and startup settings save the suitable settings for your program.

Setup compatibility mode

Check errors

Setup Windows version


Go to view

How to Run a Program in Compatibility Mode With Windows 10, 8 and 7


How to Run a Program in Compatibility Mode With Windows 10, 8 and 7

Disable Unnecessary Programs in Windows Startup Menu

The software causing «MISMATCHED_HAL» (0x00000079) may be written to Windows Startup list so the error occurs immediately after the system starts without any user activity. You can delete programs from Startup by using Task Manager.

Disable Unnecessary Programs in Windows Startup Menu

  1. Load the computer in Safe Mode.

  2. Right-click on Task Bar and then on Task Manager.

  3. Go to Startup tab.

  4. To delete a program from the startup list select it and disable by clicking Disable in the right lower corner of the window.

Consult Microsoft Support Service

Microsoft offers several solutions to eliminate the blue screen error. «MISMATCHED_HAL» (0x00000079) can be fixed with the help of Windows Update or by addressing Windows Support.

Consult Microsoft Support Service

  1. Go to Microsoft Support Service.

  2. Enter your error code and message into the search field and follow the directions.

  3. If you don’t find a ready solution as the community where your query can be answered by a certified system administrator.

Install Latest System Updates

Windows provides updates that extend your driver database and correct errors or security vulnerabilities. Download the latest updates to get rid of the error «MISMATCHED_HAL» (0x00000079).

Install Latest System Updates

You can launch Windows Update like this:

  1. Go to Start menu and select Settings.

  2. In the Settings window go to Update and Security tab.

  3. To install the latest Windows updates click on Check for updates and wait until they are found and installed.

Set up automatic download and installation of system updates

It is recommended to set up automatic download and installation of system updates with the help of Advanced Options.

To enable automatic system update you need to start Windows Update:

  1. Go to Start menu and choose Settings.

  2. In the Settings window go to the Update and Security menu and select Windows Update. To install the latest Windows updates click on Check for updates and wait until they are found and installed.

  3. Go to Advanced Options and choose the mode of update installation — Automatic.

Scan The System For Viruses

The blue screen of death with the error «MISMATCHED_HAL» 0x00000079 can be caused by computer viruses that infected your system.

To check the computer for viruses launch your antivirus program.

Modern antiviruses allow checking both hard disks and RAM. Run a full system scan.

Test Your RAM

System memory problems may cause errors, loss of data or even make your computer stop working.

Before you start checking RAM, take it out of the slot on the motherboard and then stick it back again. Sometimes the error «MISMATCHED_HAL» can be caused by the memory stick which was set into the slot incorrectly or not tight enough, and sometimes by the slot contacts covered with dust.

If the above actions did not make things better, you can check your RAM with the means of your operating system – Windows Memory Diagnostic.

JYou can start this tool in two ways:

  1. With the help of Control Panel:

    Start Windows Memory Diagnostic with Control Panel

    Go to Control Panel / System and Security / Administrative Tools. Launch the application Windows Memory Diagnostic.

  2. With the use of Run:

    With the use of Run

    Launch the Run tool with the combination of keys Windows + R. Type in mdsched and press Enter. The Windows Diagnostic tool will start.

To start the checking select one of the suggested variants to decide how your RAM will be tested after the computer is restarted.

If the diagnostic tool finds errors that cannot be corrected, such memory should be replaced (that is, you have to replace the memory stick where errors were found).

Make a Clean Installation of Windows

If none of the methods helped you to get rid of «MISMATCHED_HAL», try reinstalling Windows. In order to make a clean installation of Windows you need to create a setup disk or another media which you are going to use to install the OS.

Start the computer with the setup disk. To do it you may need to change boot priority in BIOS or UEFI for newer computers.

Following the installer menu stages, specify the disk where you want your Windows installed. You will have to format it then. If you are not satisfied with the number or size of the local disks they can be deleted and repartitioned.

Remember that formatting, deleting or partitioning your disks will destroy all files in the hard disk.

After specifying the disk to install Windows to, the process of copying system files and installing the operating system will start. During the installation, no additional action is required. In the process, the screen will go off for a while several times, and the computer will restart on its own to complete certain stages of installation.

Depending on the version of Windows at one of the stages you may have to select or enter basic personalization settings, choose how the computer works with networks and select settings of your account or create a new one.

As the computer loads the desktop, a clean installation of Windows is finished.

Note. Before you start a clean installation of Windows make sure you have drivers for all your hardware and that your files are safe. Download and save drivers to a separate media, and create a backup copy of important data.


Go to view

How to Reset Windows 10 or 8 PC to Factory Default Settings (All Methods)


How to Reset Windows 10 or 8 PC to Factory Default Settings (All Methods)


Go to view

How to Reset Windows 10 or 8 PC If The Operating System Won't Boot


How to Reset Windows 10 or 8 PC If The Operating System Won’t Boot

Текущая версия HAL или используемой конфигурации не удовлетворяет уровню ядра или устройства.

Почему появляется

Скорее всего, юзером проведено обновление Ntoskrnl.exe или Hal.dll без использования автоматических средств. Другой вариант заключается в том, что один из указанных документов является устаревшим. Как правило, проблема возникает в ходе выполнения неправильной сборки устройства.

Параметры

Когда возникает подобный тип ошибки, на экране требуется обнаружить следующую строчку:

STOP: 0x00000079 (parameter1, parameter2, parameter3, parameter4) Mismatched kernel and HAL image

Основное внимание уделяется первому параметру. Именно он определяет, что будут означать все остальные. Данная информация представлена в таблице ниже:

parameter1

parameter2

parameter3

parameter4

Что вызывает

0x1

PRCB Ntoskrnl.exe

PRCB Hall.dll

Является предустановленным

Уровни выпуска PRCB не удовлетворяют друг другу

0x2

Вид сборки Ntoskrnl.exe

Вид сборки Hall.dll

Является предустановленным

Неподходящая сборка

0x3

Объем расширения значения загрузчика

Главная версия расширения значения загрузчика

Дополнительная версия расширения значения загрузчика

Ntldr и HAL не удовлетворяют друг другу

В случае, если parameter1 равняется 0x2, предусматривается возможность понять особенности конкретной сборки через значения кодов. 0 и 1 означают многопроцессорную сборку свободного или отладочного типа, соответственно. Значения 2 и 3 означают однопроцессорную сборку свободного или отладочного типа.

Способы устранения

Начните процедуру загрузки с установочного диска. После этого необходимо на начальном этапе нажать R для появления консоли восстановления. В ней требуется выполнить копирование правильно действующего файла HAL в соответствующую папку. Это происходит с применением команды Copy

Настройка

  • Microsoft Windows 2000
  • Microsoft Windows XP
  • Microsoft Windows Servers
  • Microsoft Windows Vista
  • Microsoft Windows 7
  • Microsoft Windows 8
  • Microsoft Windows 10

Полезная информация

  • Синий экран смерти (BSOD)
    • Коды ошибок
    • Способы устранения
  • Командная строка (CMD)
    • Переменные
    • Команды
    • Примеры bat файлов
  • Примеры Rundll32.exe
  • Windows Script Host (WSH)
    • Объект WshShell
    • Объект FileSystemObject
    • Объект RegExp
    • Объект Dictionary
    • Объект Shell
    • Константы VBScript
    • Функции VBScript
    • Объект IE и WebBrowser
    • Объект WScript
    • Объект WshNetwork
  • Basic In/Out System (BIOS)
    • AMI bios
    • AWARD bios
    • Phoenix bios
    • UEFI bios
  • Реестр Windows
    • Хитрости реестра Windows
  • Скачать Live CD
  • Полезные статьи
    • Часто задаваемые вопросы
    • Стоит ли переходить на Windows 10?
    • Не открывается флешка на компьютере?
    • Как разбить жесткий диск на разделы?
    • Удалить баннер с рабочего стола
    • Лучшие бесплатные антивирусы 2016-2017 года
    • Не открывается Вконтакте и другие сайты
    • Как убрать всплывающие сайты и рекламу в браузере

Windows · December 16, 2023


Windows Server is a powerful and reliable operating system used by many businesses for their server needs. However, like any other software, it is not immune to errors and issues. One such error that users may encounter is the 0x00000079 – MISMATCHED_HAL error. This error can be frustrating and can cause your server to crash or become unresponsive. In this article, we will discuss what this error is, what causes it, and how to fix it.

What is the 0x00000079 – MISMATCHED_HAL Error?

The 0x00000079 – MISMATCHED_HAL error is a stop error that occurs when there is a mismatch between the hardware abstraction layer (HAL) and the kernel of the operating system. The HAL is responsible for providing an interface between the hardware and the software, and when there is a mismatch, it can cause the system to crash.

What Causes the 0x00000079 – MISMATCHED_HAL Error?

There are several reasons why this error may occur. Some of the most common causes include:

  • Incorrect or outdated drivers
  • Hardware changes or upgrades
  • Corrupted system files
  • Incompatible software or hardware

How to Fix the 0x00000079 – MISMATCHED_HAL Error

There are several steps you can take to fix this error. Here are some of the most effective solutions:

Update Drivers

One of the most common causes of this error is outdated or incorrect drivers. To fix this, you should update all of your drivers to the latest version. You can do this manually by going to the manufacturer’s website and downloading the latest drivers, or you can use a driver update tool to automate the process.

Check for Hardware Changes

If you have recently made any hardware changes or upgrades, this could be the cause of the error. Make sure that all of your hardware is compatible with your operating system and that it is properly installed.

Run System File Checker

Corrupted system files can also cause this error. To fix this, you can run the System File Checker tool to scan for and repair any corrupted files. To do this, open the Command Prompt as an administrator and type sfc /scannow.

Perform a Clean Boot

Incompatible software or hardware can also cause this error. To determine if this is the case, you can perform a clean boot. This will start your system with only the essential services and drivers, allowing you to identify any problematic software or hardware.

Conclusion

The 0x00000079 – MISMATCHED_HAL error can be a frustrating issue to deal with, but with the right steps, it can be fixed. By updating your drivers, checking for hardware changes, running the System File Checker tool, and performing a clean boot, you can get your USA VPS Hosting server back up and running smoothly. Remember to always keep your system up to date and to regularly check for any hardware or software incompatibilities to prevent this error from occurring in the future.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Код ошибки 0x80004002 windows 10
  • Как выключить hdd в windows 10
  • Bitvise ssh client windows
  • Состояние 0xc000000f при установке windows
  • Сколько гигабайт нужно для windows 10 для хорошей работы