Logo

MS releases ISO for Windows 10 build 21354

On April 7th Microsoft has released Windows build 21354 for their flagship OS and updates are rolling. Alongside the new update builds Microsoft has decided to create and release Windows 21354 build as an installable ISO image for anyone who wishes to do a clean installation of Windows without the need to update it after the installation.

We have not seen this move by Microsoft in a long time and honestly, we are welcoming it, it is always great to have updated ISO Windows build than to install the old version and sit through an hour or more of updates.

If you are interested in getting this ISO image and you are part of the insider program you can download it from here.

If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.

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

Assigning Multiple IP Addresses to Adapter
There are times when an IT admin has to set up multiple IP addresses to the same network adapter. Setting up multiple IP addresses in scenarios like hosting various SSL sites, speed up traffic exchanges can help in avoiding being blacklisted in the SPAM filters, and so on. So in this post, you will be guided on how exactly you can assign multiple IP addresses to the network adapter in your Windows 10 computer. There are several ways to assign multiple IP addresses in a network adapter. You can do it using the Network Adapter settings or using the Netsh utility, as well as the Windows PowerShell utility. To get started, refer to each one of the options provided below.

Option 1 – Assign multiple IP addresses via Network Adapter settings

  • Go to Settings first and from there, select Network & Internet, and then click on the Change adapter options. This will show you a list of both the physical and virtual network adapters in your computer.
  • Next, double click on the Ethernet adapter where you want to assign the multiple IP addresses and then click on the Properties button.
  • After that, you should see the Ethernet properties where you have to select the “TCP/IPv4” or “TCP/IPv6”.
  • Once done, click on the Properties button and then select the “Use the following IP address” option under the General tab.
  • Now you have to add an IP address, subnet, and default gateway to the network adapter and then click on the Advanced button.
  • This will open the Advanced TCP/IP settings where you have to click on the Add button so you can add an IP address. From here, you can keep adding multiple IP addresses to the network adapter. You also have the option to add multiple gateways or DNS IP addresses.
  • Once done, if you execute the “ipconfig” command, you should see all the secondary IP addresses listed.

Option 2 – Assign multiple IP addresses using the Netsh command

Another way to assign multiple IP addresses to your network adapter is via the Netsh command.
  • In the Start Search, type “command prompt” and from the search results that appear, right-click on Command Prompt and then select the “Run as administrator” to open it with admin privileges.
  • If a User Account Control or UAC prompt pops up, just click on Yes.
  • After that, run this command: Netsh int ipv4 add address name="Local Area Connection" 192.168.100.100 255.255.255.0 SkipAsSource=True
Note: You have the option to set “SkepAsSource” since it depends on your needs using the Netsh command. When it is configured as true, the IP address won’t be used by the OS for outbound connections.

Option 3 – Assign multiple IP addresses via Windows PowerShell

  • Tap the Win + X key combination and click on the “Windows PowerShell (Admin)” option.
  • After opening Windows PowerShell as admin, use the NetIPAddress command so you can add more IP addresses. Execute this command: Get-NetIPAddress | ft IPAddress, InterfaceAlias, SkipAsSource
  • Next, assign an IP address to a network adapter by executing this command: New-NetIPAddress –IPAddress 192.168.100.100 –PrefixLength 24 –InterfaceAlias “vEthernet” –SkipAsSource $True
  • Now to modify the “SkipAsSource” parameter, use this command: Get-NetIPAddress 192.168.100.100 | Set-NetIPAddress -SkipAsSource $False
Read More
Quick Fix For 0x80004005 Outlook Error

What Is 0x80004005 Outlook Error?

0x80004005 Outlook is an error that users commonly encounter while attempting to send or receive emails on Outlook.

The message that appears usually states “This message could not be sent. Try sending the message again or contact your network administrator."

The client operation failed. Error is [OX80004005- 0X0004B9-OXOO501].

Error Causes

This error is usually caused by a problem in the Local Area Network or LAN. What actually happens is that signals with the wireless LAN are lost or a connection problem occurs within the network cable.

As a result, the 0x80004005 Outlook error is triggered while sending or receiving an email. Sometimes the problem goes away on its own. However, if it recurs after a few hours, it shows that some problem exists within the network.

