Logo

Fix Setup has failed Error in Windows

If you encounter the “Setup has failed to determine supported install choices” error when trying to downgrade or upgrade your Windows 10 computer, this signifies that there are some compatibility issues with the installation process and that Windows was not able to either downgrade or upgrade to another version.

Usually, this error occurs when you are using the built-in options in Windows 10 upgrade or downgrade to another version of Windows. This option is mostly used as it keeps the user settings as well as data intact. Thus, you need to keep in mind a lot of parameters before you proceed with the installation because if there is any conflict in the process, you certainly won’t be able to downgrade or upgrade your Windows computer. To resolve the issue, here are some suggestions that might help.

Option 1 – Try running in Compatibility mode

This is the first thing you can try to resolve the issue instead of going right ahead on making a bootable device. So if you are downgrading Windows, you can try to run the installer in the compatibility mode for that specific Windows version.

  • Look for the setup file.
  • Once you find it, right-click on it and select Properties from the context menu.
  • After that, go to the Compatibility tab and mark the checkbox for “Run this program in compatibility mode for:” and from the drop-down list, select either Windows 7 or Windows 8.
  • You also have to check the “Run as administrator” option.
  • Now click the Apply button and then click OK to save the changes made and check if it has resolved the issue or not.

Option 2 – Option 2 – Try troubleshooting compatibility

This option is almost the same as the first one except it is an alternative way of fixing the “Setup has failed to determine supported install choices” error in case the first one didn’t work. In this option, you will troubleshoot the compatibility issue.

  • Look for the setup file.
  • Then right-click on it and select the “Troubleshoot compatibility” from the context menu.
  • After that, click on the “Try recommended setting” option. Once the process is done, the error message should be gone.

Option 3 – Try to use the setup file instead of an image

If you are running the Windows ISO image for the installation, you can try running the setup file instead. This is because when you try to install Windows from an image file directly, it has to be loaded into a virtual CD drive first, and then from there, further operations are carried out. And so, you can just bypass this mechanism to avoid getting the “Setup has failed to determine supported install choices” error.

  • First, you need to extract the disk file to an accessible location.
  • After that, go to Sources > Setup.exe.
  • Now run the setup file to upgrade or downgrade the Windows version. Just make sure that you do run the setup file as an administrator.

Option 4 – Try to do the upgrade or downgrade in a Clean Boot state

Putting your PC in a Clean Boot state can also help when you want to upgrade or downgrade your version of Windows without any trouble because, during this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.

  • 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” checkbox 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” checkbox.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • After that, try to install the Windows Updates or upgrade again.

Option 5 – Try to use the Media Creation tool

The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.

  • After making the bootable drive, you need to plug it into your computer and then reboot.
  • Next, tap the F10 or Esc key to open the boot options.
  • Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.

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

The boot configuration data store can not open
The Boot Configuration Data or BCD files have the instructions required by the Windows operating system in order to properly boot the computer. So if you experience any trouble when you boot your computer, then it is possible that it is due to some misconfiguration or even corrupted Boot Configuration Data files. And if you also encounter an error saying,
“The boot configuration data store could not be opened”
while you try to carry out any command on the bcedit.exe, then you’ve come to the right place as this post will guide you on how you can fix this error in Windows 10. This kind of error could pop up if the system is not able to locate the specified file. It is also possible that the requested system device can’t be found or that the boot configuration data store could not be opened. In addition, when you open the System Configuration or MSConfig, you might notice that there is no Boot data, and according to the reports, is that when you try to dual boot the computer, the installer will replace the default bootloader.

Explanation

In case you don’t know, Windows’ earlier versions were stored in the “Boot.ini” file. You can find the entry in the EFI firmware boot manager of the EFI-based operating system which is located at EFIMicrosoftBootBootmgfw.efi. Whatever the cause of the error is, there are several suggestions you can check out to resolve the problem. You can try to set an entry option value in BCD or enable the Advanced options menu, as well as rebuild the BCD. Before you proceed with the troubleshooting options provided below, make sure that you boot your computer into the Advanced Recovery Mode first since that’s where you can find Command Prompt under the Advanced Options. In addition, you also have to suspend or disable BitLocker and Secure Boot on your PC.

