Logo

Ordinal not found, dynamic link library Error

If you encounter an error message saying, “The ordinal xxx could not be located in the dynamic link library C:/Program Files (x86)/Microsoft VS Code Insiderscode – insiders.exe“ and you see a reference of a missing DLL file, then this indicates that the software is trying to locate the related DLL file, however, it is missing, hence the error.

The error mentioned “Ordinal” which refers to the order of a number mathematically, e.g. 1st, 2nd, etc. And in this error message, the ordinal is referring to an Xth file of an XX.DLL file which is missing which is why you’re getting this kind of error.

When you get this particular error, it means that your computer is missing the Microsoft Visual C++ Redistributable program. As per the error message, XXX is a number that in turn is the Ordinal. There is also another common error related to Ordinal which says, “The ordinal 12404 could not be located in the dynamic link library mfc90u.dl”.

The error message could be referring to any DLL in the message. And since all these DLL files are part of the package, the error changes quite a bit as the Visual Studio looks for that DLL file. To fix this error, here are some suggestions that might be of help.

Option 1 – Try installing Microsoft Visual C++ Redistributable

As pointed out earlier, the error pops up when the Microsoft Visual C++ Redistributable program is missing on your computer. Thus, you need to download it from the official website of Microsoft. Once you’ve downloaded the Microsoft Visual C++ Feature Pack Redistributable Package, install it and then check if the error is now fixed.

Option 2 – Try to install OpenSSL

If you encounter the same error message but it points out that the LIBEAY32.DLL file is missing, then you have to install OpenSSL. In such a case, you will see the following error message:

“Ordinal not found. The Ordinal [Xxxx] could not be located in the Dynamic Link Library Libeay32.dll.”

 Make sure that when you install OpenSSL, you do it into the Windows system directory since the Libeay32.dll file is related to security.

Option 3 – Try to check Windows Updates

There are instances when Microsoft rolls out the framework and related updates via Windows Updates. It could be that an update related to DLL is still pending which is why you need to check Windows Updates. To do so, go to Settings > Update and Security and from there check if there is any pending update. If there is, you need to install that update and then restart your computer if needed.

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

Installing Windows 11 on Raspberry Pi 4
A lot of controversies and mixed emotions have come from statements about Windows 11 minimum system requirements, especially ones linked to TPM. Naturally, each time some software company giant announces how things are must have there are people who go out and prove them wrong. This time Raspberry Pi community was one which demonstrated that not only Raspberry Pi does not have a TPM module, it can run the full desktop version of Windows 11

Windows 11 on Raspberry Pi 4Raspberry Pi 4 and things you need for Windows 11 installation

In order to actually install Windows 11 on your Pi, there are certain things that you will need. Check out the below list and prepare everything.
  • Raspberry Pi 4 4GB or 8GB
  • A 32GB or larger SSD via a USB 3 caddy. Best for performance or 16GB or larger microSD card
  • USB boot enabled, see below.
  • A micro SD card with the latest Raspberry Pi OS
  • Windows 10 PC
  • USB to Ethernet or WiFi dongle
  • Bluetooth dongle (if you want Bluetooth)
  • Keyboard, mouse, HDMI, and power for your Raspberry Pi

Configuring Pi to boot from SSD

In order to boot from SSD be sure that firmware and bootloader are up to date on the latest version and upgrade if needed. Be aware that this firmware update can only be performed using the official Raspberry Pi OS. Also if you are eager and want to use a standard microSSD card instead of an SSD to run Windows 11 feel free to skip this entire section.
  1. Boot from microSSD with the latest Raspberry Pi OS on it.
  2. Update firmware and OS using the terminal by typing sudo apt update sudo apt full-upgrade sudo rpi-update
  3. Reboot your Pi
  4. Install the latest version of bootloader again using the terminal with the command sudo rpi-eeprom-update -d – a
  5. Reboot Pi
  6. Launch raspi-config on your Pi via terminal with sudo raspi-config
  7. Select option 3 (Boot options – Configure options for start-up) from boot options
  8. Select Boot ROM version and press ENTER
  9. Select latest and then OK
  10. Select NO when prompted to reset boot ROM to defaults on the latest version boot ROM selected screen. Press OK
  11. Select Boot order and press ENTER
  12. Select USB Boot and click on OK and remove microSD card from Pi
  13. Select Finish and click on NO when prompted to reboot

