Logo

How to Fix Windows Setup Error 0x80300002

Installing a Windows 10 upgrade is definitely not an easy task since the process is not always smooth sailing and you could encounter some errors when doing so. This isn’t unusual since there are various software configurations and hardware configurations as well as services it depends on in order to properly work. So if any of them malfunctions or becomes corrupted, it will affect the process which will result in errors like the error code 0x80300002. When you encounter this kind of Windows Update error, you will see the following error message on your screen:

“We couldn’t install Windows in the location you choose. Please check your media drive. Here’s more info about what happened: 0x80300002”

You can encounter this kind of error if there is corruption in the partition table of the drive where the installation is in progress. In addition, corruption on the Media device could also cause this problem. So if you encounter this error when running Windows Setup, read on as this post will guide you in fixing it.

There are several ways to resolve this issue. The first thing you can do is to verify the compatibility between the BIOS and the installation media. You could also try recreating all the partitions as well as recreating the bootable USB drive. For more detailed information, follow the given options below.

Option 1 – Check if the BIOS is compatible with the installation media

The first thing you can do to fix the error is to check if there are any compatibility issues between the BIOS and the installation media you’re using. This is actually one of the most likely reasons why you’re getting the error since this is a complicated point for the Windows installation process. If the installation media is based on GPT, then your BIOS must be based on UEFI. So if you have your bootable media with the MBR partitioning, you need to set your BIOS to Legacy.

  • In the Windows Search box, type “command prompt” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • After that, execute this command: exe /convert /allowfullOS
  • Now, wait until the process is completed since you can track its process on your screen.
  • Once it’s done, go to Settings > Update & Security > Advanced Startup options and from there, click on Restart Now. This will restart your computer and give you advanced options.
  • Next, select Troubleshoot > Advanced Options where you will see further options including System Restore, Startup Repair, Go back to the previous version, Command Prompt, System Image Recovery, and UEFI Firmware Settings.
  • Now select the “Legacy” option. This will take you to the BIOS. Boot Mode is typically available under Boot > Boot Configuration. Once you’re there, set it to Legacy and then save the changes you’ve made. After that, your computer will restart.

Option 2 – Try recreating a new bootable drive

  • Insert your USB drive into your PC.
  • Tap the Win + R keys to open the Run dialog box and type in “cmd” and tap Enter to open the Command Prompt. Alternatively, you can also search for “cmd” in the Cortana search box to open Command Prompt.
  • Once you’ve opened CMD, type in this command to open the DISPART utility – diskpart
  • After that, you should see a new black and white window that would say, “DISKPART>”.
  • Next, type in “list disk” in the command line and tap Enter to see the list of all the Storage devices as well as your hard disk connected to your PC. Here, you have to identify your disk’s number.
  • Type in this command where “X” is the disk number you have identified and then tap Enter – disk X
  • Type in this command and hit Enter to clear the table records and all the visible data on the drive – clean
  • Now you have to recreate a new primary partition of the drive so you’ll have to type in this command and tap Enter right after – create part pri
  • A new primary partition has been created so you have to select it by typing this command and tapping Enter – select part 1
  • Now you have to format it to make it visible to normal users by typing – format fs=ntfs quick

Note: If your platform supports the Unified Extensible Firmware Interface or UEFI, replace the “NTFS” with “FAT32” in the command on Step 10.

  • After that, type in this command and tap Enter after – active
  • Finally, type this command and hit Enter to exit the utility – exit
  • After you prepare the image for the operating system, save it to the root of your USB Storage device.

Option 3 – Try to recreate all the partitions

If none of the first two options given above worked, then you can try to recreate all the partitions instead. All you have to do is restart the Windows installation process and wait until you get to the part that says, “Where do you want to install Windows?”. From there, you will see options like delete, format, extend, create new partitions, and many more. Now you have to select the Delete all the partitions options and then use the “New” button to create new partitions. Just make sure that you have one primary partition at least where you can install Windows 10. After that, continue the installation of Windows on the new partition. Keep in mind that when you create a new partition, it also recreates the partition table configuration which means that the chances of getting an error are very unlikely.

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

