Logo

Fixing corrupted system files in Windows

Windows has a lot of built-in tools that help you fix tons of system-related issues. One of them is the System File Check which is the tool you can use to conveniently replace potentially corrupted or missing system files with good ones. But what happens when it does not work? Well, you’ve come to the right place as in this post, you will be guided on how you can replace a corrupted single Windows system file manually with a known good copy of the file if the System File Checker scan is not working.

When you encounter this issue with the System File Checker, it will be unable to replace the corrupted system files and returns an error message instead. And so to fix and replace corrupted system files in your Windows 10 computer without the help of System File Checker, you can refer to the instructions provided below.

Step 1: First, you need to open the log files listed below and identify which particular file has been corrupted:

  • %userprofile%Desktopsfcdetails.txt
  • Log %WinDir%LogsCBSCBS.log

Step 2: You will see all the details on the given log files. Once you find out the name and the path of the file, you have to take ownership of this corrupted system file.

Step 3: To take ownership of the corrupted file, you need to pull up Command Prompt by tapping Win + R keys on your keyboard and then type “cmd” and tap Enter.

Step 4: After opening Command Prompt, type and enter the command below to execute it:

takeown /f FileNameAndPath

Note: In the given command, “FileNameAndPath” represents the name and the path of the corrupted file. For instance, the corrupted file is named “wuapi.dll”, then you need to type “takeown /f C:/Windows/System32/wuapi.dll”

Step 5: Next, you need to grant administrators full access & control to the corrupted file and you can do that via Command Prompt again.

Step 6: In the elevated Command Prompt, type and enter the following command to execute it:

icacls FileNameAndPath /GRANT ADMINISTRATORS:F

Note: We’re going to use the wuapi.dll again as an example. So the command should be like this: icacls “C:/Windows/System32/wuapi.dll /grant administrators: F”.

Step 7: Now all that’s left to do is replace the corrupted system file with a good copy from a trusted source. Once you have a copy, open an elevated Command Prompt again and execute the following command:

copy NewFileLocation FileNameAndPath

Note: In the command given above, the “NewFileLocation” is the location where you have saved the copy of the file. For instance, if you’ve saved it on your desktop, this is how it should look: “copy C:/Users/<username>/Desktop/wuapi.dll C:/windows/system32/wuapi.dll”

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

Windows 11 android apps update

One of the selling points of Windows 11 was the ability to run Android apps natively in it without the need for any third-party software. It is not a big surprise that even after its release Microsoft is evolving and expanding Windows 11 and its features.

Windows 11 Android apps

Microsoft is now rolling out an update for the Windows Subsystem for Android on the Dev Channel of the Windows Insiders program. The new version upgrades the core operating system from Android 11 to Android 12.1 (also known as Android 12L), which means the new system and app features in Android 12 and 12.1 are now available on Windows for the first time. However, not the new features in those updates apply to the modified version that runs on top of Windows. For example, one of the main improvements in 12.1 was a dual-pane notification panel for larger screens, but Android app notifications on Windows just show up in the Windows notification panel.

The upgrade also improves how Android apps integrate into Windows. The Windows taskbar will now show which Android apps are currently using the microphone, location, and other system services — similar to many native Windows applications. Toasts messages (the small popups that some apps use for temporary messages) are now displayed as Windows notifications, and the titlebar on Android apps will use the current activity name for the title.

Full changelog

  • Windows Subsystem for Android updated to Android 12.1
  • Advanced networking on by default for newer x64 Windows builds
  • Updated Windows Subsystem for Android Settings app: redesigned UX and diagnostics data viewer added
  • Simpleperf CPU profiler recording now works with Windows Subsystem for Android
  • Windows taskbar now shows which Android apps are using microphone and location
  • Improvements to Android app notifications appearing as Windows notifications
  • Reduced flicker when apps are restored from minimized state
  • Apps are not restarted when devices come out of connected standby on recent Windows builds
  • New video hardware decoding (VP8 and VP9)
  • Fixes for on-screen keyboard in apps
  • Fixes for full-screen Android apps and auto-hidden Windows taskbar
  • Windows Subsystem for Android updated with Chromium WebView 100
  • Added support for Android NetworkLocationProvider in addition to GpsLocationProvider
  • Improved general stability, performance, and reliability

