Logo

How to Fix Windows 10 Error 0x8007000b

Error Code 0x8007000b - What is it?

Error Code 0x8007000b has appeared on Windows operating systems from Windows 10 all the way back to Windows XP. In most cases, it occurs when there is a problem within the transaction log for the filing system within Windows.

Common symptoms include:

  • Inability to install one or more updates
  • Message regarding Windows Update having an unknown error

There are several different ways that you can attempt to resolve the problems that cause Error Code 0x800700b to appear on your operating system. Several of these methods are pretty easy for basic users, but others require some comfort and knowledge in working with advanced tools on your operating system.

If the methods below do not completely resolve the appearance of Error Code 0x800700b on your Windows operating system or if you are not confident in your ability to undertake these steps on your own, you may need to get in touch with a qualified computer repair professional to assist you with the error resolution process. If this error message is not resolved, you could expose your computer to other error codes such as error code 80070103.

Solution

Restoro box imageError Causes

The primary cause for Error Code 0x800700b is that there is an issue or corrupt entry in the transaction log for the file system within Windows. This makes it impossible for Windows to complete the Windows Update process. Although the error message states that an unknown error has been encountered, it is usually fairly simple to resolve the appearance of faulty or corrupt entries in the transaction log if you follow the steps below to complete.

Further Information and Manual Repair

There are several ways that you can attempt to resolve Error Code 0x800700b manually on your Windows operating system. At least one of these methods requires some advanced knowledge or skill in using the command prompt, so if you aren’t confident in your ability to follow these steps through to completion, be sure to get in touch with a qualified computer repair technician who can help you to resolve the error.

Here are the top three methods that can be used to resolve Error Code 0x800700b on your machine:

Method One:  Reset Your Transaction Log for the File System in Windows

To clear and reset the entries in your transaction log, there are a few simple steps that you should follow:

  • Step One: Open up the Start menu and go into the search bar. When it opens up, type in “cmd”.
  • Step Two: Right-click on the icon for the Command Prompt that opens up and selects the option to run it as an administrator.
  • Step Three: In the menu that appears, enter in this command:  “fsutil resource setautoreset true C:/
  • Step Four: Reboot your computer before re-attempting the download and install of the necessary update.

Method Two:  Run the System Update Readiness Tool

An alternative method to resolving Error Code 0x800700b is to open and run the System Update Readiness Tool on your machine. This program runs a scan on your Windows operating system to determine whether it is ready for updates, attempting to resolve any errors it encounters along the way.

After you have scanned and run this tool, you should always take the time to restart your computer before attempting to perform the update process, so that any changes made can be successfully applied to your computer.

Method Three:  Run the System File Checker Tool on Your Computer

The System File Checker is a tool for Windows that runs a basic scan for problem files and attempts to resolve them. To run this tool, follow these steps:

  • Step One: From the Start menu, open up the search box, and type in “cmd,” selecting the option to run the command prompt as an administrator.
  • Step Two: Type in this command and run it:  “sfc /scannow

This tool should tell you what the specific issues are so that you can resolve them. It may give you a message that the action couldn’t be performed, that corrupt files were fixed, or that corrupt files were encountered, but could not be fixed automatically.

Method Four: Use An Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.

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

Command prompt tips and tricks
Hello and welcome to errortools articles. Today we will talk about some great and awesome tips and tricks for the command prompt. Commands which can make your life easier and your workday more pleasant. That being said let's dive in right into muddy waters and swim out with new knowledge.

Tip 1: Read Motherboard information

There are a lot of reasons why you would like to read information from your motherboard, maybe you would like to upgrade your BIOS, perhaps you would like to know the serial number, maybe even the version number. Well, you can, type the following code into the command prompt and you will receive all information about your motherboard.
wmic baseboard get product,version,serialnumber,product

Tip 2: Copy command output to clipboard

Getting information from the command prompt to a word processor, into an email or any other medium can be somewhat troublesome, usually, people tend to screenshot or write from a command prompt into another destination, which could induce errors, and let's be honest, it is not practical. You can copy command output directly into the clipboard ready for pasting it anywhere with | clip. So for example if you would like to paste the directory structure of your c drive command would look like: dir c: | clip, now output would be placed into the clipboard ready to be pasted anywhere needed.

