Logo

What to do if Windows 10 Disk Management is not working

The Disk Management tool in Windows 10 is a built-in tool that contains a user interface used to manage disk partitions to administrators of the computer. There are lots of instances when you have to change the size of the hard disk partition or reduce the size and so on. This is where the Disk Management tool comes in. It’s useful as the command line interface can be quite confusing and risky for some users. However, there are cases when this tool stops working. A proof of this the reports submitted recently by some Windows 10 users. Based on the reports, the Disk Management does not load or respond. If you are having the same problem, read on as this post will give you some suggestions on what you can do to resolve the problem.

Option 1 – Try restarting the Disk Management Service

  • Tap the Win + R key combination to open the Run dialog box.
  • Then type “services.msc” in the field and hit Enter or click OK to open the Windows Services Manager.
  • Next, scroll down in the service list until you see the Virtual Disk Service. Double click on it to open and then select Automatic.
  • Click on Apply and OK to save the changes made.
  • If it hasn’t started yet, you can just click on the Start button to start the Service. The Virtual Disk service provides management services for disk, volumes, file systems as well as storage arrays.
  • Now save all the changes you’ve made and restart your computer. Then check if you can now use the Disk Management tool without any problem.

Option 2 – Try using the System File Checker scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files with good system files that might be causing some issues with the Disk Management tool. To run the SFC command, follow the steps given below.

  • Boot your PC into Safe Mode.
  • 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.

Option 3 – Try using the DISM tool

Aside from the System File Checker, the DISM tool can also help you resolve the issue with the Disk Management tool. It helps in restoring the health of your computer.

  • Open the Command Prompt as admin.
  • Then type in this command: Dism /Online /Cleanup-Image /RestoreHealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 4 – Try using Diskpart and Fsutil

If both the System File Checker and DISM tool didn’t work, you can use command-line tools like diskpart and fsutil. These command-line tools are powerful but you need to be careful especially if you’re not that familiar with using them. However, it’s recommended that you have somebody who knows if you’re really inexperienced with this kind of stuff.

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 Installer encountered an error 0x800f0905

Are you trying to update your Windows 11 OS and are receiving a 0x800f0905 error? Do not sweat and do not worry we have a couple of solutions that you can try in order to fix this issue. How this error is tied to various things like misconfigured settings, corrupt system files, and more there is no way to present one simple solution that will solve everything in one click.

error 0x800f0905Therefore we are presenting a couple of solutions that will fix your issue, it is advisable to follow them as presented since they will go from the most common to the more complex one.

Run the troubleshooter

The most common fix and one that will actually repair things most of the time is simply running the Windows Update troubleshooter.

  1. Press ⊞ WINDOWS + I to open the Settings app
  2. Click on System on the left
  3. Click on Troubleshoot in the right part
  4. Click on Other Troubleshooters
  5. Find the Windows Update section and click on Run
  6. Let troubleshooter finish

Reset Windows update components

If the previous solution did not work we will need to do things manually. Follow the steps as presented in order to reset Windows update components.

  1. Press ⊞ WINDOWS + S to open search
  2. Type in Terminal
  3. Select Run as administrator
  4. Click on Yes on the User account control (UAC) pop up
  5. Press CTRL + SHIFT + 2 to open Command prompt
  6. Inside command prompt type each line of a command followed by ENTER after each line:
    net stop bits
    net stop wuauserv
    Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat”
    Ren %Systemroot%\SoftwareDistribution\DataStore DataStore.bak
    Ren %Systemroot%\SoftwareDistribution\Download Download.bak
    Ren %Systemroot%\System32\catroot2 catroot2.bak
    exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
    sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
    cd /d %windir%\system32
    regsvr32.exe atl.dll
    regsvr32.exe urlmon.dll
    regsvr32.exe mshtml.dll
    regsvr32.exe shdocvw.dll
    regsvr32.exe browseui.dll
    regsvr32.exe jscript.dll
    regsvr32.exe vbscript.dll
    regsvr32.exe scrrun.dll
    regsvr32.exe msxml.dll
    regsvr32.exe msxml3.dll
    regsvr32.exe msxml6.dll
    regsvr32.exe actxprxy.dll
    regsvr32.exe softpub.dll
    regsvr32.exe wintrust.dll
    regsvr32.exe dssenh.dll
    regsvr32.exe rsaenh.dll
    regsvr32.exe gpkcsp.dll
    regsvr32.exe sccbase.dll
    regsvr32.exe slbcsp.dll
    regsvr32.exe cryptdlg.dll
    regsvr32.exe oleaut32.dll
    regsvr32.exe ole32.dll
    regsvr32.exe shell32.dll
    regsvr32.exe initpki.dll
    regsvr32.exe wuapi.dll
    regsvr32.exe wuaueng.dll
    regsvr32.exe wuaueng1.dll
    regsvr32.exe wucltui.dll
    regsvr32.exe wups.dll
    regsvr32.exe wups2.dll
    regsvr32.exe wuweb.dll
    regsvr32.exe qmgr.dll
    regsvr32.exe qmgrprxy.dll
    regsvr32.exe wucltux.dll
    regsvr32.exe muweb.dll
    regsvr32.exe wuwebv.dll
    netsh winsock reset
    net start bits
    net start wuauserv