The new update is limited to Windows Insiders for now, but once Microsoft fixes all the bugs, it should start rolling out to everyone on Windows 11 that has the Android Subsystem enabled.

Read More
Importing and Exporting WSL distros in Windows
In this post, you will be guided on how to import and export the WSL distros in your Windows 10 computer. WSL, also known as Windows Subsystem for Linux, is a compatibility layer needed to run Linux binary executable in Windows 10, as well as the Windows Server 2019. In case you don’t know, when you reinstall or reset Windows 10, all of its configuration data stored with the WSL distros gets deleted. Going back or restoring the configuration can be quite challenging but worry not for Microsoft has already got this covered as you can now import and export the WSL or Windows Subsystem for Linux distros. There are three aspects that you have to deal with when you import or export WSL distros in your Windows 10 computer, such as importing WSL distro, exporting WSL distro, and uninstalling the imported WSL distros. Before you proceed to the instructions provided below, make sure that all your installed distros are updated via Microsoft Store. Once you have this covered, follow the options below.

Option 1 – Import the WSL distro

  • Type “command prompt” in the Start Search and from the search results, right-click on Command Prompt and then select the “Run as administrator” option.
  • After opening Command Prompt as admin, execute this command: wsl --list –all
  • The command you entered will list all the installed WSL distros on your computer. And now it’s time for you to import a WSL distro by executing this command: wsl --import <Name of the distro> <Fill path to save the backup .tar file>
Note: In the given command above, replace “<Name of the distro>” with the name of the distro you want to import and replace “<Fill the path to save the backup .tar file>” with the location where you want to save the .tar file.

Option 2 – Export the WSL distro

  • Type “command prompt” in the Start Search and from the search results, right-click on Command Prompt and then select the “Run as administrator” option.
  • After opening Command Prompt as admin, execute this command to see the list of all the installed WSL distros in your computer: wsl --list –all
  • After that, execute this command to export a WSL distro: wsl --export <Name of the distro> <Fill path to save the backup .tar file>

Option 3 – Uninstall the imported WSL distro

  • Open Command Prompt with admin privileges.
  • Next, execute this command to view the list of all the installed WSL distros: wsl --list –all
  • After that, execute this command to uninstall an imported WSL distro: wsl --unregister <Name of the distro>
  • Once it’s done, close Command Prompt and restart your computer.
Read More
Copy & Paste text between devices
If you have multiple products with Windows on them, Copy & Paste text between them is easy as 1,2,3 and we will be happy to tell you how can you do it. Hello and welcome everyone, today we will see how can we share text information between 2 devices using Windows 10 in instant. In order for you to be able to share text information between devices, there are two prerequisites that you must meet. The first is that all devices must be connected to the internet, the second is that you must have a Microsoft account. If you have both of these things continue with the tutorial, if you do not have a Microsoft account go to Microsoft website and create one for free. Also, know that this option needs to be turned ON on all devices in order to work. So steps we will explain will have to be done on each device, if you already have some device logged in and connected to Microsoft account, you can skip setting it up. Click on ⊞ WINDOWS and click on settings. Windows 10 Star menu with marked settings iconThen click on System. Windows settings system markedOnce you are in the system, on the left tabs find and click on Clipboard. windows settings clipboardIf you are not logged in to your Microsoft account do so on the right panel by locating Sync across devices and click on sign in. clipboard sign inWhen you are signed in click on the option to turn it on. sync across devicesOne option is turned ON, you will be greeted with two choices, to copy everything from the clipboard automatically or to choose text which you want to sync and paste it with ⊞ WINDOWS + V. Choose whatever better suits your needs, and you are done. Repeat these steps for other devices and you are done.
Read More
How to turn off auto brightness