Tip 3: Erase data permanently

When you delete data on your hard drive, what really happens is that files are marked with a marker which marks that space for new data writing, but the data itself is still present and can be brought back. This sometimes could impose problems but if you would type: cipher /w:c Windows will write random data over each marked file deleting it forever without means to be brought back.

Tip 4: Manage your IP address

If you would like to play with your IP address and do fancy stuff with it do the following: ipconfig /release to release your IP address ipconfig /renew to renew your IP address ipconfig /flushdns to flush down DNS information and enjoy a new browsing start.

Tip 5: Check to see are packets reaching the desired location

You installed a new LAN printer, or a new switch, maybe you want to check if your new site is up and running. Use ping destination in order to see if TCP packets are reaching desired information, you can use it with a specific address like ping 192.168.1.1 or you can type a web address, for example, ping google.com and see if a connection can be established.

Tip 6: Get information about a specific command

So you learned some command prompt commands, but you do not know all of their configuration or switches? No worries, just type command/? to get a list of available switches for it. For example ipconfig/? will write you a list of available switches for ipconfig command.

Tip 7: Link and execute multiple commands one after another.

Let us say that for example, you would like to copy files into a different folder, then rename some and delete others and you need to do a couple of times. Instead of writing command after command once each one is finished link them with && and they will execute one after another.

Tip 8: Scan and repair files.

In order to scan files and repair broke or corrupted ones write in the command prompt: sfc /scannow. Please know that this command can take a long time since it is solely dependant on the number of files, their size, and the power of the computer.

Tip 9: Manage and configure your computer energy

Command powercfg will let you manage and see the power configuration of your computer. Just write powercfg/? and see what you need and want to change or get information about.

Tip 10: Associate files with applications

Windows already has some file associations defined, and some applications take over some type of files but if you want to take control into your own hand use assoc command. For example assoc.txt= "APPLICATION NAME" will associate txt files with the provided application.

Tip 11: Hide files and folder.

Do you have some folder or file with information that you do not want to be seen when someone opens file explorer? Use attrib +h <name of file> and hide file or attrib +h /D <folder name> to hide folder.

Tip 12: Get a list of installed computer drivers

Want to know which drivers are installed in your system? Use driverquery and take a look.

Tip 13: Find and locate shared folders

have you shared a folder but forgot which one and where? Do not bang your head on the wall, we have a simple solution for you. just type in command prompt net share and see everything.

Tip 14: Run commands as an administrator

You do not have administrator privileges? Do you want to bypass common blockades?
runas /user:yourdomainadministrator command
That is all that we have for you today, I certainly hope you have found something useful here and that we have managed to teach you some valuable things.
Read More
How to Fix Error 3

What is Error 3?

This is a type of Google Chrome update error code. It indicates a failure to communicate with Google update. The error code is displayed in the following format:
‘Update server not available (error: 3)’

Solution

Restoro box imageError Causes

Error 3 may be triggered by several reasons. These include:
  • You are running Vista/ 7 and you have configured Google Chrome to run as an administrator
  • Google Update is not registered properly
  • Registry issues

Further Information and Manual Repair

Here are some of the best and effective DIY methods to resolve error 3 on your PC without any professional help. You don’t need to be a technical whiz to try these methods.

Method 1

If the reason for the error cause is related to Google Chrome configured as administrator on your PC, then simply run it as a normal user. This is a common issue with Google Chrome auto-updating mechanism.

Method 2

If the problem still persists, then it is advisable to try re-installing Google Chrome. To do this, first, uninstall Google Chrome. Go to the start menu, control panel, and then program and features. Choose Add and Remove Programs and uninstall Google Chrome. To activate changes, reboot your system. Now reinstall Google Chrome by downloading it from Google Chrome’s official website.

Method 3