Well, that was a lot of typing or copy and pasting line by line followed by ENTER after each one but hopefully, your issue is solved. These provided solutions fixed most users' issues with this error but if for some reason this is not the case for you, move to the next step.

Run the SFC scan

If you are still having 0x800f0905 error after previous attempts do the following:

  1. Press ⊞ WINDOWS + S to open search
  2. Type in Terminal
  3. Select Run as administrator
  4. Click on Yes on the User account control (UAC) pop up
  5. Press CTRL + SHIFT + 2 to open Command prompt
  6. Type in sfc /scannow and press ENTER
  7. Wait for the scan to finish
  8. Reboot the computer

Perform a system restore

If for any reason previous solutions have not provided you with the solution we will try to fix the issue by performing system restore.

  1. Press ⊞ WINDOWS + S to open search
  2. In the text box type in Create a restore point
  3. Click on the closest match in search results, should be Create a restore point
  4. Click on System Restore or on Next if there are no points created
  5. Choose to restore a point from the list and click on next
  6. Review settings and click on Finish
  7. Wait for the process to finish and for the computer to restart

Manually install update

If for any reason Windows still cannot install the update, try installing it manually.

  1. Go to Windows 11 update history and find the Knowledge base (KB) number for the latest version
  2. Go to the official Microsoft Update Catalog
  3. Paste the KB number in the search box and press ENTER
  4. Click on DOWNLOAD
  5. Double click on the downloaded file to launch the installer
  6. Follow on-screen instructions and install the update

Perform Windows 11 reset

If nothing worked, reset your Windows 11 to its factory settings to fully repair and reset the whole operating system.

Read More
Fix Windows Cannot Find a System Image
If you have encountered the “Windows Cannot Find a System Image on This Computer” error while you are trying to restore a system image, then read on as this post will guide you in resolving this problem. A system image is basically a backup of your whole data in the system. For instance, it can be the backup data of your hard disk or the whole hard disk itself, or one of the volumes. This is really useful in some cases like when you are not able to get back into your system for some reason or when your system has been corrupted. In such cases, you can utilize this feature and get going safe and sound. However, not all things go the way as expected like when you make a system image of a drive for instance, or use that backup to restore data and you suddenly encounter the “Windows Cannot Find a System Image on This Computer” error. This kind of error occurs due to a number of reasons but worry not for your data is safe and you can fix this error easily. This error is most likely triggered by changing the name of the “WindowsImageBackup” folder. Renaming this folder will certainly be an issue since it is the one that stores all your data. Aside from renaming the WindowsImageBackup folder, renaming the sub-folders can also cause this error which means that renaming the sub-folders of the WindowsImageBackup folder can trigger the error. To fix this error, here are some suggestions that might help:

Option 1 – Try putting the WindowsImageBackup folder in the Root directory

Windows will have issues finding the WindowsImageBackup folder if it isn’t in the root directory of the drive so if it is not there, the “Windows Cannot Find a System Image on This Computer” error will pop up. When a folder is in a root directory, it means that it shouldn’t be stored within a folder but in the main directory instead.  Thus, you need to put the WindowsImageBackup folder in the root directory to fix the error.

Option 2 – Don’t add any sub-folders in the WindowsImageBackup folder

Another cause of the error is when you add sub-folders in the WindowsImage Backup folder. Adding any sub-folders in this folder will only trigger the error so you should leave the folder as it is and you must not make any modifications to it. So if you have added sub-folders in it, make sure to remove them right away.