Option 1 – Try to set an entry option value in BCD

  • Once you’re in the Advanced Options, select Command Prompt.
  • Next, execute this command to set an entry point: bcdedit /set {current} Description "TheNameYouWant"
  • After the command has been executed, it will enable the system to trust a version of Windows that is not trusted by default. This should fix the problem, if not, follow the next given options below.

Option 2 – Try to specify the BCD file

  • In the elevated Command Prompt, execute this command: bcdedit /store c:BootBCD
  • Once done, the command will give you a list of options and then execute this next command: bcdedit /store c:BootBCD /set bootmenupolicy legacy
  • After that, restart your computer and select your Windows and then tap the F8 key right away.
Note: When you select the legacy option, the Advanced Options menu will be available during the computer boot up and then you can select into which operating system you can boot your computer into.

Option 3 – Try to rebuild the BCD files

The first thing you can do to resolve the issue is to Rebuild Boot Configuration Data or BCD files.
  • You can start by booting into the installation environment for Windows 10 from an installation media.
  • After that, click on Repair your computer and on the blue screen, select Troubleshoot and then select the Advanced options menu.
  • From there, select Command Prompt and once you open it, enter each one of the commands given below by sequence.
    • bootrec /FixMbr
    • bootrec /FixBoot
    • bootrec /ScanOS
    • bootrec /RebuildBcd
  • Once you’re done executing the commands given above, type “exit” to close the Command Prompt window and then restart your computer and see if it fixed error code 0xc000014c.
Read More
World of Warcraft lost connection to server
World of Warcraft had been released on November 23, 2004, and even today it is the most successful MMORPG ever made. Some say that it was the right timing, others say it was Blizzard's history and its fans, it is even spoken that marketing team has responsibility for WOW's success. Whatever the reason may be, the fact remains that WOW is a really fun game to play. In this article we will cover the annoying issue of World of Warcraft's lost connection to the game server and how can you fix it. Please be aware that before you try any fixes go to the official World of Warcraft website and check to see if the server maintenance is not underway. If this is the case, you will have to wait for servers to come back online after the maintenance. Keep reading and try provided solutions as they are presented to fix this issue and continue gaming.
Read More
Fix Windows Update Error 0x800F0922
A lot of users connect to the internet are using VPN on their Windows 10 computers which means that their regions could be different from the actual region of their Windows 10 computers. Thus, if you are facing some issues in updating your computer in this kind of environment, specifically the Windows Update error 0x800F0922, you need to follow the tips given in this guide to help you resolve the issue. When you encounter this kind of Windows Update error, you might see either of the following error messages on your screen:
“Windows could not search for updates, Code 0x800F0922 Windows Update encountered an unknown error” Or: “Windows failed to install the update with error 0x800F0922”
This issue might be caused by two possible reasons such as:
  1. VPN issues
  2. Not enough space on the System Reserved partition
To resolve the problem, here are some tips that might help:

Option 1 – Try disabling the VPN

As mentioned, if you are using VPN, this could be the reason why you’re getting the Windows Update error 0x800F0922 so the most obvious thing to do is for you to turn off the VPN and try to run the Windows Update once more. And if you use a VPN software that works using their software, you can just completely exit or log-off from its account. On the other hand, if you are using a built-in Windows 10 VPN, you can simply turn it off or delete all the settings you have created there. Although it’s understandable that you might have to use a VPN connection to connect to the work network, you really have to disable it at least until the Windows Update is no longer stuck in the error 0x800F0922. It would be best if you do this when you are not working.

Option 2 – Try to free up space in the System Reserved partition