If error 3 is triggered because Google Chrome is not registered properly, then try this method to fix the issue.
  1. First, verify that GoogleUpdate.exe exists in the location specified in the Windows Registry Editor. For this, go to the Start Menu and then type Regedit in the search bar.
  2. Now click OK. The registry editor will appear. Now in the tree view on the left, navigate to the following directory:
  3. HKEY_CLASSES_ROOTCLSID{2F0E2680-9FF5-43C0-B76E-114A56E93598}LocalServer32
  4. Make sure the default value corresponds to the location of your GoogleUpdate.exe or GoogleUpdateOnDemand.exe file. Also, verify that these files are located in the given path.
  5. For instance, if they are located in different locations, then right-click the default value and select Modify.
  6. Enter the correct file path and use double quotation marks for example "C:\Documents and Settings%USERNAME%Local SettingsApplication DataGoogleUpdateGoogleUpdate.exe(or GoogleUpdateOnDemand.exe)"

Method 4

Error 3 may also pop up because of registry issues. These issues occur when the registry gets overloaded with obsolete and unnecessary files like cookies, internet history, bad entries, and junk files. In such an event, it is advisable to download Restoro This is a user-friendly and cutting-edge PC Fixer embedded with a registry cleaner. The registry cleaner removes all the obsolete files instantly and repairs the damaged registry thereby resolving all errors including error 3. Click here to download Restoro and resolve error 3.
Read More
Couldn’t open PDF in Edge Error in Windows
As you know, Microsoft Edge is the default web browser in Windows 10 operating system. It is a built-in browser that replaced the ancient Internet Explorer for its performance and features. Aside from being the default web browser, it is also set as a default PDF viewer in Windows 10. So if you open a PDF file, it will be automatically opened in the Edge browser even if you have installed a PDF reader on your computer. However, some users recently reported getting an error that says, “Couldn’t open PDF in Edge, Something’s keeping this PDF from the opening” when they tried to open a PDF file or view an internet link that has a downloadable PDF file in the Edge browser. If you are one of these users, read on as this post will help you troubleshoot the problem and fix it. This kind of error mostly occurs if you have installed other PDF viewers on your computer. They could be interrupting Edge while it tries to open the PDF documents. To fix it, check if Microsoft Edge is set as the default PDF viewer or you could also try to clear its browsing cache. In addition, you could also reset or repair Edge. For detailed instructions, refer to the given options below.

Option 1 – Check if Microsoft Edge is set as the default PDF viewer

The first thing you can do is to check if Edge is set as the default PDF viewer. If it’s not, you have to set it as one to fix the problem.
  • Open Control Panel and go to Default Programs.
  • Then click on the “Associate a file type or protocol with a program” option.
  • Next, select the PDF file option and click on Change program.
  • After that, select Microsoft Edge in the pop-up window and then select the “Always use this app to open .pdf” option.
  • Now click the OK button to set Edge as the default PDF viewer and then check if you can now open the PDF file in the Edge browser.

Option 2 – Clear the browser cache of Microsoft Edge

  • Open Microsoft Edge.
  • Then click on the three horizontal dots to open the menu.
  • From there, click on Settings. And under Settings, click the “Choose what to clear” button under the Clear browsing data section.
  • Next, check all the checkboxes and then click the Clear button to clear the browsing data in the Edge browser.
  • Restart Edge.

Option 3 – Reset, repair or reinstall Microsoft Edge via Settings

You can reset, repair or reinstall the Edge browser through Settings. If none of it helped, you can try the following:
  • Open File Explorer and then go to this path – C:/Users/YourUsername/AppData/Local/Packages
Note: Before you type in the path in the Address bar, make sure that you put your user account name in place with the “YourUsername”.
  • Tap Enter to proceed.
  • Next, look for the folder named “MicrosoftEdge_8wekyb3d8bbwe” then right-click on it.
  • Click on Properties and uncheck the option “Read-only” under the General tab in the Properties window.
  • Click on Apply and then OK to save the changes made.
  • After that, look for the MicrosoftEdge_8wekyb3d8bbwe folder again and delete it. And if a prompt stating “Folder Access Denied” appears on your screen, just click on the Continue button to proceed – doing so will delete most of the content inside the folder except for the folder named “AC”.
  • Restart your PC.
  • Now all you have to do is to re-register Microsoft Edge using PowerShell. In the Start Menu, search “Windows PowerShell”.
  • Right-click on Windows PowerShell from the search results and select the “Run as administrator” option.
  • Type in this command in the PowerShell windows and tap Enter – Cd C:/Users/YourUsername