Also, it is important to understand that different factors can affect the quality of wireless connections in a network.

For instance, garage door openers, microwave ovens, and Bluetooth devices can easily become obstacles, disrupting the connection and causing the quality to degrade. Other causes are listed below as follows.

  • Missing, corrupt, or damaged registry keys
  • Existence of viruses
  • Outdated drivers

It is a must to fix this error otherwise potential risks associate with this error such as permanent damage and blue screens.

Further Information and Manual Repair

There are two ways to fix this error and both are listed below as follows.

  • One solution is to disable script blocking in Norton Antivirus. Most users encountering this problem have Norton Antivirus installed on their PCs. To correct this problem, simply turn off the ‘Enable Script Blocking’ feature. However, there is a downside associated with this solution. Enabling script blocking will make your network or computer vulnerable to viruses and malware. That’s why it is not advised to implement this solution.
  • The alternative solution is to simply disable the new-mail notification feature offered in Outlook. To disable notifications of any new emails, the steps go as follows. Open Outlook and go to the Tools menu. Here you will come across ‘Options’.Click on it and then select the ‘Preferences’ tab. Here you will find the ‘Email Options’. Click on it and then uncheck the checkbox against the option, ‘Display a notification message when new mail arrives’. Click Ok two times.

Both these workarounds will work. Therefore, it is advised that you employ any one of them as per your needs.

Read More
Software review series: Visual studio code
Visual Studio codeVisual studio code is a code editor available for Windows, Linux, and macOS. It is a completely free tool offering you to code in any language without the need to switch to another editor. Visual Studio Code is part of Microsoft Visual Studio which is a complete integrated development environment (IDE). Take notice that Visual studio itself has more advanced tools for developing and testing, it has 24/7 support, training, and Azure for WEB apps. Visual Studio Code is an editor lacking in some advanced features Visual Studio offers.

Visual Studio code Price and royalty

As mentioned Visual Studio code is completely free licensed under the MIT license agreement giving you the tool free to use and sell your product. How it supports Linux, Windows, and macOS, all you need it to go to its official page https://code.visualstudio.com/, download it and start using it. How this is free project backside is that there is no official support, you will have to rely on various articles and community in order to get needed information or problem solution.

Features

Syntax highlighting has become standard and norm for any editor but besides this function VS code offers us also IntelliSense option which goes a step further with code completion, code hinting, and parameter info. This means that VS code is aware of many things going on inside your code and will offer you as you type a menu with options for autocomplete along with variables referenced, function names, etc. VS code offers extensions inside its extensions marketplace where you can add extensions in order to implement new languages, add debuggers, change the layout, etc. This is one of the great features it allows you to easily switch from one project to another, one language to another not leaving your code editor. Working with version control systems like Git is easy with VS Code. You’ll be able to stage files and make commits, then push and pull changes to your remote code repository of choice, right from the editor.

Conclusion about Visual Studio code

Visual Studio Code is one of if not the most flexible and extensible code editors currently on the market that I have ever tried and used. IT has become my code editor of choice simply for reasons that there is really not much it cannot do and it is constantly updated and taken care of. You can really tune it to look and feels how you want with extensions and you really cannot beat the free price tag. I would highly recommend this editor for daily use especially since its biggest competitors like Atom and sublime text have not seen many updates lately.
Read More
The server did not register with DCOM
There are times when after you upgrade your Windows operating system, the System Logs under the Event Viewer will display an error message saying, “Event ID 10010 error – The server did not register with DCOM within the required timeout”. What is DCOM? DCOM stands for “Distributed Component Object Model”. It is a proprietary Microsoft technology that allows the Component Object Model or COM software to communicate across a network. You can consider it as an extension of COM which is equipped with the capability of solving a couple of inherent problems related to the COM model to the better use over a network. COM is a tool that’s used for advanced configuration and troubleshooting in Windows 10. Developers usually use it to configure routine components and application behavior like participation in transactions and object pooling and so on. The Component Services needs the DCOM wire protocol in order to communicate with the Component Object Model components on other computers. By default, in a Windows-based system, the network computers are configured initially to enable DCOM. There are also some components in Windows that might require registering themselves with DCOM. However, if they fail to do so, you will encounter the “The server did not register with DCOM within the required timeout” error. To fix this, here are some suggestions you can check out.