The System Reserved partition is a part of the hard disk created when Windows is first installed on it. It is where the Boot Configuration Database, Boot Manager Code, Windows Recovery Environment, and the reserves space for the startup files are stored. And as mentioned early on, the error might be due to some insufficient space in the System Reserved partition so the next thing you can do is to increase the space in this partition. Note that it is a complex process so you need to make sure that you have made backups to all your data on the computer. So if ever something goes out of hand, at least you have copies of your important files in case you aren’t able to boot into the system at all.
Read More
Fix VIDEO_SCHEDULER_INTERNAL_ERROR
As you know, the Graphics Card in a computer is one of the important components in an operating system as they are responsible for rendering various objects in your computer. However, there are cases when the performance of this rendering can degrade and your computer can trigger a VIDEO_SCHEDULER_INTERNAL_ERROR Blue Screen of Death error instead. The VIDEO_SCHEDULER_INTERNAL_ERROR bug check has a value of 0x00000119 which means that the video scheduler has detected a fatal violation in your computer. Before you troubleshoot the problem, you might want to perform System Restore first as it might help you fix the Stop error. To perform System Restore, refer to these steps:
  • First, press the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the Stop error is fixed or not.
If the VIDEO_SCHEDULER_INTERNAL_ERROR BSOD error is still not fixed after System Restore, then follow the given options below to further troubleshoot the problem.

Option 1 – Try to manually check the Graphics Card hardware

You might also want to check the physical status of your Graphics card and you can do this by disconnecting the Graphics card or any other external device connected to your computer. Once you’ve removed the external device, check it for any damages. If there’s none, connect it back to your computer and check if the VIDEO_SCHEDULER_INTERNAL_ERROR Blue Screen error is fixed or not.

Option 2 – Try removing hardware or drivers that you’ve installed recently

If you have recently installed some hardware or drivers, you might want to disable or remove them since external devices are proven to be one of the factors that trigger Blue Screen errors like VIDEO_SCHEDULER_INTERNAL_ERROR. All you have to do is physically disconnect any external devices that are connected to your computer and then check if it fixes the BSOD error or not.

Option 3 – Try to rollback, update, or disable the Graphics card drivers

Since the VIDEO_SCHEDULER_INTERNAL_ERROR Blue Screen error has something to do with Graphics card drivers, you can either roll back, update or disable them depending on your preference in order to resolve the error.
  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: You also have the option to go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.

Option 4 – Uninstall any faulty drivers

You can also uninstall any faulty drivers via Device Manager. How? Refer to these steps:
  • Tap the Win + R keys to launch the Run dialog box.
  • Then type “devmgmt.msc” in the field and tap Enter to open the Device Manager.
  • From there, look for any faulty drivers. You can identify them easily as they will be marked with a yellow exclamation point. And then check which entries would not affect the normal functioning of your PC.
  • Now click on the entries of every faulty driver and click on the Uninstall option.
  • Once you’ve uninstalled them, restart your computer to allow your computer to reinstall the faulty drivers you’ve just removed.

Option 5 – Run System File Checker at boot time

  • Once you get to the Welcome Screen part, click on Next.
  • Afterward, click on the Repair your computer option located on the bottom-left part of the window.
  • Then click on Troubleshoot.
  • Next, select the Advanced Options and then Command Prompt.
  • After opening Command Prompt, type the “sfc /scannow” command and hit Enter to run the System File Checker scan.
  • Wait until the process is completed and type “exit” to close Command Prompt and then restart your computer to successfully apply the changes made.

Option 6 – Try to run the Blue Screen Troubleshooter

As you know, the Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like the VIDEO_SCHEDULER_INTERNAL_ERROR error. It can be found in the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Read More
Fixing Tcpip.sys Blue Screen Error in Windows
One of the most common Blue Screen of Death errors you can encounter on your Windows 10 computer is the Tcpip.sys Blue Screen error. The Tcpip.sys file is a driver file that is associated with the Transmission Control Protocol over Internet Protocol. When you see this kind of BSOD error, you may see any of the following error descriptions:
  • IRQL_NOT_LESS_EQUAL
  • KMODE_EXCEPTION_NOT_HANDLED
  • PAGE_FAULT_IN_NONPAGED_AREA
Whichever error description you got, you need to do use the following instructions below as a reference to obliterate the Tcpip.sys Blue Screen error.

