169 IP address error can stop your computer from connecting to the internet which could be a very frustrating experience. In this guide, we will cover simple but effective tips on how to fix this error so you can continue with internet use.
Reconnect your Modem or Router
Simple and sometimes effective solution, unplug and plug back in modem or router so IP is fetched again, it is very likely that computer will pick right IP address with this stunt.
Use built-in Windows Network troubleshooter
Press ⊞ WINDOWS + X top open secret menu
Go to settings
Go to Network & Internet
Inside click on Network troubleshooter
Follow onscreen instructions
After the troubleshooter ends reboot your PC
Reconfigure IP address
Press ⊞ WINDOWS + R to open the run dialog
Inside run dialog type ncpa.clp and press ENTER
Right-click on your network adapter and select properties
Uncheck Internet Protocol Version 6 (TCP/IPv6) and click on OK
Now press ⊞ WINDOWS + X and click on Command prompt (admin)
In command prompt type and after each line press ENTER netsh winsock reset catalog netsh int ip reset reset.log ipconfig /release ipconfig /renew Reboot your computer
Restart DHCP client
Press ⊞ WINDOWS + R to open the run dialog
In run dialog type services.msc and click on OK
Find DHCP client
Right-click on it and choose Restart Reboot PC
Reinstall Network Adapter
Press ⊞ WINDOWS + X to open the windows menu
Click on Device Manager
Expand Network Adapter and right-click on wireless or ethernet adapter, click on Uninstall device Reboot the computer to automatically reinstall the device driver
Reset IP and subnet mask
Press ⊞ WINDOWS + R to open the run dialog
In run dialog type in ncpa.cpl and press OK
Right-click on your network adapter and select properties
Uncheck Internet Protocol Version 6 (TCP/IPv6)
Double click on Internet Protocol Version 4 (TCP/IPv4)
Select Use the following IP address and change it to 192.168.0.1
Change Subnet mask to 255.255.255.0
Leave default gateway blank
Click OK to save changes
When you have to connect to a drive that’s on a different computer or on external storage, that’s where the mapped network drives come in. Mapped network drives make accessing files a lot easier. However, there are times when it won’t work for some reason.
Windows will notify you about the unavailability of mapped network drives in several ways. For one, Windows might display a red X on the network drives or it could be that its status will be unavailable when you try to use it from the Command Prompt or via a notification.
It is recommended that you run a few scripts when you log in to your PC as it may so happen that the network drive takes more than usual to connect. Before you start troubleshooting the problem using the given options below, keep in mind that some workouts might only work under certain scenarios. You might need some network access at logon or you might need access to the Group Policy settings. So you need to choose what you prefer more.
You can try the given workarounds below if the mapped network drives are not showing or connecting or working on your Windows 10 computer. These workarounds use scripts to make sure that you are connected to them as soon as you start to use your PC.
As mentioned, before you can troubleshoot, you need to create scripts first. There are two scripts here namely MapDrives.ps1 which is executed by the second script named MapDrives.cmd and is done at a regular and non-elevated Command Prompt. Follow the steps below to get started.
You have to create a script file named “MapDrives.cmd” first and then save it on a place where the files are safe. To do that, open a text editor like Notepad and then copy and paste the following script:
After that, save the file and name it “MapDrives.cmd”.
Next, create a script file named “MapDrives.ps1” and then copy and paste the following content. Just make sure to save both scripts in the same folder.
$i=3while($True){ $error.clear() $MappedDrives = Get-SmbMapping |where -property Status -Value Unavailable -EQ | select LocalPath,RemotePath foreach( $MappedDrive in $MappedDrives) { try { New-SmbMapping -LocalPath $MappedDrive.LocalPath -RemotePath $MappedDrive.RemotePath -Persistent $True } catch { Write-Host "There was an error mapping $MappedDrive.RemotePath to $MappedDrive.LocalPath" } } $i = $i - 1 if($error.Count -eq 0 -Or $i -eq 0) {break} Start-Sleep -Seconds 30}Note: Now that you’ve created the script files, it’s time for you to proceed to the options given below.
Option 1 – Try creating a startup item
Note that this option only works on devices that have network access at login. So if it’s not there, the script will fail to reconnect the network drivers automatically. To create a startup item, here’s what you have to do:
Open the Startup folder located at %ProgramData%MicrosoftWindowsStart MenuProgramsStartUp.
From there, copy and paste the MapDrives.cmd.
After that, open the Scripts folder located at %SystemDrive%Scripts copy-paste MapDrives.ps1 and then copy and paste MapDrives.ps1 in there.
Note: After you complete the steps above, a log file named “StartupLog.txt” will be created in the %TEMP% folder. Now all that’s left for you to do is to log out of your computer and then log back in. This will ensure that the mapped drives are open.
Option 2 – Create a scheduled task
It is possible to create a scheduled task that runs as soon as you log in to your computer. To create a scheduled task, follow the steps below.
You have to copy the MapDrives.ps1 script file to the scripts folder of Windows located at %SystemDrive%Scripts.
After that, open the Task Scheduler and select Action > Create Task.
Next, type a name and description of the task in the General tab.
Then click on the Change User or Group button and select a local user group and click OK.
Now check the box labeled “Run with highest privileges” and switch to the Triggers tab.
From there, create a new trigger with the “At Logon” option in the Begin the task drop-down menu and then click OK.
After that, switch to the Actions tab and create a new action then choose to Start a program.
Next, type “Powershell.exe” in the Program/Script field, and in the Add arguments (optional) field, type the following:
And in the Start in the (optional) field, type “%SystemDrive%Scripts” as the location of the script file.
Now under the Conditions tab, select the “Start only if the following network connection is available” option and then select Any connection and click OK.
Restart your computer or log off from your account and then log back in so that the task will be executed.
Option 3 – Use the Group Policy settings
You need this option if the mapped network drives are defined via Group Policy settings. You have to update the action of the drive maps to Replace. As a result, it will delete the existing mapped drive and create the mapping on each logon again. However, any settings on the mapped drive that are changed from the Group Policy settings will be gone on each logon. So if the changes don’t work, you need to run the gpupdate command together with the /force parameter in order to refresh the Group Policy setting quickly.
Creating a System Restore point is definitely a must especially when you are about to make some changes to your computer. This will help make sure that the system settings and files can go back to an earlier point, should something go wrong, without affecting any personal files. However, there are cases when creating a System Restore Point does not go smoothly and you encounter an error that says, “The shadow copy provider had an unexpected error while trying to process the specified operation ( ox8004230F )”. Aside from creating System Restore Point, you can also encounter this error when you create a system image or backup.
According to reports, this error pops up when the required services are not running or not properly responding. And to fix it, there are several recommendations that will be provided in this post to fix the Error 0x8004230F when creating System Restore point in Windows 10. You can try to check the Volume Shadow Copy Services status or run the VSSADMIN tool. You could also check the status of the Microsoft Software Shadow Copy Provider Service or create System Restore Point in a Clean Boot State. For more details, refer to the provided options below.
Option 1 – Try checking the status of the Volume Shadow Copy Service
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.
From the list of services, look for the Volume Shadow Copy service and double-click on it.
After that, this will open the Properties where you have to make sure that the Startup type is set to Automatic (Delayed Start) and then click on the Start button underneath it.
Once done, click on Apply and then OK to save the changes made.
Now try creating a System Restore Point again and see if the error is already fixed or not.
Option 2 – Try to run the VSSADMIN tool
In case you don’t know, the shadow copy provider is sensitive and some other backup, disk cloning, etc. can make it malfunction. To fix this, you can run the VSSADMIN tool by following these steps:
Tap the Win + R keys to open the Run dialog box and type “cmd” and hit Enter to open Command Prompt.
Next, execute this command to check if you have other third party VSS admin providers: vssadmin list providers
After that, if it finds any, you need to disable them but if it does not find anything, then proceed.
Option 3 – Try to check the Microsoft Software Shadow Copy Provider Service status
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.
From the list of services, look for the Microsoft Software Shadow Copy Provider Service and double click on it.
After that, this will open the Properties where you have to make sure that the Startup type is set to Automatic (Delayed Start).
Once done, click Apply and OK to save the changes and then try creating System Restore Point again.
Option 4 – Troubleshot the problem in a Clean Boot State
It is possible that some third-party program installed in your computer might be the one that’s causing the ox8004230F when you try to create a System Restore point. Thus, you can try to boot your computer in a Clean Boot State and then try to perform the task again.
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 “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 to configure Windows to use the usual startup, just simply undo the changes.)
Once your computer has restarted try to create a System Restore Point again and if it now works, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
This is a typical system error that occurs during Windows setup. To be precise, this error may pop on your computer screen during the text mode portion of Windows setup.
The setup hangs and stops responding and the error message is displayed in either one of the following formats:
‘The file I386Ntkrnlmp.exe could not be loaded. The error code is 7.’or ‘The file I386L_intl.nlf could not be loaded. The error code is 7.’
Solution
Error Causes
Error 7 may be triggered due to several reasons but the 2 most common causes for this error code are:
Incorrect settings of the BIOS
Faulty RAM modules
Registry corruption
Further Information and Manual Repair
To resolve this error on your system, here are some easy and effective DIY methods that you can try.
Method 1 - Change Back the BIOS to its Default Settings
If the underlying cause of error code 7 is related to incorrect BIOS settings, then it is recommended to restore default settings to resolve.
You can reset your computer’s BIOS (basic input and output system) settings to factory defaults by selecting the restore defaults option within BIOS or by removing CMOS ( Complementary Metal Oxide Semi-Conductor) battery from your unplugged computer for about five minutes.
The battery removal method requires opening the computer case, so only attempt it if you are unable to access BIOS.
To reset BIOS follow these steps, reboot your PC and then press the key assigned to loading BIOS during your computer boot splash screen.
The key assigned to load and access BIOS varies from manufacturer to manufacturer but usually, it's F1, F2, or F12. Once you enter the BIOS, select the ‘Restore Defaults’ option listed in the menu. I
t may be a keyboard shortcut or be under the Advanced settings menu. Confirm settings and then exit BIOS. Hopefully, this will resolve Error 7.
Method 2 - Remove the Faulty RAM
When error code 7 is triggered by faulty RAM modules, then to resolve it simply remove the memory modules that are installed in the computer.
If the error code is displayed again after you remove the memory module, remove a different memory module. This procedure requires you to reboot your PC several times to identify the specific memory module that is not working properly.
Method 3 - Repair the Corrupted Registry
Error code 7 is sometimes also linked with registry issues. If the reason for the error occurrence is a damaged or corrupted registry, then simply download Restoro.
This is a powerful PC Fixer embedded with a registry cleaner. It is easy to operate and user-friendly. The registry cleaner detects and removes all errors in seconds. It cleans the registry and repairs the damages in no time.
Click here to download Restoro.
If your VPN software blocks and disconnects the Internet or Wi-Fi connection as soon as it is connected, read on as this post will give you fixes to resolve the problem. This kind of issue is odd but not unheard of. Many users use VPN for privacy and security but if it causes internet connection problems, you have to pin down the root cause of the problem and fix it in order to continue browsing the internet with privacy and security.
Here are some suggestions you need to check out to resolve the issue between your VPN software and network.
Option 1 – Try installing the latest version of the TAP adapter
Since all VPN software uses a TAP adapter which is mostly from OpenVPN, you might want to download and install the TAP adapter driver to resolve the problem.
Option 2 – Run the Network Adapter Troubleshooter
Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
Next, scroll down and select the “Network Adapter” option from the right pane.
Then click on the Run Troubleshooter” button.
After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
Option 3 – Configure the client computer to use the default gateway
This kind of connection problem can occur when you configure the VPN connection as the default gateway on the remote network. In such a case, the VPN settings override the default gateway settings (TCP/IP settings). Thus, you have to configure the client computers in order to use the default gateway setting on your local network for internet traffic as well as a static route on the remote network for VPN-based traffic.
Option 4 – Try to use the Google Public DNS
You might want to change your DNS to Google Public DNS as it could help you resolve the internet connection problem caused by your VPN. 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 – Try checking the settings of your VPN software
If your VPN software has a built-in “kill switch” it prevents any internet usage every time there is a problem in connecting with the VPN server which explains why your internet connection is disconnected when your VPN software is connected.
In addition, you could also try to change your VPN software’s protocol since all VPNs support multiple protocols. It could be that the protocol your VPN uses is blocked so try changing to another protocol and see if it fixes the problem.
Option 6 – Update the Network Adapter drivers
You might also want to update the Network Adapter drivers by following these steps:
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 BSOD error.
Note: If updating the network drivers didn’t help in fixing the “Windows could not find a driver for your network adapter” error, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.
To reinstall the network adapter driver, refer to these steps:
Open the Devices Manager from the Win X Menu.
Then locate the device drivers and right-click on them to open the Properties.
After that, switch to the Driver tab and click on the Uninstall Device button.
Follow the screen option to completely uninstall it.
Finally, restart your computer. It will just reinstall the device drivers automatically.
Can’t connect to this network Internet connectivity issues present a complex problem with simple solutions for PC and laptop users. First, it is usually recommended that users rule out problems with the internet connection, router, and Wi-Fi settings before proceeding to troubleshoot settings on your PC/laptop. Once the rest are ruled out, we can then proceed with the following troubleshooting steps and guidelines to fix your wifi connection issue:
The first step is to update your windows network adapter driver. Connectivity problems may arise if your network driver is not updated or if it is incompatible with the network adapter. To do so, you may resort to any third-party driver scanning and installing programs found online. This solution should have resorted if users don’t want the hassle of perusing through windows settings that users may not be familiar with.
However, this solution requires a pre-existing internet connection other than wifi, so it is recommended you have a backup internet connection via ethernet.
The second step is to uninstall the driver for your network adapter. This solution is to be reported if there is an issue with the driver as restarting the PC after the following steps let windows reinstall the driver again:
Open the quick access menu on your keyboard by pressing the Windows key and X key at the same time and select “Device Manager” from the menu list.
From the list of devices, select “Network Adapters”
Usually on the top of the list is the Wireless Network Adapter
Right-click the Wireless Network Adapter and select the option to “Uninstall device”
You will be given a confirmation in a new separate window to proceed. Click “Uninstall” to proceed.
After completing the previous steps, try rebooting your Windows PC and reconnecting to see if it works.
A third step is to disable the 802.1 1n modes of your network adapter by following the next steps:
First press the Windows logo key and the X key at the same time to bring up the quick-access menu. And like the previous step, select “Device Manager”
From the list of devices, select “Network Adapters”
Right-click the Wireless Network Adapter from the drop-down menu and select properties
Under properties, select the “Advanced” tab then select the 802.1 1n Mode. To the right drop-down menu change the option to “Disabled” and click “Ok”
After, try to re-establish the connection to see if the steps have worked.
In the event that any of the preceding did not fix your problem, it helps to take a second look at the router and network settings using the interface provided by your ISP. A simple reset to the back of your router often fixes the issue. Also, try to check if you have any other administrative capabilities over the network to determine whether your device, in particular, has been MAC filtered or if the frequency of your wireless adapter is not compatible with the broadcast frequency of your router.
Stable Diffusion is a machine learning model developed by Stability AI to generate digital images from natural language descriptions. The model can be used for different tasks like generating image-to-image translations guided by text prompts and upscaling images.
Unlike competing models like DALL-E, Stable Diffusion is open source and does not artificially limit the images it produces. Stable diffusion was trained on a subset of the LAION-Aesthetics V2 data set. It can run on most consumer hardware equipped with a modest GPU and was hailed by PC World as "the next killer app for your PC".
Since Stable Diffusion is run locally and not in the cloud, as mentioned there is no limit to the number of images that you can produce but in order to use it you will have to get down a little dirty with setting your PC environment for it since it is not really an application, it is a command line text based descriptor that will use python to generate your images, so there is no install nor GUI.
In this guide, we will show you how to both install and run Stable Diffusion on your local PC so you can start producing some cool images all by yourself.
Hardware and software requirements
Make no mistake, Stable Diffusion will not run on a potato PC, in order to harvest the power of AI-generated imagery this is what you will need:
A GPU with at least 4GB of VRAM
10GB of hard disk space
Python and libraries (Miniconda3 installer will install everything you need)
The Stable Diffusion files
Git
Any OS (Windows, Linux, macOS)
Installing components
For this tutorial, we are covering the installation and running of Stable Diffusion on Windows PC. The steps presented here are presented in a way that installation can be performed on any operating system but precise instructions will be for Windows OS.
GIT
The first thing to do is to install GIT. It is a tool that will let you easily maintain and install repos from the internet. to install it go to: https://git-scm.com/ and click on download. Follow the instructions for your version of the operating system. If you are a developer you are familiar with GIT and if you already have it installed you can skip this step.
One thing that is important when installing GIT locally is to select to use it via the command line (the second option that says "Git from the command line and also from 3rd-party software").
Miniconda3
Now when we have GIT installed, next thing is to use Miniconda3 to install python and all required libraries that are needed. Get the installer at: https://docs.conda.io/en/latest/miniconda.html
Miniconda3 is basically an easy installer so you do not have to install tons of stuff manually from different websites and sources, it is nicely packaged in the installer that will take care of everything.
Stable Diffusion
After the previous two steps, we are ready now to actually install Stable Diffusion. Go to https://huggingface.co/CompVis/stable-diffusion#model-access and install the latest library (as of the writing of this article currently it is stable-diffusion-v1-4-original, the last one on the right), the library is almost 5GB in size so be prepared for big download.
Once downloaded click on the Windows start button and type in Miniconda3 and click on open. Create a folder and name it how you want on a drive of your choice. For this example, we will install it all in disk C under folder AI_art, follow the instructions below but use your own names and destination instead. Do not close Minicoda3 after typing commands!!!
cd c:/
mkdir AI_art
cd AI_art
Extract GitHub files that you have downloaded into your new folder and get back to Minicoda3 and type the next commands:
Let the whole process finish, some files are large and it might take a while. After the whole process is finished and completed, copy the checkpoint file that you have downloaded into: C:\AI_art\stable-diffusion-main\models\ldm\stable-diffusion-v1
After the file is copied rename it to model.ckpt and you are finished.
Running Stable Diffusion
The created environment is needed in order to actually use Stable Diffusion to create images. Each time you want to use it you will have to run it, so go into Miniconda3, and inside it type:
conda activate ldm
cd C:\AI_art\stable-diffusion-main
after we are inside the folder call the script with the parameters:
python scripts/txt2img.py --prompt "TXT DESCRIPTION OF IMAGE THAT YOU WANT TO CREATE" --plms --n_iter 5 --n_samples 1
and that's it, your image is created and it is located in C:\AI_art\stable-diffusion-main\outputs\txt2img-samples\samples
The feature that was originally planned for now scrapped Windows 10X is included in Windows 11. You will be able to customize your Virtual desktop with different wallpapers for each screen.
In order to fully customize your virtual desktops with different wallpapers follow this easy step-by-step guide.
Click on the Task View button in the taskbar
When the Task View opens, select the desktop on which you want to set wallpaper
The view will switch to the selected desktop. Right-click anywhere on the desktop and select personalize
In personalization settings, click on the background
Select wallpaper which you would like to have on the desktop by clicking on browse and navigating to the desired one
Close the settings
Repeat for each virtual desktop you would like to customize
Sometimes you may experience QTCF.dll error on your computer either during installation or while upgrading applications like iTunes and QuickTime. This error indicates that the installation or the upgrading of the desired application was unsuccessful.
The QTCF.dll error is recognized by the Apple Support Community and they have provided a solution to fix this error easily.
Solution
Error Causes
QTCF.dll error occurs because the computer overloads with too much data which corrupts and damages registry files. And therefore the desired program fails to download and start on your PC.
When this happens you see a pop up on your screen and the QTCF.dll error message that is usually displayed as:
QTCF.dll not found
QTCF.dll file is missing
Such message display hinders your ability to use iTunes or QuickTime applications on your PC. Furthermore, it also slows the performance of your system and you may encounter startup and shutdown problems.
Therefore, it is advisable to repair the problem and fix the QTCF.dll error right away.
Further Information and Manual Repair
The good news is that you don’t need to go to a professional or be an IT expert in order to fix the QTCF.dll error. Since this error means that the installation or the attempt to upgrade the system was unsuccessful therefore you need to reinstall the fresh copy of the application.
Here’s how you can easily fix the problem by yourself and install a fresh copy of the application:
Step 1: First close all the applications running on your computer.
Step 2: Now uninstall the application that you were trying to install such as iTunes or QuickTime. To do this, go to the start menu, click on settings, control panel, and programs. Now click on the application you want to remove.
Step 3: Once the application is uninstalled and removed from your computer, then restart it again.
Step 4: Now download a fresh version of the application (iTunes or QuickTime) from Apple’s official website
http://www.apple.com/quicktime/download/.Step 5: Run the installer.
If reinstalling doesn’t work, then it is advisable to download the QTCF.dll repair tool. This repair tool will scan your PC for errors in seconds. Once the scanning is complete, click on the ‘fix all’ button to repair your computer.
Once the error is fixed, restart your computer and then try reinstalling the desired application one more time.
A Word of Advice
For regular PC users, it is advisable to install an anti-virus and malware scanner and run it every time you use your computer. This helps you keep informed about the viruses or errors that your computer might be exposed to.
And you can take timely actions before you experience file corruption and damage.
As you know, Windows 10 supports a variety of peripherals which includes a long list of printers. However, a number of users reported that they encountered a glitch on their Windows 10 computers where they receive Can’t print a file and a prompt to save the Word, PDF file, and so on each time they try to print the file. This kind of issue is not common and could be due to various reasons like the malfunctioning of device drivers, misconfiguration of the printer’s settings, and so on.
There are several options you can check out to resolve the problem. You can try to run the built-in troubleshooter or check the configuration of the printer, as well as update or reinstall the driver for printers or reset the printer. For more details, refer to each one of the options provided below and make sure to follow them carefully.
Option 1 – Run the Printer Troubleshooter
One of the first basic troubleshooting you can perform to resolve the printer issue is running the Printer Troubleshooter. This built-in troubleshooter can detect and automatically fix the problem for you. To use it, follow these steps:
Tap the Win + R keys to open the Run dialog box.
Next, type “exe /id PrinterDiagnostic” in the field and click OK or hit Enter to open the Printer Troubleshooter.
Then click the Next button and follow the next on-screen instructions to fix the issue with the printer.
Option 2 – Try checking the printer’s configuration
The next thing you can do to fix the problem is to check the configuration of the printer since there are instances when there could be some misconfiguration with the settings of the printer that may result in several issues like this one.
First, you need to open Control Panel and from there, look for the option Devices and printers and open it.
After that, right-click on the entry of your printer that you want to use in printing documents and select the Set as a default printer option.
You could also try to open PDF and then go to the Print dialog box and uncheck the Print to file option.
Option 3 – Try to update or reinstall the printer driver
The problem with your printer might also be caused by corrupted or outdated drivers. Thus, you can try to either update or reinstall it. How? Follow the steps below.
First, click the Start button and type “device manager”.
Then click on the “Device Manager” from the search results to open it.
From there, look for the USB Composite Device option and right-click on it, and select the Update Driver from the options.
Restart your PC and then click the “Search automatically for updated driver software” option.
Now uninstall and remove the printer driver software and reinstall it then refresh.
Option 4 – Try to reset the settings of the Printer or reinstall it
If none of the three options given above worked, you can try to either reset the printer settings or reinstall the printer so that it can go back to its default state. However, if it doesn’t work, you can try to uninstall the printer as well as its related drivers. To do so, follow these steps:
First, go to Settings > Devices > Printer and Scanners.
After that, select the printer and select the Remove Device option.
Once done, restart your computer and check again and see if the error is now fixed.
There are instances when the Windows 10 installation needs interaction before it reaches the file process. And so if you suddenly encounter the Windows Update Installation Failure 0x80240020 error under the Windows Update History, then you need to get it fixed.
When you encounter this kind of Windows Update Error, you will see an error message that says, “The operation did not complete because there is no logged-on interactive user”. This error also indicates the “WU_E_NO_INTERACTIVE_USER” code. To resolve this issue, in this post we’ll walk you through a couple of steps but before you get started, know that you don’t have to run any troubleshooter or delete any file just to fix this error since all you have to do is enable one option that can automatically login with your account and complete the installation for you. With that said, just make sure to only try running Windows Update once you’re told to do so.
There are two ways you can enable the option that could resolve the Windows Update Installation Failure 0x80240020 error. One is via Settings while the second one is via Registry Editor.
Option 1 – via Settings
Step 1: Go to Settings > Accounts > Sign-in Options.
Step 2: From there, toggle on the “Use my sign-in info to automatically finish setting up my device and reopen my apps after an update or restart” option.
Step 3: After that, it will make sure that the interaction part is removed from the Windows Update process.
Note: If your device is joined in a domain or if some work or email policies are applied to your device by your company or organization, then you wouldn’t be able to see this option in Settings and that’s where the Registry Editor comes in. Just make sure that you’re logged in as an administrator and that you create a System Restore Point first since registry hacks are sensitive and could highly impact how your computer behaves or functions. Once you have that covered, follow the steps below.
Option 2 – via Registry Editor
Step 1: In the Start search, type “Regedit” and hit Enter to open the Registry Editor.
Step 2: Navigate to the following registry key:
Note: If the above-given registry key does not exist, you can simply create it. All you have to do is right-click on the WindowsUpdate key and then select the New Key option and type “OSUpgrade” as its name. Afterward, create a new DWORD (32-bit) Value and name it “AllowOSUpgrade” and set its value to 0x00000001.
Step 3: Restart your computer and check if the error is now fixed. And then try to update your Windows 10 computer again and while you’re at it, make sure that you’re around your computer to interact with the prompts needed to complete the installation process.