Creating Windows 11 installation image for Pi 4

In order to install Windows 11 on our Pi, we must create an installation image, follow the steps below explaining the process.
  1. Go to https://uupdump.net/
  2. Search for Windows 11 Arm
  3. Select the latest build for arm64
  4. Select Language on which you would like installer and Windows
  5. Pick Windows edition you would like
  6. Set download method to Download and convert to ISO and click on Create download package
  7. Extract downloaded content into win11 folder and go into it
  8. Double click on uup_download_windows.cmd
  9. On the security warning screen click on More info and then on Run anyway
  10. Wait for the process to finish completely
  11. Once the process is finished, press 0 to close the prompt

Installing image on microSSD or SSD

If previous steps of instruction were follower precisely you now have an ISO image that can be installed onto microSSD or SSD
  1. Connect SSD or insert microSSD card into your PC
  2. Go to https://www.worproject.ml/downloads
  3. Download Windows on Raspberry imager and extract it into the win11 folder
  4. Open Imager and allow it to make changes to your computer, set your language, and click on next
  5. Select storage drive where you would like to install Windows
  6. Set device type and click on next
  7. Select our Windows 11 ISO image we created and click on next
  8. On the drivers screen select Use the latest driver package available on the server
  9. On UEFI firmware select screen choose Use the latest firmware available on the server
  10. On configuration screen click on next
  11. Check your setting on the installation overview and if everything is ok click on install
  12. Wait for the whole process to be finished
  13. Once the process is completed, close Windows on Raspberry imager, take out SSD or microSSD card from PC and connect it on your Pi along with Pi peripherals.

Setting Windows 11 on Pi

In order to actually use Windows 11 on our Raspberry Pi we now have to set up the Windows 11 install using the standard post-installation setup sequence.
  1. Power up Pi and press ESC when prompted
  2. Go to Device manager and press ENTER
  3. Select Raspberry Pi Configuration
  4. Select Advanced configuration
  5. Set Limit RAM to 3GB to a disabled state, press F10 to save, and ESC to exit.
  6. Select Display configuration
  7. Set the resolution to desired option and press ENTER, F10 to save, and ESC to exit
  8. Go to CPU configuration
  9. Check if the CPU clock is set to default, if not set it
  10. Press ESC to go back all the way to the main menu
  11. Select Continue to exit BIOS and boot your Raspberry Pi with Windows 11 on it
And there you have it, fully working Windows 11 OS on Raspberry Pi despite what Microsoft says Note that due to lack of some drivers performance can be less than optimal, for example, full HD videos will not work since there are no compatible graphic drivers for Pi and some other stuff like Wi-Fi will also cause some issues but overall Windows 11 is working pretty well.
Read More
Fix Windows errors 80240020, 8007002C, 80246007, 80070004
Upgrading your Windows 10 computer does not always go smoothly and you often encounter not just one but various errors so, in this post, we are going to cover several Windows 10 upgrade errors such as 80240020, 8007002C, 80246007, 80070004. All these upgrade errors are related to the Windows Update folder. Thus, you need to clear the Software Distribution folder, repair the System Image and fix System Health in order to resolve all these Windows 10 Upgrade errors. Before you get started on the steps to resolve these tons of errors, you have to disable your security program for the meantime, disconnect your peripherals, remove USBs connected to your PC and then make sure that your PC is connected to the main power supply. Once you have everything covered, carefully follow the options given below.

Option 1 – Delete Windows 10 Update Files in the SoftwareDistribution folder

