This post will guide you in fixing the error 0x80070103 when installing Windows Update. According to users who encountered this problem, Windows Update (WU) fails to install several different updates. This kind of Windows Update error is can mostly be seen in the Windows Update screen inside the update reports although it is also known to occur when a user attempts to install a peripheral driver – only if the Windows Update offers to update the driver through a prompt and when you click Yes.
There are several possible causes for this error, it could be that Windows Update is trying to install a particular driver for the second time already which happens when it gets confused by an additional piece of identical hardware like the graphics adapter. Aside from that, the Windows Update might have already installed the driver which is known to occur with unsuitable versions of the already installed driver. In addition, the error could also be due to a third-party program interference like a security program or a utility program that is using the same driver and conflicts with the Windows Update.
Here are some suggestions that might help in fixing the Windows Update error 0x80070103.
Option 1 – Install the updates in a Clean Boot State
You might want to try putting your computer in a Clean Boot state and then install Windows Updates again without any trouble. 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” check box 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” check box.
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.
Option 2 – Try installing the failing driver without using Windows Update
If installing the updates in a clean boot state didn’t help, you can try a manual approach to yield much better results using the Device Manager or by downloading the driver from the manufacturer’s website manually.
Tap the Win + R keys to launch Run.
Type in msc into the box and tap Enter or click OK to open the Device Manager.
After that, a list of device drivers will be displayed. Look for the device driver you and then select either “Update driver” or “Uninstall device”. And if you find any “Unknown device”, you need to update it as well.
Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
If you have chosen to uninstall the driver, follow the screen options to complete the process and then restart your PC.
Note: You also have the option to go directly to the website of your device driver manufacturer and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.
Option 3 – Try to run the Windows Update Troubleshooter
You might also want to run the built-in Windows Update Troubleshooter in Windows that could help you in resolving the Windows Update error 0x80070103. All you have to do is go to Settings > Update& security > Troubleshoot > Windows Update. From there, click on the Run the troubleshooter button and follow the next one-screen instructions that appear. After that, restart your computer and check if the error is now fixed or not by trying to install the update once again.
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.comServer: dns.company.comAddress: 192.168.1.38C:> ping xyz.comPing 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.
netsh winsock reset – type in this command to reset Winsock
netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
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”.
The Winload.efi file is an Extensible Firmware Interface or EFI file. EFI files are executable files for the firmware of the computers that are mainly based on UEFI and execute the tasks of loading the files to the bootloader of the computer. They are used for a specific set of tasks such as turning on the computer, installing Windows, restarting the computer or resetting it, and so on. This is why the Winload.efi file is a significant file so if it gets corrupted, lost, or damaged, it would be impossible for the Windows operating system to proceed.
Here are some errors you can encounter that are related to the Winload.efi file:
efi is missing
efi cannot be found
efi is missing or contains errors
This program can’t start because winload.efi is missing from your computer
This application requires the file winload.efi, which was not found on this system.
There was a problem starting [path]winload.efi. The specified module could not be found.
In addition, the 0xc0000225 , 0xc00000e and 0xc0000001error codes are also associated with the Winload.efi file.
Before you start troubleshooting the problem, you can try to perform System Restore first. This will help undo any changes you’ve made in your computer that might have triggered the Blue Screen error. To perform System Restore, here’s what you have to do:
First, press the Win + R keys to open the Run dialog box.
After that, type in “sysdm.cpl” in the field and tap Enter.
Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the Blue Screen error, now’s the time for you to resort to the troubleshooting tips provided below but before you get started, make sure that your create a System Restore point first.
Option 1 – Try rebuilding the Boot Configuration Data (BCD) and repairing MBR
Once you get to the Welcome Screen part, click on Next.
Afterwards, click on the Repair your computer option located on the bottom-left part of the window.
Then click on Troubleshoot.
Next, select the Advanced Options and then Command Prompt.
Once Command Prompt has been pulled up, the following commands to rebuild BCD files and repair MBR. Don’t forget to hit Enter right after you type each command.
bootrec /repairbcd
bootrec /osscan
bootrec /repairmbr
Once the command line is successful in finding out a Windows installation, hit Y to let it boot from the list which will successfully rebuild BCD.
Now type “exit” to close Command Prompt and then restart your computer to successfully apply the changes made.
Option 2 – Disable the Secure Boot in the BIOS
Disabling the Secure Boot in the BIOS settings is definitely recommended to resolve errors related to the Winload.efi file. To disable Secure Boot, here’s what you have to do:
First, boot your computer into Windows 10.
Next, go to Settings > Windows Update. From there, check if there is anything that you have to download and install if you see any available updates. Usually, OEMs send and update the list of trusted hardware, drivers, and operating systems for your computer.
After that, go to the BIOS of your computer.
Then go to Settings > Update & Security > Advanced Startup options. If you click on Restart Now, it will restart your computer and give you all the advanced options.
Next, select Troubleshoot > Advanced Options. As you can see, this screen offers you further options including System restore, Startup repair, Go back to the previous version, Command Prompt, System Image Recovery and UEFI Firmware Settings.
Select the UEFI Firmware Settings which will take you to the BIOS.
From there, go to Security > Boot > Authentication tab where you should see Secure Boot. Note that every OEM has its own way of implementing the options so it varies.
Next, set Secure Boot to Disabled and set Legacy Support to On or Enabled.
Save the changes made and exit. Afterward, your computer will reboot.
Option 3 – Run System File Checker scan
You might also try running the System File Checker or SFC scan to fix the error. System File Checker is a command utility built into your computer that helps restore corrupted files and missing files. Refer to the following steps to run it:
Hit the Win + R keys to launch Run.
Type in cmd in the field and tap Enter.
After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
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
Reboot your computer.
Option 4 – Disable the Early Launch Anti-Malware Protection
You need to restart your computer in the Start Menu first while holding down the Shift key on your keyboard.
After that, it will restart your computer to Startup Settings.
Now ensure that the 8th option is labeled as “Disable early launch anti-malware protection.
Then tap the F8 key since the aforementioned option above is listed at number 8. This should launch and load Windows on your PC with the Early Anti-malware protection disabled for that session only when you try to carry out the same task and then check if the error related to the Winload.efi file is now fixed.
This post will help you fix the request that failed due to a fatal device hardware error on your Windows 10 PC. You can encounter this error when that hard drive/SSD on your computer is damaged physically and the system is either unable to access or perform read/write operations in it. Aside from hard drive/SSD, this error can also happen to removable drives.
This kind of error is not uncommon and in most cases, the hardware is physically damaged due to which you are not able to perform operations. However, there are a couple of fixes that you can try to resolve the problem before you go ahead and back up your data and move them to a different drive. What exactly causes this error? It’s actually self-explanatory and it gives you an idea that the drive is either corrupted or in a bad state. To resolve the error, follow the given options below carefully and see which one worked best for you.
Option 1 – Verify the hard drive using SMART attributes
In case you don’t know, Windows has a built-in feature of SMART analysis which analyzes the hard drive/SSD and checks all the parameters by performing some minor operations. To use it, follow these steps:
Tap the Win + S keys and type “command prompt” in the field then right-click on the related search result and select the “Run as administrator” option.
After opening Command Prompt as admin, type the “wmic diskdrive get status” command and hit Enter.
You should get a result after that, and if you see that it’s “normal”, proceed to the next option below.
Option 2 – Use the CHKDSK utility
When it comes to some issues concerning the hard drive or removable devices, there is a utility in Windows that might help which is called “chkdsk”. This error check utility can help with several issues in the system.
Tap the Win + S keys to open the Search box.
Then type “command prompt” in the field and from the search results that appear, right-click on Command Prompt and select “Run as administrator”.
After opening an elevated command prompt, copy and paste the following command and hit Enter:
Note: In the command given above, “[/F]” will try to fix the system errors while “[/R]” will be the one to fix the bad sectors.
Now if you are prompted to run CHKDSK after your reboot your PC, just tap Y and reboot your PC.
If CHKDSK is not able to find any errors, tap the Win + E keys and navigate the access window. From there, right-click on the concerned drive and click on Properties.
After opening Properties, click on the tab Tools and then click on the “Check” button under the Error-checking section.
Wait until the process is completed and then restart your computer.
Option 3 – Format your drive
You can try formatting your drive since this problem also occurs on removable hard drives. In addition, if your drive is not properly initialized, this error will really pop up. Thus, you need to make sure that the hard drive is initialized and that the correct partition style is selected.
To get started formatting your drive, tap the Win + E keys and then go to the access page of the drive.
Next, right-click on the drive and select Format.
After that, uncheck the “Quick Format” option and then format your drive properly.
Now once the formatting process is finished, unplug the drive and plug it back in afterward.
Check if the error is already fixed. If the drive is not initialized, tap the Win + R keys and hit Enter.
After opening the Run dialog box, type “diskmgmt.msc” and hit Enter to open Disk Management.
From there, right-click on the drive volume and select Initialize Disk.
Next, select the correct partition type and proceed.
That should fix the problem, if not, follow the next advanced option below.
We have all experienced Windows errors over time and that can range from simple ones that will do very little to no harm and can be even system breaking making us lose our work or completely making the PC unusable. No one likes them but they happen, and usually, they happen once we least expect them.
No matter how frequent and unpleasant they might be there are ways to keep them at the minimum and even avoid them.
We will discuss steps that you can take in order to do this, simple tips and guides on how to keep your computer in top form and eliminate not just Windows, but any kind of errors altogether.
Keep your hardware clean
Believe it or not, some serious Windows errors like the dreaded blue screen of death can come from hardware issues not from the software at all. It is very important to keep your computer clean and with enough air flow so it can function properly.
Keeping applications on the drive might seem harmless but sadly that is not the case. Some applications have a certain impact on the system itself after all most of them are tweaking registry entries in Windows and sometimes having too many applications means an increased possibility of conflict over certain resources even when they are not running.
Some applications like adobe creative suite, for example, will have certain services always running in the background, and more of these kinds of applications you have, more services, more places for unexpected errors when they collide. Some of them will also install certain dependencies that could be problematic.
The general idea is: if you are not using it, uninstall it and you will be safer and more resilient to errors inside OS.
Do not use pirated or cracked software
Besides moral and law implications that using pirated or cracked software might bring you there are also certain other things that might be problematic. Certain "free" software might come packet with some problematic malware, for example, it is not uncommon for attackers to use some popular software to pack their malicious application with it.
Other things might be wrong and incomplete tweaking with application in order to bypass security and thus bringing some instability due to scripts needed to run in order to achieve this goal.
Keep your drivers updated
Errors can also come from old drivers or bad drivers, device manufacturers are not all-knowing and perfect, and sometimes drivers can wreak havoc on the system. Having updated drivers can minimize any kind of unexpected behaviors inside the operating system making it more stable and reliable.
You can check your driver version in the control panel inside the Windows OS and then compare it to the ones found on the manufacturer's site, if there are newer available it is recommended to download and install them,
Keep software updated
Applications can have bugs, and bugs can lead to certain errors both in the system and when using the app as well. It is in your best interest to get the latest patch or newer version of the software in order to avoid these unpleasant experiences.
Also, certain codecs and extensions that are installed directly in Windows can also have some unpredictable behavior, updating is the best solution to keep them in line.
Keep Windows updated
Same as with drivers and applications, Windows itself is not immune from bugs and some unpredictable issues. Luckily Microsoft is always working on fixes and features of Windows but in order to actually have benefited from that work, you will need to keep Windows updated. Sometimes a bad update can introduce some errors but you can always roll back to the previous and wait for them to fix everything and then download them all.
Check the health of your hardware regularly
Hardware components have their life cycle, more quality ones tend to last longer but eventually, they will reach the end of their lifecycle. There are a lot of testers for various components in your computer that can check different things and provide you with information about the state of your components.
If you are on Windows 11, Microsoft has included a basic health app inside OS, just type PC health check in search and start the app. For some more detailed information and advanced checks, you will have to use a custom application. There are plenty of them specialized for single components like RAM, SSD, etc. A simple google search with providing you with top results and most of them are free for personal use.
Remember, a faulty component or component that is reaching its life cycle can produce many errors inside the operating system.
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.
When visiting the Windows Update Website or the Microsoft Update Website to download the latest update for hardware drives, you could possibly receive Error Code 0x80070103 when clicking on the update driver. This error code occurs when Windows tries to download a piece of identical hardware for a second time. It could also occur when Windows tries to update a currently installed driver to an unsuitable version of that driver.
Solution
Further Information and Manual Repair
There aren’t many ways to handle this issue. Below are two methods of fixing Error Code 0x80070103.
After the "scan for updates" is complete, click the Welcome or Custom page.
Next, click Hardware, in the navigation panel, and then on the tab for "optional hardware Updates", the Update client will display the available updates.
For the graphics card, scan the second update after which you'll click to select the option that says "do not show this update again".
Hit the "Review and install updates" button.
Confirm that the second update for the graphics card is not present, then move on the installing the updates.
Click on the start button, go to All Programs, and then click on Windows Update.
Hit the "Check for updates" tab.
After the "scan for updates" is over, click the"Optional updates" link.
In the "Select the updates you want to install" section, right-click the update that is not needed and hide them.
Hit the OK button.
To install any additional updates that are selected, click "Install Updates". Close Windows Update if no other updates are selected,
For touch screens, swipe in from the right edge of the screen, tap Search (or point to the upper-right corner of the screen if you're using a mouse, moving the pointer down, before clicking Search). Enter "Windows Updates" in the search box, click Settings, and then click "Check for updates".
After the scan is complete, click the"Optional updates are available" link.
Right-click or Tap and hold the update you want to hide, select"Hide update", and then select OK.
If any other updates are available, save all work in "other programs", then restart the computer to the install updates; otherwise, opt out of the Windows Update window.
Open the search window and type “Windows Update” in the search box.
Method 2:
When trying to repair error code 0x80070103, if you find method one hard to follow, can contact Microsoft directly. Call up the help center number listed on their website, and a technician will be able to walk you through the process of ensuring the updater is not attempting to download multiple copies of hardware or trying to install unusable updates on your computer. Because the Windows Updater is set to a generic method of searching for updates, it may not be set to optimize the personal computer's settings. This is why you must select all of the optional update options and why this process is so long. It may be made easier by having a computer repairs technician walk you through it.
However, if you want to automate the process of getting that problem solved, you can use a powerful tool to get the job done.
TPM, also known as Trusted Platform Module, is a specialized chip used for security as well as encryption of users’ private data like Fingerprint, Facial data, and many more. TPM also comes with a Management Console and if you are not able to load the Management Console and you got the “Cannot load Management Console” error instead, read on as this post will guide you in fixing the problem. This type of issue usually happens when you clear or disable the TPM using the settings in the BIOS and so when you run the Trusted Platform Module Management console, you encounter the error.
To fix the “Cannot load Management Console” error in your Windows 10 computer, here are some options you should check out.
Option 1 – If TPM is cleared in the BIOS:
If the Trusted Platform Module is cleared in the settings of the BIOS, you have to close and restart the TPM Management console or TPM.msc once again. It could be that the TPM Management has to reload the changes again after you’ve made them which is why you encounter the “Cannot load management console” error.
Option 2 – If TPM is disabled in the BIOS:
If you opted to disable TPM using the BIOS settings or you have turned it off by accident, then you have to enable it back and you have two options to do that – you can either enable TPM from the BIOS or using the Windows PowerShell. For more details, refer to the instructions below.
Enabling TPM from the BIOS:
You need to first reboot your PC and then go to the BIOS.
From there, look for TPM under the security options and in case the TPM management option has been disabled or greyed out, refer to the sub-steps given below to make it active again
Enable the Admin password in the BIOS.
Then go back to the TPM settings and check if the TPM management is already available.
After that, you should now be able to enable TPM. Remember that it’s always a good idea to have an ADMIN password for your BIOS as it makes sure that no one can change the settings in your computer BIOS and Security level options.
Enable TPM via Windows PowerShell:
This second option is a lot easier compared to the first one if you have admin privileges. So once you’ve opened the Windows PowerShell with admin privileges, you need to run the following command:
Error code C1900107 is associated with an issue with upgrading to Windows 10. If you are trying to upgrade your Windows 7, Windows 8, or Windows 8.1 to Windows 10, you might have trouble doing it and you might come across this error C1900107. The error prevents you from upgrading to Windows 10 no matter what you do.
Common symptoms of this error:
The update process continues for a long time and never ends.
The update process ends suddenly and a message says “Failed: 1 update. Errors found: Code C1900107. Windows Update encountered an unknown error.”
The update process fails after trying multiple times.
Solution
Error Causes
Following reasons may be responsible for this error:
There is not enough space for Windows 10 files in the primary drive
There is not enough space in System Reserved Partition
Windows 10 files are faulty or corrupt
More Information and Manual Repair
Method 1:
Clean boot Windows 8 and Windows 8.1:
Whenever you get some unexpected behavior on your Windows 8, the first thing you should do is try to resolve the issue by taking a diagnostic approach. Plenty of factors can be the cause for issues like slowdowns, BSODs, computer freezes, sudden reboots, etc. The best way to detect the problem is to perform a clean boot. Using a clean boot, you can find out if the Operating System is damaged by some third-party app or bad driver. You can exclude the influence of these factors and prevent them from loading.
You should do 2 things before you proceed with the clean boot.
First, check if any third-party application is causing the problem. If you disable all third-party apps from startup, it will help eliminate software conflicts.
Press the Windows + R on the keyboard. The Run dialog box will pop up.
Type MSConfig in the dialog box and click "OK".
The System Configuration utility will appear on the screen.
On the services tab of the System Configuration dialog box, tap or click to select the Hide all Microsoft services check box, and then tap or click Disable all.
On the startup tab of the System Configuration dialog box, tap or click Open Task Manager.
On the startup tab in Task Manager, for each startup item, select the item and then click Disable.
On the startup tab of the System Configuration dialog box, tap or click OK, and then restart the computer.
Now, close MSConfig.
Method 2:
The second step is a Safe boot. Follow the steps below for a safe boot:
Press Win + R shortcut keys on your keyboard. The Run dialog will appear on the screen. Type MSConfig and press Enter.
The 'System Configuration' application will appear on the screen.
Switch to the 'Boot' tab, select your Windows 8.1 entry and tick the 'Safe mode' checkbox.
Reboot your PC to enter the Safe mode of Windows 8.1.
After you finish troubleshooting in Safe Mode, run MSConfig again from Safe Mode and uncheck the checkbox from step 2.
Method 3:
For this method, you will need to find the $Windows.~BT Folder in your primary drive which is C:. This folder might contain corrupt files which are preventing you from installing Windows 10. The folder is hidden and we need to unhide it. Follow the steps below:
Open File Explorer or alternatively double click on This PC or My Computer.
Now from the top option click on View, The Check the Box that says Hidden items.
Now you will be able to see hidden files and folders. Navigate to C:$Windows.~BT and Rename the folder to something like $Windows.~BT1.
Now, try downloading Windows 10 again. The installation process should go through this time without any errors like code C1900107.
Method 4:
If the above methods fail, try this method:
Go to C:\Windows\Software Distribution\Download. Now delete all the files from this download folder. Remember, do not delete the folder itself, and just delete the files.
Now, delete the $Windows.~BT Folder. This might ask you for administrator permission. Simply click yes.
Now try to install or upgrade to Windows 10. This method should work fine and there should be no error code C1900107.
If you do not possess the technical expertise required to accomplish this yourself or do not feel comfortable doing so, download and install a powerful automated tool to get the job done.
The first major update for Windows 11, 22000.65 has brought some bug fixes and some new features. The previous update was just a bunch of small fixes but this time Microsoft has brought much more with this one.
Bug and security fixes:
Patch for the PrintNightmare vulnerability.
Taskbar icons not displaying after you rotate the screen back and forth.
Date and time not following format settings.
Contrast issues with File Explorer title bar
Search dropping the first keystroke when you press the Windows key and type
Blurry windows in ALT + Tab
Besides bug and security fixed newest update has also brought us some functional changes:
The start menu can no longer be moved from center
A search box appears at the top of the Start menu.
Taskbar appears on secondary monitors.
The refresh option appears on the jump list when you right-click the desktop. It was on the "Show more options" list before.
New look for certain dialog boxes such as "battery low" or "display change"
New snap layouts for portrait mode screens.
Option to troubleshoot sound problems when you right-click the volume icon.
Power mode settings on Power & battery settings menu.
Right-clicking .ps1 files offers a "Run with PowerShell" option.
New GIFs in the emoji panel in China
Honestly, I really like a search box on top of the start menu but really dislike the option to move it to left, I am sure that there are a lot of users who would feel more like at home if they could still move and set Windows to function and work how they want.
It is very strange to me that Windows 10 was made to be so user-focused and been able to be user specific and Windows 1 takes most of these things away. I am not sure why Microsoft is going this way but I cannot really see how moving the taskbar on left is a programming issue or why it is wrong for example.
If you are not able to access the Windows 10 Advanced troubleshooting options within Windows then you’ve come to the right place as this post will guide you on how you can repair or boot the Windows 10 installation without losing data using the bootable installation USB or DVD media. To repair or boot Windows 10 using the installation media, you have to download the Windows ISO, create a bootable USB or DVD drive, boot from the media and select “Repair your computer” and then select Startup Repair under Advanced troubleshooting. To get started, follow the given steps below carefully.
Step 1: Frist, download the Windows ISO.
Although this is not necessarily needed, it’s still better if you download the Windows ISO first so make sure that you download the same ISO version as installed on your computer.
Step 2: Next, create a bootable USB or DVD drive.
Insert your USB drive into your PC.
Tap the Win + R keys to open the Run dialog box and type in “cmd” and tap Enter to open the Command Prompt. Alternatively, you can also search for “cmd” in the Cortana search box to open Command Prompt.
Once you’ve opened CMD, type in this command to open the DISPART utility – diskpart
After that, you should see a new black and white window that would say, “DISKPART>”.
Next, type in “list disk” in the command line and tap Enter to see the list of all the Storage devices as well as your hard disk connected to your PC. Here, you have to identify your disk’s number.
Type in this command where “X” is the disk number you have identified and then tap Enter – disk X
Type in this command and hit Enter to clear the table records and all the visible data on the drive – clean
Now you have to recreate a new primary partition of the drive so you’ll have to type in this command and tap Enter right after – create part pri
A new primary partition has been created so you have to select it by typing this command and tapping Enter – select part 1
Now you have to format it to make it visible to normal users by typing – format fs=ntfs quick
Note: If your platform supports the Unified Extensible Firmware Interface or UEFI, replace the “NTFS” with “FAT32” in the command on Step 10.
After that, type in this command and tap Enter after – active
Finally, type this command and hit Enter to exit the utility – exit
After you prepare the image for the operating system, save it to the root of your USB Storage device.
Step 3: After creating a bootable drive, boot from the media and select the “Repair your computer” option.
Once you boot from the USB drive, it will start the Windows 10 installation right away. So you must not keep on clicking Next as you will end up installing Windows. You need to look for the “Repair your computer” link on the first installation screen and click on it and then boot your computer into Advanced Recovery.
Step 4: Select Startup Repair under the Advanced options screen
Once you’re at the Advanced Recovery screen, select Advanced Options and select Troubleshoot.
After that, look for the Startup Repair and click on it and then follow the next on-screen instructions. This solution will help you fix issues that do not allow you to boot into your computer.
On the next screen, you will see the admin account with its name. Click on it and verify using the account password associated with the email.
After verification, it will start to diagnose your computer and automatically resolve any detected issues related to boot.
After the issue is fixed, your computer should reboot normally and you should now be able to use it. Note that your personal files are still intact since the process didn’t delete or wipe them out.