Fix Could not find the Recovery Environment
If you suddenly find the Windows Recovery Environment not working and you see an error message saying, “Could not find the recovery environment”, then you’ve come to the right place as this post will guide you on how you can fix it. In times when you can’t boot into the Windows Recovery Environment, there could be several reasons behind it. However, have you ever wondered where exactly the Windows Recovery Environment is in your computer? Windows initially places the Windows RE Image file in the installation partition during Windows Setup so if you have installed Windows in the C drive, you can find the Windows RE at the C:/Windows/System32/Recovery or C:/Recovery folder. Keep in mind that this folder is hidden and later on, the system copies the image file into the recovery tools partition to make sure that one can boot into recovery if there are any issues with the drive partition. The “Could not find the recovery environment” error mostly occurs if the Windows Recovery Environment is disabled or if the “Winre.wim” file is corrupted. Thus, to fix this error, you need to refer to the given suggestions below.

Option 1 – Try to enable Windows Recovery Environment

  • In the Windows Start Search, type “PowerShell” and from the search results that appear, right-click on Windows PowerShell and then select the “Run as administrator” option to open it with admin privileges.
  • Next, type the “reagentc /info” command and tap Enter to execute it.
  • After that, if the output states that Status is enabled, then you’re all set.
  • Now type the “reagentc /enable” command and tap Enter to enable the Windows Recovery Environment. You will see a success message at the end signifying that Windows RE is available.

Option 2 – Try to fix the corrupted or missing “Winre.wim” file

If the Winre.wim file is either corrupted or missing, you need to get a new copy of this file from another computer where the Windows RE is working. Once you’re able to get a new copy of the Winre.wim file, you have to set the image path to a new location. For more details, refer to these steps:
  • First, type “Powershell” in Windows Start Search and right-click on Windows PowerShell from the results, and select Run as administrator.
  • Next, execute the given command below to change the path of the WIM file to the new location. Note that the steps should be used when the file path of the Windows Recovery Environment is different from the usual spot.
Reagentc /setreimage /path C:RecoveryWindowsRE
  • As mentioned, if the file is corrupted, you just have to get a new copy from another PC but before you do that, make sure that the WINRE on that computer is disabled (just enable it later on) and then place it in the C:/Recovery path and then set its path again using the command given above and then verify its path by executing the following command.
reagentc /info command
Note: Since the Recovery folder is hidden as well as the WINRE folder in it and you won’t be able to access them using the Windows File Explorer, you need to use the Windows PowerShell or Command Prompt so that you can access them.

Option 3 – Try checking and fixing the WinRE Reference in the Windows Boot Loader

The Windows Boot Loader is the one that determines if it has to load the Windows Recovery Environment. It could be that the boot loader is pointing to an incorrect location which is why you’re getting the error. To resolve it, you have to check and fix the WinRE Reference in the boot loader. How? Follow these steps:
  • In the Windows Start Search, type “PowerShell” and from the search results that appear, right-click on Windows PowerShell and then select the “Run as administrator” option to open it with admin privileges.
  • After that, execute the “bcdedit /enum all” command.
  • Next, look for an entry in the Windows Boot Loader identifier set as Current and look for “recoverysequence” in that section and take note of the GUID.
  • Ensure that the device and the osdevice items show the path for the Winre.wim file and that they are the same. If not, you need to point the current identifier to the one which has the same.
  • Once you’ve found the new GUID, execute this command: bcdedit /set {current} recoverysequence {GUID_which_has_same_path_of_device_and_device}
  • Now check if the error in the Recovery Environment is fixed or not.

Option 4 – Try creating a Recovery Media