Option 1 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like Tcpip.sys Blue Screen error. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.

Option 2 – Try resetting TCP/IP

In case you didn’t notice, the Tcpip.sys file is associated with the TCP/IP protocols in your computer system which is why resetting TCP/IP can help in resolving the Tcpip.sys Blue Screen of Death error especially when the TCP/IP has been modified.
  • First, you need to type “command prompt” in the Windows Search bar and then right-click on the related search result and select the “Run as administrator” option to open Command Prompt.
  • After that, type the following command in the elevated cmd window and hit Enter:
netsh int ip reset
  • Now reboot your computer after the command has been executed and check if it helped to fix the Blue Screen error.

Option 3 – Try to rollback your Network driver

If you have updated the driver software as of late and you suddenly got this BSOD error, you might have to roll back the device driver – in other words, switch back to the previous working version. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Next, select the driver entries that are labeled appropriately other than anything in the context of the WAN Miniport.
  • Then select each one of them and double click to open a new mini window.
  • After that, make sure that you’re on the Driver tab and if you are not, just navigate to it then click the Roll Back Driver button to switch back to the previous version of your Network adapters.
  • Now restart your computer to successfully apply the changes made.

Option 4 – Try to update the Network drivers

You might also want to try updating all your network drivers in order to fix the Tcpip.sys Blue Screen error. To do so, here’s what you have to do:
  • Tap the Win + R keys to launch the Run window and then type in the “MSC” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and update them all.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If updating the network drivers didn’t help in fixing the problem, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.

Option 5 – Try to disable both the Antivirus program and Firewall temporarily

There are times when antivirus programs and the firewall blocks a website that they consider to be malicious or even because of false-positive effects which is why you have to disable these programs temporarily as it might be the reason why you’ve encountered the error when trying to browse the internet.
Read More
How to Rectify Error 0xC1900101, 0x20017 in Windows 10

Error Code 0xC1900101, 0x20017 – What is it?

Error code 0xC1900101, 0x20017 in Windows 10 occurs when Windows users attempt to upgrade to Windows 10 but fail to complete the installation process. This Windows error code may occur due to issues with a third-party antivirus program or problems related to a driver or hardware. When this occurs users will receive an error message and their machine will automatically revert to the original operating system on the device. Common symptoms of the error code include the following:

  • Error code 0xC1900101-0x20017 message box
  • Inability to complete Windows 10 upgrade

Solution

Restoro box imageError Causes

Like many other error codes affecting Windows 10 users, 0xC1900101-0x20017 may result due to several different reasons. Oftentimes, error code 0xC1900101 -0x20017 affects users who attempt to upgrade their operating system but have incompatible drivers or hardware as well as antivirus or other security systems which prevent the upgrade from occurring. If this error message is not resolved, it could give birth to other error messages such as error code 0x80070652

Further Information and Manual Repair

To fix this particular error code affecting Windows 10 devices, you will need to employ at least one manual repair method mentioned within this article. Manual repair methods offer effective solutions as they seek to address the root causes related to Windows error codes. When the manual repair methods are implemented correctly, users are usually able to quickly overcome issues that cause Windows error codes and can thereafter access all the benefits Windows has to offer to its users.

Note, however, that in a few cases where technical skills are required, the need for a Windows repair technician may present itself. In such a case, resort to Windows forums and other resources to access help from a certified Windows professional. Also, consider using an automated tool where necessary.

Method One: Temporarily Disable or Uninstall Third-party Security Software

Some third-party security programs or antivirus software may interfere with the installation process when Windows users attempt to upgrade to Windows 10. To verify if this is the issue causing error code 0xC1900101-0x20017 on your device, temporarily uninstall or disable these applications. You may easily do so by checking the settings of these programs or visiting Settings within the Windows Start Menu.

Once you have disabled these programs on your device, reboot your machine and attempt to update to Windows 10. If the issue was caused by a third-party app, error code 0xC1900101-0x20017 will no longer occur and your machine will successfully upgrade to the version of Windows 10 you attempt to download.

