Logo

Run Windows Updates from Command Line

As you know, one of the most highlighted features of Windows 10 is Windows Updates. It was offered to the customers as a service rather than a product with the release of Windows 10 under the scenario of Software as a Service which led to Windows Updates being set by default on Windows 10 and without an option for any users to disable it. Although not all users are happy with what Microsoft did, this is an ultimate step towards the greater good of all its customers since Windows Updates helps users in keeping their computers secured against all kinds of threats as well as provide them with the greatest and latest updates from Microsoft. So if you are one of those users who approved of the Windows Updates service, then read on as this post will guide you in running Windows Updates from Command Line either via Command Prompt or Windows PowerShell. For the complete set of instructions, refer to the options given below.

Option 1 – Run Windows Update via Command Prompt

Command Prompt in the Windows operating system exists for a very long time now compared to the comparatively new Windows PowerShell. That’s why it has similar capabilities to run Windows Updates. However, the highlighting point here is that you don’t have to download any module for Windows Updates. To get started running Windows Updates using Command Prompt, refer to the steps below.

  • First, type “cmd” in the Cortana search box, and from the search results, right-click on Command Prompt and select the Run as Administrator option to open it with Administrator privileges.
  • If a User Account or UAC prompt appears, just click on Yes to proceed.
  • Next, type in the commands listed below, and don’t forget to tap Enter right after you type each one of them.
    • UsoClient StartScan – use this command to start checking for updates.
    • UsoClient StartDownload – use this command to start downloading updates.
    • UsoClient StartInstall – use this command to start installing the downloaded updates.
    • UsoClient RestartDevice – use this command to restart your computer after you install.
    • UsoClient ScanInstallWait – use this command to check, download and install updates.

Note: Keep in mind that the commands in Command Prompt listed above are only meant for Windows 10. On the other hand, if you are using an older Windows version, you can try using the following commands instead:

  • wuauclt /detectnow – use this command to start checking for updates.
  • wuauclt /updatenow – use this command to start installing the updates detected.
  • wuauclt /detectnow /updatenow – use this command to check, download and install updates.

Option 2 – Run Windows Updates via Windows PowerShell

If you run Windows Updates in the Windows PowerShell, it will require you to install the Windows Update module manually. Hence, you have to get the Windows Updates downloaded and install Windows Updates.

  • Search for PowerShell in the Cortana search box and then run it with administrator privileges.
  • Once you’ve opened the Windows PowerShell, type the following command and hit Enter.
    • Install-Module PSWindowsUpdate – use this command to install the Windows Update module for Windows PowerShell.
    • Get-WindowsUpdate – use this command to connect to the servers of Windows Update and download the updates if found.
    • Install-WindowsUpdate – use this command to install the Windows Updates you’ve downloaded to your computer.

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

Fix Adobe causes high CPU usage in Windows 11
adobe creative suiteIn today's world any professional, whatever be design, print, web design or similar is using one or more Adobe programs. Adobe has cemented itself as a must-have software for any kind of serious and even amateur work. Sadly in the latest Windows 11 adobe software in some instances can slow down your computer and put some hard load on the CPU. If you are one of these unfortunate users, keep reading because we have a few things you can do to solve this.

1. Run SFC scan

SFC scan is a built-in Windows tool aimed at diagnosing and repairing system files inside Windows itself. Running an SFC scan usually solves most issues of these kinds so we will try that one first.
  1. Press ⊞ WINDOWS + S to open the Search bar and type in cmd
  2. Select command prompt and on the right side click on Run as administrator
  3. Inside command prompt type in: sfc /scannow and press ENTER
  4. Wait for the whole process to finish and reboot your system

2. Update Windows

Windows updates are designed to fix issues and solve problems, check to see if a new update is available to install.
  1. Press ⊞ WINDOWS + I to open the Settings app
  2. Click on Windows Update in the bottom left pane
  3. On the right check visually if there is an update pending and if there is, install it

3. Temporary turn off antivirus and firewall