Option 3 – Make sure that there is one system image per USB drive

The error can also appear if you’ve stored multiple images inside a single USB drive as it could confuse Windows and will trigger the “Windows Cannot Find a System Image on This Computer” error. Note that storing system images of different volumes of your hard disk in a single USB will prevent you from restoring your data.

Option 4 – Try renaming the System Image folder

If you’ve just changed the name of the System Image folder after you store it on a USB stick or other external device, then it’s no wonder why you’re getting the “Windows Cannot Find a System Image on This Computer” error. Windows search for the default name, “WindowsImage Backup” folder when restoring your data so if it is not able to find it, it throws up this error instead. To fix the error, you need to change the folder back to its default name which is “WindowsImageBackup”.

Option 5 – Check the WindowsImageBackup sub-folders

As mentioned earlier, renaming sub-folders in the WindowsImageBackup folder can trigger the error so if you have renamed sub-folders in this folder, you need to change them back to their default names so that you can restore your data peacefully.
Read More
Troubleshooting Fortnite Connection Issues
It is no secret that Fortnite is one of the most played games in the world. Epic has done a great job offering it to plenty of other platforms with cross-play feature meaning that you can play with your friends no matter on what platform they are on. But how Fortnite is a piece of software which is constantly updated and maintained it is pretty normal to have some bugs or issues from time to time. One of the before-mentioned issues is a connection issue or unable to connect to game servers. In our article, we will go through common fixes and solutions in order to get you back in-game as fast as possible. Keep on reading.

fortnite cannot connectCheck the Epic Games Status page

Check the Epic Games Server Status page to make sure all systems are operational. If the issue you’re experiencing is related to an outage or system-wide issue, you won’t be able to connect to the Epic Games Launcher or Fortnite until it's resolved.

Use a wired connection

Wireless connections are not as stable as wired connections. This means that the signal can be unreliable and result in packet loss, connection problems, or higher latency or ping. Connect directly to your modem or router with an Ethernet cable to eliminate this possibility and have the fastest connection possible.

Disable your firewalls

Often the quickest way to fix connection problems due to firewalls is to temporarily uninstall and/or disable it.

Windows Firewall disable guide:

  1. Click on Start.
  2. Click on Control Panel.
  3. Click on System and Security.
  4. Click on Windows Firewall.
  5. Click on Turn Windows Firewall on or off (You might need to provide the Administrator password at this step)
  6. Under each Network location, select the Turn off Windows Firewall option

Uninstall any other firewalls

Using a third-party firewall may prevent you from being able to connect to the Epic Games Launcher, Fortnite, or another Epic Games product. We recommend removing any third party firewalls temporarily to see if this resolves your issue. If it does resolve the problem, make sure to add the following executables as exceptions to your firewall:

Epic Games Launcher

  • C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win64\EpicGamesLauncher.exe
  • C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win32\EpicGamesLauncher.exe

Fortnite

  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping.exe
  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping_BE.exe
  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping_EAC.exe
  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteLauncher.exe
Contact your firewall manufacturer for instructions on how to add these as exceptions to it as this varies between them.

Unblock your network ports

Network ports allow certain types of data to be successfully sent over a network that is used by our services. If you have any of these blocked, it may result in you being unable to connect to our games or use our services properly. To unblock your ports on your router do the following:

Windows

First, you will need to get your default gateway and internal IP address:

  1. Click on Start.
  2. Type cmd and press Enter.
  3. Type ipconfig and press Enter.
  4. Take note of your Default Gateway and IPv4.

Configuring your router to unblock the ports

  1. Open your web browser.
  2. Type your Default Gateway into the address bar and press Enter. (A common Default Gateway is 192.168.1.1)
  3. You may be asked for a username and password. This varies for each router. Before entering anything, try just hitting OK. If that doesn't work, try the common default username and password below: Username: admin Password: password If these don't work, you can check this website for a list of usernames and passwords based on your router model.
  4. Locate the Port Forwarding page in the administration tool and click on it.
  5. Make sure you have Port Forwarding selected and not Port Triggering as this is completely different.
  6. On this screen, you will need to enter the ports and port ranges below with the correct protocol and local IP of which you took note of above: 80 (TCP/UDP), 433 (TCP), 443 (TCP), 3478 (TCP/UDP), 3479 (TCP/UDP), 5060 (TCP/UDP), 5062 (TCP/UDP), 5222 (TCP), 6250 (TCP/UDP), and12000-65000 (TCP/UDP).
