Logo

Swap between headphones and speakers in 1 sec

Hello and welcome to errortools another tutorial which aims to make your computer life easier and more relaxed. This time we will be talking about how to switch sound output devices in Windows 10 in a matter of seconds between Headphones and external speakers, Between 2 different speakers, or any other audio output device in general.

Windows 10 with its updates has really gone from OK to one of the greats, little hacks and shortcuts which every update has introduced have really made life easier.

Now, your typical switching from one audio output device to another can be accomplished with your standard go to settings, go to devices, choose audio, pick one which you prefer and click on OK. This way altho nothing wrong with it is a little slow and if you need to switch your output devices several times in a single day often it can be time-consuming as well. Lucky for you we have a quick solution for you.

Switching guide

All right, now in order to be able to actually switch between your audio output devices make sure that all of them are working and that they are plugged in. For example, make sure that both of your headphones and speakers are turned ON and plugged in. Once you have confirmed that everything is in working order:

  1. Click with a left mouse button on a speaker icon located on the right part of your taskbar next to the clock
  2. Click on the small up arrow on the right next to your current audio output device.
  3. The list will open, choose, and left click with the mouse button on your choice.

And that's it, you have changed your default audio output device in a matter of seconds.

The good thing about this method is that Windows will remember output audio levels for each device.

Potential issue

If by any chance when switching your audio devices this way freezes volume control just go to the task manager and restart Windows Explorer.

To restart Windows explorer:

  1. Press CTRL + ESC to open task manager
  2. Right-click on Windows Explorer
  3. Left-click on restart

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

How to Fix R6025 Pure Virtual Function Call
R6025 pure virtual function call’ is a runtime error that occurs suddenly on the screen and disrupts the program being run prior to it. This error display indicates that the program has been corrupted. R6025 runtime error usually occurs with the Visual C++ framework.

Solution

Restoro box imageError Causes

This error occurs when the C++ program crashes which is usually because of the malfunctioning or missing of the device driver or incomplete device driver files. It happens because your application indirectly calls a pure virtual member function in a context where a call to the function is invalid. Most of the time, the compiler detects it and reports it as an error when building the application. R6025 error is usually detected at run time.

Further Information and Manual Repair

To fix the R6025 pure virtual function call error, you need to find the call to the pure virtual function. After you find the call, you need to rewrite the code so that it is not called again. There are 2 ways to do this:

Alternative 1

One way to fix the R6025 pure virtual function call is to replace the function with an implementation that calls the Windows API function DebugBreak. The DebugBreak causes a hard-coded breakpoint. Once the code stops running at this breakpoint, it is easy for you to view the call stack. By viewing the call stack you can identify the place where the function was actually called.

Alternative 2

Another quick way to find a call to a pure virtual function to fix the R6025 error is to set a breakpoint on the _purecall function that is usually found in PureVirt.c. By breaking this function you can trace the problem occurring and rewrite the call to ensure the error does not occur and the program you are trying to develop on the Visual C++ framework is easily developed. If R6025 Error is related to Windows Registry Problem Then here’s how you can fix the problem: To fix the runtime error R6025, run registry cleaner software to scan and fix all errors.  This alternative is suitable if the R6025 error is related to the Windows registry problem and where the error has occurred due to corrupted or malicious registry entries. You can download the registry cleaner repair tool for free. Run it to scan errors and then click the fix error button to repair the problem immediately.
Read More
Windows 10 exploit using App installer
Scammers have decided to target Windows’s 10 App installer process in order to infect your computer and steal your data. windows 10 mail exploitAs in most usual online scams, everything starts with a strange email containing threats and other poorly written and composed speech. At the end of the given email, there would be a link claiming that you, of course, need to read it and follow instructions about the threat, if you click the link it will open a web page where you will have an innocent-looking PDF file with more information about the threat itself. If you click on a seemingly innocent PDF file it will summon Windows 10's AppInstaller.exe tool, kickstarting a download-and-run process that'll put you in a bad place very quickly. From there, you'll have to deal with the dangers of malware BazarBackdoor, including data and credential theft. This kind of scam is nothing new but the interesting thing here is that it uses App installer and by clicking on a link you are opening and giving permission for a malicious crook to use it. So, stay safe and do not click on any links from unknown emails no matter what.
Read More
Makecab.exe is running & consuming CPU
The Makecab.exe process that’s running on your Windows 10 computer is a program that compresses the Component-Based Servicing log or CBS log files and they can get really huge if they’re not compressed. As a result, it would utilize important space on your operating system although makecab.exe does not consume high CPU resources in doing so. However, there are times when it recreates thousands of instances of itself and could cause overconsumption of system resources which slows down your computer. So when the makecab.exe process causes high CPU usage in your system, this could mean that there is a failed Windows Update. In addition, the high CPU usage of the makecab.exe process could also mean that your computer is infected with a virus or malware. Whichever the case is, you can check out several possible solutions that are given in this post to resolve the problem.

