Logo

Fix The drive is not a valid backup location

USB storage devices are used to store small and even big files, depending on their sizes. Usually, the sizes of the USB vary from 2GB up to 16GB. And as time passes, they have advanced quite a bit and now it’s common to find USB sticks with a capacity of 32GB, 64GB, or even 128GB. And since they now have large capacities, USB storage devices are often used for storing backups of system data as well as creating an image. However, there are times when you might encounter an error message while trying to create a backup or image on your USB device. The error message states:

“The drive is not a valid backup location.”

One of the causes of this problem is that Windows was not able to recognize the USB drives as a valid backup location since USB storage devices weren’t previously large enough to store system images. To fix this error, here are some possible solutions that might help.

Option 1 – Try creating a sub-folder in the USB drive and backup all the images there

The first thing you can try to do is to create a sub-folder on your USB device. This is one good way you can bypass the USB drive limitation. How? Refer to the steps below.

  • First, right-click on the USB storage device and select Format.
  • Next, select NTFS as the File System and check the box next to Quick Format.
  • After that, click on Start to initiate the formatting process.
  • Once the formatting process is completed, open the USB drive and right-click anywhere inside its main drive window, and then select New > Folder.
  • Then name the folder to be created as “Image (or anything you please)”.
  • Afterward, right-click on the folder and select Properties.
  • From there, go to the Sharing tab and click on Share.
  • Now check if the Permission level on the System owner which should be your username is labeled as “Owner”.
  • Then try to back up your files again using your USB drive while keeping the sub-folder as the backup location.

Option 2 – Update the USB Controller Drivers

  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
  • Restart your PC and then click the “Search automatically for updated driver software” option.

You also have the option to update the motherboard and the USB driver from the manufacturer’s official website.

Option 3 – Run CHKDSK utility to check the drive for errors

When it comes to some issues concerning the hard drive or removable devices, there is a utility in Windows that might help which is called “chkdsk”. To use it, follow the steps below.

  • Tap the Win + S keys to open the Search box.
  • Then type “command prompt” in the field and from the search results that appear, right-click on Command Prompt and select “Run as administrator”.
  • After opening an elevated command prompt, copy and paste the following command and hit Enter:

CHKDSK [volume [[path] filename]] [/F] [/V] [/R] [/X] [/C] [: size]]

Note: In the command given above, “[/F]” will try to fix the system errors while “[/R]” will be the one to fix the bad sectors.

  • Now if you are prompted to run CHKDSK after your reboot your PC, just tap Y and reboot your PC.
  • If CHKDSK is not able to find any errors, tap the Win + E keys and navigate the access window. From there, right-click on the concerned drive and click on Properties.
  • After opening Properties, click on the tab Tools and then click on the “Check” button under the Error-checking section.
  • Wait until the process is completed and then restart your computer.

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

There was a problem resetting your PC
If you’ve tried resetting your Windows 10 computer using the Reset This PC option in order to restore your computer’s factory settings and the process suddenly fails for some reason and you got an error message instead stating, “There was a problem resetting your PC, No changes were made on your Windows 10 computer”, then this post might help you resolve the problem. Carefully follow each one of the options given below to resolve the “There was a problem resetting your PC error on Windows 10.

Option 1 – Try renaming the System and Software hive

  • If you’re still able to boot to the desktop of your Windows 10 PC, open an elevated Command Prompt from the WinX menu.
  • Now use the CD command and change the directory to Windows\System32\config folder. Simply type in the following command and hit Enter:
cd %windir%system32config
  • After that, you have to rename the System and Software registry hives to “System.001” and “Software.001”, respectively. To do that, just type each one of the following commands and hit Enter after you type each of them.
    • ren system system.001
    • ren software software.001