However, in the case where error code 0xC1900101-0x20017 in Windows 10 reoccurs during the installation process, you will need to resort to another manual repair method listed below.

Method Two: Disable Firewall Software

Like method one, this manual repair method can be effective in combating issues related to 0xC1900101-0x20017. This is of course, dependent on whether or not the error code is due to an incompatible security program.

Temporarily disable your firewall by adjusting its settings. Once this step is complete, reboot your machine and attempt to install the latest version of Windows 10. If you are able to complete the process, this means the problem was due to an issue with your firewall. You can then enable the firewall you previously disabled or download another program as its replacement.

If the error code reoccurs, however, consider implementing the next manual repair method on this list.

Method Three: Use Command Prompt to Check for Damaged System Files

Command Prompt can be very effective in helping regular as well as technically skilled users repair issues with their PC. In the case of error code 0xC1900101-0x20017 in Windows 10, access Command Prompt using the following instructions.

  • Step one: Right-click Start Menu
  • Step two: Select Command Prompt (Admin)
  • Step three: Type sfc /scannow

Be sure to enter the command as it is written above, with a space between “sfc” and “/scannow”. Wait until the scan is complete. If there are any errors related to system files, i.e. if any system files are damaged, corrupted, or missing, your machine will begin to fix it. Once the process is complete, reboot your PC then reattempt the Windows 10 upgrade process via Windows Update. If you are successful, it means that you have rectified error code 0xC1900101-0x20017. Otherwise, you may need to contact a Windows repair technician.

Method Four: Download an Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.

Read More
How to Resolve Error Code 0x80070422 on Windows 10

Error Code 0x80070422

Error code 0x80070422 is a Windows-based error code occurring in various versions of Windows including Windows 7, Windows 8 and Windows 8.1, and Windows 10. It usually occurs when users attempt to update Windows. A message box will appear stating that the error code has occurred.  Users will notice the following common symptoms:

  • Inability to complete Windows updates
  • Error message occurring during use of Windows Update service

The error code, if left unresolved, can cause serious problems for PC users as they will be unable to access the latest updates to the Windows operating system. Such a situation can expose their system to vulnerabilities. Thus, fixing Windows 10 error code is of utmost importance.

Solution

Restoro box imageError Causes

Among the many reasons Error code 0x80070422  is encountered includes:

  • Corrupted or missing registry and DLL files
  • Badly or poorly installed software. The software could also be infected by a virus or Trojan
  • Outdated or poorly installed drivers

Further Information and Manual Repair

Fixing Windows-based error codes can be a simple process. However, in some cases, it requires specialized skills. In the case of Windows 10 error code 0x80070422 consider the two (2) main solutions available through manual repair. You may also need to consider help from a certified Windows repair technician or the use of an automated tool if you are not confident you have the skills to perform the solutions below.

Method 1: Check if Windows Update is Running Properly

One of the main reasons for error code 0x80070422 is a Windows Update service that is not running on the right settings. To verify if an issue with your Windows Update service is the source of the problem applies the following steps:

  1. Type “Windows Update” in the search bar near the Windows home button.
  2. Select “Windows Update settings” when this option appears. (You may also click the home button, then “Settings” followed by “Update and Security”.)
  3. Select “Advanced Options”
  4. (You will be given an option to choose how updates are installed.) Select Automatic.
  5. Save settings and restart the computer.

Once these settings are in place Windows will be able to download updates automatically. This enables your machine to run more smoothly. However, if after applying the steps above, Windows 10 error code 0x80070422 is not resolved, you may proceed to solution two (2).

Method 2: Disable Internet Protocol Version 6 (IPv6)

IPv6 is the latest or most current version of Internet Protocol (IP). This provides your machine with an IP address, a crucial aspect of all communications related to the Internet. By disabling this IP some users have been able to successfully resolve Windows 10 error code 0x80070422.