Windows 10 and Windows 11 have automatic dynamic screen brightness depending on the surrounding light inside the room. Please take note that this option is available only on devices with build-in screens like laptops, tablets, and all in one desktop PC. If you are connected with your PC via an external monitor you will not have these settings available and probably feature is not even working.

screen brightness

Some computers will also allow automatic brightness changes also on what is displayed on the screen. This option is meant to save battery life on devices. Microsoft calls this automatic brightness feature Content adaptive brightness control. In order to change this setting, we will go to settings inside Windows.

Disabling automatic brightness inside Windows

Open Settings inside Windows, in Windows 11 press WINDOWS + I to open settings, then click on the system in the sidebar and then go to Display. Click on the small arrow beside the Brightness slider in order to expand a small menu and then uncheck Help improve battery by optimizing the content show and brightness. If you see Change brightness automatically when lighting changes, uncheck that as well. Close the settings and you are good to go, now brightness will always be as set in settings.

Inside Windows 10, go to Settings and then go to System and then in Display under the Brightness and Color section look below and locate the box that says Automatically adjust contrast based on the displayed content to help improve battery and uncheck it, if the box below with text Change brightness automatically when lighting changes exists, uncheck it as well. Close settings and you are done.

Read More
The new Windows 11 dev build will be buggy
windows 11 dev build channelMicrosoft sent an email to users on the Dev build channel saying that the company intends to push some builds that don’t represent what consumers will receive with Windows 11 when it officially releases. In other words, these are going to be some rather buggy builds that won’t be too enjoyable to use. The company recommends users switch from the Dev to the beta channel if they aren’t prepared to deal with the instability. We’ll have to wait and see just how buggy these builds are, but if Microsoft is actually sending out a warning about them it is very likely that builds will be plagued with issues and maybe even stability problems.

Back to Windows 10

How we can expect some buggy build of Windows 11 if you prefer a stable system over new features maybe best decision would be to switch back to Windows 10 until the new OS hits official release.

Switching from dev build channel to beta channel

Another solution, if you do not want to deal with too many issues, is to switch from Dev build channel to beta where things will be more stable. Follow the guide below in order to quickly switch to the beta channel. Following instructions only apply to Windows 11 installations that are linked up to the Windows Insider program, not clean installation of OS.
  1. Press ⊞ WINDOWS + I to open settings
  2. Inside settings click on Windows update
  3. In Windows Update click on Windows Insider Program
  4. Inside click on Choose your Insider Settings
  5. Click on the button next to Beta Channel to select it (you can switch back to the Dev channel here if you change your mind)
The setting will be saved automatically and from now on you will only receive beta channel updates.
Read More
A Quick Guide to Resolving Error 1713

Error 1713 - What is it?

If you use Microsoft-developed programs, then you might experience this error code on your PC. It indicates programming limitations. This error, Error 1713 may pop up during the installation of 2007 or 2010 Microsoft Office Suite. The error message appears in the format stated below:
“Error 1713: Microsoft Office has encountered a problem and needs to close. We are sorry for the inconvenience.”
Common symptoms for error 1713 include system crashes, system freeze and sometimes you may feel your Windows running sluggishly.

Solution

Restoro box imageError Causes

Error 1713 may be triggered due to many reasons. However, common causes for this error occurrence include:
  • Corrupt Microsoft Office Software
  • Corrupt Windows Registry
  • Malware
  • Deleted Microsoft Office Related Files

Further Information and Manual Repair

No matter, what the cause of this error is, it is advisable to resolve it immediately without any delays. This error may pose serious threats to your PC is not repaired timely and also cause you a great deal of inconvenience limiting you from using Microsoft software programs. Here are some of the best and easy DIY methods that you can try to resolve this issue. To work around these methods you don’t have to be a technical whiz or a computer programmer. Let’s get started:

