Logo

OOOOPS it seems that this page does not exist :(

Instead of feeling bad why don't you try our automated software ...
... or check some of our articles and tutorials.
What happened to Facebook and why it is down?
Usually when online service is not working or when something goes wrong online it is DNS, well that is what most of the time is the case. And yes, DNS or Domain Name Server seems to be an issue with Facebook being completely down along with Instagram and wassap. facebook downThe true cause is that there is no working Border Gateway Protocol (BGP) routes into Facebook's sites. BGP is the standardized exterior gateway protocol used to exchange routing and reachability information between the internet top-level autonomous systems (AS). Most people, indeed most network administrators, never need to deal with BGP. Cloudflare VP Dane Knecht was the first to report the underlying BGP problem. This meant, as Kevin Beaumont, former Microsoft's Head of Security Operations Centre, tweeted, "By not having BGP announcements for your DNS name servers, DNS falls apart = nobody can find you on the internet. Same with WhatsApp btw. Facebook has basically de-platformed themselves from their own platform." Many people are very annoyed by this and with the fact that they cannot use their social media platforms but it seems that Facebook employees are in even bigger annoyance as it was reported that Facebook employees can't enter their buildings because their "smart" badges and doors were also disabled by this network failure. If true, Facebook's people literally can't enter the building to fix things. Reddit user u/ramenporn, who claimed to be a Facebook employee working on bringing the social network back from the dead, reported, before he deleted his account and his messages: "DNS for FB services has been affected and this is likely a symptom of the actual issue, and that's that BGP peering with Facebook peering routers has gone down, very likely due to a configuration change that went into effect shortly before the outages happened (started roughly 1540 UTC). There are people now trying to gain access to the peering routers to implement fixes, but the people with physical access is separate from the people with knowledge of how to actually authenticate to the systems and people who know what to actually do, so there is now a logistical challenge with getting all that knowledge unified. Part of this is also due to lower staffing in data centers due to pandemic measures." Ramenporn also stated that it wasn't an attack, but a mistaken configuration change made via a web interface. Both BGP and DNS are down, the "connection to the outside world is down, remote access to those tools don't exist anymore, so the emergency procedure is to gain physical access to the peering routers and do all the configuration locally." Technicians on site don't know how to do that and senior network administrators aren't on site. It seems that it will all be down for a couple of more hours before the issue is resolved.
Read More
PowerShell script Error 0xFFFD0000 in Windows
If you like to schedule different tasks on your Windows 10 computer and automate them, then you would find the Windows Task Scheduler very useful. It is commonly used by a lot of users to schedule various tasks like scheduling periodic execution of scripts and some programs to make sure that the intended tasks are automatically carried out. Apart from being a preinstalled application, the Task Scheduler is already available on your computer. However, there are times when you might encounter some errors while using it. One of these errors is error 0xFFFD0000. You can encounter this error while executing some PowerShell scripts. It can occur to any tasks as well especially to the ones that have a file executed using a particular program. And just like the PowerShell script, files also use PowerShell to be executed. To fix Error 0xFFFD0000, you need to follow the instructions provided below carefully. Step 1: In the Start Search, type “task scheduler” and click on Task Scheduler from the results to open it. Step 2: After opening Task Scheduler, right-click on the task that’s giving you the error and then click on Properties. Step 3: After that, navigate to the Actions tab in the new mini window that appears. Step 4: From there, select the action for the task and click on the Edit button which will open another mini window. Step 5: Next, make sure that the path to the executing program is properly typed inside the field of Program/script. Note that it should be set to the executable file for that particular program. For instance, you have to set it to “C:WindowsSystem32WindowsPowerShellv1.0powershell.exe” for the Windows PowerShell program. Step 6: You can also utilize the Browse button and navigate through Windows Explorer to locate that particular executable file for the program. Step 7: Now make sure to use the file argument in the Add arguments field followed by the path of the file to be executed. It should look like this:
-file "C:/Users/Ayush/Desktop/Powershell Script Sample.ps1"
Step 8: Once done, click on OK to save the changes made and see if the task is still giving you an error or not. On the other hand, if you are still getting the same error, you can try to repair the Task Scheduler by deleting corrupted tasks. Note that a single corrupted file can cause big problems so this option is quite important. And for you to delete a corrupted task or any task from the Task Scheduler, you have to use the Registry Editor if you are not able to use the Task Scheduler interface. To do so, follow these steps:
  • Tap the Win + R keys to open the dialog box for Run.
  • Next, type in regedit and click on OK or tap Enter to open the Registry Editor.
  • Then navigate to this path: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheTree
Note: In this path, you can see all the tasks that are currently set in the Task Scheduler. And since it would be hard to tell which one of them is corrupted, you have to delete the latest one in Task Scheduler last. But before you do so, make sure that you take a note of the ID of the tasks. And for you to get the ID, you have to select the task you wish to delete and double click on the ID string located on your right-hand side, and then copy it in the Notepad.
  • Right-click on the task name and then delete it.
  • After that, delete the very same GUID which you have copied earlier from these folders:
  • ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheBoot
  • ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheLogon
  • ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheMaintenance
  • ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCachePlain
  • ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheTasks
Note: You might not see the same GUID from these folders but if you see it, delete it right away.
  • Next, navigate to this location: C:WindowsSystem32Tasks
  • Delete the very same tasks you just deleted from the Registry Editor.
  • Restart your PC and check if the Task Scheduler is back to its normal state or not.
Read More
Create BlueTooth shortcut on desktop
If you have a BlueTooth device on your computer, you know that each time you need to receive or transfer the file you need to find the icon in the system tray, right-click on it and choose the desired option. But there is a simpler solution, create a Bluetooth icon on the desktop so it is always easy to access. Open File Explorer by pressing ⊞ WINDOWS + E Go to C:\Windows\System32 Find fsquirt.exe Right-click on it and choose copy Go to the desktop and right-click, choose paste Rename the file to Bluetooth And, you are done!
Read More
Fixing PowerShell: File cannot be loaded ...
If you are using Windows PowerShell and it suddenly throws an error message saying, “File cannot be loaded because running scripts is disabled on this system”, then read on as this post will guide you on how you can fix this issue your Windows 10 computer. This kind of error in PowerShell is most likely due to the fact that your user account does not have the required permissions to execute the script. Although this does not mean that you need to have administrator-level permissions as it could also indicate that you have to be unrestricted to run these types of PowerShell scripts or cmdlets. Thus, to fix the error and carry out the task, you have to set the execution policy to be unrestricted. And to do that, you need to use the steps provided below as a reference. Step 1: To get started, you have to check what policies are set for the individual user groups on your computer by tapping the Win + X key combination or by right-clicking on the Start button and clicking on Windows PowerShell (Admin). You can also search for PowerShell in the Start Search and then right-click on Windows PowerShell and select Run as administrator. Step 2: If a User Account Control or UAC prompt appears, just click Yes to proceed. Once you’ve pulled up Windows PowerShell, type the following command to get the List of Execution Policy for all the scopes on your computer.
Get-ExecutionPolicy –List
Step 3: After you execute the command, it will give you a list of the User Groups as well as their Execution Policy status, and under the Scope column, look for “LocalMachine”. Once you find its Execution Policy you will notice that it’s either set to Undefined or Restricted. Step 4: Now that you’ve determined the Execution Policy, you need to set it to Unrestricted if it is set to Restricted. To do that, you have to enter the following command in the very same PowerShell window.
Set-ExecutionPolicy Unrestricted
Step 5: After you execute the command, you will see a message that asks for various permissions for which you either have to tap Y to say Yes to each one of the messages individually or tap the A key to say Yes to all the messages to once. However, if the command throws another error, you can just force the Execution Policy to change by executing the following command.
Set-ExecutionPolicy Unrestricted -Force
Step 6: Once you’re done, it will finally set the Execution Policy for the Windows PowerShell scripts as well as cmdlets to be Unrestricted and fix the “File cannot be loaded because running scripts is disabled on this system” error.
Read More
How to Fix Windows 10 Error Code 0x80070032

Error Code 0x80070032 - What is it?

Error Code 0x80070032 is a command that most often relates to codes or commands that have not been entered correctly or do not apply to the given program. It can also appear when mail folders in Windows Mail are not able to sync in the way that they should between the local device and the servers owned by Microsoft.

Common symptoms include:

  • Inability to access your emails
  • Emails not syncing between devices correctly
  • Inability to use certain commands in certain programs

The primary methods used to address Error Code 0x80070032 are fairly basic and easy to complete. Most users should be able to complete these methods on their own and they do not require a lot of time to do. However, if you don’t feel like you have the experience, skills, or knowledge necessary to complete the steps listed below, consider getting in touch with a qualified Windows repair technician to assist you.

Solution

Restoro box imageError Causes

The two main causes for Error Code 0x80070032 are commands entered into programs that cannot be completed or are incompatible with the program at hand and folders in Windows Mail that cannot sync properly.

Further Information and Manual Repair

There are three basic methods that users can try in order to resolve Error Code 0x80070032 on their machine. These are fairly simple and easy to complete. However, if the methods below aren’t successful in resolving the error code or if you do not feel confident in your ability to use them, get in touch with a certified Windows repair professional to assist you.

If you believe that you are seeing the error due to entering a command that didn’t work, use Method One first. If you believe it is due to a mail syncing error, use Methods Two or Three.

Here are the top methods for addressing Error Code 0x80070032:

Method One:  Reinstall the Program in Question

If you believe that you are experiencing Error Code 0x80070032 because of a command that you have entered, the best solution is to reinstall the program in which you were entering the command. You may also want to try updating your program, if able, before reinstalling it. Remember to restart the computer before reattempting to enter in the command that caused the error.

Method Two:  Download and Install Windows System Updates

For many users, Error Code 0x80070032 appears because of a bug in one of the versions of Windows 10. If you believe that this is the case, open up your Windows Updates and check to see if there are any updates that you can install.

For users who are only seeing Error Code 0x80070032 because of the bug mentioned above, Windows released an update that should address the error code on its own. If your computer is fully updated, the error may be resolved on its own. Always remember to restart your computer after installing updates so that the necessary changes can take effect.

Method Three:  Change Your Windows Mail to Local Access

If the above methods did not resolve the problem successfully, you can switch to local access to your Windows Mail, rather than relying on Microsoft access. To do so, complete the following steps:

  • Go into your Windows settings and click on the option for “Accounts.”
  • Select the account that you wish to access and choose the option to sign in using a local account.
  • Enter your password to verify local access.
  • Add in your user name, password, and password hint.
  • Sign out of the local account to finish.

Once this is done, you can switch back to your Microsoft account, which should reset your syncing ability. Follow these steps to switch back:

  • Go back into your settings, selecting “Accounts” and choosing the proper account.
  • Change the option to sign in with a Microsoft account.
  • Enter your password, then your username and password again.
  • Select “Switch” to change back to the Microsoft account.

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.
Read More
Firefox shows wrong or no bookmark favicon
If you have just updated your Mozilla Firefox browser as of late and you noticed that it’s showing wrong or no bookmark favicon at all, then read on as this post will provide you with potential solutions that can help you resolve the problem. The basic thing you can do to fix it is to either refresh or reset the cache for favicon and then force restart the favicon service. However, if you’ve already tried this and it didn’t work, then there are still other options you can try. You can try to rebuild the configuration file for the favicon or restart the favicon service. You could also try disabling all the add-ons on your browser or scan your computer for adware. For more details, refer to each one of the options laid out below.

Option 1 – Try to rebuild the favicon configuration file

Mozilla Firefox actually creates a file each time you bookmark a webpage and this is called “favicons.SQLite”. This file is located on your computer and for you to fix the issue in Firefox, you need to rebuild this file and in order to do that, follow these steps:
  • First, you need to unhide the hidden files in your computer by enabling the “Show hidden files” option so that you’ll be able to see the hidden files in your computer.
  • After that, navigate to this path: C:Usersyour_usernameAppDataLocalMozillaFirefoxProfilesyour_profile_name
  • From there, you need to find the “favicons.SQLite” file and once you found it, delete it.
  • Next, you have to open the Firefox browser and create the same favicon configuration file which should be automatically created.
  • Now check if you can now see bookmark favicons on your Firefox browser or not.

Option 2 – Try to restart the favicon service

If the first option didn’t work, you can try to restart the favicon service instead. Restarting the favicon service can help if you do not see the correct bookmark favicon on your Firefox browser. To restart this service, follow the steps below.
  • You need to first open the Firefox browser and in the address bar, type “about:config” and tap Enter.
  • After that, you will see a page that displays a warning message. On that page, you need to click the “I accept the risk!” button to proceed.
  • Next, using the search box on the page, look for the “devtools.chrome.enabled” option. The value for this option should be set to “False” by default.
  • Double click on this option to set its value to “True”.
  • Once done, go to Menu > Web Developer > Browser Console or you could also tap the Ctrl + Shift + J keys, alternatively.
  • Afterwards, paste this command in the pop-up window that appears and then tap the Enter button: var fS = Components.classes["@mozilla.org/browser/favicon-service;1"] .getService(Components.interfaces.nsIFaviconService); fS.expireAllFavicons();
  • Once you’re done, restart your Firefox browser to check if it fixes the problem or not.

Option 3 – Try to disable all the add-ons in Firefox

The next option you can try to fix the problem is to disable all the installed add-ons in Firefox. More often than not, add-ons can cause issues in the browser so it is possible that one of the add-ons in Firefox is causing it to show incorrect or no bookmark favicon. To resolve this problem, you have to disable all the add-ons by opening Firefox and then going to Menu > Add-ons or you could also tap the Ctrl + Shift + A keys. After that, go to the Extensions section and click on the respective Disable buttons for each one of the add-ons. Once done, restart your computer and check if you can now see the bookmark favicons or not.

Option 4 – Try scanning your computer using Windows Defender

It is possible that the bookmark favicon problem is caused by some adware in the Firefox browser so you have to scan your computer to check by using security programs like Windows Defender.
  • Tap the Win + I keys to open Update & Security.
  • Then click on the Windows Security option and open Windows Defender Security Center.
  • Next, click on Virus & threat protection > Run a new advanced scan.
  • Now make sure that Full Scan is selected from the menu and then click the Scan Now button to get started.
Read More
Software review series: Freeplane
There are not many applications for creating mind maps, even fewer that are completely free, so it is with great pleasure to present you with Freeplane. Freeplane is mind mapping, Knowledge Management, and Project Management software completely free and open source. freeplaneYou can it here: https://sourceforge.net/projects/freeplane/files/latest/download

And from developers git page and I quote:

Freeplane is a free and open-source software application that supports thinking, sharing information, and getting things done at work, in school, and at home. The core of the software is tools for mind mapping (also known as concept mapping or information mapping) and using mapped information. Freeplane is written in Java using OSGi and Java Swing. It runs on any operating system that has a current version of Java installed. It can be run locally or portably from removable storage like a USB drive. We use Github only as of the main code repository, all other project parts are hosted at the source forge. So all bugs and feature requests are managed in a separate issue tracker. There is a drop-down box for selecting different types of issues. Other sources of inspiration are our new forum and old forum. Some users write their ideas there. Every contributor and every team member freely decides what task he is going to work on, but for making the best decision we can communicate our self-set goals in the above forum. It is supposed to enable early discussions and community feedback and also to motivate you and other people.

How to start hacking and contributing

People new to the project can start with implementing a new small feature or doing some refactoring or documentation and not with the bug fixing. Not all bug reports seem to be equally important, and if there are important bugs they usually get fixed by people who broke the functionality. I think you should first get there :). For internal developer discussions, there is a private mailing list. It is held private to avoid spam mails. If you want to be subscribed let us know what mail address you are going to use with it. This list is the preferred way to ask all code-related questions because they usually get answered soon and by the most competent team member. Some documentation for new developers is available in Freeplane wiki https://www.freeplane.org/wiki/index.php/How_to_build_Freeplane and also here and here. It is written for new guys and should also be maintained by the new guys to stay up to date. Looking forward to any questions and contributions, Freeplane development team
Read More
Downloads folder loads slowly in Windows
If you are frequently experiencing slow loading of folders in your Windows 10 computer, Downloads folder for instance, then you’ve come to the right place as this post will help you resolve such issue. Slow loading of folders is a common problem faced by many users even when they are using the latest hardware like SSDs. So if you experience the same thing, be it with the Downloads folder or other folders on your computer, there is a way to resolve that issue and make the folder load faster. Slow-loading means when you attempt to open the folder, it takes a couple of seconds before it displays its contents. In such cases, you’ll see a green loading address bar that says “Working on it” which can get quite annoying especially if you are in a hurry. And if you notice that this only happens in the Downloads folder, there certainly is something wrong. This kind of problem can occur on SSDs and normal hard drives. The main reason behind the occurrence of this problem is that the folder may have been optimized for viewing photos or other media formats which is why it takes quite longer than usual to load all the files and their thumbnails. However, since the Downloads folder usually contains all kinds of files like documents, zip files, audio/video files, etc. there is no need to optimize this folder for media files only because doing so is only going to make the Windows File Explorer slow in loading the folder’s contents and thumbnails which does not exist for many files.