Antivirus and firewall can interfere with adobe applications and background services, try turning your preferred protection software temporarily off and check if your CPU is still under high load.

4. Reinstall Adobe suite

Uninstall and install a clean version of the adobe creative suite or individual applications that you are using. Check your CPU load after reinstallation.

5. Uninstall Adobe CEF Helper

This is not a really advisable course of action but if non of the previous solutions have produced results then this might be the only option if you would like to keep using the software. Open File Explorer and paste the following line in the path box on top: C\:Program Files>Adobe Systems>Adobe CEF Helper or Adobe Creative Cloud >Adobe CEF Helper_uninstall.exe. Double click on the file and uninstall the CFT helper.
Read More
Fix MEMORY_MANAGEMENT due to Chrome browser
When you try to open your Google Chrome browser and it starts to connect to the internet but suddenly, your Windows 10 computer crashes along with a Blue Screen error that says, “MEMORY_MANAGEMENT”, then read on as this post will guide you in fixing the problem. This kind of BSOD error occurs when Google Chrome requests more memory or when it tries to access the network and demand is raised for more memory, the memory management program fails. To fix the problem, here are some possible solutions you might want to try. Follow them thoroughly.

Option 1 – Use the Driver Verifier Manager

The Driver Verifier Manager is another tool in Windows that could help you fix driver-related issues. And since the MEMORY_MANAGEMENT Blue Screen error concerns Google Chrome and an internet connection, the root cause of the problem might have something to do with the Network driver and to verify that, you can use the Driver Verifier Manager:
  • Type in the keyword “Verifier” in the Cortana search box to search for Verifier in Windows 10.
  • After that, select the option “Create custom settings”.
  • Make sure that you have checked everything except the options “DDI compliance checking” and “Randomized low resources simulation”.
  • Next, select the option “Select driver names from a list” option.
  • Afterward, you have to select all the drivers from any unofficial or third-party provider. To simply put it, you have to select all the drivers that are not supplied by Microsoft.
  • Then click on the Finish button.
  • Open Command Prompt as administrator and execute this command – verifier /querysettings
  • The command you just executed will display the Driver Verifier settings so if you see any of the flags enabled boot your Windows 10 PC into Safe Mode.
  • Open the Command Prompt as admin again and run this command – verifier /reset
  • The command will reset the Driver Verifier. Once the process is done, restart your PC and check.

Option 2 – Try updating the Network drivers

  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.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 update them all.
  • Restart your PC and see if it helped in fixing the MEMORY_MANAGEMENT BSOD error.

Option 3 – Try disabling Hardware Acceleration

You might want to disable Hardware Acceleration system-wide or for a particular program like Google Chrome and see if it resolves the MEMORY_MANAGEMENT error

Option 4 – Run the Memory Diagnostic Tool to check for Memory leaks

  • Tap the Win + R keys to open Run and type exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select the option, your PC will restart and check for memory-based issues. If it finds any issues, it will automatically fix them and if there’s no issue found, then it’s most likely not a memory-based issue so you should try the other options given below.

Option 5 – Perform a System Restore

Performing System Restore might help you in fixing the SYNTP.SYS Blue Screen error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
  • Tap 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.

Option 6 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like MEMORY_MANAGEMENT. It can be found in the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Read More
Windows SmartScreen can’t be reached right now
SmartScreen is a cloud-based anti-phishing and anti-malware component that’s come packed in all Windows 8 (8.1) and Windows 10 versions. This security component is also used in several browsers and programs like Internet Explorer, Microsoft Edge and Outlook.com. Although this program is quite useful, there’ve been reports that SmartScreen is apparently blocking Microsoft’s own apps from opening. According to some users, they only get the “Windows SmartScreen can’t be reached right now” error message every time they try to open apps from the built-in Windows suite like Photos, Mail, Alarms, Maps, etc. Whenever Windows SmartScreen is either down or unreachable on an end-user PC, your computer won’t be able to download anything in both official and unofficial channels. This error might be due to a corrupted Windows account, or it could be that SmartScreen is disabled from the Windows Defender Security Center or it might be down due to an MS issue. In addition, the error might also be caused by a proxy entry.