You could also try creating a Recovery Media to resolve the error in the Windows RE. All you have to do is download the Windows 10 ISO file using the Media Creation tool and then create a recovery drive. Once you’re done, check if it fixes the problem or not.
Read More
Blu-ray player does not recognize the disc
So, you just made some popcorns, dimmed light, relaxed in from of the TV, pressed play on your application and Blu-ray drive can not read your movie. Your movie night failed sadly, but there is hope and in this article, we are going to explore and offer you solutions on what to do when something like this happens so you do not miss another movie night and some hard-earned relaxation. Please note that in this article we are assuming that you are using a Blu-ray player on your PC, so some of the solutions presented are meant only for this case. So the first thing that you are supposed to do is to check the disc itself. You can turn the disc around and visually check the disc for fingerprints and scratches which can be fatal for disc playing, alternatively, you can try to play the same disc on another device and if it fails there also it is not the disc, it is your drive. So if it is no issue with the disc let's see that seems to be a problem with the drive. The common thing that could stop disc reading are cables, check all connections and cables in the back of your device to be sure that everything is plugged in correctly and nicely. After checking cables if the issue persists lens cleaning is the next step. Over time lens from the Blu-ray, the device becomes dirty and dust accumulates on it, there are special cleaning discs on market made especially for this purpose, to clean the dirty lens of optical devices. If you have one put it in and clean your lens. After lens cleaning with a specialty disc, a good idea would be to use compressed air in a can to reduce the dust inside so no excess dust will accumulate quickly again on the lens itself.

So the device is cleaned and checked and still no disc playing?

Update firmware first. In order to accomplish this visit your device manufacturer's website and follow instructions there on how to upgrade firmware. If this did not helped also update or reinstall device drivers. Go to device manager and update drivers for your device by right-clicking on it and choosing update driver. If none of the things helped, go to command prompt as administrator and type in SFC /scannow, leave the process to finish, and reboot.
Read More
Fixing To use System Restore you must ...
There are cases when you want to undo some changes you’ve made to your computer and to do that you have to perform the System Restore task. However, if you encounter an error that states “To use System Restore you must specify which Windows installation to restore”, when doing so, read on as this post will help you fix the problem. This kind of error in System Restore could be due to corrupted files in the system. There are also situations where you are not able to boot up once you encounter this error which could be a big problem. On the other hand, this error might have something to do with corrupted BCD files. Whatever the cause is, here are some potential fixes you have to try.

Option 1 – Try to run System File Checker offline

Like pointed out, since the error might be due to corrupted system files, you can try to run System File Checker offline. How? Refer to these steps:
  • You need to go to the Advanced Startup Options and from there select Troubleshoot.
  • Next, select the Advanced Options and then Command Prompt.
  • After opening Command Prompt, type the commands given below and tap Enter right after you type each one of them.
    • Cd /
    • Dir
  • If you can see the “Users” folder, that is your system’s drive. However, if you can’t see it, you can just change the drive-by assigning “D” as its alphabet volume.
  • Then execute this command where “C” is the system drive: sfc /scannow /offbootdir=C: /offwindir=C:Windows
  • Now repeat the given steps sequentially.

Option 2 – Try to run DISM tool

You can also run the DISM tool to repair the potentially corrupted system image. First, you have to check the health of the system like checking the integrity of the system files and Windows services. To run DISM, follow the given steps below sequentially.
  • Open Command Prompt from the Advanced Startup options.
  • After that, execute this command where “C:” is the system volume: DISM /Image:C:Windows /Cleanup-Image /RestoreHealth /Source:C:WindowsWinSxS
  • If you encounter an error after executing the given command, insert the Windows USB or DVD and then execute this next command where “E:” is the USB or DVD drive: DISM /Image:C:Windows /Cleanup-Image /RestoreHealth /Source:esd:E:SourcesInstall.esd:1 /limitaccess
  • In some cases, “install.esd” would be “install.wim” and in such case, you have to modify and execute this command: DISM /Image:C:Windows /Cleanup-Image /RestoreHealth /Source:wim:E:SourcesInstall.wim /limitaccess

Option 3 – Try to repair corrupted BCD

As mentioned, the error could also be due to corruption in BCD, and to fix it, you can use Bootrec.exe – a built-in command-line tool used to troubleshot issues related to boot up and Windows Startup. Before you run this tool, make sure that you have inserted a bootable USB or DVD into your computer. Once you have that covered, follow these steps:
  • You need to go to the Advanced Startup Options.
  • Then click on Troubleshoot.
  • Next, select the Advanced Options and then Command Prompt.
  • Once Command Prompt has been pulled up, enter each one of the following commands and in the sequence that they are given to rebuild BCD files and repair MBR files:
    • Bootrec /Fixmbr
    • Bootrec /FixBoot
  • After you execute the commands given above, you should see a confirmation message that says, “The operation completed successfully”.
  • Now type the “Bootrec /RebuildBCD” command to rebuild BCD.
  • Finally, close Command Prompt and then restart your computer to successfully apply the changes made.

