Vb net configuration system failed to initialize. Initialization is bringing a program or device into a state of readiness for use.

On this moment There are three different problems that Windows 10 users face when installing updates. Firstly, there is an error downloading the update or the download process is frozen. Secondly, there are problems during the installation of the update, and finally, the system crashes with BSOD after a reboot. Below are several possible solutions for troubleshooting.

Fixing Windows 10 update download problem

If the cumulative update does not download, try the following steps:


If a cumulative update freezes during download or the installation fails, something has gone wrong with the update files. After cleaning the folder containing the update files, Center Windows updates will try to download the update components again. Go to the following location:

C:\Windows\SoftwareDistribution\Download

Delete all files/folders, but do not delete the Download folder itself. Select all files and folders using CTRL + A and press Delete key to delete. Restart your computer and run the update process again.

If the cumulative update freezes during download, try the following solution:

  1. Enter Services
  2. Scroll to service Delivery optimization.
  3. Right-click on the service and select Properties.
  4. Change the “Startup Type” to “Manual”.
  5. Restart your computer.
  6. If Windows 10 update still gets stuck, change the startup type to Automatic (Delayed Start).

Stop the Windows Update service

If stopping the Delivery Optimization service does not solve the problem, also try stopping the Windows Update service. If your Windows 10 update is stuck at the “Initializing...” step, try the following solution:

  1. Click on the Start menu icon.
  2. Enter Services and launch the classic application of the same name.
  3. Scroll to service Windows Update.
  4. Right-click on the service and select Stop.
  5. Restart your computer.
  6. Check for new updates.
  7. The update should proceed as normal.

Windows Update reset script

Completely reset the Windows Update client settings. It has been tested on Windows 7, 8, 10 and Server 2012 R2. The script will configure services and registry keys related to Windows Update, restoring the default settings. It will also clean up files related to Windows Update.

Fixing Windows 10 update installation problem

In some cases, you may encounter a problem while installing the update. If the update installation is stuck at some point, try the next solution.

If your computer is frozen at the stage, then follow the instructions below.

  • While holding the power button, turn off the machine.
  • Restart your computer and boot into Safe Mode.
  • Sign in to your account (if required).
  • Before continuing, make sure everything is antivirus scanners disabled.
  • From the Start menu, type Recovery and select the appropriate desktop app.
  • Click Running System Restore.
  • Select an earlier restore point, and then click Next.
  • Follow the instructions to begin system recovery.
  • Wait while your computer completes the system restore process.
  • Regardless of whether the restore is successful or fails, you will most likely get rid of the error stuck at the moment “Preparing for Windows setup. Don't turn off your computer."
  • Sign in to your account if required.
  • Disable virus scanners before continuing.
  • Start the Windows update process.
  • The update should now install without problems.

Some users may encounter a stop error causing the display blue screen death (BSOD) during system reboot.

If you encounter a BSOD crash when upgrading Windows 10, check out this article:

Other Windows 10 update problems

After installing Windows 10 updates, you may encounter some problems such as internet connection errors.

To resolve these issues, you need to run the following commands in the Command Prompt (cmd.exe). In the search box on the taskbar, type Command line, press and hold (or right-click) “Command Prompt” and select “Run as administrator.” After opening command line enter the following commands one by one:

netsh winsock reset catalog

netsh int ipv4 reset reset.log

If you still encounter the “No Internet Connection” issue, please update your computer's IP address. To do this, open a command prompt (Win + R, enter cmd.exe and press Enter) and enter the following command:

ipconfig /renew

Disabling Windows 10 updates and drivers

Sometimes you may need to disable the installation of Windows 10 updates on your computer. Windows 10 Pro users can defer updates for a certain period of time, but Windows 10 Home users do not have this option.

Microsoft has provided a separate "Show or Hide Updates" tool to disable cumulative updates or even drivers.

DISM commands to check for problems with Windows 10

You can use the official DISM commands to restore a Windows image to fix any problem with your updates. Before you start, it's a good idea to take a full system backup or create a system restore point in case something goes wrong.