The Software Distribution folder in the Windows operating system is a folder that can be found in the Windows directory and is used to store files temporarily which might be required to install the Windows Update on your PC. Thus, it is required by the Windows Update and maintained by WUAgent. A lot of users tried deleting the files in this folder to fix the problem and so far it has worked. Like them, you can try clearing the Windows Update cache by simply deleting the contents of the folder named “SoftwareDistribution” since Windows apparently can’t clear and re-download the update contents once they are corrupted. Thus, deleting the contents of this folder will make Windows download the contents again which will fix the problem. To do that, follow the steps below.
  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net stop bits
  • After entering these commands, it will stop the Windows Update Service and the Background Intelligent Transfer Service.
  • Next, go to the C:\Windows\SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
  • Once all the contents in the Software Distribution folder are deleted, restart your PC and then go back to Command Prompt and input the following commands again.
net start wuauserv net start bits
Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.
  • Now Open Settings and check for Windows Updates. Windows 10 should begin the download right away.

Option 2 – Try using the DISM tool

Running the DISM Tool helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. 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.
Note: If it happens that the Windows Update client is broken, you need to run the following command to repair it then restart your PC and click on Update once again.
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:RepairSourceWindows /LimitAccess
Note: The Windows Upgrade error, with error code 80240020 is an expected error message that happens when the upgrade requires customer user action. Thus, you need to do the following steps to resolve this particular Windows Upgrade error.
  • 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 registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate
  • Now right click on WindowsUpdate located in the left pane and then create a new key and name it as “OSUpgrade
  • Next, right-click in an empty space in the left pane and create a new DWORD and name it “AllowOSUpgrade” and enter “1” as its value.

Option 3 – Try running the Windows Update in a Clean Boot State.

Putting your PC in a Clean Boot state can also help you install Windows Updates or Upgrades without any trouble because, during this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” checkbox and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” checkbox.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • After that, try to install the Windows Updates or upgrade again.
Read More
Fix Screen Aspect Ratio issues in Windows
There are times when you upgrade or install Windows 10 on an old computer and the Aspect Ratio of the screen is in a mess. This issue occurs when a new Windows version does not support the GPU or the driver does not work in Windows 10. And in such cases, Windows uses a generic driver which does not support all the resolution as well as the correct aspect ratio. So in this post, you will be guided on how you can fix the issues with the screen aspect ratio in Windows 10. It could be that your screen has an aspect ratio of 16:9 but after the upgrade, you changed to screen resolution, and is now set to 16:!0. And later on, you found that you are unable to go back to the previous aspect ratio. Thus, you will notice that everything on the screen might look stretched. You might be wondering if it’s possible to change the aspect ratio in Windows 10 directly even if the GPU does not have the compatible driver, well it really isn’t. However there is another way to resolve the problem. Refer to the options given below to get started.

Option 1 – Try using the Compatibility Mode

The first thing you can do is to run the driver in a Compatibility Mode. Follow the steps below to do so:
  • You need to download the driver and place it on your desktop.
  • After that, right-click on it and select Properties.
  • Next, switch to the Compatibility tab where you should see two options:
    • Compatibility troubleshooter, and let Windows figure out what works best for you. If it fails, follow the next.
    • Manually choose the version of Windows it was correctly working.
  • You also have the option to change the DPI settings and see if that helps. Then click the Apply and OK buttons.
  • Now right-click on the file and select the “Run as administrator” option to install. After that, you should now be able to change your screen aspect ratio to what you were using early on.
Note: If you have other programs that won’t work on the existing version of Windows, then make sure to run the program in a Compatibility mode.

Option 2 – Try to run the Program Compatibility Troubleshooter

You might also want to run the Program Compatibility Troubleshooter. This built-in troubleshooter is available in the Windows Update & Security section. From there, select Troubleshoot. This will find a list of programs for you and since you have already downloaded the driver files, just click on Not Listed located at the top of the program list. After that, browse and select the driver files and then let the program do its job.

Option 3 – Update or rollback your device drivers