Option 1 – Configure the Downloads folder

  • Right-click on the Downloads folder or the folder you’re having trouble opening.
  • Then click on Properties and go to the Customize tab.
  • After that, click on the “Optimize this folder for” option in the drop-down menu.
  • Next, select General items from the drop-down which might have been set by default to Pictures or Video.
  • You also have the option to apply this template to all the subfolders, that is if your folder has any subfolders.
  • Now apply the settings and restart Windows Explorer.
Note: Once you’ve completed the steps above, it should now make the folder content display a lot faster than before. Now try to open the Downloads folder which would not take much time as you will see the changes right away.

Option 2 – Run CHKDSK to check your disk for errors

When it comes to some issues concerning the hard drive or removable devices, there is a utility in Windows that might help which is called “chkdsk”. This error check utility can help with several issues in the system including File System Error -2147219196.
  • Tap the Win + S keys to open the Search box.
  • Then type “command prompt” in the field and from the search results that appear, right-click on Command Prompt and select “Run as administrator”.
  • After opening an elevated command prompt, copy and paste the following command and hit Enter:
chkdsk /r /f
  • Now if you are prompted to run CHKDSK after your reboot your PC, just tap Y and reboot your PC.
  • If CHKDSK is not able to find any errors, tap the Win + E keys and navigate the access window. From there, right-click on the concerned drive and click on Properties.
  • After opening Properties, click on the tab Tools and then click on the “Check” button under the Error-checking section.
  • Wait until the process is completed and then restart your computer.
  • Once your computer has restarted, try accessing the file and check if the error persists.