Option 1 – Try to delete log file using File Explorer

The CBS log files could reach up to 20GB size and so if you delete them, it would help in saving space in your computer and since they’re not much of use, deleting them won’t negatively affect the system at all. To delete the CBS log files, all you have to do is open the File Explorer and then go to C:/Windows/Logs/CBS and from there, open the CBS log files and delete them all. Doing so should ease the load in the makecab.exe process since it no longer has to compress the CBS log files. As a result, the process would be more relaxed. After that, you can restart your computer and check if the problem’s now fixed.

Option 2 – Try deleting the log file via Command Prompt

You can also try to delete the log files using an elevated Command Prompt. Refer to these steps to do so:
  • Type “command prompt” in the Windows Search bar and then right-click on the related search result and select the “Run as administrator” option.
  • Next, type the following command and hit Enter to execute it:
del /f %windir%logscbs*.log
  • Restart your computer afterward once the command has been executed. This should end the high disk usage by makecab.exe, if not, proceed to the next given options below.

Option 3 – Uninstall any suspicious programs you’ve installed recently

If you have recently installed some programs on your Windows 10 computer, and since then you’ve experienced high CPU usage brought on by makecab.exe, then you might want to uninstall those programs.
  • Tap the Win + R keys to open the Run dialog box
  • Then type “appwiz.cpl” in the field and hit Enter to open the Programs and Features in Control Panel.
  • From there, look for the suspicious programs you’ve installed, select them and then click on Uninstall to remove them.
  • After that, restart your computer and try to install the latest version of the program again. It should work now. If not, proceed to the next available option below.

Option 4 – Try running Disk Cleanup

You might want to run the Disk Cleanup utility as it is a useful tool that could delete temporary and useless files on your computer.
  • Tap the Win + R keys to open the Run dialog box and then type “cleanmgr” in the field and hit Enter to open the Disk Cleanup window.
  • After that, select the drive you want to clean.
  • Now click OK to clean the disk and restart your computer.

Option 5 – Try to run System File Checker scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files and 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.
  • Restart your PC.

Option 6 – Try scanning your computer using Windows Defender

As mentioned, the high CPU usage of makecab.exe might be caused by some malware or virus in the system and so to eliminate it, you have to scan your computer 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
MS will release single office apps in MS Store
It seems that Microsoft is going to offer subscription and sales of individual office applications in the Windows Store. The office package will still be available as a package but for the first time, we will get single applications as standalone ones available for purchase. ms officeThis is a very interesting decision by Microsoft and I fully support it, this time users will be able to pay less and to choose only applications that they need instead of paying for the whole package and not using it.
Read More
File Record Segment is Unreadable in Windows 10
If you suddenly encounter an error message saying, “ File Record Segment is Unreadable ” on a blue screen while booting your PC, it means that your hard drive is in an error state. This particular blue screen of death error might have a lot of bad sectors or might have reached its end. The workarounds you can try to resolve the issue is by locating the bad sectors or checking your hard drive for any discrepancies in the mapping and fix them. Follow the detailed instructions laid out below for these workarounds.

Option 1 – Try to check for any bad sectors and wrong configurations in your hard drive