Using the CheckHealth option in DISM

Team /CheckHealth DISM allows you to detect potential corruption. This command is used only to find damage, but does not perform any repair operations.

Command line, right-click on the link that appears and select "Run as Administrator" because running DISM requires device administrator rights.

DISM /Online /Cleanup-Image /CheckHealth

UsageoptionsScanHealth inDISM

Team / ScanHealth DISM allows you to scan your Windows image for any damage. Unlike /CheckHealth, the /ScanHealth check can take up to 10 minutes.

To run this command follow these steps:

1. Search for Start menu Command line

2. In the "Command Prompt" type the following command and press Enter:

DISM /Online /Cleanup-Image /ScanHealth

UsageoptionsRestoreHealth inDISM

Team /RestoreHealth in DISM allows you to automatically carry out the procedure for restoring damaged Windows images. Unlike /ScanHealth, the /RestoreHealth scan can take up to 10 minutes.

To run this command follow these steps:

1. Search for Start menu Command line, right-click on the link that appears and select "Run as administrator".

2. In the "Command Prompt" type the following command and press Enter:

DISM /Online /Cleanup-Image /RestoreHealth

Note: While running /RestoreHealth or /ScanHealth, you may notice the procedure hangs between 20% and 40% - this is completely normal behavior.

Initialization - what is it? Why is it being held? What are the consequences of its implementation? What to do if errors occur? We will consider these and many other questions in this article.

general information

First, let's figure out what initialization is. This notation is used to create, activate, provision, and define the parameters of a software or hardware component. In other words, they are brought into a state of readiness for use. The initialization process is always directed externally in relation to the control object (program or device). It is necessary in order to determine the parameters and rules of operation.

Initialization examples

Let's imagine a few real situations and figure them out. So, for example, what does the process of initializing the print subsystem that puts data on paper look like? Initially, it is determined which device will work. All features are taken into account, such as print format, use of colors, maximum resolution, etc. To obtain such information, the device must be activated by applying power and a control signal to it. Using the latter, available operating parameters will be requested or the process of scanning capabilities will be launched. And the received data will be transferred to system unit, where, after processing, they will be presented to the user in the form of print options that are available for the equipment. What is program initialization? This is the name of the process during which variables are set to initial values or to zero before the program is executed. If we talk about, say, a magnetic disk, then in its case this means recording control information and subsequent formatting.

Let's talk about programs

As you can see, initialization is an important aspect of interaction with information technology. Let's look at how this process happens using the bootloader as an example. EXE programs. So, initially it is necessary to transmit instructions to the “Assembler”, which will contain and correspond to reality information about segment registers. The address is then stored on the stack, which is in the DS register. After that it is reset to zero. And finally, the address of the desired data segment is loaded into the register. When the "Assembler" works, it can detect the presence of offsets in individual areas. In this case, a 256-byte area is included in front of the boot module, which is also known as the PSP software segment prefix. The DS register is used to set the address of its starting point. The user program stores the address by pushing it onto the stack and then returning it to DOS. This is where an initialization error often occurs. Why? The point is that the system requires that the next value be the zeroth stack address. To do this, the AX register must be cleared using a special command. If this is not done, then problems arise. When might an initialization error occur? When using unlicensed software, when a high-quality hack has not been carried out, or when it is simply launched on different operating systems, and the addresses of the system registers have been moved.

When might problems arise?

This is a very interesting question, which still needs to be answered and fully revealed. Let's look at what it is Windows initialization. Initially, the basic input/output system is loaded. And BSVV initializes the operating system. If there are no conflicts with system registers, then everything loads without problems and functions the same. But let’s say a pirated version was installed operating system. And it came factory update. If you agree to the offer to install it, then part of the information that allows you to work will be replaced. And due to internal security mechanisms, operation will be blocked. In other words, corruption of the configuration of any program is the most common reason that initialization is not possible. But, fortunately, this only applies to older versions than Windows 10, which was made free. Now let's turn our attention to the hardware component.