On the other hand, if your Windows 10 PC isn’t able to boot to the desktop, you can just access Command Prompt from the Advanced Startup options or you can also boot into Sage Mode and open Command Prompt from there and then run the given commands above. Note: If you only want to use the Refresh your PC option, you must only rename System hive and not Software hive. On the other hand, if the Software hive is really corrupted, you might not be able to use the Refresh your PC option in such a case. Thus, you really need to rename the Software hive as well. Once you’ve renamed the Software hive, you won’t be able to use the Refresh your PC option but only the Reset your PC option.
  • Type “exit” to close the Command Prompt and then restart your PC and try resetting your PC again.

Option 2 – Try to disable and re-enable the Windows Recovery Environment

If the first option didn’t help, you can try disabling the Windows Recovery Environment and then enable it back again. To configure a Windows Recovery Environment or Windows RE boot image and recovery options, you have to use the REAgentC.exe tool.
  • Tap the Win + S key and type “REAgentC.exe” to open the REAgentC.exe tool.
  • After that, type the following command and hit Enter to disable the Windows RE:
reagentc /disable
  • After disabling the Windows RE, you need to enable it back by typing the following command:
reagentc /enable

Option 3 – Try to boot the USB recovery drive

If the two previous options failed, you need to try another workaround which is to boot to the USB recovery drive > Troubleshoot > Recover from a drive. From there, follow the on-screen instructions and you should be good to go.
Read More
Fix Out of Memory error while copying files
What is Out of Memory error while copying files? As you know, both the hard drive and RAM play a major role in performing any operation on a computer since every process or task that takes place in the system requires some RAM storage as well as hard drive storage to be executed. However, there are times when you may receive the following error messages when you try to copy files from one location to another:
“Out of memory or system resources, Close some windows or programs and try again.” “There is not enough memory to complete this operation – copying files.”
These errors are caused by the Desktop Heap limitation when there is no longer enough memory to complete the operation while copying the files. If you encounter any of these errors, you will be guided in this post with the help of some potential fixes that can increase its limit and will hopefully fix this error on your Windows 10 computer. You may try to close all the open windows and programs and then try copying the file again and see if that helps. If not, then proceed to the instructions given below. But before you do that, make sure that you create a System Restore point first. This way, you can undo the changes you’ve made any time in case there are some unwanted changes you want to reverse. After you create a System Restore point, refer to the steps provided below. Step 1: Tap the Win + R keys to open the Run utility and type “Regedit” in the field and tap Enter to open the Registry Editor. Step 2: Next, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerSubSystems Step 3: Now double click on the DWORD named Windows to modify it. Step 4: Change the values for SharedSection in the Value Data field. It should be in the format of “SharedSection=aaaa,bbbb,cccc”. Note that you have to change the value of “bbbb” and “cccc”. So in case you are using an x86 operating system, set the value of bbbb to 12288 and then set the value for cccc to 1024. On the other hand, if you are using an x64 operating system, set the bbbb value to 20480 and the cccc value to 1024. Step 5: Exit the Registry Editor and restart your computer to successfully apply the changes made. Note: The bbbb value in the SharedSection registry is the size of the desktop heap for each interactive window station while the cccc section of the SharedSection value is the size of the desktop heap for each non-interactive window station. In addition, you must keep in mind that setting the value of bbbb to more than 20480 KB is not really recommended. On the other hand, there is another tool that could help in resolving the Out of Memory error. This tool is called the Memory Diagnostic tool in windows can help resolve the Out of Memory error by checking and automatically fixing any memory-based issues. To run it, refer to these steps:
  • Tap the Win + R keys to open Run and type mdsched.exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select your preferred option, your computer will restart and check for memory-based issues. If it finds any issues, it will automatically fix them.