If the first option didn’t work for you, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • 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.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.
Read More
Could not configure one or more components
If you are trying to install or upgrade your Windows 10 computer but suddenly encountered an error message saying, “Windows could not configure one or more system components”, read on as this post will show you how you can fix the problem. You are not alone in experiencing this problem as other users also reported having the same scenario. Some of them reported getting the following error message:
“Windows could not configure one or more system components. To install Windows restart the computer with error code 0xc1900101-0x30018.”
When you check on the Windows 10 rollback log, you will see a part with the “iisetup.exe” that’s related to the abort. Usually, the upgrade process completes over 50% and gets stuck and then rolls back later on and generates the error logs. This kind of error, in most cases, appears during the upgrade of Windows 10 and is related with the Internet Information Services or IIS in Windows 10. For some unknown reason, it restricts the installation or the upgrade which causes the error to appear. To fix the “Windows could not configure one or more system components” error, you can try to remove the IIS from the Windows Features or rename the “inetsrv” folder. You could also move all the folders related to IIS to another drive. For more details, refer to the options provided below.

Option 1 – Try to remove the IIS from Windows Features

The IIS is installed from the Windows Features and you can find it at Control Panel > Programs. From there, uncheck the checkbox for the Internet Information Services. Once done, click on the OK button to save the changes. Note that this process will get rid of all the related programs, services, and folders from Windows 10. So if you want to, you can just install them later on or use an offline installer from the official site of Microsoft.

Option 2 – Try renaming the inetsrv folder

The next option you can check out to resolve the problem is to rename the “inetsrv” folder. If you have uninstalled IIS from the Windows Features, this should remove the folders as well, however, it didn’t remove the folder then you have to delete the folders that are related to the IIS by following these steps:
  • First, you have to boot into the Advanced Recovery Mode and from there, open Command Prompt.
  • Next, execute this command to rename the folder from this location, C:Windowssystem32inetsrv: rename C:/Windows/system32/inetsrv/inetsrv.old
  • Once done, boot into your computer normally and try to upgrade Windows 10 again, and check if the problem is fixed or not.

Option 3 – Try to move the folders related to IIS to a different drive

  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • Next, look for the Application Host Helper Service from the list of services and stop it.
  • Once done, take ownership of the “WinSxS” folder and then move the *windows-iis*.*” folders to another drive. You can just search using the “*windows-iis*.*” keyword in the Start Search.
  • Next, tap the Ctrl + X keys and paste the folders to another drive.
  • After that, start the update process for Windows 10 again.
Read More
INET_E_RESOURCE_NOT_FOUND
The previous Windows versions all came with Microsoft's browser Internet Explorer. A lot of users love it because not only that it is easy to use. It is also very fast. Users didn’t have to worry about compatibility because it is almost always compatible with its Windows Version. When they introduced Windows 10, they changed the name of the browser from Internet Explorer to Microsoft Edge. It is faster and more user-friendly compared to its predecessors. But after the Creator Update, some experienced receiving the inet_e_resource_not_found error code. In contrary to what everyone expects, you actually don’t have to uninstall and reinstall the Microsoft Edge App. What you can do is reset the browser in your Apps & Features Settings in your Microsoft Settings.

To reset the browser you can follow the steps below:

  1. Click on the Windows icon and go to settings.
  2. Click on Apps and this will bring you to the Apps & Features page. Look for Microsoft Edge from the list of Apps and click on it.
  3. Choose Advance Option
  4. Scroll down then Under Reset, click on repair or reset. When you repair it will fix the existing problem but the data that caused the problem may still be present and can still cause problems. If you click on reset, it will delete all the cache and cookies that are installed in your browser but it will save your Favorites as well as your bookmarks.

Another way to resolve this is by disabling the feature TCP Fast Open on Microsoft Edge. To disable this, go ahead and follow the steps below:

  1. Open the Microsoft Edge browser.
  2. Type in about: flags on the Address (URL) bar.
  3. Under Networking, uncheck the Enable TCP Fast Open.
  4. Close your Microsoft Edge browser and open a new one.