How does a hard drive work?

Let's talk about the place where all the data we have accumulated is stored. Initializing the hard drive includes initial preparation of the mechanics, detection in the basic input/output system, and activation of the master boot record. The latter acts as the main control link, on which the order of processing the files that make up the operating system depends. If a failure occurs in the master boot record area, the operating system will stop functioning and, accordingly, the hard drive will be considered not initialized. It should be noted that the error in this case may be complete or partial. In the first case, the software launch will be interrupted text message, which will notify you if there are problems. And, accordingly, the hard drive will not be initialized. In the second case, the operating system can work quite correctly. But still, some of the data will not be available for viewing. Both options require qualified diagnosis of problems.

Testing

So, we know what initialization is. This gradually leads to the following question: what to do in case of problems? Initially, you need to test the problem. This can be done manually, dealing with the errors that the computer displays, or you can use any non-commercial product of the appropriate profile. Many people believe that they are not convenient in terms of use and information content and prefer to use basic system input/output. In favor of the latter, it should be noted that the information is sorted systematically and methodically, and the high effectiveness of such testing. In addition, the check in such cases is carried out carefully and in small “portions” of the boot area, and bit by bit. If everything has been tried, and the system does not work, then a message appears about a critical failure. When working with the program, information about the problem is displayed.

Recovery

With regular programs everything is simple. You can try reinstalling it or doing a system restore. If we talk about hardware problems, then it’s a little more complicated. Let's consider the situation using the same hard drive as an example. The first thing to do is make sure it works at all. To do this you need to listen to him. In the event of a malfunction, it is probably better to throw it away and buy a new one, because this can only be helped with the help of specialized equipment. If he makes standard sounds, then you should:

  1. Carry out a complete restructuring of the disk structure. In other words, format it (the data will be deleted) and remount the operating system.
  2. Overwrite main boot entry by using standard utility. Only suitable for logical areas and there is a possibility of data being deleted.
  3. Edit boot sector third party programs.
  4. Fixing a fault using the bootrec command and resuscitating disk structures.

Conclusion

So we looked at what initialization is. Particular examples and cases can be considered for a long time and persistently, but, alas, the size of the article is limited. The main thing is that the mechanism of this process itself was considered.

On the last day of April, Microsoft began rolling out the Windows 10 April 2018 Update 1803. Users around the world can install it on their compatible computers, laptops and tablets. This is the fifth major update to Windows 10, the first of two this year. There are a number of new features and changes to productivity, performance, and security.

As usual, there may be problems with the new version. When creating it, a significant restructuring of the code occurs, which can lead to failures and loss of compatibility, and this will have a bad impact on the quality of computer operation.

Sometimes installation problems may arise due to outdated drivers, conflicts with programs, or hardware components of your computer. This guide will cover similar update issues and how to resolve them.

Problems and solutions when upgrading to Windows 10 1803

There may be two types of problems during update installation. Errors may be displayed during installation, which are not necessarily bugs. There may also be bugs, compatibility issues, unknown problems.

How to fix problems during the installation process through Update Center

The best option for installation is to use the update center. Sometimes there may be errors that prevent the installation of updates from being completed.

There are a number of similar errors, depending on their causes. In any case, it is recommended to use the Windows Update Troubleshooter.

After completing these steps, go to Settings > Update & Security > Windows Update and check for updates.

There may be problems with your device's network adapter. In this case, select the section " Network adapter» in the troubleshooting tool.

How to fix error 0x800F0922 when downloading an update

This error indicates that the computer cannot connect to Microsoft servers or that the System Reserved section is insufficient free space.

Disabling VPN

If you see this error when using Windows Update, it may be because you are using a VPN. Disconnect your VPN and try downloading the update again.

Resizing the System Reserved partition

It is unlikely that the volume in this section is less than necessary, but sometimes third party programs like antiviruses can save their files here, taking up space. To fix the problem you need third party application to change the System Reserved size to at least 500 MB.