Like many tasks involving Windows, there are more than one ways in which you can attempt to disable IPv6. These require different types of skills and must be approached with care, as mistakes can lead to serious issues with your machine. Methods include using Command Prompt, Registry Editor, or Control Panel.

If your experience with Windows 10 is quite limited and you are not certain of your skills choose the simplest approach as listed below.

  1. Select Control Panel.
  2. Choose “Network and Internet”, then “Network and Sharing Center”.
  3. Right-click your Internet Connection. The name of your connection will be listed underneath the heading – “View your basic network connection and set up connections”.
  4. Select “Properties” then uncheck Internet Protocol version 6 (IPv6)
  5. Save settings by clicking OK.
  6. Restart the computer and check if the 0x80070422 error code has been corrected.

Method 3: Using An Automated Tool

If the issue persists despite following the solutions above, the best step to take is to use an automated tool. This may not be your preferred course of action, especially since it can be difficult to ascertain the safety of certain tools found online. For this reason, choose a reputable source offering automated tools which are designed to specifically fix Windows 10 error code including error code 0x80070422.

Download and install a powerful automated tool to access the best Windows 10 error code solutions. The process is simple and includes clear instructions which enable even average Windows users to completely resolve complicated errors on their machine.

How to Stop Future Error Codes from Occurring

Though it is hard to predict when an error code will occur, each Windows 10 user can take precautionary steps to prevent other errors from occurring. This includes the following:

  • Ensure you download software from reputable sources to avoid viruses and other forms of malware.
  • Clean your registry often. The registry stores settings across all applications. Regular cleaning will your machine function more efficiently as it reduces the likelihood of issues such as crashes or system errors.
Read More
Fix CAS System Was Unable to Initialize in WoW
After so many years World of Warcraft is still among the most played MMORPG games in the world. It is still constantly updated with new content and tweak graphically in order to be relevant and fresh. But even the best or most popular ones can still have some minor issues and bugs from time to time. CAS System Was Unable to Initialize is the error that was reported lately by WOW players all around the globe and it happens in multiple Windows systems. In this guide, we will take with this issue and provide you with solutions on how to fix it so you can get back to enjoying the game itself.
    1. Repair WOW

      In battle.NET launcher select WOW and click on Options Click on Scan and Repair Let the process finish and then launch the game again
    2. Clean Windows registry

      Windows cleaning registry operation is a complex task and we will not cover each possible scenario here, instead of trying manually to find issues and clean registry download and install third party registry cleaner software.
    3. Run WOW with command line argument

      One of the solutions for this particular error is to run WOW with a specific command line switch: Run battle.NET client as administrator by right-clicking on it and choosing run as administrator If you are not signed in, sign in now Click on World of Warcraft to select it Click on options Click on Game settings Check the box associated with Additional command-line arguments When the box is selected you should've able to add inline argument or switch, add -uid wow_engb and confirm Run World of Warcraft
    4. Enable Secondary logon service inside Windows

      It was reported that enabling this service can fix the issue. Press ⊞ WINDOWS + R to open the run dialog Inside run dialog type in services.msc to open services windows Locate the Secondary Logon service Right-click on Properties from the context menu Inside the properties, screen click on the general tab Change the Startup type to Automatic and hit Apply to save the changes Run World of Warcraft
    5. Delete the cache folder

      Both indices and cache folder needs to be deleted in order to reset corrupted data. Make sure that both World of Warcraft and battle.NET are fully closed For this step to work, you will need to go into the folder where you have installed the World of Warcraft game. By default this is in C:/Program Files/World of Warcraft/ but if you have used another folder go there via file explorer. Once you are inside the folder locate the indices folder and delete it After that locate and delete the cache folder as well Restart your computer and start battle.NET
    6. Remove read-only attribute from WoW folder

      Another reason for CAS System Was Unable to Initialize error is because the World of Warcraft folder has been set to read-only and since the client does not have write privileges it will throw this error. To remove the read-only attribute from the folder go to your World of Warcraft installation folder but do not enter it Right-click on it instead and choose properties Under properties uncheck the read-only box and confirm. Run World of Warcraft