Note: Once again, make sure that you key in your user account name in place of “YourUsername.
  • After that, type in this command and tap Enter – Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml" -Verbose}
  • Restart your PC.
Read More
How to avoid errors in Windows

We have all experienced Windows errors over time and that can range from simple ones that will do very little to no harm and can be even system breaking making us lose our work or completely making the PC unusable. No one likes them but they happen, and usually, they happen once we least expect them.

No matter how frequent and unpleasant they might be there are ways to keep them at the minimum and even avoid them.

We will discuss steps that you can take in order to do this, simple tips and guides on how to keep your computer in top form and eliminate not just Windows, but any kind of errors altogether.

computer free of errors

Keep your hardware clean

Believe it or not, some serious Windows errors like the dreaded blue screen of death can come from hardware issues not from the software at all. It is very important to keep your computer clean and with enough air flow so it can function properly.

Not so far ago we had an article about cleaning your hardware detailing what and how to do it. Here is a link to the article: https://errortools.com/windows/cleaning-your-pc/

Do not keep applications you are not using

Keeping applications on the drive might seem harmless but sadly that is not the case. Some applications have a certain impact on the system itself after all most of them are tweaking registry entries in Windows and sometimes having too many applications means an increased possibility of conflict over certain resources even when they are not running.

Some applications like adobe creative suite, for example, will have certain services always running in the background, and more of these kinds of applications you have, more services, more places for unexpected errors when they collide. Some of them will also install certain dependencies that could be problematic.

The general idea is: if you are not using it, uninstall it and you will be safer and more resilient to errors inside OS.

Do not use pirated or cracked software

Besides moral and law implications that using pirated or cracked software might bring you there are also certain other things that might be problematic. Certain "free" software might come packet with some problematic malware, for example, it is not uncommon for attackers to use some popular software to pack their malicious application with it.

Other things might be wrong and incomplete tweaking with application in order to bypass security and thus bringing some instability due to scripts needed to run in order to achieve this goal.

Keep your drivers updated

Errors can also come from old drivers or bad drivers, device manufacturers are not all-knowing and perfect, and sometimes drivers can wreak havoc on the system. Having updated drivers can minimize any kind of unexpected behaviors inside the operating system making it more stable and reliable.

You can check your driver version in the control panel inside the Windows OS and then compare it to the ones found on the manufacturer's site, if there are newer available it is recommended to download and install them,

Keep software updated

Applications can have bugs, and bugs can lead to certain errors both in the system and when using the app as well. It is in your best interest to get the latest patch or newer version of the software in order to avoid these unpleasant experiences.

Also, certain codecs and extensions that are installed directly in Windows can also have some unpredictable behavior, updating is the best solution to keep them in line.

Keep Windows updated

Same as with drivers and applications, Windows itself is not immune from bugs and some unpredictable issues. Luckily Microsoft is always working on fixes and features of Windows but in order to actually have benefited from that work, you will need to keep Windows updated. Sometimes a bad update can introduce some errors but you can always roll back to the previous and wait for them to fix everything and then download them all.

Check the health of your hardware regularly

Hardware components have their life cycle, more quality ones tend to last longer but eventually, they will reach the end of their lifecycle. There are a lot of testers for various components in your computer that can check different things and provide you with information about the state of your components.

If you are on Windows 11, Microsoft has included a basic health app inside OS, just type PC health check in search and start the app. For some more detailed information and advanced checks, you will have to use a custom application. There are plenty of them specialized for single components like RAM, SSD, etc. A simple google search with providing you with top results and most of them are free for personal use.

Remember, a faulty component or component that is reaching its life cycle can produce many errors inside the operating system.

Read More
Fix Error 0xe0434f4d

What is Error 0xe0434f4d?

Error 0xe0434f4d displays when a remote computer runs an instance of the SQL Server 2005 but it fails to initialize. When the plan is started, this error displays in a status window on the SQL Server. Also, when the Update-OffilineAddressBook cmdlet is started in Microsoft Exchange Server, this error can occur.

Solution

Restoro box imageError Causes