Option 4 – Try to run the Automatic Repair Utility

You might also want to use Automatic Repair in fixing the error. To do so, follow the steps below.
  • You can start by creating and booting from a bootable Windows 10 USB Stick.
  • After that, click on Repair your computer located in the bottom left corner when you are on the initial Windows Startup screen.
  • Next, click on Troubleshoot, and then on the other screen, click the Startup Repair option.
  • Now select the operating system you want to repair. Once you do that, it will start to repair your operating system. Wait until the process is completed and then check if the problem’s now fixed.

Option 5 – Try to use the Windows Recovery Environment

If the four options given above didn’t help fix the problem, you could try running Windows Repair and a Windows bootable USB or DVD.
  • First, insert the bootable USB or DVD and boot into it, and select the “Repair your computer” option.
  • Next, once you see the manufacturer logo on your computer, tap the key to enter into Windows Recovery Environment.
  • After that, change the Boot sequence to DVD drive under the UEFI Firmware settings and restart your computer.
  • Once your computer has restarted, select the boot order and make changes accordingly as displayed in the BIOS.

Option 6 – Try running System Restore in Advanced Startup Options

Since you probably can’t boot into your Windows 10 computer, you can try to run System Restore again in the Advanced Startup Options.
  • Boot your computer into the Advanced Startup Options screen.
  • From there, you will see some options to troubleshoot when you can’t log in to Windows in the usual way.
  • Now select Troubleshoot > Advanced Options > Command Prompt.
  • After that, type “exe /OFFLINE:C:Windows” and hit Enter to execute the command which will start the System Restore process.
Note: You need to replace “C” with the drive where Windows Installation is located.
Read More
What to do if USB tethering is not working
This post will guide you in what to do if you are trying to share the internet connection from your Android smartphone to your Windows 10 computer but USB tethering is not working. Although you can always connect your Android phone to your computer using a USB cable, you still won’t be able to access the internet. However, if you’ve already enabled the USB tethering option in your smartphone, you should be able to access the internet but if you still can’t then you can fix this issue by reading this post. There are several potential fixes you can check out to fix the USB tethering issue. You can try running both the Internet Connections and Network Adapter troubleshooters or try installing the USB RNDIS adapter or disable any unnecessary network adapters.

Option 1 – Try to run the Internet Connections and Network Adapter troubleshooter

There are various built-in troubleshooters in Windows 10 that can help fix system issues. Since you are dealing with an internet connection problem, you can try running both the Internet Connections and the Network Adapter troubleshooters. To run them, follow these steps:
  • Go to Settings > Update & security > Troubleshoot.
  • From there, you can select the Internet Connections troubleshooter.
  • Click on the Run troubleshooter button to troubleshoot the problem.
  • Wait until the troubleshooter is done identifying and fixing the problem automatically.
  • Then follow the next on-screen instructions that may appear.
  • Once it’s done, check if the USB tethering issue is now fixed.
Note: You can also try to run the Network Adapter troubleshooter. It is also located under the Troubleshoot section. Just scroll down until you see it and then run it.

Option 2 – Try installing or updating the USB RNDIS adapter

RNDIS or Remote Network Driver Interface Specification can also help you resolve the USB tethering problem. If the pre-installed driver does not help you in connecting to the internet, then you can try installing the USB RNDIS driver that is, if it’s not installed yet. If it is already installed, you can try to update it instead.
  • Tap the Win + R keys to open Run and type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
  • Next, expand the Network adapters section and look for the Remote NDIS based Internet Sharing Device. But if you are using a Samsung smartphone, you might see “Samsung” instead of under Network adapters.
  • Right-click on it and then select the “Update driver” option.
  • Then select the “Browse my computer for driver software” option.
  • After that, select the “Let me pick from a list of available drivers on my computer” option.
  • Now uncheck the checkbox for “Show compatible hardware”.
  • From the given list on your left-hand side, look for Microsoft and then select the Remote NDIS based Internet Sharing Device on your right-hand side.
  • Click on Next. A new popup will appear where you have to click on Yes. This will install the driver.
  • Now click on the Close button and restart your computer.