Read More
How to Fix Libcurl.dll Error Code

Libcurl.dll - What is it?

Libcurl.dll is a Dynamic Link Library file; a component of Google Earth. Google Earth is a 3D software tool. Libcurl.dll file is visible within a 3D application with the help of which software users can see satellite images, maps, and other geography-related information from their computers. The Libcurl.dll file enables users to map the earth using superimposing images received via satellite imagery and also aerial photography. However, Libcurl.dll error messages may occur while using or installing this program. The libcurl.dll error message is displayed in either of the following formats:
  • "Cannot find [PATH]libcurl.dll"
  • "The file libcurl.dll is missing."
  • "Libcurl.dll Not Found"
  • "This application failed to start because libcurl.dll was not found. Re-installing the application may fix this problem."

Solution

Restoro box imageError Causes

Libcurl.dll may occur due to several reasons. These include:
  • Bugged program
  • Viral infection may add malicious codes to Libcurl.dll file and generate error messages
  • Registry issues
  • Missing libcurl.dll file
  • Hard disk failure
  • Misconfigured system files
If you experience difficulty in using Google Earth and come across libcurl.dll error message, it is advisable to resolve the error immediately typically because this error has severe consequences. If not fixed timely, it can lead to the blue screen of death errors, system hang-ups and freezes, sluggish PC performance, PC crashes and browser crashes, slow internet speed, and other system errors.