Error 0xe0434f4d can occur for possibly two main reasons. The first one is when the System Attendant Service is not properly running, and the second when you don’t have the permission to run the update. Other causes are when the .NET Framework 2.0 security does not allow sqlplanlaunch access to run from a shared network. Another cause is when the Offline Address Book (OAB) is not found in the Configuration Domain Controller server that the server of OAB generation uses.

Further Information and Manual Repair

In case you didn’t know, the Offline Address Book generation server is a mailbox server, and in order to resolve error 0xe0434f4d, you will have to replicate the OAB object to the Configuration Domain Controller server. In order to do so, follow steps:
  • Go to start and click on All Programs, then go and click on Microsoft Exchange Server 2010. Click on Exchange Management Console
  • In Exchange Management Console, go to Server Configuration and click on Mailbox
  • In the details, go to mailbox server that generates Offline Address Book and right-click it, then go to Properties
  • In the Properties, click on System Setting and locate the domain controller name in the box that reads Domain controller servers being used by Exchange
Make sure the OAB object is reproduced in the Configuration Domain Controller Server. Follow these steps to do that:
  • Go to Start and click on Run. Type Adsiedit.msc in Open box and press Enter. Right-click on ADSI Edit and click on Connect to
  • Locate a list reading Select a well-known naming context, and from there select Default naming context. In a Select or type a domain or server window, type FQDN (fully qualified domain name) of the Configuration Domain Controller server which was determined in step 1, and click OK
  • Expand Configuration [dc.domain.com], expand CN=Configuration, DC=domain, DC=com, expand CN=Services, expand CN=First Organization, and expand CN=Address Lists Container
  • Click on CN=Offline Address Lists and make sure the OAB object is listed on the details pane
When the OAB generation server receives this, then it will connect to the Configuration Domain Controller server and will locate the OAB object. If the OAB generation server is unable to find the OAB object, then the error will return on the cmdlet. On SQL Server, you should change the .NET permissions to allow sqlplanlaunch application access to run from shared administration. For that, follow these steps:
  • On ArchiveIQ Server, open System from the Control Panel and note down the computer name
  • On SQL Server, log in as administrator and open the command prompt
  • On the command prompt type, ‘C:windowsmicrosoft.netframeworkv2.0.50727caspol.ece –m –ag l – url file:\[Archive IQServer Computer Name]AlQRemote$*FullTrust and Press Enter. Type yes and press Enter again to confirm the permission changes.
Read More
Fix Windows Update Error 0x80240034
There are cases when you encounter some issues while updating your Windows 10 computer. One of these issues is the error 0x80240034. This particular error is a Windows Update Error that appears on the Windows Update pane every time an update fails to install. When this happens, your Windows Update will only get stuck at 1% and nothing happens afterward and eventually fails. If you click on the View Installed Update History, you will see the error code 0x80240034 for the failed updates. You will see this error each time you try to update your Windows PC. Take note that this issue doesn’t only happen to a specific version of the Windows Update but on various different Windows builds based on many users. What’s more, is that some users are also seeing a different error code when their Windows Update fails but they still end up seeing the error code 0x80240034 when they check the Windows Update history. At the time of writing, it isn’t determined yet what really causes this error but it’s most likely due to some corrupted files in the computer which is why the most common solution you can try is resetting the Windows Update cache. On the other hand, other users also resolved the issue by using the ISO and selecting the “Do not keep previous settings” option during the Windows Update so it might be something to do with transferring the previous settings through the update client. For clear instructions in fixing this issue, refer to the two options provided below.

Option 1 – Try to clear the Windows Update Cache/Distribution Folder

As mentioned earlier, a lot of users tried clearing the Windows Update cache 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.
  • Step 1: Tap the Windows key once.
  • Step 2: Next, type in “command prompt” in the Windows Start Search, and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option from the context menu.
  • Step 3: After opening Command Prompt, type in “net start wuauserv” and hit Enter.
  • Step 4: Then type in “rmdir %windir%SoftwareDistribution /S /Q” and hit Enter.
  • Step 5: Now type in “net start wuauserv” and hit Enter. Once it’s done, try updating your Windows PC again, it should now work just fine.

Option 2 – Update Windows via ISO file