Option 1 – Make sure that SmartScreen is enabled

Before anything else, the first thing you must do is to check if SmartScreen is even enabled as it might be the reason why you’re getting the error. You can verify this by simply going to the Windows Defender Security Center. To do so, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “ms-settings:windowsdefender” in the field and hit Enter to open the Windows Defender Security Center.
  • After that, click on the Open Windows Defender Security Center button located under Windows Security.
  • Then click on App & browser control.
  • From there, make sure that the Check apps and files toggle is set to Warn and then check the same thing for Microsoft Edge and SmartScreen for Microsoft Store apps.
  • If it turns out that SmartScreen is indeed disabled, you have to restart your computer after making some changes and then check if the issue is fixed upon the next startup.

Option 2 – Check if SmartScreen is down for maintenance

Another possible reason why SmartScreen is not working is that it might be scheduled for maintenance. When SmartScreen is scheduled for maintenance, it will become unreachable for a lot of users at the same time and so before you go over unnecessary troubleshooting steps, you need to verify if SmartScreen is down for maintenance or not.

Option 3 – Try to disable the proxy server

If applicable, you can try to disable the proxy server to fix SmartScreen. There are some users who reported that they’ve fixed the problem after they’ve disabled the use of a proxy server using the built-in way. In some instances, certain proxy servers can interfere with the SmartScreen component and cause it to become unusable. However, if you are not using a proxy server, just skip this option and proceed to the next one, otherwise, follow the steps below to disable the proxy server.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “ms-settings:network-proxy” in the field and hit Enter to open the Proxy tab under Settings.
  • After that, scroll down to the Manual proxy setup and make sure that the toggle button of the “Use a proxy server” option is turned off.
  • Now restart your PC and check if the problem is fixed upon the next startup.

Option 4 – Try to create a new Windows user account

There are some users who were able to fix the problem by simply creating a new Windows user account. Although this solution will make you lose a couple of settings enforced through your user account, it’s actually effective in circumventing the “Windows SmartScreen can’t be reached right now” error. To create a new Windows user account, here’s what you have to do:
  • Tap the Win + R keys to open the Run dialog box.
  • And then type “ms-settings:otherusers” in the field and hit Enter to open the Family & other people tab under the Accounts menu.
  • After that, click on the “Add someone else to this PC” option and then click on “I don’t have this person’s sign-in information.
  • Next, insert the user credentials like emails, password, birth date, etc., and then click Next. Take note that if you want to create a new local user account, just click on Add a user without a Microsoft account.
  • After you’re done creating the new Windows user account, click the start icon and then click the account icon and choose to Sign out.
  • After you’re logged in, check if SmartScreen now works properly or not.
Read More
Setting Standard Desktop icons on Windows 11
Strangely enough, Windows 11 does not feature any typical icon on its desktop when installed. No My PC, no Recycle Bin, nothing, just plain and clean wallpaper. Personally, I like this clean look and feel but of course, there are a lot of users that are used to have some system-related icons on their desktop for easy access. windows 11 desktop iconsDo not sweat, we will turn them back on with ease. The best part is that you can choose which one would you like. So let’s dive right into it and get the icons back for the old Windows feel and look.

Showing selected Icons desktop

  1. Right-click on Desktop and select Personalize
  2. Select Themes from the list of personalization items
  3. Inside themes scroll down and click on Desktop Icon Settings
  4. Desktop Icon Settings will open and inside it, place checkmarks beside icons that you would like to appear on the desktop and click OK
  5. Close settings
As always settings and choices will be automatically applied and icons will appear right away on the desktop.
Read More
Fix The driver detected a controller error
One of the worst problems users can encounter on their computers is Blue Screen of Death errors as some of them are quite hard to fix. One of them is the “The driver detected a controller error” Blue Screen error. It could be followed by “DeviceIdeIdeport0 OR”, “on deviceharddisk0dr0”, or “DR3” or the name of the drive or port that’s causing the problem. If you are one of the users who encountered this error, then the suggestions provided in this post would definitely help you in fixing the problem.