The first thing you have to check is the boot files on your PC. As you know, your PC boots from these files and if there is anything wrong with any one of them or if one of them ends up getting corrupted, you will most likely see the blue screen of death error or a prompt with an error message saying, “File record segment is unreadable”. According to some users who reported this issue, new hard drives aren’t exempted from this error. That’s why it is recommended that you carry out this solution no matter what kind of scenario you are in. You will have to launch the Command Prompt in recovery mode and see if you can fix the problem by executing the check disk commands.
  • Upon booting, restart your PC and tap F11 to go to the recovery environment then select Troubleshoot.
  • Next, click Advanced from the given options and select Command Prompt.
  • After opening Command Prompt, execute the commands listed below, and don’t forget to hit Enter right after you type in each one of them and if you have installed Windows to some different directory, you must replace “C” with the name of the drive you’ve installed Windows with.
  • chkdsk C: /r /x
  • chkdsk C: /f
Note: The Chkdsk function might take a while before it finishes its operations so you need to be patient and wait until the entire process is completed. And depending on the situation, it might even take a day at most so patience is really the key here.

Option 2 – Try connecting the hard drive to a different computer

If option 1 didn’t work for you and you’re still seeing the error, you can try connecting the hard drive to a different computer and then copy the data first. Make it a priority to salvage the data just in case the hard drive won’t make it in the future. After replicating your hard drive, you can then try running the chkdsk commands that are listed in option 1 above in the new computer you’re connecting your hard drive to and make sure that you key in the correct drive letter that’s assigned to the hard drive you’re using. After executing the chkdsk commands, plug your hard drive back into the previous computer and then check if you can now boot it without any issues.

Option 4 – Replace the faulty hard drive

If none of the options provided above really worked out then maybe it’s time to consider getting a replacement for your hard drive. In about 50% of the cases about this error, some unfortunate users were left with no choice but to replace the hard drive since the problem is with the hard drive itself. Hard drives have a complex running mechanism which includes a head and the disk that rotates accordingly so you can check if the cables connected to the hard drive are connected properly and if it is in a correct position or not. In addition, you also have to make sure that the SATA adapters where the hard drive is connected are working properly. If the drive is showing problems in the I/O operation, there is little chance for you to use it as a normal hard drive. If the hard drive is in warranty, get it checked and replace it. If not, you might consider taking it to the service center for the specialists to take a look into it.
Read More
Fix 0x80071AC3, Volume is dirty error message
If you are trying to copy a folder or a file but encountered an error that says, “An unexpected error is keeping you from copying the folder. If you continue to receive this error, you can use the error code to search for help with this problem”, read on as this post will guide you on how you can fix this error. This kind of error is a CHKDSK error. It is the “Volume is dirty” error message with error code 0x80071AC3 which indicates that the CHKDSK operation on your computer did not go through due to some corrupted sector of your hard drive, data corruption, corrupted system files, malware infection, as well as improper installation of an application that left some residual folders and files and many more. To fix the Error 0x80071AC3, here are some potential fixes you can check out to resolve it:

Option 1 – Run the Check Disk utility

You can also run the Check Disk utility to fix the error when you connect your USB or external device.
  • In the Windows Search box, type “command prompt” and from the search results, right-click on Command Prompt and select “Run as administrator”.
  • After opening Command Prompt, type this command and tap Enter: chkdsk /r /f <PARTITION LETTER>
  • The command you entered will start to check for errors and fix them automatically. Else, it will throw an error message saying, “Chkdsk cannot run because the volume is in use by another process. Would you like the schedule this volume to be checked the next time the system restarts? (Y/N)”.
  • Tap the Y key to schedule Disk Check the next time your computer restarts.

Option 2 – Try to check if a particular volume is dirty and exclude it

The next thing you can do to fix the problem is to check if the particular volume is dirty and exclude it. To do so, follow these steps:
  • In the Start Search, type “command prompt” in the field and right-click on Command Prompt from the search results, and then select the “Run as administrator” option.
  • After opening Command Prompt with admin privileges, execute this command: fsutil dirty query <PARTITION LETTER>
  • After that, you will see either of the following results of the command you just executed:
    • “Volume <PARTITION LETTER> is dirty”
    • “Volume <PARTITION LETTER> is not dirty”
  • If you see the “Volume <PARTITION LETTER> is dirty” message, then you can just skip checking the drive for errors by executing this command: CHKNTFS /X <PARTITION LETTER>