Method 1 - Use System Restore to Undo Changes Made Recently

During any program deletion, you may have accidentally deleted Microsoft related files because of which you may be experiencing error 1713 on your PC. In such an event, the best way to resolve is to undo recent system changes. To do this, use Windows System Restore Utility. This is inbuilt in Windows. To access System Restore Utility, simply press start and type System Restore in the search box and press enter. Now follow the steps in the Wizard to choose a restore point. Once you select, reboot your PC to activate changes.

Method 2 - Update Drivers

One of the many causes of error 1713 is hardware failure. Hardware failure indicates driver issues. To resolve the problem it is advisable to delete the outdated drivers and update new versions on your PC.

Method 3 - Scan for Malware

Malware can also trigger such error codes on your system and corrupt important files. Therefore remove malware immediately from your PC by running an antivirus. Antivirus will detect and delete all malicious programs in no time.

Method 4 - Repair the Registry

Broken entries, junk files, and invalid registry keys corrupt the registry thereby generating error codes. To resolve you first need to clean the registry and repair it. For this download Restoro. It is a PC Fixer deployed with a registry cleaner. The registry cleaner removes all bad entries stored in the registry, cleans it and repairs the damaged files in just a few clicks. Click here to download Restoro.
Read More
Enable or Disable the Reserved Storage
A lot of users complain about low storage space each time a Windows Feature update is released as well as to complain about not being able to download the updates, slow update experience, and many other complaints. The main issue is that many users do not have enough storage space available on their PCs. And now to make sure that none of the updates gets stuck because of low storage space, Microsoft presented the Reserved Storage feature which comes preinstalled with v1903 or those where v1903 was clean installed. This guide will be showing you how you can enable or disable the Reserved Storage in your Windows 10 computer. As you know, the Windows Update process should have enough space so that it can download, extract and apply the update on the computer. Usually, the size of the Reserved Storage is around 7GB which gives enough space for the update, temporary files, system caches, apps, and many more. And according to Microsoft, the size of the Reserved Storage space will vary from time to time and will depend on how you use your computer.

Explanation

The Reserved Storage space feature is enabled by default on devices that come preinstalled with the May 2019 update or after performing a clean installation of the Windows 10 OS. To check if your computer has this feature, you need to go to Settings > System > Storage and from there click on the “Show more categories” link and then click on the “System & reserved” option. However, if you can’t find the Reserved Storage from the list, then it’s probably because your computer has limited space on the hard disk or it is not a fresh or new install. On the other hand, if you have this feature but have no use for it and want to disable it instead, then read on as this post will also show you how it’s done.

Solution

Keep in mind that when you disable the Reserved Storage feature, chances are, you might be unable to enable it back so you need to make sure that it’s really what you want to do before you disable it permanently. So if you really want to disable Reserved Storage, you can do so using the Registry Editor. Before you proceed, you have to create a System Restore point first and then carry out the following steps.
  • Tap the Win + R keys to launch the Run utility and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry path: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionReserveManager
  • From there, double click on the DWORD named “ShippedWithReserves” and set its value to “1”.
  • Once you’re done, restart your computer and see if the Reserved Storage feature is now gone.