Further Information and Manual Repair

This error is crucial but the good news is that it is easy to fix. To resolve it, you don’t have to hire a technical expert and pay hundreds of dollars. You can repair the issue with ease by yourself regardless of whether or not you are technically sound. Continue reading to find out the best solutions to fix libcurl.dll error code on your system without any hassle. Here are some of the easiest and the best methods to resolve libcurl.dll error:

1. Check your recycle bin

Since .dll files are shared by multiple programs, there is a possibility that you might have accidentally deleted libcurl.dll file when uninstalling a certain program on your system which was also sharing this file. And because of this, you may experience the missing libcurl.dll error message. To resolve it, all you have to do is to check your recycle bin. If you find the file here, restore it. Once restored, try running the program again! If the error code does not appear, then this means it is resolved. However, if it continues to persist, then try other solutions given below.

2. Scan for Malicious Software on your System

While downloading files and checking unknown emails malicious software like viruses, malware and spyware can also enter your PC. Such software can damage and corrupt dll files. This could be the underlying cause of libcurl.dll error on your PC too. So, to resolve the issue, scan and remove malicious viruses and spyware from your system by using a powerful anti-virus. However, please note, anti-viruses are notorious for slowing PC performance and also sometimes you may also have to stop all other activities on your PC.

3. Clean the Cluttered Disk, Repair dll files and Restore the Registry