If you have any trouble doing the above on your router, make sure to check out the router manufacturer's support site for additional instructions as these will vary from router to router.

VPN and Proxy Servers

Do NOT use VPN or Proxy Servers. These cause issues that can't be resolved by us without having you disable them. Check out this article for information on how to disable your proxy server.

Switch Domain Name Systems (DNS)

Switching your DNS can result in better connectivity and performance for your internet connection. There are two different DNS services we recommend to have you try if you are having issues with your connection. Below are the followings links with instructions on how to change your DNS:

Epic Games Launcher: Edit your Engine.ini file (Windows only)

Editing these settings can result in better download speeds using the Epic Games Launcher:
  1. Click on Start.
  2. Type %localappdata% and press Enter.
  3. Open the EpicGamesLauncher
  4. Open the Saved
  5. Open the Config
  6. Open the Windows
  7. Open ini and add the following lines to it: [HTTP] HttpTimeout=10 HttpConnectionTimeout=10 HttpReceiveTimeout=10 HttpSendTimeout=10[Portal.BuildPatch] ChunkDownloads=3 ChunkRetries=20 RetryTime=0.5
  8. Save the file and open the Epic Games Launcher.
fortnite gameplay
Read More
Windows can’t find one of the files in theme
Recently, a number of Windows 10 users getting an error on their computers that state, “Windows can’t find one of the files in this theme”. According to the affected users, this error occurs at random times even when they didn’t make any changes to their computer’s theme prior to getting the error. If you are one of these users, read on as this post will help you resolve this problem. If you click on the Yes button of the dialog box where the error is displayed, it won’t fix the problem as you will still get the same error from time to time. This kind of error could be caused by the executable file named “SettingSyncHost.exe”. It is possible that this executable file is unable to sync your theme all over your computer. On the other hand, it could also be due to some problems with the active theme. To resolve this issue, you can try to change the active theme, or disable the custom screensaver or disable theme syncing on your computer, as well as run a System File Checker or run the DISM tool. For more instructions, follow the options given below.

Option 1 – Try to change the active theme

The first thing you can do to fix the error is to change the active theme of your computer since the SettingSyncHost.exe file might not be able to properly sync the theme on the computer.
  • Go to Settings and click on Personalization.
  • Next, click on Themes and scroll down to apply a theme, and change the theme of the operating system.
  • After that, tap the Win + R keys to open the Run dialog box and type “%windir%ResourcesThemes” in the field, and then tap Enter to open the folder where the theme files are located.
  • Once you’re done, right-click and select delete for the active theme to remove the theme and its resources. This should fix the root cause of the problem. If not you can try to create a new Windows 10 theme and save it.

Option 2 – Try to disable the custom screensaver

The custom screensaver is a part of the mechanism of the lock screen. Although they were needed in the earlier Windows versions to prevent the discoloration of CRT monitor screens, they are no longer needed in the current version of Windows. Thus, you can try to disable it as it could be the one that’s causing the problem.
  • Click on the Start button and go to Settings > Personalization > Lock screen.
  • Here, scroll down and click on the Screen Saver settings.
  • After that, select the “Screen saver to (None)” option from the drop-down menu. This will disable the custom screensaver.

Option 3 – Try to disable theme syncing on your computer

You could also try to disable the theme sync feature to fix the problem. This has worked out for some users. To do so, follow these steps:
  • Click on the Start button and go to Settings > Account > Sync your settings.
  • From there, toggle off Themes in the individual sync settings column. This will disable the Theme syncing.
  • Restart your computer and see if the problem is now fixed.

Option 4 – Run the DISM tool

The next thing you can do is run the DISM tool. This tool is known to repair potentially corrupted files in your system as having them could also system issues like the “Windows can’t find one of the files in this theme” error. To repair these corrupted system files, you can run the DISM commands:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the problem is now fixed.

Option 5 – Run the System File Checker

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why you’re getting the “Windows can’t find one of the files in this theme” error. To run the SFC command, follow the steps given below.
  • Type “cmd” in the Start search and then right-click on the appropriate search result.
  • Next, select “Run as administrator” to open Command Prompt with admin privileges.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Now restart your computer and see if the problem is fixed or not.