On the other hand, if you want to reduce the Reserved Storage space, there are two ways you can do that. First, you can go to Settings > Apps > Apps & features > Manage optional features and from there, uninstall the optional features that you do not use. The second one is you have to go to Settings > Time & Language > Language and then uninstall the languages and their add-on which you don’t use. Note: The Reserved Storage feature is also used by system processes and apps to create temporary files and once the Reserved Storage space fills up, Windows 10 will delete them automatically. It is undeniable a useful feature so disabling it is not recommended but if you are running on low storage space and don’t have much choice, then you may disable it at your own risk.
Read More
nslookup works but ping fails in Windows
nslookup is a command-line tool that helps in finding the DNS records of a website. It sends a name server query to the DNS and obtains the corresponding IP address. Aside from that, it can also perform some complex functionality such as finding details about FTP server, Mail server and many more but most of them are used by administrators. The best thing about nslookup is that it queries the DNS server directly and it does not rely on the cache. On the other hand, there is another tool called PING that is used to verify connectivity. PING sends a packet of information to the IP address or Domain and gets back a response in the form of packets. So if everything goes well, all packets are received but if not, it will help you find out where the delay in the network exactly is. However, the ping command does not always attempt a DNS lookup which means that it might be using the DNS cache and use the IP address available in that table. Although both nslookup and PING help you in identifying the host or IP address, however, they don’t always work and sometimes fail. So if your nslookup works but ping fails on your Windows 10 PC when querying the IP address of a website then it could be caused by many reasons. It could be that the nslookup queries work for you but when you try to use PING, it fails. For instance, if you open the abc.com website, here’s how it will look like:
nslookup xyz.com Server: dns.company.com Address: 192.168.1.38 C:> ping xyz.com Ping request could not find host xyz.com. Please check the name and try again.
The domain is converted into an IP address and then data is sent to that IP address when you use PING. So when a reply comes back it means that the data is going back and forth to that domain without any problem. However, if the DNS fails to resolve the IP address of the website or if your PC does not attempt a DNS lookup, you will receive a similar error message that says, “Could not find host” and so on. To resolve this issue, here are some options that might help.

Option 1 – Reset Winsock, TCP/IP & Flush DNS

Resetting Winsock, TCP/IP, and flushing DNS might help you resolve the issue with nslookup and PING. To do so, follow these steps:
  • Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
  • After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.

Option 2 – Force Windows to do a DNS lookup using FQDN

  • Go to Settings > Network & Internet > Status > Change adapter options.
  • From there, right-click on the network and select Properties.
  • Next, in case you’re using IPv6, from the list of connections available in the list, select Internet Protocol Version 4.
  • Then click on Properties and click Advanced.
  • After that, switch to the DNS tab and select “Append these DNS suffixes (in order)” and click on the Add button and then add “.” as a suffix so that each time you query using PING and another tool, it will add a “.” at the end and will force the lookup.

Option 3 – Make sure that there is only one default gateway

If your computer has more than one NIC connected and there are multiple default gateways, then it will most likely create confusion which is why you need to remove the default gateway from the configuration of all NICs and make sure that there is only one default gateway.

Option 4 – Use the Google Public DNS

You might want to change your DNS to Google Public DNS as it could also help you in fixing the nslookup and PING issues. 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 – Check the Windows Host file

You can also try to cross-check the Windows Hosts file to find out if the website you are trying to open has been blocked, because if it is, then it’s no wonder why PING fails even when nslookup works. There are instances when some third-party application modifies the file and adds some websites to the blocklists. So if the website is indeed blocked, you need to remove it from the list.

Option 6 – Delete the WLAN Profiles

Deleting the WLAN Profiles might be a good idea if you are not able to connect to the internet on your computer and if you’re using Wi-Fi. It could be that the networks that were connected previously have gone rogue which is why it is not connecting properly. And so deleting the WLAN profiles might help you in fixing the issue with nslookup and PING.

Option 7 – Reinstall the Network Adapter Drivers

  • Tap the Win + R keys to launch the Run window and then type in the “msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and select “Uninstall device”.
  • Restart your PC.
Read More
Disable Touchscreen in Windows 11
The touchscreen feature inside Windows 11 is a pretty good thing but sometimes can be very impractical. The screen can easily and constantly get dirty due to fingers touching it all the time and there are users that do not wish or want to have this feature at all. touchscreen windows 11If you are one of the mentioned users and for any reason, you do not wish to have a touchscreen-enabled then sit back and relax, we have you covered in this tutorial on how to fully disable touchscreen inside Windows 11.