Option 1 – Try to use the Component Services

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “dcomcnfg” in the field and tap Enter to pull up Component Services.
  • Next, double click on the Computers folder located in the right pane and right-click on My Computer, and select the Properties option.
  • After that, switch to the COM Security tab under My Computer Properties and then go to the Access Permissions section.
  • From there, click the Edit Default button and in the new window that appears, apply the correct permission to objects under the Group or user names section.
  • Once you’re done, click OK and exit. This should fix the error.

Option 2 – Make sure that Function Discovery Resource Publication Properties Services is running

  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “services.msc” in the field and hit Enter to open the Services Manager.
  • Next, scroll down and look for the “Function Discovery Resource Publication” entry and double click on it.
  • Then switch to the General tab and from there, make sure that the Startup Type is set to “Manual (Triggered).
  • You also have to make sure that the service is running so if it’s not, just click on the Start button to start the service.
  • Now click on Apply to save the changes made.

Option 3 – Try resetting the default DCOM permissions

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “dcomcnfg” in the field and tap Enter to pull up Component Services.
  • After that, expand Component Services > Computers and right-click on My Computer, and then select Properties.
  • Next, go to the Default Properties tab, and in the Default Distributed COM Communication Properties section, make sure that:
    • Default Authentication Level is set to Connect
    • Default Impersonation Level is set to Identify.
Read More
Fix Downloader.dll Not Found Error in Windows
Stumbling upon downloader.dll not found error is not pleasant to experience, usually, it means that desired application can not be started. There could be several reasons why this error happens from user mistakes, corrupted files, bad installation, and even bad RAM memory. Whatever the reason might be solutions provided are the same for all and offer a fix to this issue. it is advisable to follow provided solutions from start to finish not skipping any one of them since they are tailored to address the simplest solutions and issues and move toward more complicated ones.
  1. Reinstall application

    If you are receiving Downloader.dll not found when trying to run just a single certain application, reinstall the application, there is the possibility that the application has somehow corrupted downloader.dll during the installation process. Reinstalling might fix the problem.
  2. Run SFC scan

    SFC scan is the tool meant to scan all files and fix any corrupted ones. To run this tool, open the command prompt in administrator mode by right-clicking on the windows start button and then left-clicking on the command prompt (admin). When you are in command prompt type in SFC /scannow and let the whole process finish.
  3. Update device driver

    If previous steps have not provided results, go to device manager and visually check is there a device with an exclamation or other sign next to it, if there is, right-click on it and choose update driver.
Read More
Internet disconnected when VPN is connected
If your VPN software blocks and disconnects the Internet or Wi-Fi connection as soon as it is connected, read on as this post will give you fixes to resolve the problem. This kind of issue is odd but not unheard of. Many users use VPN for privacy and security but if it causes internet connection problems, you have to pin down the root cause of the problem and fix it in order to continue browsing the internet with privacy and security. Here are some suggestions you need to check out to resolve the issue between your VPN software and network.

Option 1 – Try installing the latest version of the TAP adapter

Since all VPN software uses a TAP adapter which is mostly from OpenVPN, you might want to download and install the TAP adapter driver to resolve the problem.

Option 2 – Run the Network Adapter Troubleshooter

  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.

Option 3 – Configure the client computer to use the default gateway

This kind of connection problem can occur when you configure the VPN connection as the default gateway on the remote network. In such a case, the VPN settings override the default gateway settings (TCP/IP settings). Thus, you have to configure the client computers in order to use the default gateway setting on your local network for internet traffic as well as a static route on the remote network for VPN-based traffic.

Option 4 – Try to use the Google Public DNS

You might want to change your DNS to Google Public DNS as it could help you resolve the internet connection problem caused by your VPN. To do so, follow the steps below.
  • The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
  • Next, click on the “Change Adapter Settings” option.
  • After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
  • Right-click on your network connection and click on Properties.
  • Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
  • After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
  • Type in “8.8.8.8” and “8.8.4.4” and click OK and exit.