Read More
Make START menu full screen in Windows 10
Hello and welcome to another great tutorial from errortools.com. Today we will be making Windows START menu full screen. First introduced in Windows 8.1, the start menu has been shifted from full screen to gadget like in Windows 10 but if you prefer to have it over the entire screen with all of its glory and large icons you can do so and we will be happy to show you how. Press ⊞ WINDOWS and choose settings. Windows 10 Star menu with marked settings iconFrom the settings screen, choose Personalization. Windows 10 settings menu with marked Personalization groupUnder personalization options click on START. windows settings start screen sectionAnd then on the right part click on the button under Use Start full screen to turn it ON windows settings start screen switch for full screenThat's it, your start menu is now full screen.
Read More
How to Fix Remote Desktop Black Screen issues
According to some reports, using RDP or Remote Desktop Protocol on recent versions of Windows 10 results in a black screen. One encounters this issue is when using the Remote Desktop Connection feature on Windows 10. The real causes of this black screen are either the display drivers or some misconfiguration with the Remote Desktop Connection utility. In most cases, the Remote Desktop in Windows 10 will display a black screen and then disconnects afterward. To fix this kind of issue on your Remote Desktop, there are two suggestions you need to check out. First, you can try to disable the persistent bitmap caching, and then you can also try to update your display driver. Follow the given options below for more troubleshooting instructions.

Option 1 – Try to disable Persistent Bitmap caching

The first thing you can do to resolve the black screen issue with the remote desktop is to disable the persistent bitmap caching. All you have to do is follow these steps:
  • First, open the Remote Desktop Connection client.
  • Next, click on the Show Options button to configure the Remote Desktop Connection.
  • After that, go to the Experience tab and uncheck the Persistent bitmap caching option.
  • Once done, you should now be able to connect to the remote computer without the black screen.

Option 2 – Try to update or rollback the Graphics driver

You can try to update your Graphics card driver using the Device Manager in your computer to resolve the blank dialog boxes problem or you can also 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. To update your Graphics driver via Device Manager, refer to these steps:
  • 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: If updating the Graphics driver didn’t fix the problem, you can also try to roll back to its previous version and see if that helps or you could also try to roll back, update or reinstall the Network Adapter drivers.

Option 3 – Try performing a System Restore

You might also want to perform a System Restore that might help you in fixing the error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
  • 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.
Read More
Fix microphone not working in Windows 10
The microphone has become from exclusive niche hardware to everyday requirements. In today's world when we live in a pandemic most of the work has shifted from office to home where people need working computers with microphones, working microphones. So what do we do when the microphone stops working? Keep reading on to find out and hopefully, we will fix this as fast as possible.

Check Microphone Privacy Settings

In 2019, Microsoft introduced new privacy features to Windows that give you more granular control over which apps are accessing your microphone. The side effect of this is that certain apps may be blocked from using your microphone without you even knowing. To find out if this is the issue, go to Settings > Privacy > Microphone. Click Change and make sure the slider is set to On. This will broadly mean that the mic is now enabled on your PC.
Next, make sure the slider under Allow apps to access your microphone is set to On, then look through the list of Microsoft Store apps to make sure the apps you want to use are selected.
You’re likely to be using many apps, not from the Microsoft Store, so to make sure these are enabled, scroll down even further and set the Allow desktop apps … slider to On.

Check Microphone Driver

The outdated or corrupted driver could be the issue for the microphone not working in Windows 10. To check the driver status, follow these steps:
  1. In your Start menu search for Device Manager
  2. In the device manager window search for sound and expand it.
  3. Once expanded, you should see your audio drivers. Note that the names of these will vary depending on the manufacturer.
  4. On Audio, right-click, and select properties. On the General tab, check to see if the device is working properly.
  5. If it is not working properly, click on the driver tab and select the update option.
  6. Repeat for the other audio drivers.
  7. Restart the computer.

Check the Sounds setting

  1. In the taskbar, right-click on the speaker icon at the far-right corner and select the sound option.
  2. On the Recording tab, click on the microphone and select the Properties option.
  3. Select the levels tabs and increase the volume for both microphone and microphone boost.
  4. Go to the Enhancement tab of the same pop-up and make sure that the immediate mode checkbox is checked.
  5. Click Ok and restart the computer.