Flushing the DNS also worked for other Users. Sometimes, the error code the inet_e_resource_not_found is caused by a corrupted DNS cache. There are 2 ways to flush your DNS. The first option is to use the command prompt to run the command.
  1. To access the Command prompt or CMD, you can search for it on Cortana or you can click on the Windows icon to access the Programs, scroll down to the Windows System folder and click on it.
  2. A drop-down menu will show up, click on Command Prompt which is the first on the list.
  3. Type in the code ipconfig /flushdns and press enter.
  4. There will be a message that will show that says Windows IP configuration successfully flushed the DNS Resolver Cache
  5. Exit the CMD by typing exit and press enter.
The easiest way to do this is to Press the keys Window + R on your keyboard. Type in ipconfig /flushdns in the search box and hit enter or click on OK. These are only some of the ways to resolve the inet_e_resource_not_found. There are other ways to further troubleshoot this issue such as reinstalling your Wifi Adapter Driver or adjusting the DNS Server Address. But most of the time, users are able to resolve the issue with the steps provided above.
Read More
Something went wrong, We couldn’t start
There are instances when you might encounter an error that says, “Something went wrong, We couldn’t start your program” when you open any Office program. This could be due to an issue with the Office file and any Office app you open throws the same error message. This applies to Office 2019/2016, Office 365 Home, Office for Business as well as Business editions. In this post, you will be guided in what you can do to resolve this error. There are several potential fixes for this error, you might only have to restart your computer or you may have to repair Office from Apps and Features or you could also uninstall and install it back again. For more details, follow each one of the provided options below.

Option 1 – Restart your computer

You might be unable to launch any Office app due to some background process that got stuck or there might be some glitch in the system. Thus, the first thing you can do to resolve the error is simply restarting your computer. Once you’ve restarted your computer, open the Office app again or you could also try to sign in back with your Microsoft account that’s connected to Office. If you’re not quite sure which account you were using, you can follow these steps:
  • Open any Office app.
  • Then click on File and look for your name located in the top-right portion.
  • Now click on it. This will display the email or Microsoft account that’s related to Office.

Option 2 – Try repairing Office from Apps and Features

Since Windows 10 offers some repair features that could replace some of the core files with the original files, you can take advantage of such a feature to fix the “Something went wrong, We couldn’t start your program” error when opening any Office app.
  • Open Windows settings and click the Apps and Features option.
  • Next, scroll down until you see the Microsoft Office installation option. Select it and click on Modify.
  • This will open a window and from there, select Quick Repair or Online Repair and click on the Repair button.
Note: When you choose to repair, you might be given two options which depend on how Microsoft Office was installed. For instance, it was installed via Web Installer or Offline Installer (MSI-based). In Web Installer, select Online Repair > Repair when you’re prompted on how you would like to repair Office. While in MSI-based, you have to select Repair under “Change your installation” and then click on Continue. The repair process makes sure that the app data remains untouched.

Option 3 – Try to uninstall and reinstall Office

If neither of the two given options above worked, then you might want to uninstall Office and reinstall it. All you have to do is download the Microsoft Office Uninstall tool from the official site of Microsoft and run it. This will remove any incomplete Office installation as well as unwanted files. It will also get rid of all the Office apps and settings on your computer.
Read More
Reasons to Defrag Hard Drive
Hello and welcome to our Reasons to Defrag Hard Drive. You ought to defrag your hard drive, in case your PC is slow. This could enhance the efficiency and pace of your PC too as its hardware longevity. It places them where there is space, whenever your PC saves files. Often files are separated into bits. For example, whenever you remember a file and focus on it, it frequently doesn't fit back in exactly the same physical place. Where it can your PC divides up the file, occasionally into several parts, and saves it.

Why defrag?

Fragmentation causes difficulties that doing a defrag can correct. Fragmented files because it requires more resources and time to locate and remember these files slow down your pc. Applications may also take longer to load. Defragging can prolong the life span of the components. A defragged hard disk too can raise your likelihood of recovering lost information. Once fragmentation starts, it can propagate fast -- demanding defragging. It's like the pages of a publication are divided and hidden in several locations around a house, if a file is fragmented. It's like the pages of the book being brought back together, should you defrag. Defragging discovers all the bits of the file and places them in contiguous, actual places.

How will you defrag?