Option 5 – Try checking the settings of your VPN software

If your VPN software has a built-in “kill switch” it prevents any internet usage every time there is a problem in connecting with the VPN server which explains why your internet connection is disconnected when your VPN software is connected. In addition, you could also try to change your VPN software’s protocol since all VPNs support multiple protocols. It could be that the protocol your VPN uses is blocked so try changing to another protocol and see if it fixes the problem.

Option 6 – Update the Network Adapter drivers

You might also want to update the Network Adapter drivers by following these steps:

  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and update them all.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If updating the network drivers didn’t help in fixing the “Windows could not find a driver for your network adapter” error, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.

To reinstall the network adapter driver, refer to these steps:

  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Read More
How to Fix Windows Activation Error Code 0xc004f050

Error Code 0xc004f050 – What is it?

Error code 0xc004f050 refers to a problem with activating the Windows key. The problem appears when you try to activate a copy of Windows by using Windows Activation wizard. This happens when the system becomes unstable and critical system files start missing. Though Windows 10 is a free upgrade for Windows 7/Windows 8/Windows 8.1 users, the activation error is still an issue. If you already had Windows 7/Windows 8/Windows 8.1 activated and did an upgrade successfully, then there should be no problem. This Problem Occurs only when you do a clean install.

Symptoms

When you try to activate a copy of Windows Vista or Windows 7 by using the Windows Activation wizard, you receive an error similar to the one below:
An error has occurred Code: 0xC004F050 Description: The Software Licensing Service reported that the product key is invalid

Solution

Restoro box imageError Causes

  • This causes due to an invalid product key.
  • This problem may occur if the license validity interval has expired, or if the license is not signed correctly.
  • Error Code 0xc004f050 occurs when the system becomes unstable and critical system files start missing.
  • Improper way of installing, deletion of some very important system files, misconfigured system files, etc. may also cause this error.
  • When you do a clean install, it wipes everything from the Primary Drive and after the install, windows can't find the Hardware ID which is used to verify your license.
  • For Windows 7, Windows Server 2008, and Windows Vista-based computers, this error may occur if you have entered the key for a beta version of the operating system while using the released version of the operating system.

Further Information and Manual Repair

This error is not something that can be fixed in seconds but will require some time and technical knowledge.

Method 1:

Re-insert the product key by using the Change Product Key tool:
  1. Click Start, click Computer, and then click System properties on the toolbar.
  2. In the Windows activation section, click Change product key.
  3. If you are prompted for an administrator password, type the password or click Continue.
  4. In the Product key box, type the product key, and then click Next.
  5. Follow the steps in the Windows Activation Wizard to complete the activation process.

Method 2:

Activate Windows by using the automated telephone system:
  1. Click Start, and then click Computer.
  2. Click System properties on the toolbar, and then click Click here to activate Windows now in the Windows activation
  3. If you are prompted for an administrative password, type it and click Continue.
  4. Click Show me other ways to Activate.
  5. Click Use the automated phone system and follow the instructions.

Method 3:

  1. Clean install Windows 7/Windows 8/Windows 8.1 using the installation disk and activate your copy.
  2. Now, download all the updates to see the Windows 10 Upgrade notification or download Windows Media Creation Tool and use the option Upgrade this PC to get Windows 10 right away.
  3. Once the upgrade is done, check the Activation Status. It will be fully activated as it should be. The Error code 0xc004f050 should not appear anymore.
If you want to get rid of the old Windows installation folder, then use the Windows Media Creation Tool to create a Flash Drive. Clean Install Windows 10. Now, every time when it asks for a product key, skip it. After installation is complete, Windows will automatically identify and activate your Copy. NOTE: Clean Install will make Sure you cannot roll back to your previous Windows 7 or Windows 8. So do it only if you are confident of using Windows 10 from here on. To verify the Windows activation status, follow these steps:
  • Click the Start button, and then click Computer.
  • Click System properties on the toolbar, and then view the activation status in the Windows activation section.
Read More
CcSvcHst.exe Application Error Troubleshoot Guide