Read More
How to personalize STEAM with custom skin
steam skinSkinning of applications is not new to PC users, but did you knew you could skin Steam? With skin, you can customize the UI and style of the client to what you want making it more personal and to your liking. First thing is to find the skin that you would like to install. There are a lot of sites where you could find custom made Steam skins but we would recommend steamskins.org The site itself is organized in tabs with different sections, once you click on the tab you will get a list of skins available for chosen section. If you click on the skin you will be taken to skin page detail where you can find what skin is aiming for, its legibility, a record of how the skin has been altered over time, or some mix of these aspects. Note that some skins might have issues like some buttons might be missing from big picture mode but so far none of the skins has any kind of client breaking feature, only functionality one.

Downloading skin

Once you have chosen desired skin and while on the skin details page, scroll to the middle of the page just above the Related Skins sections with two options: Direct Download and External Download. Now usually I would recommend Direct download but in this case, I would advise going with External Download for the simple reason that the External link will send you to the developer's website where there is a higher chance to get the latest updated skin.

Installing it in Steam

Once the skin is downloaded you will first need to create a skin folder inside your Steam installation location. Navigate to your Steam installation folder (default: C:\Program Files (x86)\Steam) and create a new folder inside it. Give new folder name Skins and confirm. Extract the skin zip file in the newly made folder. Once the file is extracted you can delete the ZIP file if you wish. Go to your Steam client and go to Steam>Settings. In settings select Interface on the left bar and on the right part then click the Select the skin you wish Steam to use the drop-down menu and select the skin that you wish to use. Confirm and restart your Steam client

Reverting to old skin

If you found skin unappealing or, unfortunately, has some functions missing you can always choose another skin or revert back to default Steam skin. Default Steam skin is named in the drop-down menu as < default skin >.
Read More
Disable the Notifications for any Apps
Since Windows 10 introduced the concept of notifications, almost any application installed on your computer sends you one. However, there are times when too many notifications can be quite annoying. Although some of them are important, most of them are not and are only getting in the way of your tasks. So if you don’t like to be flooded with tons of notifications on your Windows 10 computer, say no more as this post will help you out in disabling notifications for any apps installed. And now with the new feature in Windows 10 called Focus Assist, you will be able to manage the level of notifications that you receive. This new feature also allows you to disable all notifications except for the ones from important or priority apps. You will just have to maintain a list of priority applications or you could also disable all the notifications except for the important ones like alarms. In addition, you could also set up some automatic rules such as the Focus Assist timings which means that you can make Focus Assist enabled for a certain period of time during the day or when you are duplicating your display or playing a game and whatnot. So if there is an application that keeps on spamming you with notifications, you can just disable the notifications for that application.

To get started on disabling notifications, refer to the steps given below.

  • Step 1: Go to Settings > System.
  • Step 2: From there, open Notifications and actions and then scroll down to the “Get notifications from these apps” section.
  • Step 3: After that, look for the application that you want to disable notifications for and click on the toggle button that corresponds to disabling notifications for that application. You could also click open to explore additional settings for that particular application.
Note: You can disable notifications or just the notification banners, your choice. Aside from that, you can also control the notification sound as well as its behavior when the computer screen is locked. What’s more, is that you can also adjust the number of notifications displayed in the Action Center or select the priority applications. As stated earlier, Windows 10 gives you control that allows you to customize every nook and cranny of the notification on your Windows 10 computer. Apart from applications, there are also other notifications-related settings that you can control including disabling notifications about tips, tricks, and suggestions as well as summary notifications from Windows Defender that you get every time you use or scan your computer.
Read More
PrintNightmare returns Microsoft states
PrintNightmareA few days ago we celebrated fixing of months-long PrintNightmare vulnerability by Microsoft, sadly a new bug and issue have been found. Firstly discovered Microsoft stated:
A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged file operations. An attacker who successfully exploited this vulnerability could run arbitrary code with SYSTEM privileges. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights.
A few days ago, Microsoft officially released a patch that was supposed to finally fix it. As you might recall this vulnerability was present for quite some time, Microsoft's solution after a long struggle was to elevate certain privileges to administrator account only and remove user accounts from managing printers. It complicated things a little bit but it was stated payoff was worth it. The new issue now is that on a system that already had accounts created and set, old accounts still can hijack the system, patch issues address only accounts that are created after the fix is administrated, old ones can still do whatever they want. Once again of course Microsoft has stated that until it is again resolved you should again disable the Print Spooler service as a temporary workaround.
Read More
A Quick Guide to Fixing Error 2