The sound troubleshooter

  1. Right-click on the sound icon at the far-right corner of the taskbar and select troubleshoot sound problems.
  2. The computer will detect any fault that exists with your audio and recommend fixes for you. You just need to read through the prompts and click the options that you think will work for you.

Try microphone on another computer

If previous steps have not produced results, try the microphone on another computer, if it is not working there then it is a hardware malfunction
Read More
Application side-by-side configuration ...
A lot of users lately reported getting an error that says, “The application has failed to start because its side-by-side configuration is incorrect”. This kind of error can pop up when you try to open a number of programs, regardless of their origin, the developer, and compatibility. Here’s the full context of the error message:
“<PATH OF THE EXECUTABLE FILE>, This application has failed to start because its side-by0side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail”.
This kind of problem has something to do with the C++ runtime package in the background. It could also be related to an error for a registry value. Whatever the cause is, you can fix this error with the help of some suggestions provided in this post. You can try to reinstall the application or check the registry setting or reinstall the suitable Visual C++ Runtimes or re-enable the Microsoft .NET Framework. For more details, refer to the instructions given below.

Option 1 – Try to reinstall the application

There are times when some supporting module for your application under the hood could have messed up the application. And so to fix that, you need to uninstall the concerned application and then try reinstalling it again. Once you’re done, check if it fixed the problem or not.

Option 2 – Try to change the Registry setting

  • Tap the Win + R key combination to open the Run dialog box.
  • Then type “Regedit” in the fields and tap Enter to open the Registry Editor.
  • Next, navigate to this registry key: Computer HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows NT CurrentVersion SideBySide Winners x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_none_02d0010672fd8219 9.0
  • From there, look for a String value named “default” and double click on it.
  • After that, change its Value data to match the one as the third value in BINARY.
  • Now restart your computer to successfully apply the changes made.

Option 3 – Try reinstalling the appropriate Visual C++ Runtime

  • You need to open the Event Viewer first by searching for it in the Windows Search box.
  • After opening Event Viewer, look for the error events that are sourced by SideBySide.
  • Next, look for the actual Visual C++ Runtime module that’s causing the error.
  • Now download the module from the official website of Microsoft Support and then install it and see if it fixed the problem.

Option 4 – Re-enable the Microsoft .NET Framework

You could also try to disable the Microsoft .NET Framework then enable the latest version of the .NET Framework on your PC and check if the error is fixed.
Read More
Firefox shows wrong or no bookmark favicon
If you have just updated your Mozilla Firefox browser as of late and you noticed that it’s showing wrong or no bookmark favicon at all, then read on as this post will provide you with potential solutions that can help you resolve the problem. The basic thing you can do to fix it is to either refresh or reset the cache for favicon and then force restart the favicon service. However, if you’ve already tried this and it didn’t work, then there are still other options you can try. You can try to rebuild the configuration file for the favicon or restart the favicon service. You could also try disabling all the add-ons on your browser or scan your computer for adware. For more details, refer to each one of the options laid out below.

Option 1 – Try to rebuild the favicon configuration file

Mozilla Firefox actually creates a file each time you bookmark a webpage and this is called “favicons.SQLite”. This file is located on your computer and for you to fix the issue in Firefox, you need to rebuild this file and in order to do that, follow these steps:
  • First, you need to unhide the hidden files in your computer by enabling the “Show hidden files” option so that you’ll be able to see the hidden files in your computer.
  • After that, navigate to this path: C:Usersyour_usernameAppDataLocalMozillaFirefoxProfilesyour_profile_name
  • From there, you need to find the “favicons.SQLite” file and once you found it, delete it.
  • Next, you have to open the Firefox browser and create the same favicon configuration file which should be automatically created.
  • Now check if you can now see bookmark favicons on your Firefox browser or not.

Option 2 – Try to restart the favicon service