If option 1 didn’t work for you, you can try this second option of updating your Windows 10 computer using an ISO file which means that you will have to create a Windows 10 bootable media and use it to install the latest Windows 10 version. The most user reported that this option works and the reason why it does have something to do with the Windows Update client since the Windows Updates downloaded from the regular Windows Update client seems to create issues such as the error 0x80240034. However, issues like this one don’t occur when the very same Windows Updates are downloaded and installed via an ISO file. Take note that when using a Windows ISO file, you will be asked to choose what you want to do with the previous settings and apps. A lot of users opted for the “Not to keep the old Windows settings” option which has resolved the issue. So if you want to keep the previous settings then you must try to update Windows first while keeping the old settings. However, if it doesn’t work, you have to try installing the latest version of Windows without keeping the previous settings.
  • Step 1: Click this link and then click the Download Tool Now button.
  • Step 2: Next, click the “Use the tool to create installation media (USB flash drive, DVD, or ISO file)…” option and follow the next given instructions on the screen.
  • Step 3: Now select the ISO file option in step 5.
  • Step 4: After that, you should now have an ISO file.
  • Step 5: Next, go to the location where you’ve downloaded the ISO file.
  • Step 6: Then right-click on the Windows 10 ISO file and select the Open with an option and then select File Explorer.
  • Step 7: Now click on “setup.exe” and follow the next instructions that appear on the screen. When asked, you have to select either: Nothing (clean install) or Keep personal files only option. Take note that you must not select the “Keep personal files, apps, and Windows settings since it doesn’t really work.
Read More
Yellow triangle with exclamation on Battery
Seeing a yellow triangle with an exclamation mark on the battery symbol on the System Tray of your Windows 10 laptop is not really uncommon especially if your battery is about to run out of power. However, if you just purchased your laptop recently and the first thing you’ve noticed when you first opened it is the yellow triangle with an exclamation mark in the battery, read on as this post will help you resolve this issue. Seeing this kind of icon on your computer does not necessarily mean that you have to replace your battery as there are still several potential fixes you can try to resolve the problem. So if you notice this icon, you can try running the Power troubleshooter as it will help you resolve any potential issues with the battery. Aside from that, you can also restore the default settings of the power plan manually or uninstall and reinstall the battery driver. For more information, refer to the given options below.

Option 1 – Try to run the Power troubleshooter

As pointed out, the Power troubleshooter can help you resolve any issues your battery might have automatically. It plans and detects system settings that can affect power usages like timeout and sleep settings, display settings, and screensavers and restores them to their default settings. To run this troubleshooter, follow these steps:
  • Open the Windows Settings and go to the Update and Security option.
  • Next, click on the Troubleshoot option under Update and Security and then scroll down until you see the “Power” option.
  • Under Power, click on the “Run the troubleshooter” button to start running the Power troubleshooter.
  • Wait for a couple of seconds until the Power troubleshooter is done scanning your computer for issues. Once it’s done, follow the next on-screen instructions that appear on the screen.
  • If needed, restart your computer and see if it has fixed the problem.

Option 2 – Restore the default settings of the Power plan manually

  • Open the Windows Settings again and select System.
  • Next, scroll down until you see the “Power & sleep” option.
  • After that, click on the “Additional power settings” option located in the right pane to open the Power Options.
  • Now click on the link that says, “Change Plan Settings” and select the “Restore default settings for this plan” option.

Option 3 – Try to uninstall or reinstall the Battery driver

You might also want to uninstall or reinstall the battery driver as it can also resolve the problem. But before you start, you have to shut down your computer and remove the power chord as well as the battery. Once you’re done, follow these steps:
  • Plug the power chord and restart your computer.
  • Once your computer has restarted, tap the Win + R keys to open the Run utility and type “devmgmt.msc” in the field and tap Enter to open the Device Manager.
  • After that, look for the “Batteries” driver from the list of drivers and expand it.
  • Then right-click on the “Microsoft ACPI-Compliant System” driver and click on the “Uninstall device” option.
  • Once it’s done, restart shut down your computer and remove the power chord and then attach the battery.
  • Now attach the power chord again and restart your computer to automatically install the driver.