Libcurl.dll file error may also occur due to hard disk failure. This triggers registry issues. If you don’t clean the registry every now and then, it overloads the hard disk with files. These include both important and unnecessary files like internet history, temporary files, cookies, junk files, invalid registry entries, and bad keys. These clutter the disk, damaged dll files, and the registry. Therefore first you need to clean the cluttered disk, repair libcurl.dll files and restore the registry. Executing it manually can take a lot of time as you may find it complex if you are not a computer programmer. However, the best, easiest, and quickest way to clean, repair, and restore the registry is to download Restoro

Why Restoro?

Restoro is an innovative, advanced, and multi-functional PC repair tool loaded with powerful and PC performance boosting utilities including an intuitive registry cleaner,  an antivirus, Active X controls, and class module, and a system optimizer. So, whether the libcurl.dll error message is triggered by a viral infection, hard disk failure, or registry issues, this tool takes care of all! The registry cleaning feature scans all registry issues, cleans the hard disk by removing unnecessary and obsolete files, repairs damaged and corrupt dll files, and restores the registry thereby resolving libcurl.dll error in seconds. Simultaneously, the antivirus utility removes viruses and malware if found. And the system optimizer feature ensures optimum PC performance. Restoro is easy to navigate and operate. It is user-friendly, safe, bug-free, and efficient. Furthermore, it is compatible with all Windows versions. Click here to download Restoro and repair your PC and resolve libcurl.dll error today!
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
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