Option 1 – Try to disconnect and reconnect all hardware and cables

A lot of users reported that they were able to fix the problem by disconnecting and reconnecting cables and hardware like scanners, printers, cameras can help in fixing the problem. In addition, you can also boot your computer in a Clean Boot State so that you can find the problematic hardware by hit and trial method. Refer to the steps below to do so:
  • 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.)

Option 2 – Update the device drivers

Updating the outdated device drivers in your computer can also help in fixing the problem. To do so, refer to these steps:
  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in devmgmt.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. From there, look for any outdated device drivers and click on each one of them.
  • After that, right-click on each entry of the device drivers and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.

Option 3 – Try to update the BIOS

Updating the BIOS can help you fix the ATTEMPTED_WRITE_TO_READONLY_MEMORY BSOD error but as you know, BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “msinfo32” in the field and press Enter to open System Information.
  • From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
  • After that, you should see the developer and version of the BIOS installed on your PC.
  • Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
  • If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
  • Now double click on the downloaded file and install the new BIOS version on your computer.
  • Now restart your computer to apply the changes made.

Option 4 – Try running the Blue Screen Troubleshooter

You might also want to run the Blue Screen troubleshooter. It is one of the built-in tools in Windows 10 that helps users in fixing system issues including Blue Screen errors. It can be found in the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.

Option 5 – Try running the Memory Diagnostic Tool

The Memory Diagnostic tool in windows can help resolve the “The driver detected a controller error” Blue Screen error by checking and automatically fixing any memory-based issues. To run it, refer to these steps:
  • Tap the Win + R keys to open Run and type mdsched.exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select your preferred option, your computer will restart and check for memory-based issues. If it finds any issues, it will automatically fix them and if there’s no issue found, then it’s most likely not a memory-based issue so you should try the other options given below.

Option 6 – Replace your motherboard

If your computer is still under warranty, you should consider replacing your computer’s motherboard in case the options given above failed to work in fixing the Blue Screen error.
Read More
How to Fix 0x8007043c Error Code

What is 0x8007043c Error Code?

Have you ever come across 0x8007043c error message pop up on your PC? If yes, then you should know that this error message is generated when any corresponding process or operation cannot be completed successfully by the application. This is a critical Windows OS Error message that should be fixed immediately.

Solution

Restoro box imageError Causes

The 0x8007043c error code is usually triggered by the following reasons:
  • Missing or corrupt registry files
  • Failure to update Windows Installer
  • Viruses and Spyware
Common signs of this error code are pop-up messages, program lock-ups, problems with opening documents, and screen freeze.

Further Information and Manual Repair

As soon as you experience this error on your PC, it is advisable to repair it immediately because this error poses high-security risks. Malwares and viruses are notorious for data theft. To fix the 0x8007043c error on your PC, you don’t need to take on the services of an IT professional. This error code is rated as easy to repair. By following the instruction and repair solutions given below, you can easily fix this Window error 0x8007043c in a couple of minutes by yourself. Here’s what you need to do:

Step 1: Scan for Viruses and Spyware

To stop hackers from sneaking into your PC and stealing your confidential data, you must first scan your computer for viruses and spyware on your PC. It is advisable to use a powerful antivirus to ensure your computer is totally virus and spyware clean.

Step 2: Download and Install a Registry Cleaner