Option 3 – Try disabling any unnecessary network adapters/connections

Assuming that your Ethernet connection is showing ping loss which indicates that the internet is not stable. In such time, if you use the USB tethering functionality, you won’t be able to access the internet connection from your smartphone. The internet connection will be frequently disconnected since your computer gives priority to the Ethernet connection. Thus, you have to disable the Ethernet connection temporarily.
  • Right-click the network icon on your Taskbar and select the option “Network and Sharing Center”.
  • After that, click the network connection. And then click the Disable button from the status box that opens.
  • After that, check if you can now connect to the internet or not.
Read More
Tailor Made Solution For Windows AppCrash Error

What is AppCrash Error?

As the name implies the AppCrash error is an error code that indicates a crashed program/application on your system. This term is used by Windows to designate an application crash. It is reported and displayed on the system as “Problem Event Name: AppCrash,” which is followed by additional technical information which unless you are a computer programmer, you may not fully decode. There are various symptoms that trigger the occurrence of this error code on your system such as:
  • Application becoming unresponsive and intermittent
  • Momentary application freezing
  • Application times out and then successfully recovers itself

Solution

Restoro box imageError Causes

The reason for AppCrash error occurrence cannot be narrowed down to a specific cause. This error code is triggered by multiple causes such as:
  • The system is stressed out. This happens when your CPU is held at 100% usage for an unacceptable length of time.
  • Lack of system resources
  • Windows version incompatibility with the application
  • Malware and viral infection
  • Poor PC maintenance
  • Registry damage and corruption
  • Data overload
No matter what the cause for the AppCrash error may be, if you experience this error on your system you must repair it right away before the damage sets in. This is a serious error posing severe consequences. If not repaired on time, it not only hampers your ability to use your desired application but also exposes your PC to fatal crashes, data loss, and system failure.

Further Information and Manual Repair

Though this is a serious Windows error, the good news is that it is an easy-to-fix error code, so resolving it is not a problem. There are three ways to fix the AppCrash error:
  • Hiring a technician, this by the way is quite costly. You may have to pay hundreds of dollars to get professional assistance to fix this error code.
  • Giving your computer adequate rest to cool down. Stressing out your PC heats the hardware which triggers such errors and eventually results in system failure. Try cooling it, and see if it fixes the error.
  • Downloading Restoro. This is by far the best, simple, quick, and money-saving way to resolve the AppCrash error on your system. Restoro is an innovative, performance-driven and multi-functional user-friendly PC Fixer that helps resolve practically all types of PC-related errors including the AppCrash error. It has an intuitive and powerful in-built registry cleaner which scans and detects all types of registry issues on your PC in seconds. It helps you clear up all the unnecessary files saved on your hard disk like junk files, internet history, invalid entries and files from the programs that you’ve uninstalled. Such files not only occupy a lot of disk space but they also lead to registry damage and corruption thus shooting error code pop-ups like the AppCrash error.

Restoro features

Restoro performs an in-depth scan and removes all these files cluttering the system and repairs the damaged registry. It resolves the error AppCrash and simultaneously boosts the speed of your PC making it easy for you to access and run applications fast and smoothly without any application errors. Sometimes malicious software programs like malware and viruses may also damage and corrupt the registry. If the underlying cause of the AppCrash error is a viral infection on your PC corrupting the registry, then don’t worry; Restoro, with the help of its built-in anti-virus program, resolves it too. It scans for viruses on your system and removes them immediately. Restoro is easy to use. Whether you are a novice or an experienced user, working around this PC Fixer is simple. It has a user-friendly interface that allows users to navigate through it without any hassle. In addition to this, it offers enhanced compatibility. It smoothly runs on all Windows versions.

Get Restoro