You can also perform a clean installation of Windows 10, then the necessary partition will be created to start the system without problems.

Using the Media Creation Tool

Along with problems with connecting to update servers or partition size, error 0x80246007 may occur when downloading an update. In this case, it is recommended to use Media Creation Tool to perform a clean installation of the system, which will create a partition of the required size.

Fixing errors when downloading installation files

Error 0x80190001 may occur when trying to download installation files through the update center. Use the Disk Cleanup tool to remove temporary installation files and try again.

After deleting the files, go to Settings > Update & Security > Windows Update and click on the “Check for updates” button.

If this method does not work, use the Media Creation Tool to install the update manually.

How to fix error 0x80070020

It usually appears if some application conflicts with the mechanism automatic update Windows 10. Most likely the reason is third party antivirus. You can perform a clean installation of Windows 10. You can also temporarily disable your antivirus and other security programs and older programs that may be causing the conflict.
To remove, do the following:

After completing these steps, repeat them for others required applications. Next, try installing the update and install the antiviruses again when the installation is complete.

How to fix error 0x80073712 with missing or corrupt installation files

If you see errors 0x80073712 or 0x80245006, there are problems with the update installation files. To fix it, use the Disk Cleanup tool to remove temporary files. Instructions for its use are described above. Clear temporary Windows files or Windows updates there.

After that, try installing the update again through Windows Update. If problems persist, use Media Creation Tool to install.

How to solve an incompatibility problem with your device

If you try to install an update to version 1803, you may receive an error message that it is not compatible with your computer. The message indicates that your computer does not have the necessary updates to install this version.

Windows 10 installs updates automatically, but if your computer has no Internet access for some time and then you try to install a new version of Windows from a USB flash drive, this problem may occur.

To solve it, install the latest update:

If the necessary updates are not downloaded, you can update the system manually.

How to fix errors when working with Media Creation Tool

When updating manually, you may see a problem with Dynamic Update. Even after rebooting, the computer may freeze while downloading installation files.

In this case, try starting the process manually:

How to Fix Download Problem Using Media Creation Tool

Sometimes a tool manual update may freeze when trying to download files before installation begins. You can start it again, but after downloading the files you need to disconnect from the Internet. When the timeout expires, the update process will be skipped and the installation will begin.

When a new version Windows 10 is installed, device setup begins and you can connect to the Internet again. After that, check for updates in the Settings app.

How to fix damaged files on a flash drive

If you're using an installation flash drive, if you encounter errors during the installation process, you're not alone. This often happens due to damaged files on the flash drive. You can download these files again from Microsoft server at Help Media Creation Tool and create a new installation flash drive.

Now you can use a USB flash drive to install the April update.

How to fix error 0x8007025D when using an installation ISO image

If you see error 0x8007025D - 0x2000C, it means the image metadata is corrupted, which will prevent updates from being installed. You need to use the Media Creation Tool to create a new image. How to download and install the tool is described above. Instead of creating a flash drive, choose to create an ISO image.

When everything is ready, you can use the image to update your computer, virtual machine or other device.

How to fix storage error 0x80070070

Windows 10 32 bit requires at least 16 GB of free disk space, 64 bit requires 20 GB. If your device does not have this much, the following errors may occur:

0x80070070 – 0x50011
0x80070070 – 0x50012
0x80070070 – 0x60000
0x80070008
0xC190020e

To fix this common problem, use Disk Cleanup. There select cleaning system files and you can delete everything except files for installing Windows updates.

If you cannot free up enough space, you can connect a flash drive of at least 16 GB in size. It will be used as a temporary storage for installation Windows files 10.

How to fix error 0x80070522

This error indicates an attempt to install without administrator rights. If you are using standard account, log into your administrator account and try installing the update.

How to fix Windows 10 before installing the update

At long work With Windows system 10 may experience performance and compatibility issues that may prevent you from installing the April update.

You can use the SFC command line tool to repair damaged or missing system files. Information about this can be found on the Internet.