Read More
Cleaning your PC for better performance
Hello everyone, last time we were talking about disk cleanup and its benefits, but as you need to keep your System clean you should also clean and keep your hardware clean as well. Many system issues could be traced and could happen due to dirty PC. In this article, we will give you tips on how to perform safely cleaning on your computer and hopefully point good sides to it so you can develop a healthy habit of regularly cleaning it and keeping it tidy. dirty PC that needs cleaningKeeping your PC clean is not rocket science and you can do it with things you already and probably have in your house. One thing that I would recommend tho to purchase is antistatic gloves since they could prevent any kind of electrostatic discharges thus protecting your electric components. If you have the option to disconnect your PC and get it outdoors, I would highly recommend this approach since all the dust will be dusted outside and not in the room where your computer is. If you can not it is still ok, but since some portion of dust will be set in the room, you might need to dust your room after cleaning your computer.

Cleaning outside case & redusting inside

The first thing after disconnecting your computer is to dust it from outside, here you will need a vacuum cleaner and a brush, gently brush outside dust from your casing and vacuum it with your vacuum cleaner. You can use dustcloth for larger parts but use the brush for fans and connectors. After you have done cleaning the outside part, open the side of your computer casing, put on your antistatic gloves, and get a fine and soft brush, repeat dusting and vacuuming of the inner parts of your computer. If your computer is not regularly been cleaned this part will take a little longer since there would be excess dust inside and it will take a longer time to vacuum it all but keep going until you are left with no dirt.

Cleaning it inside

Fans are troublesome to clean since they will rotate when brushed and that could make you miss certain sports, in order to battle this get a tape and stick the fan into one position, brush areas that you can reach, then unstick it, rotate the head, stick it again in another position and dust off remaining areas which you could not reach before. If your computer is very dirty and some hard dirt is at bottom of the connectors, disconnect desired component and clean the connection properly. plug it back in immediately after cleaning to avoid connecting it somewhere else. Harder stains that could not be dusted could be cleaned with little alcohol. Get your dustcloth just a little wet with alcohol, just a corner, and gently wipe out sticky dust or spills if they are present. Leave it 10 minutes for alcohol to evaporate before plugging it back into an electric socket.

Thermal paste and cable management

If you have money and expertise, every 2 years would be a good idea to change the thermal paste on your processor, all you need to do is buy it from your local computer store online, remove the CPU fan clean the CPU and bottom of the fan and apply new thermal paste, place fan back and lock it. If you do not have expertise in this area, call someone who has to show you how it is done. When cleaning it would be a good idea if you do not have any cable management to do it now, nice and tidy cables not only look good, they also improve your air circulation inside your casing making your computer cooling better. once you are done with it, close back the casing side and plug it back in the wall.

Peripherals

When you are cleaning your computer, do yourself a favor and clean your keyboard, mouse, and screen as well. the keyboard can be quickly cleaned with compressed air in the can and screen and mouse with dustcloth. That's it, remember, keep your PC clean and tidy and enjoy the benefits of non-hardware malfunctions caused by dirt and dust. cleaned PC
Read More
Are gaming mousepads worth their price?

Mousepads are a common thing among computer users, everyone is using them and know what are they good for. Recently in the past few years, there are a lot of gaming mousepads on the rise, do you really need them, and do they back up their price? Short answer: YES, long answer: keep reading below.

gaming mousepad

Size advantage

One of the first things that one can see is the great difference in sizes between a regular mouse pad and a gaming one. Gaming pads have much more variety in size spawning all the way to really judge ones that you can use on your whole desk and place both keyboard and mouse on them. This will, of course, let you move your mouse more freely and have a much larger surface to use without the need to always lift the mouse up and center it on the regular pad.

Material advantage

Material on what are gaming pads built upon is extremely high in quality and usually even water phobic or water-resistant and it will allow great mouse movements on it. The backside is usually made of high-quality fabric that will stop slipping on the desk so the pad will stay at its pace during long sessions of work or gaming. Usually, standard mousepads are made with plastic or some other cheap material whereas gaming pads are made from fiber, high-quality fiber.

Other advantages