To defrag your hard drive, you must utilize software or utility. There are lots of defragging tools available. SpeedyPC Pro, a whole package of cleaning and optimization tools, can defragment your PC. Before you defrag, it's best to assess your hard drive. This evaluation finds if a defrag is needed and how much of the disc is fragmented. You simply allow the application do the work if it's determined that you must defrag your PC to enhance performance. To be able to defrag a drive, free disk space will be required by your PC. Defragging can take a while. How long depends on several variables, such as the system resources accessible, the disc volume, the number of files, and how fragmented the files are. It's a great idea to defrag when you don't have to use your pc or it isn't doing other jobs. For example, the night could become a great time to defrag. Be certain to close out of resource-intensive applications, like your antivirus scanner, before you defrag.
Read More
Fix Error 105 ERR_NAME_NOT_RESOLVED in Chrome
If you suddenly receive an error saying, “Error 105 (net:: ERR NAME NOT RESOLVED): Unable to resolve the server’s DNS address” when browsing the web, then this means that the DNS lookup has failed. This kind of error is one of the most commons ones you can encounter while using the Chrome browser. And since it’s a pretty common error, the solutions for this one are pretty easy as well.

Option 1 – Disable both the Antivirus and Firewall temporarily

There are times when antivirus programs and the firewall blocks a website that they consider to be malicious or even because of false-positive effects. Thus, you need to disable these programs temporarily as it might be the reason why you’re getting the “Error 105 (net:: ERR NAME NOT RESOLVED): Unable to resolve the server’s DNS address” error in Chrome.

Option 2 – Check the Network Cables and restart the router then reconnect

Of course, the next thing you have to do is to check if the network cables connected to your computer or router are properly connected. And if your computer is connected via Wi-Fi, you need to make sure to restart your router once. In addition, you can also forget the Wi-Fi your computer is currently connected to and then try reconnecting again to see if it would work.

Option 3 – Try running the Chrome Cleanup tool

You might want to run Google Chrome’s built-in Malware Scanner & Cleanup tool as it could also help in getting rid of any unwanted ads, pop-ups, and even malware, as well as unusual startup pages, toolbars, and anything else that might overtake the network and could affect the performance of the browser.

Option 4 – Try removing the Proxy

Removing the Proxy might also help you in fixing the ERR_NAME_NOT_RESOLVED error in Chrome. Here’s how you can do it:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 5 – Disable Prefetch in Chrome

In case you don’t know, Google makes use of a prediction service that helps users in completing searches and typing URLs in the address bar. This prediction service uses the already resolve IP address to connect to the website you’ve already visited. Thus, it would be better if you disable it in cases like this one.
  • Open Chrome’s Settings.
  • Next, go to Privacy and Security then look for “Prefetch”.
  • After finding Prefetch, toggle off the “Use a prediction service to help complete searches and URLs typed in the address bar” setting and then restart Chrome.

Option 6 – Flush the DNS, reset Winsock and then reset TCP/IP

  • Click the Start button and type in “command prompt” in the field.
  • From the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • After opening Command Prompt, you have to type each one of the commands listed below. Just make sure that after you type each command, you hit Enter
    • ipconfig /release
    • ipconfig /all
    • ipconfig /flushdns
    • ipconfig /renew
    • netsh int ip set dns
    • netsh winsock reset
After you key in the commands listed above, the DNS cache will be flushed and the Winsock, as well as the TCP/IP, will reset.

Option 7 – Try using the Google Public DNS

  • 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” and “8.8.4.4” and click OK and exit.

Option 8 – Reset Chrome

Resetting Chrome can also help you fix the error. Resetting Chrome means 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 the option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
  • Now restart Google Chrome.
Read More
How to Fix Error Code 0x8024002e

Error Code 0x8024002e - What is it?

Windows 10 error code 0x8024002e is related to the Windows update service. When you see the error code displayed on your screen, it means that the Windows update service has been blocked or not working. As a result of this error code, your computer might lag and the system may freeze while performing normal operations. The error may read as follows:
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information this may help: (0x8024002e)”.
Common symptoms include:
  • Slow computer performance
  • System freezes while performing normal operations or freezes while multitasking
  • BSOD error is showing
  • Some unwanted files get opened automatically
  • Updating is not possible