If problems persist after this, you can use the Deployment Image Servicing and Management (DISM) tool.

How to resolve compatibility error 0x800F0923

This error indicates driver or compatibility issues. software. It usually appears when there is an incompatibility with the driver of the video card or other hardware. Could also be to blame outdated program or antivirus.

If the system was working fine before installing version 1803, it is difficult to understand which driver or programs are interfering with the device. In this case, it is best to use the Media Creation Tool to update. If there is a conflict with the software, the tool will provide a report.


If the problem is with the driver, download and install latest version drivers from the device manufacturer's website. If you already have it installed latest driver, you can temporarily remove this driver and continue installing the update. After this, you can install the driver again.


To remove the device driver, right-click on the “This PC” shortcut on the desktop, click on the “Properties” command at the bottom of the context menu, and select “Device Manager” in the left menu. Select from the list required device, right-click on it and context menu select the "Remove device" command. After that, try installing the Windows 10 April update.


In addition to error 0x800F0923, error 0x80070490 - 0x20007 may appear during the installation process, which means that the drivers of one or more devices are incompatible. Error 0x80070003-0x20007 indicates that the update process failed during driver installation.

For such errors, when Windows 10 rolls back to a previous version, use the steps mentioned above to temporarily remove the problematic devices.

When you experience app compatibility issues, check the app manufacturer's website for updates. In addition, you can temporarily uninstall the program, install the Windows 10 update and install it back.

How to fix error 0xC1900101

This error most likely means there is a problem with the device driver. Below is a list of possible errors:

0xC1900101 - 0x20004
0xC1900101 - 0x2000c
0xC1900101 - 0x20017
0xC1900101 - 0x30018
0xC1900101 - 0x3000D
0xC1900101 - 0x4000D
0xC1900101 - 0x40017

0x80090011 indicates a driver error during user data transfer. Below we will tell you what can be done in such cases.

Installing the latest drivers


To prevent errors 0xC1900101 and 0x80090011, install the latest driver from the device manufacturer's website. After downloading it, use the device manager to install the driver, specifying the path to it on your hard drive.

Disabling a device

You can temporarily disconnect the problematic devices from your computer, install the Windows 10 update, and turn it on again. You can turn off printers, scanners, Bluetooth devices, and other components that your computer will not function without.

Using the SFC and DISM tools

The SFC command line tool is built into Windows 10 and allows you to troubleshoot driver issues. If errors 0xC1900101 persist, use the DISM command line tool.

Freeing up space on your hard drive

When installing the update, it is advisable to have at least 20 GB of free space on your hard drive.

Troubleshooting hard drive errors

Check HDD can be done using the CHKDSK command line utility.
From the Start menu, type cmd command, right-click on the result, select run as administrator. In the window that appears, enter the command chkdsk /f c: and press enter. If the tool cannot run, type Y and press enter to schedule the scan hard drive. Restarting the computer will force the system to perform the check.


During the scanning process, errors on the hard drive will be automatically corrected. Restart your computer again and try updating the system.

Manual update

Use Media Creation Tool for clean Windows installations 10 to prevent errors 0xC1900101

How to fix error 0x80200056 after accidental reboot

You just need to start installing the update again.

How to fix software compatibility error 0xC1900208


When you see error 0xC1900208 – 0x4000C, one or more programs are incompatible with the new version of Windows 10. The easiest way in this case is to remove these programs. Typically these are antivirus or other security applications. Remove them in the Settings app.

How to fix problems during installation completion


While installing the update, you may receive two error messages. The first one says that the installation cannot be completed, the changes are being canceled, do not turn off the computer. The second says that it is impossible to configure Windows Update and the changes are being canceled.


These are common messages and the exact source of the problem is difficult to determine. It's best to check your update history. To do this, open Windows Update in the Settings app and click on the View update history link. Look at the error code for the problematic update. After that, find a description of this error on the Internet.

How to fix minimum system requirements errors 0xC1900200, 0xC1900202