Error 2 - What is it?

Error 2 is a typical Battle.net error code. Battle.net is a desktop app that allows you to access all Blizzard games. It enables Blizzard gamers around the world to play multiplayer matches together, online. Error 2 occurs when you are unable to connect to the login server. This error code is displayed in the following format:
Battle.net Error #2: Unable to connect. Please try again later. If the problem persists, please contact technical support.

Solution

Restoro box imageError Causes

Error 2 may be triggered due to several reasons. These include:
  • Program conflict
  • Security software conflict
  • Bad DNS cache entry
  • Issues with network devices
  • Viruses and malware
  • Registry corruption
Error 2 is not a fatal error like the blue screen of death error codes. However, this error may hamper your ability to play Blizzard multi-player games. To overcome this problem it is advisable to fix error 2 immediately.

Further Information and Manual Repair

To resolve this error you don’t need to spend hundreds of dollars to hire a professional and get it fixed. Here are some of the easy do-it-yourself methods to resolve this error on your PC. These methods require no technical expertise or knowledge. Let’s get started:

Method 1

Error 2 may sometimes pop up on the screen due to program conflict. This happens when you have Blizzard games and other programs running on your PC at the same time. In such a situation, it is advisable to close background applications to resolve conflicts between Blizzard games and other programs running in the background.

Method 2

Sometimes antivirus programs and firewalls can also hinder and interfere with the game’s connection to our servers. In this event, the best way to fix the error is to temporarily uninstall your security software.

Method 3

If error 2 is triggered by the issues with network devices then simply power cycle network devices to re-stabilize the connection. Power cycling router and modem allow you to reset and reestablish a connection to your ISP. To do this, shut down the computer then power down/unplug the router and the modem. Allow the modem to sit for 60 seconds, unplugged. Then turn it on and allow it to boot up till the front panel connection lights show a steady connection. Now turn on the router and do the same as you did with the modem. After that start the computer and allow it to completely boot up. Now try logging on to the Blizzard gaming server. This will hopefully resolve the issue.

Method 4

Viruses and malware infections can also trigger error 2. In such a situation install an antivirus and remove all malicious programs infecting your PC.

Method 5

If the cause of the error is related to registry corruption, then it is advisable to download Restoro. This is a user-friendly PC Fixer with a registry cleaner. The registry cleaner removes all unnecessary and obsolete files corrupting the registry, cleans and repairs the corrupted registry in a few minutes. Click here to download Restoro on your PC to resolve error 2. For further information you may be interested in these similar issues:
Read More
Fix GWXUX has stopped working in Windows
If your Windows 10 computer is downloading or installing updates but suddenly an error pops up saying, “GWXUX has stopped working”, read on as this post will show you what you can do to resolve the problem. GWXUX is a process responsible for downloading and installing Windows updates and is installed on your computer via Windows Updates. That particular update is known as “KB3035583”. Through this process, the “Get Windows 10” pop-ups are installed and initiated by Microsoft. This process is also capable of checking the compatibility of your PC to run Windows 10 as well as preparing it for installation. However, this process might also result in excessive usage of Disk and sometimes, CPU. So in this post, you will be guided on how you can fix the issue with the GWXUX. Follow the instructions given below carefully.

Option 1 – Disable GWXUX in the Task Scheduler