If the first option didn’t work, you can try to restart the favicon service instead. Restarting the favicon service can help if you do not see the correct bookmark favicon on your Firefox browser. To restart this service, follow the steps below.
  • You need to first open the Firefox browser and in the address bar, type “about:config” and tap Enter.
  • After that, you will see a page that displays a warning message. On that page, you need to click the “I accept the risk!” button to proceed.
  • Next, using the search box on the page, look for the “devtools.chrome.enabled” option. The value for this option should be set to “False” by default.
  • Double click on this option to set its value to “True”.
  • Once done, go to Menu > Web Developer > Browser Console or you could also tap the Ctrl + Shift + J keys, alternatively.
  • Afterwards, paste this command in the pop-up window that appears and then tap the Enter button: var fS = Components.classes["@mozilla.org/browser/favicon-service;1"] .getService(Components.interfaces.nsIFaviconService); fS.expireAllFavicons();
  • Once you’re done, restart your Firefox browser to check if it fixes the problem or not.

Option 3 – Try to disable all the add-ons in Firefox

The next option you can try to fix the problem is to disable all the installed add-ons in Firefox. More often than not, add-ons can cause issues in the browser so it is possible that one of the add-ons in Firefox is causing it to show incorrect or no bookmark favicon. To resolve this problem, you have to disable all the add-ons by opening Firefox and then going to Menu > Add-ons or you could also tap the Ctrl + Shift + A keys. After that, go to the Extensions section and click on the respective Disable buttons for each one of the add-ons. Once done, restart your computer and check if you can now see the bookmark favicons or not.

Option 4 – Try scanning your computer using Windows Defender

It is possible that the bookmark favicon problem is caused by some adware in the Firefox browser so you have to scan your computer to check by using security programs like Windows Defender.
  • Tap the Win + I keys to open Update & Security.
  • Then click on the Windows Security option and open Windows Defender Security Center.
  • Next, click on Virus & threat protection > Run a new advanced scan.
  • Now make sure that Full Scan is selected from the menu and then click the Scan Now button to get started.
Read More
How To Fix Error 0x00000bcb

What is 0x00000bcb PC Windows Error?

The 0x00000bcb is a PC Windows error code that occurs when Windows cannot connect to the printer successfully thus hampering the installation of your system.

Solution

Restoro box imageError Causes

Like any other computer hardware device, printers also need additional software to function called the driver. Unsuccessful installation of driver software leaves behind locked files in the registry information that causes the next installation to fail as well. And so eventually, when you try to connect the printer with your system, you see a 0x00000bcb error message pop up on your screen. To ensure you fix this error code for good you need to make sure the printer software installation is carried successfully the next time you do it. And for that, you need to get rid of the locked files and bad registry keys that are preventing successful printer software installation.

Further Information and Manual Repair

The inability to install the printer support software countless times can be frustrating and cause inconvenience as it can prevent you from getting printouts. To resolve this error code, many people pay hundreds of dollars to technicians. Nonetheless, there is a way to resolve this issue on your PC without hiring a professional or having technical expertise. Wondering how? Restoro is your answer. This is a two in one highly functional system optimizer and registry cleaner PC repair tool. It includes multiple utilities allowing PC users to fix practically all types of PC errors in seconds. To use Restoro, you don’t need to be technically sound. It is simple and very easy to operate. The powerful registry cleaning utility integrated into Restoro enables PC users facing error code 0x00000bcb messages to clean up the registry in no time and ensure quick and successful printer software install. With this helper, you can swiftly clean up unnecessary and locked files and bad registry keys. The advanced registry cleaner scans for all junk files, invalid entries, bad keys, and corrupt files accumulated in your system. Once the files causing the 0x00000bcb error are scanned all you have to do is click on the fix button to repair. It’s that easy! It cleans up the registry, wipes out the clutter, and clears up the disk space in seconds. Once the registry is cleaned, you can then try installing the printer software again. And once the printer software is installed successfully, your system will be able to connect to your printer without displaying 0x00000bcb error messages. In addition to this, you will also experience a great difference in the speed and performance of your PC. Here's how to Install and use Restoro to Fix PC Errors Restoro also includes other utilities like privacy error fixer, Active X and Class detector, and system stability repair. So along with registry issues, you can also scan your system for privacy errors like viruses and malware, thus keeping your PC secure from data breaches and system security issues. This multi-functional tool is worth downloading. It is safe, efficient, useful, and utility load. With this helper, Windows compatibility is not an issue. Restoro is compatible with all PC Windows versions. So, no matter what Windows version you are using, you can run this repair tool with ease. So, what are you waiting for? Download it now to resolve the 0x00000bcb error code and ensure a successful printer connected to your computer. Click here to install Restoro on your system.
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