After you scan for viruses, you should now download and install a registry cleaner. This is needed because an antivirus does not detect corrupt registry entries. To detect such entries, the registry cleaner tool is the best. After you download a registry cleaner on your system, click the scan button. You will have to wait for a few seconds for the scanning to finish. Once the scanning is complete, click on the ‘Repair’ button to fix the errors. After fixing all the errors, restart your computer. This is important because the registry changes will only come into effect after the system restarts. By following these 2 simple steps, you can easily resolve the 0x8007043c error on your system. However, to prevent this error from occurring again, it is recommended to run the antivirus every time you use your PC.
Read More
One or more Network Protocols are missing
Windows 10 users a set of rules or standards called Network Protocols in communicating over the internet. These protocols are the ones that made sure that the data is correctly sent between computers. However, if any of the Network Protocol is missing in your Windows 10 computer, then you will most likely encounter a problem like not being able to browse the internet, or share files. For this, you can try to run the Incoming Connections troubleshooter: As you were not able to connect to your internet connection using your PC, you can try to run the Incoming Connections troubleshooter as it might resolve the problem. Refer to the following steps to run this troubleshooter:
  • Tap the Win + I keys to open Settings.
  • After opening Settings, go to Update and Security.
  • Next, navigate to the Troubleshoot pane and select the Incoming Connections section and click the Run Troubleshooter button to get started.
  • Wait until the troubleshooter is finished doing its job and then try connecting to your network again.
If after running the Incoming Connections troubleshooter you receive an error message instead that says, “Network Protocol is missing”, then here are some suggestions you need to check out to fix it. Take note that you must have admin privileges before you start troubleshooting the problem.

Option 1 – Try to update or rollback or uninstall the Network drivers

You might also want to update, roll back, or disable your Network drivers to fix the “This operation failed as no adapter is in the state permissible for this operation” error.
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.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 depending on your preference, you can either select “Update driver”, “Disable device” or “Uninstall device”.
  • After that, restart your PC and see if it helped in fixing the netio.sys Blue Screen error.

Option 2 – Try to reset Winsock, TCP/IP & Flush DNS

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

Option 3 – Diagnose the Network Adapter

To diagnose the Network Adapter, go to Control Panel > All Control Panel Items > Network Connections, and from there, look for the network adapter that could be causing the error. Note that if you are using a Wi-Fi connection, then it’s probably your Wi-Fi adapter, otherwise it has something to do with your Ethernet adapter. Just right-click on the problematic network adapter and select diagnose to troubleshoot.

Option 4 – Try to perform Network Reset

You can also try to perform a Network Reset to resolve the problem. This will reset the entire network configuration including your IP address. To perform Network Reset, follow these steps:
  • Tap the Win + I keys to open Settings.
  • From there, go to the Network and Internet section.
  • Next, scroll down and look for “Network Reset” under the status pane.
  • After that, click on Network Reset and then on Reset now to start resetting the network configuration. Once done, check if it is able to fix the error or not.

Option 5 – Try importing Winsock settings from another computer

If resetting Winsock or the Network didn’t fix the problem, then you can try to import settings from a computer that’s in good condition. You need to have access to the registry to get this done and then export and import a couple of settings. Refer to these steps to get started:
  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, go to this registry path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices
  • Next, look for two registry keys named “Winsock” and “Winsock2” and then right-click on each one of them and select the Export option.
  • Now copy the registry keys to a USB drive and then copy the keys on the PC in excellent condition.
  • Then double click on each one of them and it will install the WINSOCK keys.
Read More
Reliability Monitor is not updating or working
In case you don’t know, there is a built-in tool in Windows 10, known as Reliability Monitor that provides a day-to-day snapshot of the health of your system. It warns users of any looming issues or disasters before your computer breaks down finally. So obviously, Reliability Monitor is useful, however, there are times when it could behave incorrectly. For instance, it might fail to show you any updates even when they are installed. Thus, if you experience any malfunctions with the Reliability Monitor tool in Windows 10, read on as this post will guide you in updating or working in Windows 10. To fix the problem with the Reliability Monitor, there are several fixes you can check out. You can try to enable the data collection for Reliability Monitor or reset it, as well as put your computer in a Clean Boot State. For more information, refer to each one of the options given below.

Option 1 – Try to enable the Data Collection for Reliability Monitor