Solution

Restoro box imageError Causes

This error code appears because of the following reasons:
  • Incomplete installation of the Windows operating system
  • Incorrect registry entry
  • Corrupt or damaged system files
  • The computer has come under a virus attack
  • Miscommunication between the computer and the Windows Automatic Update service
The decline in RAM or outdated Hard Disk Drive

Further Information and Manual Repair

Method 1:

  • Remove any external media connected to the computer
  • Crash reboot your PC 2 to 3 times.
  • Now check if you are still having the problem.
If the problem still persists, try the following methods if you are able to boot to the desktop and check for the problem.

Method 2:

Changing Windows Update property to automatic: You might see this error if your Windows update property is set to manual. Follow the steps below to change it to automatic. Open Task Manager.
  1. Click on the Services tab. Find “Open Services” at the bottom of the window.
  2. A new window will pop up. Scroll down and find “Windows Update” from the list. Double click on the Windows Update. It will open its properties.
  3. Select Automatic for ‘Startup Type.’ Click Apply, Start, and OK.
Now, try the Windows Update and check if you are still getting the error message. If the problem isn’t resolved, reboot your PC for the changes to take effect and then try again.

Method 3:

Disable Antivirus program: If you have any antivirus installed on your PC, you might need to disable it first and see if that helps. Although, most of the antivirus makers have made changes to work smoothly with Windows 10, it is a new Operating System and some antivirus may cause conflict. Disable the antivirus and check for updates to see if it is preventing you from updating your system and displaying the error code 0x8024002e.

Method 4:

Run inbuilt Windows update troubleshooter. Follow the steps given below:
  1. Press Windows + W keys on your keyboard to enable the search option.
  2. In the Search box type Troubleshooting.
  3. Click on View all
  4. Click on Windows update and follow the prompts to run the troubleshooter.
If the issue persists, try Method 5

Method 5:

Run the System File Checker tool (sfc.exe):
  1. Open Command prompt.
  2. Type sfc /scannow and hit Enter.
  3. The sfc /scannow will scan all protected system files and replace corrupted files with a cached copy that is located in a compressed folder at %WinDir%System32dllcache. The %WinDir% has the Windows Operating System folder. For example, C:\Windows.
Do not close the Command prompt window until the verification is 100% complete. The command prompt will show the scan results when it is done. After it is done, you may receive one of the following messages:
“Windows Resource Protection did not find any integrity violations.” This means you do not have any missing or damaged system files.
OR you may receive a message saying:
“Windows Resource Protection could not perform the requested operation.”
To resolve this problem, run the System File Checker in safe mode and make sure that the PendingDeletes and PendingRenames folders exist under %WinDir%WinSxSTemp.
OR you may also receive a message saying, “Windows Resource Protection found corrupt files and successfully repaired them. Details are included in the CBS.Log%WinDir%LogsCBSCBS.log.” OR you may receive a message saying, “Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log%WinDir%LogsCBSCBS.log.”
Read More
Fix Error Code 0x80090016 for PIN and MS Store
If you encounter Error Code 0x80090016 while trying to create a PIN or when you are using Microsoft Store, then you’ve come to the right place as this post will guide you in how you can fix this problem. Recently some users reported that they were unable to sign in or set up the Windows 10 Login PIN. Note that the potential fixes for this issue are totally different in both scenarios. Here’s the error message you get when you encounter the PIN related error:
“Something went wrong, We weren’t able to set up your PIN. Sometimes it helps to try again or you can skip for now and do this later.”
On the other hand, here’s the error message you get for the Microsoft Store-related error:
“Try that again, Something happened on our end and we couldn’t sign you in.”
Here are some potential fixes you can try to fix the Error Code 0x80090016 in the Microsoft Store:

Option 1 – Try to sync the Date and Time