Sometimes you encounter errors 1900200 – 0x20008 and 0xC1900202 – 0x2000, in which the device does not meet the minimum system requirements for installing a new version of Windows 10. Usually when upgrading from the previous one Windows variant There are no 10 such errors. However, if you are upgrading from the original 2015 version of Windows 10 on an old computer, this may happen.

List of minimum system requirements Windows 10 April Update is listed below:

  • 1 GHz processor
  • RAM 2 GB
  • Hard disk: 16 GB of free space for the 32-bit version and 20 GB for the 64-bit version
  • Video card: DirectX 9 or later with WDDM 1.0 driver
  • Screen resolution: from 800 x 600


Most Windows 10 devices meet these requirements, unless the computer is very old. Usually this problem associated with RAM. In any case, this will require replacing a component or the entire device.

How to fix Windows 10 activation problems


Windows 10 can automatically activate after reinstallation, but the process does not always work perfectly. There is a small chance that the system will not activate after installing the April update. When this happens, a "Windows is not activated" message appears with error code 0x803F7001 in the Settings app.

The same application has a tool for solving activation problems. It's located at Settings > Updates & Security > Activation. If you can't activate your device, you can wait a few days and see if it reactivates automatically.

How to successfully install Windows 10 April Update

Upgrading to a new version of Windows 10 usually goes smoothly, but with tens of thousands of computer hardware configurations out there, mistakes are inevitable. There are several steps you can take to reduce your chances of encountering these errors.

Backup


Although there is a built-in mechanism automatic recovery before previous version Windows 10, worst case scenario it won't work. For this reason you need to create full copy your computer so that you can return it to operational state after unsuccessful installation of version 1803.

Windows 10 has a tool for creating a system image, which contains everything you need to restore your computer, including returning files, applications and settings.

Removing unnecessary applications


Incompatible and legacy applications are one of the main reasons for the inability to install the update. It is better to get rid of these programs in advance so that there are no conflicts during installation. Typically these are older desktop and security applications. You can remove them in the Settings app. If desired, you can use it to remove desktop applications special programs like Revo Uninstaller to also clear the registry of unnecessary keys.

You can also temporarily disable or uninstall antivirus and other security applications. The same applies to the built-in Windows Defender. Disable real-time protection for it while installing the Windows 10 update. To do this:

After installing the Windows 10 update, protection turns on automatically.

Disabling the firewall

Windows Firewall or any other can also cause problems and errors when installing updates. To disable:

Removing update blockers

If you made changes to the installation configuration, return to the default settings so that Windows can download the update to the next version.
  1. Open the Settings app
  2. "Update and Security"
  3. "Extra options"


The "Choose when the update is installed" section should be set to Semi-Annual Channel (Targeted) and 0 days in both menus. Also make sure that the "Pause updates" switch is turned off.

Disabling metered connections

When you are using Wi-Fi or Ethernet and they are set as metered connection, Windows 10 automatically prevents downloads of major updates. If you want to update, you need to disable the metered connection.

If you have limited bandwidth, make sure you have enough bandwidth to install the update. To disable metered connections:

Disabling unnecessary peripherals

As mentioned above, when installing updates, it is advisable to disconnect from the computer all devices without which it can work. These can be flash drives, external hard disks, printers, scanners, memory cards, adapters, Bluetooth devices, etc. All you need is a keyboard, mouse, monitor and Internet access. Once the installation is complete, you can connect all devices back.

Clean installation

If you've followed all the prompts and still can't install the update, you should consider using clean install Windows 10. It takes longer, but it deletes everything on the main partition of the hard drive and installs a clean copy of the April Update in Windows 10. This can save you from the problems of your current Windows 10 installation.

The easiest way is to use the Media Creation Tool to create bootable flash drive, with which you will install Windows 10.

Conclusion

Although new Windows version 10 is already available to anyone; at first it may contain errors, bugs and compatibility problems. Your best bet is to wait for the update to appear in Windows Update. To address existing issues, Microsoft is updating users in stages. If it becomes aware of problems, it will correct them before distributing the system further.
Internet