You will have to disable the gwxux.exe process to run from the Task Scheduler. Thus, you need to follow the steps below to do so.
  • Open the Cortana Search box and then type “task scheduler” in the field.
  • Then click on Task Scheduler from the related search results that appear to open it.
  • After opening the Task Scheduler, navigate to Microsoft > Windows > Setup > gwx on the left panel from the Task Scheduler Library.
  • Once you select the GWX folder, you will see two tasks that are listed under that folder. Select both of these tasks and permanently disable them.
  • Restart your computer to apply the changes made and check if the issue is now fixed or not.

Option 2 – Uninstall the KB3035583 Windows Update

  • To uninstall the KB3035583 Windows Update, you need to go to Control Panel, and for you to do that, type “control panel” in the Cortana Search box.
  • After that, click on Control Panel from the related search results given.
  • Once Control Panel is pulled up, search for “View Installed Updates” in the search field from the top right part of the window.
  • Next, click on a link labeled, “View Installed Updates” under the Programs and Features menu.
  • After clicking the link, you will see the list of all the installed updates in your computer from the Windows Updates.
  • Now look for an update named “KB3035583” and select it.
  • You should notice the Uninstall button located at the top portion of the sub-menu ribbon as you can see on the snippet below. Click on that button to uninstall the KB3035583 Windows Update.
  • After uninstalling the update, make sure to restart your computer to apply the changes made.

Option 3 – Try using 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 with good system files that might be causing the error 0x80200056. 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.
After running the System File Checker, restart your computer and check if the error with the GWXUX.exe file is now fixed or not.
Read More
Connecting a Wireless Printer to a Windows PC
Although it’s easy to set up wired printers in most cases and they have their charm, you don’t have to be around the printer if you are connected to the same network. So in this post, you will be guided on how you can install and set up a wireless printer on your Windows 10 computer. The idea here is to ensure that your Wi-Fi printer and your Windows 10 computer are connected on the same network and to do that, you need to carry out the following steps:
  • You have to connect the printer to the Wi-Fi network.
  • You have to add the printer or scanner to Windows 10.
  • You have to install the printer software.
  • You have to change the default printer.
  • And troubleshoot the printer.

For more details, follow the instructions below.

Step 1: Connect your printer to the Wi-Fi network. In this step, you need to turn on your printer and look for the option to connect to a Wi-Fi network. Note that the step to connect to the Wi-Fi network depends on what kind of printer you use as well as its OEM since there will be a user interface or a Wi-Fi button that will get the job done for you. Once your printer is connected to the Wi-Fi network, you need to keep it turned on until the setup is completed. Step 2: Next, add a printer or scanner to Windows 10
  • Since you’re already connected to the Wi-Fi network, you now have to go to Settings > Devices > Printers & scanners.
  • From there, click on the Add a printer or scanner option.
  • After that, the scanning process will begin as Windows 10 looks for the printer and once it finds it, it will display the printer in the result.
  • Choose the Wi-Fi printer from the results and click on the Add device option. Once you click this option, Windows will install the drivers via Windows 10 update. Note that this process will apply to all the printers – connected, wireless, and so on.
Step 3: You have to install a printer software In this step, you need to use the driver software from the OEM even though the default printer software works since in most cases, the driver software from OEM works better compared to the default ones and offers much better functionality like ink-saving modes, and many more. Step 4: You now have to change the default printer After installing the printer software, you now have to set or change the default printer in your computer. If you have not installed any printer, the default printer in Windows is the one that saves the files. Now since you have already installed your printer, all that’s left for you to do is to change the default printer of Windows 10 to the one you installed earlier. To do that, follow these sub-steps:
  • Go to Settings and navigate to Devices > Printers & scanners.
  • From there, check the checkbox labeled, “Let Windows manage my default printer” if there are many printers. This will recommend you to use the most used printer. But if you don’t want to switch to the most used printer, then uncheck the checkbox.
  • Once done, click on the printer you want to set as the default one and go to Manage, and then click on the Set as default button.