Among other great stuff that gaming pads have are wrist gel for hand resting and RBG light that looks cool, although RGB light is just a vanity that looks good gel for the wrist is a really good feature that will place less stress on your hands during long sessions of time spent in front of the computer.

Read More
Shift Key is not working in Windows
A lot of users rely on keyboard shortcuts to carry out tasks on their PCs. One of the most common keyboard shortcuts used is the Ctrl + Shift + Esc which opens the Task Manager. As you can see, the Shift key is not just used to capitalize a text as it can also be used for other functions and plays an essential role in operating a computer. However, if you suddenly find it not working, read on as this post will help you fix the problem. If your Shift key is not working, there are several potential fixes you can check out to fix it. These are the different ways to get rid of the Shift key not working issue on Windows 10:
  1. Physically clean the key and keyboard
  2. Disable Sticky Keys.
  3. Update, Reinstall, or Rollback Keyboard driver.
  4. Test the keyboard on another system.
  5. Check your connections
  6. Run the Hardware troubleshooter
  7. Troubleshoot in Clean Boot State.

Option 1 – Clean the keyboard keys physically

Your keyboard might not be working properly due to some dirt or other corrosion. Thus, you need to clean your keyboard, especially the Shift key. First, you need to shut down your computer and then unplug the keyboard if you are using a desktop computer and then prepare it for cleaning. After that, use a small cotton ear cleaning tool to get between the creases and clean them. You can dip it slightly in alcohol to make it more efficient in cleaning dust and dirt. And if you can, you have the option to pull apart the keyboard completely and then wipe away all the corrosion from the inside. Once you’re done, put the keyboard back together and then plug it back into your PC. Now turn your PC on and check if the Shift key is now working.

Option 2 – Try to disable the Sticky keys

Another thing you can try is to disable the Stick keys. How? Refer to these steps:
  • Tap the Win + I keys to open the Settings app.
  • After that, navigate to the Ease of Access section, and here, select Keyboard.
  • Next, make sure that the option for Press one key at a time under the Sticky Keys is toggled off.

Option 3 – Reinstall, update or rollback your keyboard driver

Once you’ve determined that the problem is in the software part of the keyboard, it is now time to try to reinstall, update or roll back your keyboard drivers. To reinstall the driver for your keyboard, refer to these steps:
  • From the WinX Menu, open the Device Manager.
  • In the Device Manager, you should find your laptop’s keyboard under the “Keyboards” option. Right-click on it and select the “Uninstall” option.
Note: If you’re not quite certain about your laptop’s keyboard, you can uninstall all the keyboards if there’s more than one.
  • After that, restart your PC and see if the keyboard driver is installing automatically. If not, open the Device Manager again and right-click on Keyboards, and select the option “Scan for hardware changes” to install it.
Once the keyboard driver is installed again, check if your keyboard is now working properly or not.

Option 4 – Try connecting the keyboard to a different USB port or another computer

The problem might have something to do with the USB port that’s currently in use by your keyboard. It could be that it’s not working so it makes sense to unplug it and attach it to another USB port. You can also clean the USB port on both ends to ensure that they are not affected by corrosion. In addition, you can also try connecting the keyboard to a different computer and see if the Shift key works there or not.

Option 5 – Try to check your connections

You can also try checking if the connection mode you are using for your keyboard is functioning properly. For instance, if you are using a Surface 2-in-device, you can clean the connection pins and see if it resolves the problem.

Option 6 – Run the Hardware and Devices Troubleshooters

  • The first thing you need to do is click on Start and then on the gear-like icon to pull up the window for Settings.
  • After opening Settings, look for the Update and Security option and select it.
  • From there, go to the Troubleshoot option located on the left-hand side of the list.
  • Next, select Hardware and Devices from the list and open the Troubleshooter and run it. Once it is doing its job, wait for it to complete the process and then restart the system.
  • After the system restarts, check if the problem’s now fixed. If not, refer to the next option given below.

Option 7 – Put your PC in a Clean Boot State

You might also want to put your computer in a Clean Boot State to fix the problem with the Shift key. It could be that there is a third-party program that’s preventing the Shift key from functioning. To isolate this possibility, you need to put your computer in a Clean Boot State.
  • 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.)
  • Now try to connect the external devices and check if the error is now gone.
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