Quick Tips and Tricks for Supreme Windows 11 Performance
Finally upgraded to Microsoft’s newest OS, but the performance is a bit sluggish? Here are a few useful tips you may not have thought about that could significantly transform your experience!
How to speed up Windows 11?
1. Disable startup programs
There are many programs that launch right on startup that really aren’t essential. This, in turn, causes your PC to launch and run more slowly.
To check which programs are enabled on startup, go into the Task Manager and select the Startup tab. Find every program that doesn’t need to launch immediately, right-click on it and press ‘Disable’.
This will not shut down the program in that instant. It’ll just prevent it from running automatically as you turn on your PC. You can always launch it manually when you need it.
2. Expand your memory and storage
If you want your PC to run super smoothly, you need to have enough memory to support that. This is especially significant for those of you who love to multitask. Upgrading your RAM gives your PC more space to store the temporary data it needs to complete processing tasks. In other words, processing takes a lot less time.
Your long-term storage is equally important. Hopefully at this point you’re already using SSD over HDD, since this type of storage offers a faster boot time.
Credit Marc Pezin on Unsplash
In any case, we recommend expanding your storage capacity. The more files and data you store, the more there is to load, significantly influencing your PC’s speed. Larger storage capacity means new data and essential updates can be stored comfortably, preventing any strain on your PC’s performance.
3. Clean up disk space
If you aren’t willing to upgrade your storage just yet, the least you can do is clean up your storage right now.
Aside from manually deleting stuff you no longer need, you can also get rid of temporary files that clutter up your storage and eat up performance for no reason. To get to them, click Windows + X and select ‘Run’ (or just type it in the search bar).
A small window will pop up, where you need to type %temp%. This will take you to a whole folder full of all the temporary files you can remove without thinking twice.
For those who upgraded from Windows 10, there’s a neat trick to get rid of potential leftover files you don’t need on your brand new iteration. Only do this if you’re 100% sticking with Windows 11, though. Go to System > Storage > Temporary files. Make sure to only leave ‘Previous Windows Installation’ and ‘Windows Update Clean-up’ checked and click on ‘Remove files’.
Lastly, make use of Windows 11’s fantastic Storage Sense feature. Turning it on will enable your PC to constantly watch out for junk or unused files to optimize your PC’s performance to the maximum.
4. Install pending updates
This one should go without saying, but pending updates can be detrimental to your Windows 11 performance. The longer you leave them untouched, the more bugs the outdated programs and patches can cause. So, make sure to regularly check for updates and install them as soon as they’re available.
5. Disable visual effects
As cool as visual effects, animations, shadows and transparency are, they can also put quite a toll on your computer’s speed. On a newer setup this generally shouldn’t be a problem, but if you do notice a drop in performance, definitely consider turning off some of these settings.
To do this you can go to the Control Panel, System Properties and click the ‘Advanced’ tab. In the Performance section, choose Settings. If you’d like a quicker way to get to the dialog (Performance Options) with Visual Effects, you can also type sysdm.cpl in the search bar.
Once there, you can either have your PC choose what’s best, choose the best appearance or the best performance. The other option is to manually toggle the effects off and on. The biggest obstacles to speed are taskbar animations, window shadows, control/element animations and animations upon minimizing/maximizing.
Credit Windows on Unsplash
In the same vein, you should go to Settings > Personalization > Colors and disable Transparency, to prevent your computer from doing overtime just to hit the aesthetic appeal.
6. Get rid of bloatware
Bloatware is one of the biggest culprits of slow computer speed.
Pre-installed software that’s pretty much useless but takes up valuable system resources has been around since day one. No matter which device or platform you’re talking about. Luckily, a lot of it is removable, making it easy to lighten the load on your device.
To boost your Windows 11 computer, go to Settings > Apps > Installed apps.You’ll probably see a bunch of apps you don’t want or need. Click on the three dots next to each one you want to remove and press ‘Uninstall’.
Aside from helping optimize performance, removing bloatware has another great benefit. Unfortunately, often this pre-installed software is quite vulnerable, exposing you to great risk of cyberattacks. So, removing it definitely improves your device’s security and gives you at least some peace of mind.
Summary
These are a few of our fastest tips for boosting performance. There are other, more complex and time-consuming ways, of course. If you’ve tried these quick ones and still need advice on how to improve your PC’s speed, feel free to reach out!
DirectX function GetDeviceRemovedReason error is a DirectX error that comes up during playing games on Windows 11 operating system. Usually, the error occurs in gaming systems powered by AMD and very rarely if any times at all on Nvidia or intel platforms.
If you are one of the gamers affected by this error, fear not because we have a solution for you. Follow provided fix guide in order to correct this error and get back to gaming asap.
1. Update drivers
The first thing of course is to update your graphic card driver, you can do this with your graphic cards panel software or directly in Windows itself but the best practice and one that I would recommend is to go to your graphic card manufacturer’s website and download the latest driver there, and then install it inside Windows 11.
2. Change power mode
Changing power mode inside Windows 11 can solve this issue since sometimes Windows power manager if it is set to anything except best performance can interfere with the proper functioning of the graphic adapter, and because of this error. To change the power setting do the following:
Press ⊞ WINDOWS + I to open settings
Click on the System tab
Select power & battery on the right part
Click on the menu beside power mode
Select the best performance
3. Run SFC scan
Corrupted system files can also cause this error and if previous steps have not resolved it we will use Windows built-in tool SFC scan to find and repair all bad files in windows.
Press ⊞ WINDOWS + S to open the search menu
Type in Windows terminal and run it as administrator
If prompted click on YES on UAC
Press CTRL + SHIFT + 2 to run command prompt
Type in sfc /scannow and press ENTER
Wait for the whole process to finish and then reboot your system
4. Reinstall the problematic game
Sometimes game files can get corrupt and maybe even overwritten, try with game reinstallation if the problem still persists.
You have the option to choose to configure the Network to Private or Public when you set it on Windows 10 PC. On the other hand, if the option to change the Network from Public to Private goes missing in Windows Settings then this post will surely help. You can find this setting under Settings > Network and Internet > Ethernet and appears when you click on it.
If you are not able to see the option to change the network profile, then you either can’t open the settings, or the option to change it has been disabled. To resolve this issue, you can either use the Registry Editor or Windows PowerShell. Refer to the options given below for more details.
Option 1 – Change the Network Profile via Registry Editor
Changing the Network Profile can be done using the Registry Editor. But before you proceed, make sure that you create a System Restore Point first just in case. Refer to the steps below to do so.
Tap the Win + R keys to open the Run dialog box.
Then type “Regedit” in the field and hit Enter to open the Registry Editor.
After that, navigate to this key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionNetworkListProfiles
Now expand the Profiles key folder located in the left pane to see one or more folders.
Next, expand each one of these folders and look for the “Description” sub-key which should match the name of your network.
After you find the Description sub-key, look for another sub-key named “Category” and double click on it to open it.
Now change its value from “0” to “1” to change the Network Profile from Public to Private.
Option 2 – Change the Network Profile via Windows PowerShell
Aside from the Windows Registry, you can also use Windows PowerShell in changing the Network Profile from Public to Private and so on. Take note that you have to use PowerShell with admin privileges. Just refer to the steps below to do so.
Tap the Win + X keys and then select the “PowerShell (Admin)” option.
Next, click on Yes if the User Account Control prompt appears.
After that, execute the commands listed below. Hit Enter right after you key in each one of them.
Dsound.dll is a type of Dynamic Link Library. This is one of the many files that are associated with DirectX software. And DirectX software is used by most Windows-based games.
Dsound.dll contains small programs that help run and load Windows-based games on your system.
The Dsound.dll error pops when Windows-based games are unable to load and run on the computer.
The error code appears on the screen in one of the following formats:
"The file dsound.dll is missing"
"File dsound.dll not found"
"Dsound.dll not found. Reinstalling might help fix this."
"Dsound.DLL Not Found"
Solution
Error Causes
Dsound.dll error is generated due to multiple reasons. These include:
Corrupt, damaged, or missing Dsound.dll file
Malware infection
Outdated drivers
To play the games on your computer, it is important to fix the Dsound.dll error immediately.
Further Information and Manual Repair
To resolve Dsound.dll error at home on your own without hiring a professional and spending hundreds of dollars in repair, here are some methods you can try:
Method 1 - Restart Your PC to Resolve
Sometimes the error may be a fluke and can be resolved by simply restarting your PC. So, before you try other methods, it is recommended that you restart your system first.
If it resolves the issue, then that’s great. If it doesn’t, then try other methods given below!
Method 2 - Reinstall the Deleted Dsound.dll File
Since DLL files are shared files, there is a possibility that while uninstalling a game on your PC, you might have accidentally deleted this file too.
If so, check your recycle bin and search for the deleted file. If you locate it, simply restore it. But if you can’t, then download the Dsound.dll file from a reliable DLL website. Make sure that the site is authentic because the last thing you want is to download malware instead of a DLL file.
Method 3 - Update Driver for Your Video Card
If Dsound.dll error occurs because of outdated drivers, then update them to resolve. You can do this by using a driver update wizard from within Device Manager. The wizard will guide you through the process, making updates simple.
Method 4 - Remove Malware
Download a powerful antivirus to scan and remove malware from your system. A malware infection can trigger a Dsound.dll error too.
Method 5 - Uninstall the Game and then reinstall it again
Try uninstalling the game during which you experienced this error. Sometimes the error may pop because of improper game installation. Uninstall it and then reinstall it. Once you’ve reinstalled it, try accessing it again. If it is accessible, the error is resolved.
Method 6 - Repair the Registry
DLL errors are also related to the registry. These files can get damaged if the registry gets loaded with junk files and cookies. In such as situation clean and repair the registry. You can do this manually but it can be time-consuming and tricky if you are not technically sound.
Therefore download Restoro. It is a powerful and user-friendly PC Fixer embedded with a registry cleaner. The registry cleaner scans and removes all junk files clean the registry and repairs damaged DLL files immediately.
Click here to download Restoro and resolve error Dsound.dll today!
Counter strike has evolved from half-life mod into the full-featured game and has kept in popularity for years, even today game is wildly popular and has a huge player base.
Sadly game can crash in Windows 10. Here in this article, we will address how to fix csgo crashing in Windows 10 so you can play it smoothly and crash-free as it was meant to be played.
Update your display drivers
Often in the gaming world having the latest display drivers can mean a world of difference. Counterstrike GO is no different, make sure that your drivers are updated to the latest version, if they are not, go to your manufacturer's website and download the latest version.
Update Windows
Just how much important is it to have the latest display drivers so it is to have the latest Windows update. Often problematic things are addressed in the update itself.
Turn off compatibility mode
Compatibility mode is most often the cause of crashes. Go to the game installation folder and search for csgo.exe. Once you locate it right-click on it and choose properties.
Under properties, find the compatibility tab and turn off compatibility mode if it is ON.
Uncheck run as administrator also
Delete CSGO.EXE and add cl_disablehtmlmotd 1
If disabling compatibility mode has not solved the issue do next:
Pull up the installation directory folder, find csgo.exe, and delete it
Pull up the Steam Library and locate Counter-Strike Global Offensive
Right-click on it to select properties
Find the local tab and click on verify integrity of game files
When that is complete, go back into the Counter-Strike Global Offensive installation folder and search for cgo.exe
Turn compatibility OFF like in the previous step
Return to the Steam Library, right-click on Counter-Strike Global Offensive and click on properties again
Go under the launch options settings
In the new window, type in cl_disablehtmlmotd 1Save the changes and restart the game
Lower game settings
If previous steps did not help and the game still crashes, try lowering game graphic settings. Crashes can happen if a game is heavy on the current system resources.
Recently, a number of users reported that their Google Chrome browser does not remember any accounts, login sessions, as well as passwords. So if you are one of the users who experience the same problem, then you’ve come to the right place as this post will guide you on what you can do your Chrome browser does not save passwords, remember accounts and login sessions in Windows 10.
This issue in Chrome could be caused by a lot of factors. It is possible that there is a setting in Chrome that prevents the browser from saving any data. It is also possible that the Google Chrome profile or the Cache folder for Chrome has become corrupted. Moreover, a third-party antivirus program could also be blocking the browser’s functionality in saving data. Whatever the cause is here are some suggestions you could follow that will help you fix the problem but before you do that, you can try to update your Chrome browser to its latest version first. If it didn’t work, then proceed to the given options below.
Option 1 – Try to clear browser cache
Open your Google Chrome browser.
After that, tap the Ctrl + H keys. Doing so will open a new panel that allows you to delete the browsing history and other data in your browser.
Now select every checkbox that you see and click on the Clear data button.
Then restart your Chrome browser and check if you can now complete the download again.
Option 2 – Try to delete the cache files for Google Chrome
The next thing you can do is to delete Chrome’s cache files or its store information which helps it in loading cached webpages faster when you pull them up. However, if it turns out that the cache files are corrupted, then it’s no wonder why Chrome is unable to save passwords. To fix this, you can try to delete the cache files for Google Chrome webpages and you can do it by following these steps:
First, open Google Chrome.
Next, open this address in Chrome – chrome://settings/clearBrowserData
After that, go to the Advanced tab and select all time as well as the first four options.
Now click on the Clear data option and then restart the Chrome browser once the cache has been cleared.
Option 3 – Try allowing Google Chrome to keep local data
If the option to keep local data is disabled in Google Chrome’s settings, it won’t be able to store local data in the browser. Thus, you need to enable it by following these steps:
Open Chrome and enter this address – chrome://settings/clearBrowserData
After that, drag the toggle button off for the “Keep local data only until you quit your browser” option.
Once done, restart Google Chrome and check it fixed the problem or not.
Option 4 – Try to enable the setting that offers to save password
As you know, a lot of websites offers users a choice to save a password and you can also do the same with the Chrome browser. You just have to enable this particular setting by going to the address, chrome://settings/passwords. From there, drag the toggle button for the setting Offer to save passwords, off.
Option 5 – Try to create a new profile for Chrome
If your user profile in Google Chrome ends up getting corrupted, it is most likely the reason why Chrome is unable to save passwords. Thus, you need to create a new user profile. How? Follow the steps below.
First, click on the account icon located at the top-right corner of the profile.
Next, go to the Manage People section and select Add Person > Add.
After that, enter the details to add the new account and then restart Chrome.
Option 6 – Reset Chrome
Resetting Chrome can also help you fix the problem. This means that you will be restoring its default settings, disabling all the extensions, add-ons and themes. Aside from that, the content settings will be reset as well and the cookies, cache, and site data will also be deleted. To reset Chrome, here’s what you have to do:
Open Google Chrome, then tap the Alt + F keys.
After that, click on Settings.
Next, scroll down until you see the Advanced option, once you see it, click on it.
After clicking the Advanced option, go to the “Restore and clean up option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
Now restart Google Chrome.
Option 7 – Try to clean reinstall Chrome
There are instances when programs leave files behind after you’ve uninstalled them and the same thing can happen to Chrome so before you reinstall Chrome, you have to make sure that you have deleted the User Data folder. To do so, refer to the following steps:
Hit the Win + R keys to open the Run dialog box.
Next, type “%LOCALAPPDATA%GoogleChromeUser Data” in the field and hit Enter to open the User Data folder.
From there, rename the default folder and name it something else, e.g. “Default.old”.
After that, install Google Chrome again and check if the issue is now fixed.
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.
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.
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.
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.
0x000000A5 is a stop error code also referred to as a blue screen of death error code. It is related to Advanced Configuration and Power Interface basic input/output system in Windows.
It often leads to a sudden system shut down or your system may restart unexpectedly. Blue error codes like 0x000000A5 are the most severe and dangerous types of errors Windows can encounter.
Ignoring 0x000000A5 error pop-ups and not repairing it timely can result in system crashes, valuable data loss and system failure.
Solution
Error Causes
The 0x000000A5 error code occurs particularly because of the ACPI BIOS error. This error message on your computer screen indicates that the Advanced Configuration and Power Interface (ACPI) BIOS of the computer is not compatible with your Windows system and is not fully compliant with the ACPI specifications.
BIOS is a set of software. Through this software, the operating system communicates with the computer’s hardware devices. The ACPI is a part of BIOS and the Windows operating system. It is the standard for the way BIOS works.
The presence of ACPI in the BIOS on a given Windows system determines whether the system can make full use of features such as Power Management or Plug and Play.
Here’s what happens: traditionally, ACPI BIOS implementation tries to manipulate hardware resources directly through BIOS code for hardware functionality nonetheless if the ACPI-based BIOS is not compliant with the ACPI standard on your system, it may not support workable communication between the operating system and the hardware.
This results in imbalance as the operations cannot be synchronized which results in system shut down, system instability, and machine failure. As a warning stop error 0x0000000A5 is displayed on the screen.
Further Information and Manual Repair
To fix the error message 0x0000005A on your PC you don’t need any professional assistance. Solving such blue screen errors in just a couple of clicks is not possible with Restoro
This is a multi-functional and feature-filled registry cleaner and system optimizer that helps PC users resolve practically every type of system instability issues and registry errors including BSoD errors like 0x000000A5.
It offers a comprehensive suite of utilities including registry cleaning, privacy issue detection and repair, system stability error identification, and Active X and Class issues detection.
This innovative and advanced PC fixer is designed to ensure and deliver optimum system performance. It scans and detects causes for 0x000000A5 error code and repairs them in seconds.
It has a neat and intuitive layout and easy navigation which makes this repair tool extremely user-friendly. Users of all levels are it novice or experienced can use it with ease and fix all types of PC-related errors like 0x000000A5 right away with no hassle. ACPI BIOS Error can be quickly resolved with this tool.
This error tool offers outstanding compatibility. It is practically compatible with all Windows versions.
Restoro download
To get started all you have to do is click here to install the Restoro on your computer. Once it is installed, run it to scan for 0x000000A5 error code. After scanning is complete, click the repair button to repair this issue immediately.
For user safety and data security, Restoro also creates backup files. This ensures that no valuable data is lost during system repair.
So, don’t delay in resolving error 0x000000A5 error code; install Restoro on your system today!
If you are using a couple of graphics-intensive applications like video rendering software or some games, then something in the background of the system could get messed up and you might encounter the “LoadLibrary failed with error 1114, A dynamic link library (DLL) initialization routine failed” error message. This kind of error can usually get fixed by twerking some graphic settings, fixing and updating the drivers, and allowing your PC to work by leveraging the maximum use of the resources it’s got. Thus, in this post, you will be guided on some measures you can apply to resolve this kind of error message as soon as possible.
Before you go over the options given below, if you have made any changes to any software component in your computer or installed new software recently, then you might want to undo them and then check if it fixes the “LoadLibrary failed with error 1114 “ error. Once you have that covered but you’re still getting the error, use the options given below as a reference to fix the error.
Option 1 – Try to modify the Dynamic Graphics Settings
You might want to modify the Dynamic Graphics Settings in order to fix the error. To do so, follow the steps below.
Open Control Panel and then Power Options.
From there, click on the Change plan settings option for your chosen power plan.
After that, click on Change advanced power settings.
Then look for the Switchable Dynamic Graphics option and then click on it to expand it.
Afterward, expand the Global Settings option and then select Maximize Performance for both the “On battery” and “Plugged in” options.
Now click on the Apply button and then OK to save the changes made.
Note: If the Switchable Dynamic Graphics option is not available on your computer, you can try the next given option below.
Option 2 – Try switching the Graphics card to High-Performance mode
Note that this second option varies from computer to computer since most computers use the Graphics card made by NVIDIA, while some by AMD and others use Intel HD Graphics. Thus, depending on which graphics card your computer uses, pick one of the three fixes below.
NVIDIA Graphics Drivers:
If your computer uses a graphics card made by NVIDIA and has the drivers are properly installed and updated, then follow the steps below.
Right-click on any empty space on your desktop and then click on the NVIDIA Control Panel.
After that, expand the 3D Settings on the left-hand side tree-structured list and then click on Manage 3D Settings.
Next, select your preferred GPU on the right-side panel and then set it to the High-Performance NVIDIA Card from the drop-down menu.
As an alternative, you can also go to the Program Settings tab,
From there, select the program that you are trying to run from the drop-down menu and click on Add.
Now set the graphics processor to a High-performing processor and then restart your computer to apply the changes made.
AMD Graphics card:
If your computer uses a graphics card made by AMD and has the drivers are properly installed and updated, then follow the steps below.
Right-click on any empty space on your desktop.
Click on AMD Control or Configure Switchable Graphics.
Next, click on Browse and select the program where you encounter the error.
Finally, click on High Performance for the selected program and then restart your computer to successfully apply the changes made.
Intel HD graphics:
If your computer uses the Intel HD graphics and then its drivers are properly installed and updated, then follow these steps:
Right-click on any empty space on your desktop and then click on the Intel Graphics Settings.
Next, click on the Power menu.
After that, select a Graphics Power Plan for both the “On battery” and “Plugged in” options to High-Performance Power Plan.
Then click on the Apply button and restart your computer.
Error code 0x80240020 is a Windows 10 upgrade error code that affects users who attempt to upgrade their Windows operating system. This may occur due to a particular program that blocks the upgrade from completing. It can also result when other PC issues interfere with the upgrade process by disrupting the ability of Windows Update to download updates on one’s machine. Common symptoms of error code 0x80240020 include the following:
Message box detailing the presence of error code 0x80240020
Inability to complete Windows 10 upgrade process
Solution
Error Causes
Upgrade error codes occur when Windows users experience upgrade failure while using Windows Update, the Microsoft Windows Update website, the Microsoft Update website, or the Windows Server Update Services (WSUS) server. Disruption may cause this process to fail, for instance, due to system file corruptions or problems related to the Windows Update services.
Further Information and Manual Repair
To correct issues related to error codes, it is often best to apply manual repair methods. These help Windows users determine the root causes of the error code and provide solutions that permanently fix these issues. For instance, if error code 0x80240020 on your machine is due to an issue within the Windows Update tool, you will need to first verify that this is the problem by using a troubleshooter option found within your machine’s settings. The troubleshooter will detect and fix the issue.
Most of these manual repair methods can be implemented by any Windows user, regardless of their background, technical abilities, or lack thereof. However, in certain cases, technical skills are required. If you have trouble implementing the procedures highlighted below or in any other error code article found on this site, consider getting help from a Windows repair technician or use a powerful automated tool.
Below are details regarding the manual repair methods for fixing error code 0x80240020. Ensure you follow the instructions correctly. After all, any error you make will likely cause further problems on your machine and prevent you from resolving error code 0x80240020 in Windows 10.
Method One: Run Windows Update Troubleshooter
One way to fix error code 0x80240020 is to troubleshoot Windows Update. To do this you will need to access Settings within your machine then simply select the relevant troubleshooting options available. Follow the instructions below:
Step one: Type Settings within search box near Start button then press Enter
Step two: In the search box within Settings, type Troubleshooting
Step three: Select the troubleshooting option
Step four: Under System and Security, select Fix problems with Windows Update
Step five: Under Windows Update, select Resolve problems that prevent you from updating Windows.
Step six: Click Next and wait for the troubleshooter to detect and fix problems
If there are problems with Windows Update, the troubleshooter will be able to fix them. Once this process is complete, restart your PC and then reopen Windows Update. Attempt to upgrade your Windows operating system. If Windows Update completes the process and your machine downloads and runs the upgrade, you have successfully resolved error code 0x80240020.
If, however, there is another upgrade failure and the message box detailing the presence of error code 0x80240020 in Windows 10 appears, you will need to apply another manual repair procedure. Please see below for further details regarding manual repair method two.
Method Two: Use SFC to Scan and Fix Corrupted System Files
Corrupted or missing system files may interfere with your machine’s ability to successfully download an upgrade. For this reason, scan and fix any problems related to system files on your machine using Command Prompt. This manual repair method is often called a System File Check/ Checker (SFC).
Step one: Right-click Start Menu
Step two: Select Command Prompt (Admin)
Step three: Type sfc /scannow
To ensure you follow this procedure correctly, enter the command as it is written above, with a space between “sfc” and “/scannow”. Once missing, corrupted or damaged files are present on your machine, the SFC command will enable Command Prompt to scan and fix these issues. Wait until the process is complete then reboot your PC.
With your system successfully rebooted, reattempt the Windows 10 upgrade process in Windows Update or on the Windows Update website. If the issue causing error code 0x80240020 was related to problems with system files, you should be able to complete the upgrade after using the SFC tool.
Method Three: Download an Automated Tool
If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.
If you are using File Explorer but suddenly encountered an error saying, “No such interface supported”, read on as this post will guide you on how to fix the problem. This kind of error occurs due to the corruption in the system files which supports several tasks in the system that works with the Windows File Explorer process or File Explorer. This kind of error can give you a hard time in browsing the files on your computer, or when you open important utilities like the Control Panel, or when you copy files and other inconveniences. Needless to say, it won’t bring you any productivity at all and can only leave you frustrated.
To fix this problem, there are several options you can try. You can try to run the System File Checker scan or the DISM tool. You could also try to re-register the potentially corrupted DLL files or fix the User Profile. For more details, refer to each one of the given options below.
Option 1 – Try to run System File Checker
System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why you’re getting the errors 0x8024a11a and 0x8024a112. To run the SFC command, follow the steps given below.
Type “cmd” in the Start search and then right-click on the appropriate search result.
Next, select “Run as administrator” to open Command Prompt with admin privileges.
After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Now restart your computer and see if the problem is fixed or not.
Option 2 – Try to fix the User Profile
The next thing you can do to fix the problem is to fix the User Profile. All you have to do is migrate to a new User Profile in Windows 10 by creating a new User Account and migrating all your personal files from the current user profile folder in the C:/Users location to the new user profile folder which is also located in the same folder.
Option 3 – Run the DISM tool
You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the “No such interface supported” error. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
Open the Command Prompt with admin privileges.
Then type in the following commands and make sure to hit Enter right after you type each one of them:
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
exe /Online /Cleanup-image /Restorehealth
Do not close the window if the process takes a while as it will probably take a few minutes to finish. Once it’s done, restart your computer.
Option 4 – Try to re-register the problematic DLL file
You may have to re-register the ntdll.dll file using the regsvr32.exe before you can successfully install the program and fix the error. The Regsvr32 tool is a command-line utility that can be used to register and unregister OLE controls like DLL and ActiveX (OCX) controls in the Windows operating system. Follow the steps below to use it.
Open Command Prompt as admin from the WinX menu.
Next, type the following command in the elevated Command Prompt and hit Enter to execute it. This will re-register the affected DLL file using the Windows operating system tool, regsvr32.exe.
regsvr32 c:windowssystem32actxprxy.dll
After you execute the given command, you should see a message saying, “DllRegisterServer in vbscript.dll succeeded” if the Regsvr32 tool was able to run successfully. If it didn’t work, you can try to execute this command instead: FOR /R C: %G IN (*.dll) DO "%systemroot%system32regsvr32.exe" /s "%G"