The Reliability Monitor tool uses data provided by the RAC Agent scheduled task and it will start to display a Stability Index rating and specific event information 24 hours after the system installation. The RACAgent scheduled task, by default, runs after the operating system is installed. And if it is disabled, it must be manually enabled from the Task Scheduler snap-in for MMC or Microsoft Management Console. Thus, you need to enable the Data Collection for Reliability Monitor to fix the problem.

Option 2 – Try to reset the Reliability Monitor

The next thing you can do to fix the issue with the Reliability Monitor might want to reset it to resolve the problem. If the Reliability Monitor is already open, you have to close it and open it again. After the reset is done, it may take up to 24 hours for the Reliability Monitor to display results again. This should fix the problem.

Option 3 – Troubleshot the problem in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the one that’s causing the Black border issue. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • 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.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Read More
How to Repair Error Code 0xC190010, 0x30018 in Windows 10

Error Code 0xC1900101, 0x30018? - What is it?

Users, when upgrading to Windows 10 from Windows 7 or Windows 8/8.1, or when upgrading to a new version, build, service pack, or major update of Windows 10, can encounter error code 0xC1900101, 0x30018. Windows 10 installation fails and stops or hangs. During the installation process, it will reach a certain maximum limit (normally at 6% or 32%) then reverts back to the previous version of the operating system and displays the following message:

We couldn’t install Windows 10. We’ve set your PC back to the way it was right before you started installing Windows 10.

0xC1900101 – 0x30018 The installation failed in the FIRST_BOOT phase with the error during the SYSPREP operation.

Solution

Restoro box imageError Causes

In attempting to fix Error Code 0xC1900101-0x30018, it is vital to know what causes this issue. The most probable causes of this error are:

  • Incompatible hardware or driver
  • Incompatible security programs or antivirus or incompatible utility software
  • A device driver possibly stopped responding to setup.exe while on the installation process.
In some cases, you might be opened to other error messages when attempting to update to Windows 10, including error code 8007002c.

Further Information and Manual Repair

In fixing issues related to error codes, it is best to employ manual repair methods. Using these methods helps users pinpoint the root causes of the issue and apply solutions permanently to fix the issues. While most manual repair methods can be done by every Windows user, even those without technical abilities, there are certain cases where help from a Windows professional is needed. If you’re not up to facing risks in implementing manual methods yourself, consider getting help from a professional Windows technician or you can use a powerful automated tool. In fixing Error Code 0xC1900101-0x30018, you can repeat the same steps used for 0xc000021a (Method One) or you can try doing the following:
  • Disable or uninstall your Antivirus program before proceeding to upgrade the system
  • Ensure that the machine name is simple (having at least 8 characters) with no special characters like hyphens or dashes.
  • Restart the device a few times then try again.
  • Disable General USB Devices such as the Smart Card Reader.
  • If you use an SCSI hard disk, ensure that you have available drivers you can use for your storage such as a thumb drive and make sure that it is connected. During the Windows 10 setup, select the Custom Advanced Option and use the Load Driver command to be able to load the suitable driver for the SCSI drive. If this fails, try switching to an IDE-based hard disk.
  • You can now perform a clean boot. Restart your device then try again.
  • If you are using the .ISO file for upgrading the system, you need to disconnect from the Internet first before proceeding to the setup. If you are connected to Wi-Fi or by Ethernet (LAN), make sure to disable both connections then you can proceed to set up again.
  • If you’re performing the update through Windows Update, once the download reaches 100%, disconnect from the Internet, and then proceed with the installation.

NOTE: If this fails, if possible, you can try using the .ISO file in upgrading.

  • Switch to a local account if the device is connected to a domain.
  • Disconnect all external devices attached to the computer such as gaming controllers, printers, or USB keys.

If you’re using Windows Update in installing Windows 10, you can implement the following:

  1. Open the Command Prompt window by pressing Windows Key + X. Select Command Prompt (Admin) from the menu.
  2. Stop the BITS, Cryptographic, MSI Installer, and the Windows Update Services. In order to do this, Type or Copy and Paste the following commands one at a time:

NOTE: Don’t forget to hit Enter after every command.

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

  1. Rename the Catroot2 and SoftwareDistribution In order to do this, Type or Copy and Paste the following commands one at a time:

NOTE: Don’t forget to hit Enter after every command.

                        ren

C:WindowsSoftwareDistribution SoftwareDistribution.old

                          ren

C:WindowsSystem32catroot2 Catroot2.old

  1. Restart the BITS, Cryptographic, MSI Installer, and the Windows Update Services. In order to do this, Type or Copy and Paste the following commands one at a time:

NOTE: Don’t forget to hit Enter after every command.

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

  1. Type Exit in the Command Prompt then close the Command Prompt window then restart the computer.
Can’t seem to put up with the long and technical manual repair process? You can still fix this error by downloading and installing a powerful automated tool that will surely get the job done in a jiffy!
Read More
Enable or Disable Automatic Encryption
You might be familiar with the Encryption File System or EFS algorithm if you rather keep your files and folders encrypted. Encryption File System is a built-in feature in Windows 10 which allows users to secure their important files. Although there is an alternative way for you to secure your data on your Windows 10 computer, you can’t ignore the fact that the main advantage of an Encryption File System over BitLocker is that the former can help you encrypt a particular folder rather than encrypting the whole hard drive partition. If you move a file inside a folder encrypted with the Encrypting File System it will automatically get encrypted. There are some users who like this feature but unsurprisingly, there are some that don’t. So if whether you want your files encrypted when you place them in an encrypted folder or if you want to keep it as it is, read on as to how you can do it either way. You can enable or disable automatic encryption of files moved to encrypted folders in Windows 10 using the Registry Editor or the Group Policy Editor. Before you proceed, make sure to create a System Restore Point first because the modifications you’re about to make in your computer might affect its overall functioning so if anything goes wrong, you can always undo the changes. Once you have that covered, refer to the options given below to enable or disable automatic encryption in Windows 10.

Option 1 – Enable or disable automatic encryption using Registry Editor

  • Press the Win key + R key at the same time to open the Run dialog box.
  • Then type “Regedit” in the field and press Enter to open the Registry Editor and if a User Account Control or UAC prompt appears, just click Yes to proceed.
  • After opening the Registry Editor, navigate to this key location: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer
  • Next, right-click on Explorer and select New > DWORD (32-bit) Value and then name the newly create DWORD to “NoEncryptOnMove” and press Enter to save it.
  • After that, double click on the NoEncryptOnMove DWORD and set its value to the following preferences:
    • 1 – Disable Auto Encryption of files moved to encrypted folders.
    • 0 – Enable Auto Encryption of files moved to encrypted folders.
  • Now close the Registry Editor and restart your computer to successfully apply the changes made.

Option 2 – Enable or disable automatic encryption using the Group Policy Editor

  • Press the Win + R keys to open the Run box and type “gpedit.msc” in the field and press Enter to open the Group Policy Editor.
  • After that, navigate to this path: Computer ConfigurationAdministrative TemplatesSystem
  • Next, look for the “Do not automatically encrypt files moved to encrypted folders” option and double click on it to set the policy. From there, you will see the following description:
“This policy setting prevents File Explorer from encrypting files that are moved to an encrypted folder. If you enable this policy setting, File Explorer will not automatically encrypt files that are moved to an encrypted folder. If you disable or do not configure this policy setting, File Explorer automatically encrypts files that are moved to an encrypted folder. This setting applies only to files moved within a volume. When files are moved to other volumes, or if you create a new file in an encrypted folder, File Explorer encrypts those files automatically.”
  • Now select one of the radio buttons below depending on your preference:
    • Not Configured or Disabled: Enable Auto Encrypt of files moved to EFS Encrypted folders.
    • Enabled: Disable Auto Encrypt of files moved to EFS Encrypted folders.
  • Then click on the Apply and OK buttons to save the changes made.
  • Exit the Group Policy Editor and restart your computer.
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