The first thing you can try is to sync the Date and Time of your computer as the wrong Date and Time settings are one of the most common causes of connection problems like the Error Code 0x80090016. This is because of the incompatibility between the SSL Certificate validation date and the System Clock. Thus, you have to sync your System Clock. Refer to the steps below to do so.
  • Start by tapping the Win + I keys to open the Windows Settings.
  • Next, go to Time & Language > Date & time.
  • From there, turn the toggle on for the “Set time automatically and Set time zone automatically” option on the right-side panel.
  • After that, click on Region & language located on the left side panel and make sure that the Country or region on the right-side panel is set to the country you live in.
  • Now close the Settings app and restart your computer and see if it fixes the problem or not.

Option 2 – Try to re-register the Microsoft Store app via PowerShell

  • Tap the Win + X key combination or right-click on the Start button and click on the Windows PowerShell (Admin) option.
  • If a User Account Control or UAC prompt appears, just click on Yes to proceed and open the Windows PowerShell window.
  • Next, type in or copy-paste the following command to re-register the Microsoft Store app and tap Enter:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.xml
  • Wait for the process to be completed and then restart your computer.

Option 3 – Try to reset the Microsoft Store cache

Just like browsers, Microsoft Store also caches as you view apps and games so it is most likely that the cache is no longer valid and must be removed. To do so, follow the steps below.
  • Right-click on the start button and click on Command Prompt (administrator).
  • Next, type in the command, “exe” and tap Enter. Once you do, the command will clear the cache for the Windows Store app.
  • Now restart your PC and afterward, try opening Microsoft Store again and then see if Error Code 0x80090016 is resolved or not.

Option 4 – Try to run the Windows Store Troubleshooter

The Windows 10 Store Apps Troubleshooter will help you in fixing the Error Code 0x80090016. This is a great built-in tool from Microsoft that helps users fix any app installation issues. So this is worth a try to solve the problem. This built-in tool also helps you fix the Windows 10 Store if it isn’t working. To use the Windows Store Troubleshooter, follow the steps below.
  • Tap Win + I keys again to open the Windows Settings panel.
  • Go to Update & Security and then go to Troubleshoot.
  • On your right-hand side, scroll down to find the Windows Store Apps and then click on Run the troubleshooter option and see if it fixes the problem.
On the other hand, you can use the options below if you encounter Error Code 0x80090016 while setting up your PIN.

Option 5 – Try to manage the NGC Folder

  • You need to boot your computer into Safe Mode first.
  • Next, delete all the contents of the NGC folder and you can do that by taking ownership of the folder first. To do so, refer to these sub-steps:
    • First, locate the concerned folder and right-click on it then select Properties.
    • Next, click on the Edit button in the Properties window and click OK to confirm if you got a User Account Control elevation request.
    • After that, select user/group from the permission windows or click on the Add button to add another user or group. It would be best if you add “Everyone” to give permission.
    • Then check “Full Control” under the “Allow” column to assign full access rights control permissions.
    • Now edit the permission to Full Control for “Everyone”.
    • Click OK to save the changes made and then exit.
  • After you take ownership of the folder, you can now delete all of its contents.
  • Once you’re done, restart your computer and see if the problem is fixed.

Option 6 – Try to use the Group Policy Editor

  • Tap the Win + R keys to open the Run dialog box
  • Then type “gpedit.msc” in the field and hit Enter or click OK to open the Group Policy Editor.
  • Next, navigate to this setting: Computer Configuration > Administrative Templates > System > Logon
  • After that, double click on “Turn on convenience PIN Sign-in” and set its radio button to Enable. This policy setting has the following description:
“This policy setting allows you to control whether a domain user can sign in using a convenience PIN. If you enable this policy setting, a domain user can set up and sign in with a convenience PIN. If you disable or don’t configure this policy setting, a domain user can’t set up and use a convenience PIN. Note: The user’s domain password will be cached in the system vault when using this feature. To configure Windows Hello for Business, use the Administrative Template policies under Windows Hello for Business.”
  • After you set the radio button to Enable, it will turn on the Logins using the PIN. Note that setting the radio button to Disabled or Not Configured will turn off the Logins using the PIN.
  • Now exit the Group Policy Editor and restart your PC so that the changes can take effect.
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