Option 3 – Try to format the destination drive

If the first two options above didn’t work, then you might want to try formatting the drive can also help you resolve the error. To format it, follow these steps:
  • To get started formatting your drive, tap the Win + E keys and then go to the access page of the drive.
  • Next, right-click on the drive and select Format.
  • After that, uncheck the “Quick Format” option and then format your drive properly.
  • Now once the formatting process is finished, unplug the drive and plug it back in afterward.
  • Check if the error is already fixed. If the drive is not initialized, tap the Win + R keys and hit Enter.
  • After opening the Run dialog box, type “diskmgmt.msc” and hit Enter to open Disk Management.
  • From there, right-click on the drive volume and select initialize disk.
  • Next, select the correct partition type and proceed.
Read More
Razer Iskur gaming chair for healthy gaming
Razer IskurIt seems that last few days we were riding some Razer bandwagon but rest assured that we are not sponsored by them in any way, truth is that simply they come up with some interesting accessories which I believe are worth covering. Gaming Chair itself comes in two colors, fully black and green black combination and it is not really an entry-level chair if we are talking about price. The chair itself is around 600USD depending on the distributor and considering that price range it is placed in more top cream of gaming chairs but it is worth every dime.

Iskur Specifications

Iskur is made of a steel frame with a reinforced plywood lumbar support frame for added weight tolerance. Frame and lumbar support are surrounded with memory foam and all of that is wrapped in cotton and polyester layer which is again wrapped in multi-layer synthetic leather making the chair very durable for long hours of daily use. The chair also comes with a memory foam head cushion which is detachable and removable if you do not wish to use it. On the Razer website among specifications, it stands that the chair is best suited for persons from 5’6” – 6’2” (170 – 190cm) height and up to 299lbs (136kg).

Features

The chair has, of course, height adjustment as any gaming chair and surprisingly it has great control for the armrest. The armrest can be adjusted in 4 different ways: up & down, left & right, forward & backward, and inward & outward. The backrest can be also tilted up to 26 degrees angle. All of these features are great and good but there is one more feature that really makes this chair stand out from rest and it is Lumbar support. Iskur has an adjustable lumbar support system on the lower part of the backrest. With your lumbar support secured, you can then make the necessary tweaks to optimize the rest of your posture using the Razer Iskur’s adjustable height, backrest, and armrests.

Conclusion

Razer Iskur is neither cheapest nor perhaps the best gaming chair you can buy, but it is a really good one. It is well manufactured and made to feel and look like a premium product that actually it is.
Read More
Turn off transparency inside your Windows 11
windows 11 transparency offWindows 11 comes with glass and transparency effects by default once it is installed. The transparency effect looks really good but if in any case, you do not like them, you can easily turn them off very easily
  1. Open settings inside Windows 11
  2. Inside settings click on Accessibility in the sidebar
  3. Click on Visual Effects on far-right
  4. Inside Visual effects, settings click on the switch beside Transparency effects to OFF
Windows will automatically save settings and apply changes right away. Just close your settings application and continue with work. You can always turn it back ON if you change your mind.
Read More
Error 0x80004001 Quick Fix Guide

What Is 0x80004001 Error Code?

0x80004001 is an error code that Windows users encounter quite commonly.

This error usually occurs when users try to update an old Windows application or attempt to run a certain application. When this error appears on the screen, the system automatically restarts to stop further processing. The error results in a blue screen after the system boots.

This blue screen is known as the Blue Screen of Death.

Error Causes

There are different files in the Windows operating system responsible for its smooth functioning. Sometimes problems like viruses or incorrect register entries corrupt or damage these files. This is when this 0x80004001 error appears.