To get started, all you need to do is Click here to download Restoro. Once it is installed on your system, run it to scan for registry issues like the AppCrash error. This intuitive tool will detect all the errors on your PC in just a few seconds and display them on your Windows screen in the form of a comprehensive scan report. Now simply hit the repair tab to resolve. Once repairing is successfully complete, try running your desired application. You will notice two significant differences:
  1. No AppCrash error code message pop-ups
  2. The application runs fast and smoothly regardless of whether it’s Windows Media Player or any gaming application.
Read More
Fix Windows Sandbox failed to start 0x80070015
As of late, many users reported getting an error in Windows Sandbox that has an error code of 0x80070015. According to users, they encountered this error when they tried to start Windows Sandbox. Based on the error code, it seems that there are some problems with the supporting services of Windows Sandbox that trigger the error. It is possible that these services are misconfigured or that they are outdated and have to be updated. Here’s the complete message of the error:
“Windows Sandbox failed to start. Error 0x80070015. The device is not ready. Would you like to submit feedback about this issue?”
If you are one of the users who encountered this kind of error in Windows Sandbox, then you’ve come to the right place as this post will help you sort this problem out. All you have to do is follow each one of the options provided below.

Option 1 – Make sure that all the supporting processes and services of Windows Sandbox are running properly

If running Windows Sandbox as an administrator didn’t fix the error, you have to ensure that all related processes for Windows Sandbox are running properly. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • Next, from the list of services, look for the following services in the given order:
    • Network Virtualization Service: (Startup type: Manual)
    • Virtual Disk: (Startup type: Manual)
    • Hyper – V Virtual Machine: (Startup type: Manual)
    • Hyper – V Host Compute Service: (Startup type: Manual)
    • Container Manager Services: (Startup type: Automatic)
  • After you find the aforementioned services, restart each one of them.
  • Once done, try to open the Windows Sandbox again and see if the error is fixed or not.

Option 2 – Try to install any pending Windows Updates

If the second option still didn’t work, then you might want to check Windows Updates on your computer and see if there are any pending Windows Updates you have to install. All you have to do is go to the Windows 10 Settings app and then go to the Windows Updates section and click on the “Check for updates” button to check if there are any pending updates that are needed to be installed. This could fix the Windows Sandbox Error 0x80070015.

Option 3 – Try to run Windows Sandbox as an admin

  • In the Start Menu, scroll down until you see the entry for the Windows Sandbox.
  • Then right-click on it and select More and then select the “Run as administrator” option to open it with admin privileges.
  • Next, if a User Account Control or UAC prompt pops up, just click on Yes to proceed.
  • You should now be able to open the Windows Sandbox without the error. However, if the error persists, proceed to the next given option below.
Read More
Fixing Error 0xc0000005 in Windows
If you encounter Error 0xc0000005 when you try to launch a program on your Windows 10 computer then this means that Windows was unable to process the files and the configuration correctly needed in order to run the program properly. You can encounter this kind of error with an installed program and even as the installer for a particular program. To fix this error, this post will provide you with some potential fixes that might help. Error 0xc0000005 occurs due to Access Violation which happens when a user tries to open a program and this error code may be accompanied by any of the following three error messages:
  • The application was unable to start correctly
  • Access violation Exception Error
  • Windows Installation Error
To fix this error, you need to follow the given options below carefully but before you do that, you can try to use System Restore Point first to put your computer back to its previously known stable state.
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
After performing System Restore check if Error 0xc0000005 is now fixed or not. If not, then make sure to use the options given below to resolve the problem.

Option 1 – Update or rollback drivers

If the System Restore didn’t work, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 2 – Try running the System File Checker Scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing Error 0xc0000005. SFC is a built-in command utility which 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 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.

Option 3 – Run the Windows Memory Diagnostic tool

Since this error could be caused by some issues in the memory, you can try running the Windows Memory Diagnostic tool and see if it helps.
  • Tap the Win + R keys to open Run and type exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select the option, your PC will restart and check for memory-based issues. If it finds any issues, it will automatically fix them and if there’s no issue found, then it’s most likely not a memory-based issue so you should try the other options given below.

Option 4 – Try recreating the Boot records

