If you are a person which spends a lot of time in front of the computer doing work, then you are aware of the importance of having a proper backup of your archive so if anything bad happens you will lose almost none of the work.
We can never tell when we might experience HDD failures or when we might be a victim of cyber attacks, natural disasters,s and other unpredictable circumstances where we could lose all of our data in a matter of minutes. Having a backup of our data is very important but sometimes we are too busy or not around and we miss that data backup we wanted to do, and if in this case disaster strikes we are out of luck and data is lost. To avoid such circumstances, you can set up automatic Windows Backups at a scheduled time. This way it will help to have the loss of important files and documents from unexpected hazards.
in order to create automatic backups of your files, you have several options, and below we will explore each one in hopes that you will find one that best suits your needs.
Create automatic file backup with OneDrive
This is probably the best way to do it because each time when you sign in OneDrive files get backed up right away, files are stored in the cloud and can be accessed on any device via a Microsoft account.
To get started, open the Settings app first.
Click on the Update & Security category
Select the Backup tab from the left pane.
Move to the right page and click on the Back up files button that is available under Back up files to OneDrive.
Select the folders you want to backup in the cloud, and remove those ones you don’t want to backup.
On the next page, click the Start backup button to start the procedure.
Create a backup using File History
File History is an inbuilt feature that allows users to create automatic file backup on Windows 10. File History allows the users to back up their files in an external or cloud drive at different intervals of time. To create automatic file backup using File History:
Press the ⊞ WINDOWS + I to open the Settings app.
Click on the Update & Security category and then select the Backup tab from the left pane.
Under the Back up using File History section, click on Add a drive button.
Now choose the drive to store the backup files. Windows will use this drive for File History.
Then turn on the toggle button under Automatically back up my files. This will back up your data to the drive automatically whenever you connect it to the system.
Below the toggle button, click on the “More options” link to set how frequently File History will back up.
Use the Keep my backups drop-down menu to get the option to configure the time for how long you want to keep your backups. By default, it will keep your backups forever.
Under the section Back up these folders, tap on the Add a folder button in order to add one more folder to the backup. Then click on the Add a folder button, under Exclude these folders. This will exclude the files that you don’t want to back up.
You can stop the drive from storing backup files to change the backup storage location. To do this, click the Stop using drive option under the Back up to a different drive category.
Backup using Windows backup & restore tool
Open Control Panel
Click on the System and Security option
Scroll down and select the Backup and Restore (Windows 7) button
Next click on the Set up backup button, available under the Back up or restore your files section
Under the Save backup on section, select the Backup Destination where you want your backup files to get stored
On the “Set up backup” page, Windows will ask you to choose the way to backup, check Let me choose checkbox, and then hit the Next button
Under the section Computer, select the files and folders you want to backup. Then uncheck the box next to the Include a system image of drives option, and then hit the Next button
Now click on the Change schedule link. Set the time and check the box beside Run backup on a schedule button
Click OK then select the Save settings and run backup option
As you know, one of the useful and efficient utilities in Windows 10 is the DISM tool. It can be used with the Command Prompt command line which allows users to carry out various tasks. However, there are instances when the DISM tool could encounter some errors when you try to execute a command. One of these errors is the one that states, “The component store has been corrupted”. This kind of DISM error is due to an error in the image file.
When you encounter the DISM Error 14098 when running the DISM tool, you will see the following content in the command line:
“C:>Dism /Online /Cleanup-Image /RestoreHealth /Source:c:testmountwindows /LimitAccessDeployment Image Servicing and Management toolVersion: 10.0.10586.0Image Version: 10.0.10586.0[==========================100.0%Error: 14098The component store has been corrupted.The DISM log file can be found at C:WINDOWSLogsDISMdism.logC:>”
There are several fixes you can check out to fix the DISM Error 14098, “The component store has been corrupted”. You can try to run the Restore Health command or reset the Windows Update components, or whitelist the dism.exe in your antivirus program, as well as try to uninstall any recently installed updates. Follow the options provided below for more details.
Option 1 – Run the Restore Health command in a Clean Boot State
First, you need to put your computer in a Clean Boot State.
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.)
Now open Command Prompt with admin privileges.
Then type and enter this command to execute it: Dism /Online /Cleanup-Image /RestoreHealth
Wait until the process is completed and restart your computer.
Note: If the Restore Health command fails, you can use the “/StartComponentCleanup parameter” by executing this command: Dism /Online /Cleanup-Image /StartComponentCleanup
Option 2 – Try to reset the Windows Update components
If by any chance that the second option didn’t work, resetting the Windows Update components could also help you resolve the problem. How? Refer to the following steps:
Open Command Prompt with admin privileges.
After that, type each one of the following commands and hit Enter after you key in one after the other.
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS, and MSI Installer.
After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below, and don’t forget to hit Enter after you type one command after the other.
Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
net start wuauserv
net start cryptsvc
net start bits
net start msiserver
Close Command Prompt and reboot your PC.
Option 3 – Whitelist the “dism.exe” in your antivirus program
The DISM error 14098 might also be caused by your antivirus program which could be interfering it from running. To fix this, you have to whitelist dism.exe. How? Refer to these steps:
Open the Windows Defender Security Center from the system tray area.
Next, click the “Virus & threat protection” option and then open the “Virus and threat protection settings”.
After that, scroll down until you find the “Exclusions” and click on the “Add or remove exclusions” option.
Then click the plus button and select the type of exclusion you want to add and from the drop-down list, select Folder.
Next, navigate to this path and select the WinSxS folder: C:/Windows/WinSxS
When a User Account Control or UAC prompt, just click on Yes to proceed.
Option 4 – Try to uninstall recently installed updates
There are times when some Windows Updates affect some mechanism internally when you update your Windows 10 computer. As a result, it causes issues with other components of the operating system which could be the reason why you’re getting the DISM error 14098.
Go to Settings and select Update and Security > Windows Update.
From there, click on the “View update history” option and then click on the “Uninstall Updates” option.
This will open a new window that contains the list of installed Windows Updates.
Now right click on the Windows Update you wish to uninstall and click Uninstall.
One of the most common ways cybercriminals use to inject suspicious code into devices is by tricking users into installing a malicious program on a targeted device. Oblivious users are vulnerable to such tricks, which is why Microsoft has been working hard in the background to address this issue. Recently, Microsoft announced the availability of a sandboxed version of Windows 10 that runs inside Windows 10 in order to isolate suspected software to run inside it and protect the system from potential threats.
This Windows Sandbox feature is a new feature that keeps your computer secure. It is a virtual disposable environment that you can enable. So if suspect any software of being malicious, you can run this software in an environment and ensure that it won’t interfere with any normal processes and would not jeopardize files on your computer. To simply put it, “Windows Sandbox is a new lightweight desktop environment tailored for safely running applications in isolation”. So if the Sandbox is closed, all the residual files, software, and other data are deleted permanently. To enable Windows Sandbox, refer to the instructions provided below.
Step 1: You have to make sure that you are running either Windows 10 Enterprise Editions or Windows 10 Pro and that your computer is running build 18305 or newer.
Step 2: After that, you have to enable Virtualization to let another instance of Windows 10 running in Sandbox mode.
Step 3: Next, search for Windows Features on and off in the search box and then select the appropriate entry.
Step 4: From the list, go to the mini window and check the Windows Sandbox and then click on OK.
Step 5: Afterwards, in the Cortana Search box, search for “Windows Sandbox” and select the related entry to run it in an elevated window.
Step 6: Then from your main computer (host), copy the executable file and paste it inside the Windows Sandbox environment.
Step 7: Now run the executable file in the Sandbox environment and use it as you normally do.
Step 8: Once you’re done, close the Windows Sandbox application and as mentioned, every data regarding the executable file and the temporary environment will be deleted.
Step 9: And for the sake of safety, ensure that there are no modifications made to the host because of the executions in the Sandbox environment.
You have the option to contact Microsoft for feedback related to Windows Sandbox. You can use the traditional Feedback Hub if you have any suggestions or any issues. Just fill in the appropriate details and select Windows Sandbox for the feature category under the Security and Privacy section. And if you have any issues related to the execution of and within Windows Sandbox, simply choose “Recreate my problem” then select Start capture to reproduce the issue, and once you’re done, select Stop capture.
Dell laptop is a great choice for laptop users who like to have the best configuration, fast working platform, and long warranty period. But this does not mean that your errors can’t pop up on Dell laptops.
Users can experience a variety of hardware and software-related issues on Dell laptops. And one such error is the error code 0146.
This is a typical Dell laptop hard drive-related error code. It can cause your Dell laptop to freeze and system applications to stop responding for a long period of time. Therefore, it is recommended to fix the error immediately.
Solution
Error Causes
Error 0146 may be triggered due to several reasons on your system. These include:
Program corruption
Viral infection
Hard drive issues
Further Information and Manual Repair
The good news is that error 0146 is easy to fix. Here are some of the easy do it yourself methods that you can try to resolve error 0146 on your system:
Method 1 - Run a Virus Scan
Malware and viruses can corrupt and damage the hard drive and trigger error 0146. In such an event, it is recommended that you open your antivirus, update it and run a full virus scan on your PC.
Once the scan is complete, remove all the viruses. This will hopefully resolve the error 0146.
Method 2 - Run Your Laptop in Safe Mode and Clean Boot
Another alternative is to run your Dell laptop in safe mode and clean boot. To do this, simply disconnect all the attached devices like wireless printers, routers, and USB keys and turn off your laptop.
Turn it on again and then press and hold the F8 key. Make sure you do it quickly before the Windows logo comes up. Now select ‘Safe mode with networking’ and press enter.
After that, open System Configuration Utility by going to the start menu and typing ‘msconfig’ in RUN, and then click OK. In the System Configuration Utility click General then selective startup. Now uncheck the load startup items box ad select services and then check the hide all Microsoft services box and disable all.
To apply these changes, click ‘Apply’ and then OK. Now restart your laptop.
Method 3 - Change to SATA Drive
Sometimes error 0146 may pop up due to hard drive configuration changes.
If this is the reason for error occurrence, then simply go to Dell Laptop BIOS. Check whether the hard drive configuration has been changed to AHCI SATA from SATA Drive.
If it has changed, then it is advisable to change it back to SATA Drive. When you are done back up all your data, and then format your hard drive. It is important to create a backup because formatting will make you lose all your data.
Once you format the hard drive, reinstall Windows from scratch.
Method 4 - Run a Registry Scan
If the error 0146 results due to program corruption then there is a possibility that the underlying reason might be registry damage. Therefore it is advisable to run a registry scan and repair it.
To do so, download Restoro. This is a cutting-edge and user-friendly PC Fixer integrated with a registry cleaner.
Run it to scan for registry issues. It removes all obsolete files corrupting and damaging the registry, repairs important and damaged system files and cleans the registry in the shortest time.
Click here to download Restoro and resolve error 0146.
Anxiety from all these digital threats lurking everywhere? An antivirus program can help put your mind at ease.
What can a virus do to your device?
A virus is malicious software that can affect pretty much any device and does so in a variety of ways. Be it your computer, your phone or your smart lightbulb - as long as there’s access to the internet, malware can get to it.
How exactly does this kind of attack manifest itself? Well, there’s a wide variety of effects ranging from mild to severe. Among other things, they depend on which type of malware attacks your device - a virus, spyware, ransomware, adware or something else.
These are some of the things you can expect to happen:
Slow performance
System crashes
Theft of data and sensitive information
Connectivity issues
Constant browser redirects
Strange messages sent to your contacts
Interference with files
It really can be the stuff of nightmares. So, if you want to sleep peacefully knowing that your devices are completely safe, you should definitely consider getting an antivirus.
P.S. don’t let its name fool you - an antivirus does indeed protect your devices against more than just viruses.
What is antivirus software exactly?
Antivirus software is designed to help you battle and ward off malware. Basically, it scans your device to detect any suspicious activity and offers tools to get rid of the culprit.
At first, antiviruses were developed to fight against viruses only, but nowadays they cover a lot more ground. Here are some of the biggest benefits of getting yourself a powerful defender.
Advantages of antivirus software
1. It fights those pesky ads
Look, constant ads that pop up everywhere aren’t the absolute worst thing that can happen on your computer. If anything, they are annoying, like when you’re trying to sleep but that one fly in your room just won’t stop buzzing.
Now, there’s a free, well-established solution for that - installing an ad blocker. And we’re about a hundred and ten percent sure you’ve already done that on each and every browser you use.
However, “if I can’t see it, it doesn’t exist” isn’t the most ideal approach for your online safety. Ad blockers can’t block everything and they won’t protect you from potential adware. An antivirus on the other hand offers that layer of protection against malware snuck into pop-ups and spammy websites.
2. It protects you from hackers
Hackers don’t target government institutions only. They’ll target regular people too if they have something to gain.
Credit: Clint Patteron (Unsplash)
There are different types of hacking, such as phishing e-mails, transmission of malicious programs, credential reuse, denial of service and more. In any case, they take control of your device and hijack your data.
The good thing is that, as threats evolve, antiviruses evolve too and there are tons of quality programs on the market that can keep you secure for an affordable price.
3. It keeps your files and data safe
When malware enters your device, it can target pretty much any file and get access to any and all data.
Installing an antivirus program will make sure that every single file, new or old, is monitored at all times, warning you against threats immediately. That way, you can make sure to react before your other files become infected and data is lost or stolen.
Another great thing for data protection is that the best antivirus software normally comes with a password manager, so no one can use malware to steal your passwords.
4. It blocks all kinds of malware
As we already stated, malicious attacks can be performed in many ways and malware comes in in different shapes an sizes, such as:
Trojan horse
Spyware
Ransomware
Adware
Rootkit
RAT (remote access Trojan)
Keyloggers
Worms
Botnets
Credit: Growtika (Unsplash)
Nowadays, antivirus software is designed to fight against all of these types. That’s why more often than not we hear the term 'antivirus' used interchangeably with 'anti-malware,' like in this article.
5. It keeps your children protected
You can’t keep your eyes on your kid every second of the day and you can’t protect them from everything. But at least you can limit their exposure to the threats they can encounter at every corner of the digital world.
An antivirus program will block harmful or suspicious websites and ads, which is great both for you and your children. To take it a step further, though, many such programs come with special parental controls and offer monitoring as well. It’s a great solution for keeping your kids safe online without sounding like the irritating, overbearing, controlling parent who “just doesn’t get it!”
How to pick one
There are definitely lots of different antivirus programs out there, both free and paid. We recommend you look for a paid option, since free ones are unfortunately a lot more susceptible to being compromised through malicious attacks.
Now, there are a few factors to consider when choosing the right software. If you use your PC for basic things then a basic antivirus will suffice. However, the more complex your use and the more sensitive the data you deal with, the stronger it needs to be.
It’s also crucial that you take into account the features it includes. As we already mentioned, some programs have additional security options. For example, depending on the package you select, Bitdefender provides:
Some are included in plans and some are separate products, so make sure to check out all the offers.
And don’t worry if you have multiple PCs or you’re looking for protection for your smartphone or tablet as well; Bitdefender has suitable solutions for your needs. Of course, you can also just pick their classic antivirus software if you’re not in need of advanced protection.
Another important point is how regularly the software is updated and enhanced. The more frequent the updates the better, as bugs can make the program more vulnerable. Other things we advise you consider are user-friendliness, impact on performance, reputation (user reviews especially) and, of course, price.
The bottom line
Fact is: anyone can be a malware victim. Don’t let it be you.
You can’t put a price on peace and security, so don’t be reluctant to pay for yours - especially since a lot of options out there are extremely affordable. Is $159.00 a year really too much to pay for cross-platform protection for up to 10 devices? We don’t think so.
Explore your options and protect your files and data before it’s too late.
One of the most useful and efficient command-line disk management tools is the DISKPART utility. It can be used to manage, delete or create new hard drive partitions. However, despite its efficiency, there are still times it could face some errors like the “No usable free extent could be found”. You can encounter this error when you create a partition. This error could be due to insufficient disk space which is why it is not able to carry out the operation. It is also possible that the disk is not recognized by the system. And since there are only four recognized primary partitions, when you try creating a fifth one, you will get this error. In addition, this error could also occur if the disk has been partitioned using the MBR disk partitioning format.
To fix the “No usable free extent could be found” error, here are some suggestions you can follow.
Option 1 – Free up disk space using Storage Sense
The error could be caused by insufficient disk space in your computer and so you need to free up disk space using Storage Sense to fix the problem.
Open Setting > System > Storage from the WinX Menu.
From there, you will see a list of all the local and connected storage devices along with the details on the free space. Make sure that Storage Sense is on.
Next, find a link that says “Free Up Space” and click it to open.
After that, a screen which is the built-in program in Windows 10 will appear and will scan your computer for the following junk files so you can free up disk space:
Windows Upgrade Log Files
The system created Windows Error Reporting Files
Thumbnails
Temporary Internet Files
Previous Windows Installation Files
Delivery Optimisation Files
DirectX Shader Cache
Choose the files you want to get rid of and then click on the remove files option. Note that you’ll have an idea of the total size as you select any of the junk files listed above.
Now go to the “Free Up Space Now” section and click the Clear Now button. This will get rid of all the temporary or junk files in your computer and should hopefully fix Error 1310.
Note: You can also run the Disk Cleanup tool to free up disk space.
Option 2 – Try to run DISKPART in Command Prompt with administrator permissions
The next thing you can do to resolve the error is to run the DISKPART utility with admin privileges.
In the Start Search, type “command prompt” and from the search results that appear, look for Command Prompt.
Once you found it, right-click on it and select the “Run as administrator” option.
After that, try to execute the Diskpart operation once again. Note that you also have to specify different size & offset values for the partitioning and then see if you still encounter the same error.
Option 3 – Try to execute the DISKPART clean command
The next thing you can try is to execute the clean command in DISKPART to fix any issues in the disk.
Open Command Prompt with admin privileges.
Then execute this command: diskpart
The command you entered will initiate the DISKPART utility. Now execute this second command to view all the disk connects or all the partitions on those disks formed: list disk
After that, you need to select one command depending on the list command you executed and then execute this third command: select disk #
The third command you just executed will select the disk or partition you want to select. Now execute this fourth command: clean
The command you entered will remove all the volumes or partitions formatting the disk in focus.
Once it’s done, try to carry out the DISKPART operation you were trying to execute.
Option 4 – Try to update the USB drivers
Outdated USB drivers can also be the reason why you’re getting the error. Thus, you must update them from time to time. You can install the latest version of the USB driver for your system. But you need to check the manufacturer’s website or guidelines to update the driver according to your system. If it happens that the drivers might not be compatible with the version of the system your laptop is using which is unlikely, you can run the driver software in Compatibility Mode in that kind of situation. To update your USB drivers, follow these steps:
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, look for the USB Serial Bus controllers from the list of device drivers displayed. If you see a red or yellow sign that shows up against the driver, right-click on the driver’s name and select “Update Driver Software”. And if you find any “Unknown device”, you need to update it as well.
Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
Option 5 – Run the Hardware and Devices troubleshooter or the USB troubleshooter
You can find the Hardware and Devices troubleshooter under the Troubleshooters section of the Windows Settings panel on your Windows 10 PC. You can use this troubleshooter to fix common hardware and external device-related issues without exerting too much effort. If you don’t know where to find it, follow these steps:
Tap the Win + I keys to open the Windows Settings.
Next, navigate to Update & Security > Troubleshoot.
You should see the option for Hardware and Devices on your right-hand side where you can also find the “Rub the troubleshooter” button – click on it to get started.
Follow the next on-screen instructions to fix the basic issues of common hardware and external device.
Note: If you want to, you can also use the USB Troubleshooter to fix the problem just go back to the Troubleshoot page where you can find it.
If your Windows 10 computer is having problems connecting to a wireless network and it takes too long to respond and only keeps on displaying the “Checking network requirements”, then you’ve come to the right place as this place will walk you through fixing the problem.
There are two things that can happen when your computer connects to a wireless network. Windows can either connect to the wireless network successfully or return an error message that says, “Cannot connect to the network. However, if none of these things happened, and it only remains at the “Checking network requirements” message, then it could be due to obsolete or incompatible drivers in your computer, particularly the network adapter drivers. To fix this problem, you can try to update or reinstall these drivers, reset the TCP/IP, or run the Network Adapter troubleshooter, as well as reset the Network. For more information, refer to the given options below.
Option 1 – Update the Network Adapter drivers
The first thing you can do to resolve the problem is 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 them.
Look for the Broadcom Network Adapter and right-click on it, as well as other network adapters that have an exclamation icon, and update them all.
Restart your PC and see if it helped in fixing the problem.
Note: If updating the network drivers didn’t help in fixing the problem, 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 drivers, 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.
Option 2 – Try to reset the TCP/IP
As you know, the TCP/IP or the Internet Protocol is the most important thing if you want to use the internet on your computer. That’s why if it ends up getting corrupted, you need to reset the TCP/IP to fix the problem. To reset TCP/IP, refer to these steps:
In the Windows start the search, type “command prompt” and right-click on Command Prompt from the search results.
Then select the “Run as administrator” option to open Command Prompt with admin privileges.
After that, execute this command: netsh int ip reset resettcpip.txt
Once it’s done, exit Command Prompt and restart your computer and then check if the error is now fixed.
Option 3 – Run the Network Adapter troubleshooter
To run the Network Troubleshooter, refer to these steps:
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.
Restart your computer.
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.
We Couldn't Install Windows Technical Preview 0x80070070 - 0x20005 -- What is it?
Some Windows users have been experiencing errors in an attempt to upgrade to Windows 10 OS. This includes the “We Couldn’t Install Windows Technical Preview 0x80070070 – 0x20005” error code. If you’re one of the many users who’ve encountered this error, you might want to check the available space on your device. Error code 0x80070070 – 0x20005 occurs when you do not have the required space to be able to install the upgrade.
Solution
Error Causes
Just like the other alternatives of error code 0x80070070 – 0x20005 such as 0x80070070 – 0x50011, 0x80070070 – 0x50012, and 0x80070070 – 0x60000, We Couldn't Install Windows Technical Preview 0x80070070 - 0x20005 is most likely caused by the following:
Insufficient disk space in your computer
Incomplete installation or improper deletion of applications
In order to upgrade to Windows 10, you need to have at least 40 to 50 GB of free space in your device. Thus, you need to free up some space in order to successfully upgrade your system to Windows 10. See below for the manual methods you can employ to solve your problem.
NOTE: It would be best to seek help from an experienced technician if you are not confident enough to perform the manual methods yourself or you can alternatively make use of an automated tool.
Method One: Clean Up Your Device
Click Start then browse Afterwards, click on This PC.
Right-click on Local Disk (C:) then choose
Under the General tab, click on Disk Cleanup.
Once the Disk Cleanup window appears, check all items you want to clear down, making sure that the recycle bin is empty and clear any temp files, as well as error logs. Click OK once you’re done.
Repeating the same process above, clear down your system files as well to ensure that the old OS files from your previous system are taken down by clicking on Clean up system files in the Disk Cleanup window.
Method Two: Uninstall Unused Applications
Sometimes, there are unused applications just lying around your device. This may take up your needed space from your device for a system upgrade. Uninstalling these applications can make space that will eventually elude error code 0x80070070 – 0x20005 along with its alternatives – code 0x80070070 – 0x50011, code 0x80070070 – 0x50012, and code 0x80070070 – 0x60000.
Open the Control Panel then select Programs and Features.
Check on unused applications on your device
Right-click on the unused application then select
Method Three: Remove or Archive Files
If there are tons of images, media, videos, or documents that you rarely use but will still be needing in the future, you can move these files to another drive where Windows 10 will not be installed on.
If there are no secondary drives in your device, consider using a USB Drive or external hard disk. Another option you can do is making use of cloud storage programs like One Drive or Google Drive. In this way, you’ll still have access to these files even if it’s not in a physical location while making larger space in your device.
Method Four: Scan Your Device For Viruses
Most Windows users download applications or software regularly. These applications or software might come from unsafe sites where you might have accidentally downloaded a virus or malware along with the legit application or software you intended to download.
With that said, it is highly recommended to download and install in your device a reliable and powerful antivirus. Using an antivirus, you can now perform an overall scan of your device’s system. Once you’re able to detect and remove any suspected virus or malware, you’ll now be able to get rid of the error code 0x80070070 – 0x20005. After solving the issue, you can now resume upgrading to Windows 10.
Method Five: Download An Automated Tool
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 toolthat will surely get the job done in a jiffy!
You might have experienced a situation where your Windows computer was interrupted due to some battery issues or power failure. It could be that the upgrade process was interrupted because you’ve signed out of your computer or you restarted it by accident. In this case, you will most likely get a Windows Update or Upgrade error 0x80200056. If you are getting this error, read on as this post will guide you in fixing it.
This kind of error pops up when the upgrade process was interrupted and could be caused by anything but the baseline here is that your computer was restarted accidentally or someone could have signed out your PC. To resolve the problem, here are some fixes you ought to try:
Option 1 – Try updating or upgrading your computer again
This is the basic thing to do since the process was suddenly interrupted. Just log in to your account and restart the Windows Update or Upgrade process but make sure that your internet connection is stable and that you don’t touch anything so as not to interrupt the upgrade/update process again.
Option 2 – Check if your PC is plugged in or if the battery is full
It is always best to update your computer always when you’re really sure that the power won’t fail. If you’re using a desktop computer, make sure that everything is plugged in. And if you’re using a laptop when this error occurred, make sure that its battery is at 100% but it’s better if you just plug it into power just in case as there are times when the Windows update or upgrade gets stuck for too long like for hours so it will really help if your device is connected to power.
Option 3 – Try running the Windows Update Troubleshooter
Running the built-in Windows Update troubleshooter could also help you resolve the Windows Update errors as well as the error 0x80200056. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button.
Option 4 – Delete the contents in the SoftwareDistribution folder
The Software Distribution folder in the Windows operating system is a folder that can be found in the Windows directory and is used to store files temporarily which might be required to install the Windows Update on your PC. Thus, it is required by the Windows Update and maintained by WUAgent. A lot of users tried deleting the files in this folder to fix the problem and so far it has worked. Like them, you can try clearing the Windows Update cache by simply deleting the contents of the folder named “SoftwareDistribution” since Windows apparently can’t clear and re-download the update contents once they are corrupted. Thus, deleting the contents of this folder will make Windows download the contents again which will fix the problem. To do that, follow the steps below.
Open the WinX Menu.
From there, open Command Prompt as admin.
Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauservnet stop bits
After entering these commands, it will stop the Windows Update Service and the Background Intelligent Transfer Service.
Next, got to the C:\Windows\Software\Distribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
Once all the contents in the Software Distribution folder are deleted, restart your PC and then go back to Command Prompt and input the following commands again.
net start wuauservnet start bits
Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.
Option 5 – Try running the System File Checker scan
System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be causing the error 0x80200056. To run the SFC command, follow the steps given below.
Tap Win + R to launch Run.
Type in cmd in the field and tap Enter.
After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Option 6 – Run the Chkdsk utility to repair hard disk errors
You can also run the Chkdsk utility to resolve the Windows Update error 0x80200056. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the Chkdsk utility comes in. The Chkdsk utility repairs hard drive errors that might be causing the problem.
Open Command Prompt with admin privileges.
After opening Command Prompt, execute the commands listed below, and don’t forget to hit Enter right after you type in each one of them and if you have installed Windows to some different directory, you must replace “C” with the name of the drive you’ve installed Windows with.
chkdsk C: /r /x
chkdsk C: /f
Option 7 – Run the DISM tool to repair the Windows Update client
The Windows update/upgrade error 0x80200056 might be caused by some issues in the Windows Update client so you need to run the DISM tool to repair it. Note that you have to use another computer or another Windows from a shared network to fix it.
The GDI32.DLL is a DLL (Dynamic Link Library) file that was developed by Microsoft. It is an essential file of the Windows OS as it contains instructions and information for exe files to follow.
These DLL files also use to store the various procedures and codes for the Windows programs. It is considered an essential component of Windows because it ensures that all the programs on Windows are operating properly.
So, if the gdi32.dll not found on your computer, then it can negatively impact your computer and the associated programs. Though DLL files used to be so efficient and convenient, they are extremely vulnerable to errors and issues.
Perform SFC scan
Press ⊞ WINDOWS + X to open the Windows menu
From the menu choose command prompt (admin)In command prompt type sfc /scannow and press ENTER
Leave the computer for the operation to be completed and Reboot your computer
Run DISM
Press ⊞ WINDOWS + X to open the Windows menu
From the menu choose command prompt (admin)in command prompt type: DISM.exe /Online /Cleanup-image /Restorehealth and press ENTER
wait for the process to be finished and Reboot your computer
Update device driver
Go to your manufacturer's website and update drivers for your components with the latest versions.
Update Windows
If you have an update ready for Windows, update it and see if this will remove the error
Scan computer for malware
Perform a full PC scan for malware to see if this is causing issues with the GDI32.DLL error.
Download file
One solution is to download a file from the official site and place it in the corresponding folder.
Perform System restore
Rollback system restore before the issue happened and your Windows will be working as intended
Poor PC maintenance can lead to error message pop-ups like error code 41. Code 41 is one of the several Device Manager Error codes.
This error indicates 2 things: issues with the device driver for the hardware you wish to use, or the hardware device is not properly attached to your system.
The error code 41 is usually displayed in the following format:
“Windows successfully loaded the device driver for this hardware but cannot find the hardware device.” Code 41
Solution
Error Causes
For successful installation of a new hardware piece, it is imperative to follow the installation routine correctly and allow it to complete properly, especially with USB devices.
This is important largely because if installation is not followed and executed properly, code 41 can pop up.
Code 41 is also related to device driver problems. It can occur if your system device drivers are outdated. Also, if the device is a CD/DVD drive, code 41 can occur due to conflicts with 3rd party disc burning software.
Although Device Manager Error code 41 is not detrimental, it is still advisable to repair it as quickly as you can. Code 41 can negatively affect your PC. It can:
Lower your PC’s Performance
Limit your ability to use your desired piece of hardware device
Further Information and Manual Repair
As compared to the blue screen of death errors, Device Manager Error codes are much easier to resolve.
Here are some of the best, effective and easy-to-resolve methods to help you fix code 41 on your PC, in a few minutes.
To work around these methods, you don’t have to be a technical whiz or a computer programmer. Simply follow these steps to resolve:
Method 1 - Uninstall Faulty Drivers and then Reinstall
To repair code 41 on your system, try uninstalling problematic drivers and then reinstalling new drivers. To do this, follow these instructions:
Click the start button
Then type Device Manager in the search bar and press enter
Once the Device Manager opens, look for problematic devices
Click on the device whose driver you wish to uninstall
Double click to uninstall
Windows will prompt you to confirm the device removal
Accept changes and confirm by clicking on OK
Now reboot your PC to activate changes
The next step is to reinstall the driver properly. To do this, simply follow the same steps. Once you access the Device Manager,
Click on the Action tab in the toolbar
After that select the option ‘Scan for Hardware Changes’
This will hopefully resolve error code 41 on your system and you will be able to use your desired hardware device without any hassle. Nonetheless, if the error code continues to persist, try other methods illustrated below.
Method 2 - Replace the Hardware or Try Reattaching it to your System
Sometimes the error may pop up due to poorly configured devices. This is common if it is a plug-and-play device. The best way to resolve is to remove the device, reattach it properly, and then try using it again.
However, if the problem is with the hardware, then it is advisable to replace the hardware with a new device compatible with your Windows version.
Method 3 - Update the Drivers Manually
If the underlying cause for error code 41 is outdated or corrupted drivers, then it is advisable to update the drivers.
However, when updating drivers and ensuring that the newly installed drivers work perfectly, make sure you install versions that are compatible with your device and Windows. Incompatible drivers are no good.
You will continue to face Device Manager Errors if you install incompatible drivers.
To update drivers, here’s what you have to do:
Identify the problematic drivers
Go to the Device Manager and locate all drivers with yellow exclamation marks
Now install new and compatible driver versions from the manufacturers’ site
Method 4 - Download Driver Assist to Update Drivers Automatically
Updating drivers manually will take time, so perform this task when you are free and have nothing else on your mind. However, if you wish to resolve the issue immediately and have the time to invest in manual updates, then consider downloading DriverFIX.
DriverFIX is a feature-rich and an innovative software program deployed with an intelligent programming system and intuitive technology.
It is exclusively designed to resolve PC device driver problems. Once installed on your system, it scans your PC and identifies problematic drivers.
After that it matches latest and compatible driver versions and updates them immediately within a few seconds. DriverFIX updates drivers both automatically and on a regular basis.
Click here to download DriverFIX to update drivers and repair error code 41.