Simply put, some of the most common causes that trigger 0x80004001 error are listed below as follows.

  • Corrupt or damaged EXE, VXD, DLL files of Windows
  • Incorrect entry of registry files
  • Presence of viruses or malware in the system
  • Corrupt or damaged system files
  • Unfinished application installation

Irrespective of what causes this error, it is of utmost importance to troubleshoot it as soon as possible.

Further Information and Manual Repair

While there are several ways of troubleshooting this error, the two most useful approaches have been listed below as follows.

  • This solution is for advanced users. Start your system and log on to it as the administrator. Click on the Start button. Now select All Programs->Accessories->System Tools. Finally, click on System Restore. In a new window, select the option “Restore My Computer to an Earlier Time”. Now click on Next. A list of restore points will be displayed. Choose the most recent restore point from this list and click “Next”. Now click next on the confirmation Window again. Once the restoration is finished, the computer will restart itself and you will observe that the error no longer appears.
  • This solution is for beginner or novice users. Download a 0x80004001 error repair utility available online. Install this program on your computer and use it to scan for the error in your system. When the scan completes, find if any feature allows you to fix errors. If yes, click on it. Now restart your computer again. You will notice that the virus has disappeared. It is a good idea to use error repair utilities because they scan the system, diagnose the error and then perform the repair.

Use any of the methods listed above to get rid of the 0x80004001 error once and for all.

Read More
Repairing a corrupt Group Policy in Windows
If you recently made some changes in your Windows 10 computer using the Group Policy Editor but they were not reflected and you got errors instead, it could be that your Windows computer wasn’t able to read the Group Policy file (registry.pol). To resolve this kind of issue, you have to repair the potentially corrupted Group Policy using the options given in this post. .As you know, Group Policy is a feature in the Microsoft Windows Active Directory which allows an admin to make changes in the features on Windows PCs that are on the network. So if the modifications you just made weren’t successfully applied, then there could be something wrong with the registry.pol file on the client or it could also be that the Group Policy folder is missing. To fix this issue in the Group Policy, you need to refer to the given suggestions below and make sure that you have admin privileges as you execute them.

Option 1 – Try to delete or recreate the missing registry.pol file

The entire settings of the Group Policy are stored in the registry.pol file so if it went missing, all the changes you make will not be reflected. The good thing is that you can recreate it but if the file exists and is corrupted, you need to delete it first before you recreate it.
  • First, go to the C:/Windows/System32/GroupPolicy/Machine location.
  • And from there, check if the registry.pol file exists or not. If it’s there, just delete it permanently by tapping the Shift + Delete keys.
  • Now it’s time to recreate the file. Just open Windows PowerShell with admin privileges by tapping Win + X + A keys.
  • After opening PowerShell, type this command: gpupdate /force
  • The command you entered will recreate the registry.pol file and will refresh the Group Policy. Restart your computer.

Option 2 – Try recreating the secedit.sdb file

The security settings of Group Policy are stored in the secedit.sdb file so if you made some changes to security and they weren’t reflected, you can try to delete and recreate the secedit.sdb file instead of deleting the Group Policy file. All you have to do is navigate to the C:/WINDOWS/security/Database folder and look for the secedit.sdb file and rename it or move it to another folder. After that, restart your computer. Once your computer has restarted, the secedit.sdb file will be created again.

Option 3 – Try to reset the Group Policy to default

You can also try to reset the Group Policy back to its default state. There are several ways you can do that. You can either use the gpupdate or the secedit command in the Windows PowerShell to do that. Resetting the Group Policy will resolve any issues that could be caused by its current settings.

Option 4 – Try to perform System Restore

System Restore can also help resolve the Group Policy issue. It could be that prior to the issue, you’ve made some changes in the system that might have affected the Group Policy. To undo these changes, perform System Restore.
  • First, 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.

Option 5 – Use the DISM tool

You can also try running the Deployment Imaging and Servicing Management or DISM tool. This tool will repair the Windows System Image as well as the Windows Component Store in your Windows 10 computer. So if there are any missing or corrupted folders and files, the DISM tool can restore and repair them. As a result, any system consistencies and corruptions will be fixed. To run this tool, follow these steps:
  • 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.
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