If your system files are infected and modified by some malware, then it’s no wonder why you’re getting Error 0xc0000005 since this error can also be due to malware. To fix this, you can try to recreate the boot records on your computer. How? Follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “cmd” in the field and hit Enter to open Command Prompt.
  • After that, type in each one of the following commands below and hit Enter right after you input each one of them.
    • Del D:WindowsSystem32xOsload.exe
    • Del D:WindowsSystem32xNtKrnl.exe
    • Del D:WindowsSystem32Driversoem-drv64.sys
    • attrib c:bootbcd -h -r –s
    • ren c:bootbcd bcd.old
    • bootrec /rebuildbcd
  • After you input the listed commands above, it will recreate all the files needed inside the boot record.

Option 5 – Try turning off Data Execution Prevention or DEP

You might want to turn off Data Execution Prevention or DEP if it could be the one that’s blocking your process to run a particular program. To disable DEP, refer to the steps below.
  • Type “cmd” in the Start Search and then right-click on Command Prompt from the results and select Run as Administrator.
  • After that, type the following command and hit Enter to disable DEP:
bcedit.exe /set {current} nx AlwaysOff
  • Restart your computer.

Option 6 – Try to fix Registry

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, go to this registry path: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindows
  • From there, double click on LoadAppInit_DLLs located at the right side of the panel and change its value from “0” to “1”.
  • Now restart your computer.

Option 7 – Try checking RAM

You can also check RAM physically and see if it is in an operable condition. You might want to consider replacing it and see if it fixes the error.

Option 8 – Try to disable your antivirus program temporarily

Disabling the antivirus program or any security software installed in your computer might help in resolving the error since there is a good chance that it’s blocking the program from execution due to suspicious behavior. Just don’t forget to enable the antivirus program back again.

Option 9 – Troubleshot the problem in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the one that’s causing Error 0xc0000005. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.

Option 10 – Try resetting Windows 10

To fix this error, you can try resetting Windows 10. Doing so won’t get rid of any file in your system – instead of erasing all your media files and documents, this reset option resets all the system settings and files.
Read More
How to Fix 0x0000007B Error

What is 0x0000007B Error?

0x0000007B is the most common Windows stop error. The error is displayed on the blue-colored screen which is also called the blue screen of death. You may receive a 0x0000007B error message during Windows XP setup or while running the setup program. The message is often displayed as ‘a problem has been detected and Windows has been shut down to prevent damages’ or ‘inaccessible boot device error’.

Solution

Restoro box imageError Causes

The 0x0000007B error code is usually triggered by:
  • Poor Window XP installation
  • Registry corruption
  • Device Drivers Issues
  • Boot sector viruses

Further Information and Manual Repair

The 0x0000007B error makes your system vulnerable and reduces its speed significantly. And besides, you can’t run the programs smoothly on your PC either. Therefore, it’s advisable to fix the error right away. To fix and repair the 0x0000007B error successfully, you must first understand the cause of the error. Let’s take a look at all the solutions available to fix the 0x0000007B error.

Cause: Boot Sector Viruses

Solution: If your computer is infected with boot sector viruses, then you will first have to download a powerful antivirus. After downloading the antivirus program, run it on your PC to check your computer for viruses. Delete the viruses found and click the repair option. Sometimes even an antivirus program may fail to remove the virus and repair the system. In such cases, you must repartition and format your hard disk and also reinstall Windows XP.

Cause: Device Driver Issues

Solution: Device driver issues may occur if the boot controller is not properly configured or the driver is not up to date. If device driver configuration is the cause of the 0x0000007B error on your PC, then all you need to do is restart your PC, and while restarting press F8 to go to the advanced boot options. Now choose the ‘Last Known Good Configuration’ option. After selecting it, boot into windows and then perform a system restore. Now go to Device Manager and perform a driver rollback to reinstall the drivers. This will resolve the configuration issues. However, if you need an updated driver, all you need to do go on the web and download software to update the driver. It is advisable to download software from the manufacturer’s website in order to successfully update the device driver.

Cause: Poor Windows Installation