What is the ccSvcHst.exe Application Error?

The ccSvcHst.exe is an executable file. This is a part of the Symantec Service Framework. This file is added to your computer database when you install Norton products for example Norton Antivirus or Norton Internet Security. This file is saved in C:\Program Files\Common Files folder location. It runs along with the Norton programs in the background. This file helps to load up services and settings. When the ccSvcHst.exe file becomes infected and corrupt, you experience the ccSvcHst.exe application error pop up on your system. This error code hampers you from running Norton programs on your system.

Solution

Restoro box imageError Causes

The ccSvcHst.exe application error message is triggered by some of the following causes:
  • Temporary system misconfiguration
  • Viral infection
  • Damaged files
  • High CPU usage
  • Registry corruption
The ccSvcHst.exe application error should be repaired immediately as a delay in fixing this error can put you at risk of fatal system crashes and failure.

Further Information and Manual Repair

The best and possibly the easiest way to repair the ccSvcHst.exe application error on your computer is to install Restoro. Restoro is an innovative, intuitive, user-friendly, and feature-filled repair tool. This multi-functional tool functions as a registry cleaner, system optimizer, and antivirus too. With all these essential PC fixings and maintenance features integrated into one, you don’t need to install numerous programs offering limited functions on your PC. This PC Fixer has a sophisticated interface, neat layout along easy navigation. So, using it is not complex or challenging, not even for those trying it for the first time. It resolves PC errors like ccSvcHst.exe application error in seconds. Whether this error is generated due to viral infection or registry damage, it detects all and repairs your PC right away thus ensuring a smooth functioning and error-free PC. With Restoro you can resolve issues in just three simple steps, install the software, scan for errors and click repair to resolve. It’s that fast and easy to use. Now let’s get down to how this PC Fixer resolves the ccSvcHst.exe application error successfully. If a ccSvcHst.exe application error is caused by temporary system misconfiguration, a simple system reboot may stop the error from occurring again. However, if viral infection and registry corruption is the cause then installing Restoro is the way to go.

How Registry Errors Cause ccSvcHst.exe Application Error

ccSvcHst.exe application error indicates that your computer contains too many registry fragments and obsolete entries like junk files, temporary internet files, and files of uninstalled programs occupying a huge amount of RAM and disk space. The cluttering of the disk causes and malicious files causes the registry to corrupt. This is what the registry cleaning feature of Restoro takes care of. The registry cleaner scans and wipes out these unnecessary and obsolete system files freeing your disk space. It resolves errors like ccSvcHst.exe application error by repairing registry damages. With the help of its privacy error detector, it detects malicious viruses hidden on your system and in your hard disk. These usually gain access to your system via unsafe internet browsing, downloading programs from unreliable websites, and opening phishing emails. Without you being aware, these viruses and spyware enter your system giving hackers access to manipulate your confidential and private information like credit card number, bank account number, and SSN number, if such information is present on your PC. The ccSvcHst.exe application error hampers you in running Norton and thus exposes you to serious data security dangers. This is where Restoro not only serves as an error fixer but a powerful antivirus too. It removes all the viruses infecting your PC in a couple of seconds.

Restoro Benefits

Restoro is efficient and ensures user safety. Sometimes during repair, you may lose important data which may be hard to recover if you don’t have a backup. Unlike other tools, Restoro helps users create backup copies for safety purposes thus you don’t have the risk of losing your valuable data. You can restore and recover all your essential files in case data is lost during repair. This PC Fixer is compatible and runs smoothly with all Windows versions. So, if you have come across a ccSvcHst.exe application error on your system fix it by installing Restoro today. Click here to install Restoro.
Read More
INF file doesn't support this installation
If you got an error message saying, The INF file you selected does not support this method of installation while trying to install a driver using the “Install” option in the right-click context menu, read on as this post will guide you in fixing the problem. The INF file mentioned in the error message is a text file that’s divided into different types of formatted sections. Each one of the sections is designed for a particular purpose. For instance, one section is designed to copy files or to add entries to the registry. INF files are used to install drivers. However, if something is wrong, you might encounter this error while installing a driver on your Windows 10 computer. To resolve this problem, you can try to download the driver again from the official manufacturer website or check if the driver is compatible with your computer’s operating system architecture or you can also try installing the driver from the Device Manager. For more details, follow the given options below.