Turn off touchscreen via device manager

  1. Click on the Windows Search icon in the taskbar
  2. Type Device Manager
  3. Click on Device Manager from the list of results
  4. Inside locate Human Interface Devices and click on the right arrow
  5. In the list, find HID-Compliant Touch Screen and select Disable Device
  6. Click on Yes to confirm

Disable it via Windows Terminal

  1. Right-click on the Windows icon in the taskbar
  2. Click on Windows Terminal (admin)
  3. Inside run this command: Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Disable-PnpDevice -Confirm:$false

Conclusion

No matter which method you prefer, both of them will disable the touch screen inside Windows 11. Thank you for reading trough article and I hope to see you again. Take care.
Read More
How to fix disk signature collision problem
As you know, storage devices are an important part of the computer system for porting, saving, and extracting data files. And for you to differentiate between storage devices on your computer system, each one of the storage devices is labeled with a unique number referred to as Disk Signature for identification. The unique disk identifier is stored as a part of the MBR or Master Boot Record. Disk signature is used by operating systems in order to identify and set apart different data storage devices and hard disk drives in the computer for data access. These days, Disk cloning has become a regular practice in upgrading to larger hard disk drives. Drives are cloned in order to produce a similar copy to use both the original drive and cloned copy together. Moreover, lots of virtualization tools are being used to virtualize the physical hard disk drives to create virtual hard disk drives and several virtual machine clones that are created with the existing virtual hard disk drives. And since these are identical copies, chances these copies may have identical disk signatures. As a result, when you use both disks that have identical signatures at the same time you run into the Disk Signature Collision problem. This kind of problem does not often occur as the Windows system does not really allow two disks to function simultaneously when they have the same disk signature. When you encounter a Disk Collision problem in your Windows 10 computer, you may see the following error messages:
  • The boot selection failed because a required device is inaccessible
  • The disk is offline because it has a signature collision
  • This disk is offline because it has a signature collision with another disk that is online
You can fix the disk collision problem by changing the disk signature which you can achieve using the command line utility diskpart in Windows PowerShell or Command Prompt or using Windows Disk Management utility. To fix the disk collision problem, you can make use of the command-line utility called diskpart in Windows PowerShell or Command Prompt to view and change the signature, or can make use of Master Boot record in the Windows Registry. You can also make use of Windows Disk Management Utility to change the signature. Simply follow the given options below to change the disk signature either way.

Option 1 – Change Disk Signature via Diskpart

  • Type “command prompt” in the Windows Search bar and then right-click on the related search result and select the “Run as administrator” option.
  • After that, type the “diskpart” command and hit Enter to open Diskpart.
  • Next, type the “list disk” command to display all the disks available in the system.
  • Next, take note of the problematic disk number with the status Offline from the list and then type the “Select disk x” command where x is the offline disk to select the offline disk. For instance, if you type “select disk 1”, it will display the “Disk 1 is now the selected disk” message.
  • Now type the “Uniqueid disk” command to display the disk signature and to change the disk’s signature and set the disk online, type the “unique disk ID= (New signature)” where (New signature) is the new ID in hexadecimal. For instance, you can set the new id as “unique disk ID= 1456ACBD”.
Note: If you have given the wrong format ID, the command prompt will display the following error:
“The specified identifier is not in the correct format. Type the identifier in the correct format: in hexadecimal form for an MBR disk or as a GUID for a GPT disk.”
  • After you’re done, the disk will be online, and then restart your computer.

Option 2 – Change Disk Signature via Disk Management Utility

  • Tap the Win + R keys to open the Run dialog box and then type “diskmgmt.msc” and hit Enter or click OK to open Disk Management.
  • Next, right-click on the disk that is marked as Missing or Offline.
  • After that, select the Online command from the drop-down menu.
  • Then from the selecting option Online, Windows will generate a new disk signature.
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