Read More
Quick Fix Guide for STOP 0x00000014 Error

What Is STOP 0x00000014 Error?

0x00000014 error is actually an error that is always displayed on a STOP message.

It is also known as Blue Screen of Death, abbreviated as BSOD. When this error occurs, the message that is displayed to the user either says ‘STOP: 0x00000014’ or states ‘CREATE_DELETE_LOCK_NOT_LOCKED’. It is crucial to fix this error to ensure your program is functioning appropriately. If this error message is not rectified, you might be opened to other error messages, such as error code 0x000000d1

Solution

Restoro box image Error Causes

As far as the causes of STOP 0x00000014 error are concerned, this error usually occurs when a device driver or hardware problem occurs. This error may also occur if users attempt to run some specific application or update or modify an existing application. When a 0x00000014 error occurs, the operating system restarts to disable the PC from performing any further.

Without taking into consideration the causes of its occurrence, it is crucial to make sure that the 0x00000014 error is fixed as soon as possible to eliminate any undesired inconvenience in the future.

Further Information and Manual Repair

A lot of times when an operating system tries to recover from the STOP 0x00000014 error, the user is prompted that Windows has recovered from an unexpected shutdown.

However, if Windows fails to recover on its own, manual repair has to be performed.

While there are several ways this error can be fixed, some of the most effective and efficient ways of troubleshooting the 0x00000014 error are listed below as follows.

  • Restart your computer. Often simply restarting the computer can help eliminate the problem.
  • If restarting the system doesn’t help, find if you have recently modified or altered any hardware or driver. It is possible that the 0x00000014 error has been caused by the recent modification. Undo the changes and find out if the error occurs again. If it doesn’t, it is highly likely the issue has been resolved.

However, if the error persists, some solutions that may work are outlined below.

  • Start your system using the Last Known Good Configuration. This will undo any changes in the driver and recent registry.
  • Another solution is to manually perform System Restore. This will also return the system back to its former state.
  • Another idea that my work is to use roll back the device driver. When the driver will return to its previous version, the problem will easily be resolved.

To keep the 0x00000014 error from occurring in the future, it is advised to unplug any newly installed hardware or reinstall any deleted software.

If you're not tech-savvy and wish to get this error code rectified in a jiffy, download a powerful automated tool and perform a computer scan.

Read More
Configuring Groove Music Equalizer in Windows
In case you don’t know, Groove Music is due to retire its OneDrive streaming service this month. Despite that being the case, there is actually a workaround you can try to still continue enjoying music streaming. The app also allows you to play your own local files and if required, you can also modify or tailor the experience with new features – for instance, Groove Music brings an Equalizer to the settings of the app. As the name suggests, the equalizer allows you to tweak frequency responses to your liking. On top of being able to tweak individual bands, the equalizer supports few pre-set settings to enable quick changes. This post will guide you on the process of accessing and using the equalizer in the Groove Music app. To get started, refer to the instructions provided below. Step 1: You need to make sure that you are running the latest version of the Groove Music app or version 10.18011.1211.0 or higher in order to use the equalizer in Groove Music. If needed, you can check the version number from Windows Store. Step 2: Open Windows Store and then click on the ellipses icon and select the Downloads and Updates option. Step 3: Next, search for Groove Music and check its version number. Step 4: Now that you’ve verified the version number of Groove Music, you need to open the equalizer setting. It is enabled by default and to access it, click on the gear icon for Settings and select equalizer under the Playback settings. Step 5: After that, the Equalizer window will pop up. It is where you can configure the equalizer settings using the drop-down menu. Here are the following presets you can choose from:
  • Flat
  • Treble Boost
  • Bass Boost
  • Headphones
  • Laptop
  • Portable speakers
  • Home Stereo
  • TV
  • Car
  • Custom
Step 6: Drag the dots upwards or downwards to set your own preferences, as needed. Note: The only downside to this setting is that there is no shortcut available for quick access as you have to navigate through the Settings section manually to access it and change the preset configurations. In addition, the Groove Music app also works on the mobile version of Windows 10.
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