Option 1 – Try downloading the driver again from the official website of the manufacturer

Usually, you shouldn’t encounter this kind of issue no matter what installation method you used on your Windows 10 PC. However, there are times when the driver itself is corrupted for some reason which is why you are unable to complete the installation and receive an error message instead.

Option 2 – Try checking if the driver is compatible with the OS architecture

It is possible that you’re getting this error if you have a driver that is compatible with a 32-bit system and you are trying to install it on a 64-bit system and vice versa. Thus, you need to check if the driver you are trying to install is compatible with your operating system if you haven’t done it when you’ve downloaded the driver from the website of the manufacturer. To check the system architecture, in the Start Search, type “msinfo32” in the field and hit Enter to open the System Information window. From there, you should see all the information about your operating system. In addition, you can also search “system information” in the Cortana search box and look for the System Type entry and open it.

Option 3 – Try installing the driver from the Device Manager

If you have the driver files on your PC and you have to update a driver, refer to the steps given below to be guided on how to install the driver from the Device Manager.
  • 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 driver you want to update, and then right-click on each one of them and select the Update Driver from the menu.
  • After that, click on the “Browse my computer for driver software” option.
  • Next, select the “Let me pick from a list of available drivers on my computer” option and then click the Next button.
  • On the next screen, you should see the “Have Disk” option. Click on this option and then click on the Browse button to go to the location of the file. After that, you shouldn’t have any problem installing the INF file.

Option 4 – Try running the System File Checker Scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing the “The INF file you selected does not support this method of installation” error. 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. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Now restart your computer.
Read More
How to Fix Slow file copy speed in Windows 10
We tend to move and copy tons of files on our PCs and mostly, the process of copying or moving files, especially if the file has the size of 1GB or up, tends to take quite long. This may be caused by some issues which is why you face slow copy or move speed. So if you are experiencing this issue on your Windows 10 computer, then read on as this post will give you a couple of solutions you can try to increase the speed in copying or moving files. Follow the given instructions below.

Option 1 – Try to change the USB port

You might want to change the USB port since modern computers have a variety of USB ports. So if your USB drive supports USB 3.0 or 3.1, make sure that you plug it inside a USB 3.0 or 3.1 ports. If you’re not sure which port, just keep in mind that the USB 3 port is usually blue or you can also use your computer’s documentation or manual as a reference to locate it. It may sound nothing but changing the USB port can actually improve the copying or moving speeds drastically so this should be the first thing you can try to speed up the process of copying or moving files.

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 – Check for any hard disk errors

  • On your desktop, right-click on the “This PC” or computer icon and then select Manage to open the Disk Management. Here you get to check your drive’s health.
  • Next, click on Disk Management on the left side panel.
  • From there, check the state of your drives. If it shows that all your partitions are healthy then it means all is good and that the problem may have something to do with some physical issues with your hard drive.
You might also want to run the CHKDSK utility to help you fix any issues with your hard disk. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.

Option 4 – Try to disable Windows Auto Tuning

Disabling Windows Auto-Tuning can also help in increasing the copying or moving of files in your computer. It is said that this feature improves the performance of programs that receive TCP data over a network by adjusting the receive buffer size dynamically throughput and latency of the link. Thus, if you are trying to copy some data over the network, then the Auto Tuning feature is playing a role here. And in some cases, disabling this feature completely resulted in a lot faster copy speeds over the network.

Option 5 – Try changing the USB Removal Policy

  • First, plug your USB drive or external device into your PC and then open This PC.
  • Next, right-click on your device and select Properties.
  • After that, go to the hardware tab and select the storage media that you want to enhance and then click on the Properties button.
  • From there, you can select the Better performance option if you wish for your device to have a better performance. Once you select this option, it will enable write caching in your Windows 10 computer but you need to use the “Safely Remove Hardware” option from the notification area to safely disconnect the device otherwise it may result in data corruption.

Option 6 – Format your drive

  • 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
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