Step 5: If you have any issues with your newly installed printer, then you need to troubleshoot it One of the first basic troubleshooting you can perform to resolve the printer issue is running the Printer Troubleshooter. This built-in troubleshooter can detect and automatically fix the problem for you. To use it, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “exe /id PrinterDiagnostic” in the field and click OK or hit Enter to open the Printer Troubleshooter.
  • Then click the Next button and follow the next on-screen instructions to fix the issue with the printer.
Read More
Fix Windows Activation Error 0xC004F211
If you got an Activation Error 0xC004F211 after having installed or upgraded your Windows 10 PC, then this indicates that some hardware in your computer has changed which’s causing the error to pop up. Windows might not be able to determine if the key is used on a new computer or if it’s still the same one if you have just removed or upgraded old hardware. But worry not for this post will guide you in fixing the Windows Activation Error 0xC004F211 on your Windows 10 computer. When you encounter this error, you will see the following error message on your screen:
“Cannot activate Windows 10. Try activating again later. If that doesn’t work, contact support. Error code: 0xC004F211.”
Note that although hardware changes cause this error, the minor ones don’t really cause any issues with activation, however, if you have made any significant hardware change such as replacing your motherboard, it will most likely cause the activation error. In such cases, the Windows Activation system will treat this as new hardware and you will need a new license for that. Even if your Windows 10 computer has a genuine key, it might still fail to get activated which results in the Windows Activation Error 0xC004F211. Thus, before you do other troubleshooting steps, you need to run the Windows 10 Activation Troubleshooter first. To do so, follow these steps:
  • Go to Settings and then select Activation.
  • After that, click on the Windows Activation and then troubleshoot. This will help you address most of the commonly found activation issues in Windows devices.
In addition, there is an exception offered by Microsoft – if you are connected to a Microsoft account prior to the hardware change, then you can most certainly use the same license key to reactivate Windows 10 again. Microsoft calls this an “Exception path” which should be fixed easily by the Windows Activation Troubleshooter as pointed out earlier. However, if the Windows Activation Troubleshooter isn’t able to resolve the error you can try purchasing a new license. In such rate case, even if you do have a Microsoft account available on your Windows 10 computer, and if Windows was never activated, this solution will not work. And if you haven’t connected your Microsoft account with your Windows 10 computer prior to the major hardware change, then your only option left is to purchase a new license. For you to do that here are some steps you can follow.
  • To purchase a new Windows license, the first thing you have to do is click on the Start button > Settings > Update & Security.
  • From there, go to Activation and select the “Go to Microsoft Store” option.
  • After receiving your new license, you need to go back to Update & Security then go to Activation and select the “Change product key” option.
  • Now update your Windows 10 computer using the new key and it should automatically activate your computer.
  • Next, you have to create a Microsoft account or connect your existing local account to your online account.
  • Once the system links the key and the account, you need not buy a new license in case something like this happens again.
Note: If you are an IT administrator, you need to keep in mind that there is a limit to the number of times you can reactivate Windows on your computer. Moreover, if you don’t see any option to reactivate the license, and it is a work computer, you need to contact your organization’s tech support.
Read More
Diablo 2 is trending after launch looking good
Finally, some good news for Blizzard entertainment after tons of bad stuff happening around it regarding lawsuits and people layoffs. Diablo 2 has become the most-watched game on Twitch after its official release and sold copies are on a satisfactory level. Diablo 2 resurrectedFor people not familiar with recent events, the state of California has sued Blizzard for various things including discrimination and offensive behavior. Later Blizzard executives were caught shredding some evidence and things just started to go to worse from there. After much drama, many people believed that this is the end for Blizzard entertainment and that they would not be able to recover from this since the community has sided with California and Blizzard has received a large punch as many subscribed WOW players have left the game. Things are not so grim as they were looking as their Diablo 2 remake has made moderate success despite being released in these troubling times and there are rumors of Overwatch 2 planned release date as of the first quarter of 2022. overwatch 2
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