Solution: In this case, you will have to perform a Windows start-up repair. To do this: boot Windows XP from CD. Press ‘enter’ at setup Windows Screen when prompted. Then press R to repair Windows Installation. This procedure will not delete any user data and files. In fact, it will copy only the original Windows files over the bad or existing ones. Some of the best ways to avoid Ox0000007B blue screen errors are
  • To scan for viruses every time you use your PC
  • Never open web pages, emails, or download content that you think looks suspicious because that’s probably a virus.
  • Always keep your computer updated.
Read More
Remove Task View button from Windows 11
Task ViewTask View feature inside Windows 11 is actually a great feature, letting you quickly view open windows and virtual desktops. How Task view itself could be reached with keyboard shortcut combination of ⊞ WINDOWS + TAB some users will prefer this way of using it and thus button on the taskbar is something you do not want or need. There is a very easy way to remove mentioned button and I will show you how to do it. Right-click the taskbar button itself and click on Hide From Taskbar. That’s it, you have done it. Now in order for you to bring it back if you change your mind, you will have to do some extra steps but it is nothing difficult. Right-click on the taskbar and click on Taskbar settings, you will be lead to Personalization > Taskbar. Inside locate Taskbar Items and switch Task View to ON, you will see the Task View button right away showing itself again.
Read More
Fix BlueTooth issues in Windows 10
Bluetooth troubleshooting, I believe firmly that each one of us who has Bluetooth sooner or later had some issues with it, after all, it seems that it is in nature of radio transmitters to from time to time due to nature of signal and nature of Windows loose communication between them and can cause device which seems to work properly but can not establish the connection. Most of the time Bluetooth issues are like that, the signal gets lost, the connection is broken, and establishing it again can be sometimes real pain, luckily for you, we have experience in this field and are here to help you and provide you with tips how to solve Bluetooth connection issues based on our own struggles.
  1. Check if BlueTooth is ON

    Yes, this seems stupid and sounds a lot like is it plugged in but here me out. Due to lost connections and different power plans setting inside your Windows, your Bluetooth receiver might be actually turned OFF thus preventing your other device to find your computer. Checking to see if Bluetooth has been by some accident turned OFF and switching it back ON should be the first thing to do and this could be a simple solution for your problem.
  2. Restart the BlueTooth device.

    Yup, another of these have you tried turning it OFF and turn it back ON advice which seems like tech cliche but in the case of Bluetooth, this can actually solve your problem. Radio signals and radio connections are not the same kinds of beasts like cable ones and sometimes Bluetooth device remembers certain information and can cause conflict. Turning it OFF and then back ON will clear its memory and cache and you will be ready for a new start hopefully solving your issue along the way.
  3. Check power supply

    If your Bluetooth device does not have a battery indicator, it would be wise to check on the battery status of the device. Sometimes we forget to charge batteries, sometimes someones have drained them. Checking the battery or just checking if the power supply is working properly should not be overlooked and it definitely should be on your to-do list of quick solutions.
  4. Restart PC

    Sometimes most simple solutions work and if restarting your Bluetooth device did not work, maybe restarting your PC will. When you restart the PC, you clear the cache and many other things that could potentially be the reason for connection issues.
  5. Checks BlueTooth device distance from computer or interference from obstacles

    The Bluetooth device operates via radio waves, and like wi-fi, if the distance from the computer is too large or you have some thick walls in between signal will degrade and be almost useless. Be aware that your PC might catch device waves and detect them but the signal itself could be too weak for the connection to work properly. Take the device and move it closer to the PC to see if the problem will go away, if it does issue was in distance or walls.
  6. Reinstall or update device drivers.

    Sometimes the issue could be in Windows update and old drivers, make sure that all of your drivers are updated with the latest version and that Windows itself has the most recent update in it. Trying to reinstall device cold also solve some the issue.
  7. Remove and Pair deice again

    if you tried all previous steps, try removing the device from Windows and then pairing it again. This could solve the issue since Windows itself could have mistakenly saved it like something else and can not recognize it.
  8. Use Windows troubleshooter

    If everything else failed, right-click and go to troubleshoot. Windows troubleshooter will try to find the issue and direct you to a solution.
If sadly none of these things do work, you should contact the device manufacturer since it is a very good chance that the problem is one of a hardware nature.
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