Logo

Desktop widgets in Windows 10

Windows 7 was an operating system that had one thing which no other Windows had, even today. Official Microsoft desktop widgets.

With an attractive design, users loved to exploit the adequacy and neatness of these gadgets. However, Microsoft had to discontinue these gadgets as they posed a serious security threat to the Operating System. It was believed that a potential attacker could even use a gadget to take complete control of your PC.

With Windows 10, things have changed big time. You have all the fantastic apps and live tiles at your disposal providing a more native experience.

Despite all this, if you still have a fondness for fancy gadgets, we have just the right tool for you to get started with similar “Widgets” on Windows 10. Win10 Widgets is a tool that places the most important information right in front of you, on your desktop.

Win10 Widgets

Win10 Widgets is a desktop app package provided by Rainmeter which is an effective system customization engine for Windows. It brings some informative widgets to Windows 10 which look almost native with their intuitive and sleek design. You can pin them on your desktop to keep an eye on various system figures like CPU usage, data storage, battery usage, detailed computer performance, etc.

Native looking Widgets for Windows 10

These widgets are designed in such a way that it looks totally indigenous to the Windows 10 UI. With a similar design language, visual style, accent color, and even font settings, these widgets almost look like an inseparable system component.

You can choose between different size variants to pin on your desktop and arrange them in an orderly fashion to make the most of it.

Highly customizable desktop gadgets

Apart from the default size variants, you can configure several other parameters pertaining to the look and appearance of any widget. As Rainmeter is an open-source program, you are provided with the .ini configuration files which you can customize as per your wish. You can make adjustments to the widget coordinates, position and transparency as well. You can even create your own skins (.rmskin package) using the built-in Skin Packager and publish them for general usage through Rainmeter.

Illustro Skins

Over and above the cool widgets, Rainmeter also contains Illustro, a simple collection of skins that shows the range of Rainmeter’s capabilities. You can load the skins on your desktop for a brief look at your system internals. You can also start editing these skins to make them yours by taking advantage of the Rainmeter manual and forum link provided on the Welcome screen.

Win10 Widgets is a great tool if you like widgets or gadgets on your Desktop. It blends into the background and puts the important piece of information right on your desktop without you having to look somewhere else. If you already have the Rainmeter application, you can download the Win10 Widgets .rmskin file from here, else you can download the combined bundle for both Rainmeter and Win10 Widgets from here.

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

How to Fix athwbx.sys Blue Screen error
Athwbx.sys or the Qualcomm Atheros driver file is known to trigger several Blue Screen of Death errors. This occurs when the driver gets corrupted or when the operating system is unable to access or find it. In addition, bad sectors in the hard disk or RAM can also cause BSOD errors. The athwbx.sys file is known to cause the following BSOD errors listed below:
  • SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (athwbx.sys)
  • STOP 0x0000000A: IRQL_NOT_LESS_EQUAL (athwbx.sys)
  • STOP 0x0000001E: KMODE_EXCEPTION_NOT_HANDLED (athwbx.sys)
  • STOP 0×00000050: PAGE_FAULT_IN_NONPAGED_AREA (athwbx.sys)
  • Your PC ran into a problem and needs to restart. You can search online later for this error: athwbx.sys
Before you proceed with the troubleshooting tips given below, you might want to try performing System Restore as it could resolve Blue Screen errors caused by the athwbx.sys file. To run System Restore, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the Blue Screen error, now’s the time for you to resort to the troubleshooting tips provided below but before you get started, make sure that you create a System Restore point first.

Option 1 – Try recreating the athwbx.sys file

The first thing you can try is to recreate the athwbx.sys file. Every time your Windows 10 PC boots up, it looks for all the system drivers in place and if it is unable to find them, it tries to create them. This is why if you remove your corrupt driver file, chances are, you might get a fixed file recreated just for you. How? Refer to the steps below.
  • Boot your Windows 10 PC in Safe Mode.
  • Then open File Explorer and navigate to this location: C:/Windows/System32/drivers
  • From there, look for the file named sys and rename it to athwbx.old.
Note: As you can see, the file’s extension has changed from .sys to .old.
  • Now restart your computer and check if the athwbx.sys Blue Screen error is now fixed.

Option 2 – Try to update or rollback your device drivers

If the first option didn’t work for you, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • 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.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 3 – Run 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 with good system files. 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:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer.

Option 4 – Try to run the CHKDSK utility

Running the CHKDSK utility might also help you resolve the athwbx.sys Blue Screen error. 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 following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.

Option 5 – Run the Memory Diagnostic Tool

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

Option 6 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like athwbx.sys. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Read More
How to Fix 0x80040154 Error Code

What is 0x80040154 Error Code?

0x80040154 is a typical ‘class not registered’ error message. It occurs when PC users try to register and Run a 32-bit DLL (dynamic link library) Windows programs on a 64-bit version of Windows.

Solution

Restoro box imageError Causes

  • The 0x80040154 error causes include:
  • Incompatible software
  • Invalid entry command path
  • Damaged and corrupt DLL files
  • COM components not properly registered
  • Active X control and class issues
To avoid the inconvenience of running programs on your Windows PC, it is advisable to resolve the 0x80040154 error.

Further Information and Manual Repair

Here are some of the best methods that you can try to resolve the 0x80040154 error code on your PC:

# 1. Use Regsvr32.exe to Re-register the Failing COM Component

This is one way to resolve the 0x80040154 error code. Regsvr32.exe is a program that you can use to register DLLs (Dynamic Link Libraries) and ActiveX controls in the registry. To use this file to re-register the failing COM components, simply open an elevated command prompt. If the 32-bit DLL is in the %systemroot%System32 folder, then move it to the %systemroot%SysWoW64 folder. After that run the following command: %systemroot%SysWoW64regsvr32 <full path of the DLL>. This will help resolve the issue.

# 2. Install and Run Restoro PC Fixer.

Another alternative is to download Restoro. This is a new, advanced, and innovative PC repair tool deployed with multiple utilities like Active X control and class fixer, system optimizer, an antivirus, and a registry cleaner. It has a user-friendly interface with simple navigation. This makes it quite easy to use for all levels of users. It is safe, fast, and compatible on all Windows versions. The Active X control and class utility scans your entire PC, detects and resolves all errors like 0x80040154 triggering ActiveX and class ID issues in seconds. Besides this, Restoro also offers other benefits. By running this software on your system you can also ensure good PC health and performance as it also removes anti-viruses, repairs registry issues, fixes damaged DLL files, and also boosts the speed of your PC. DLL files often can get damaged and corrupt due to data overload. This is associated with the registry. If you don’t clean the registry frequently, it overloads with data and damages the DLL files. However, with the help of the registry cleaner utility embedded inside this software, you can repair these files easily. The registry cleaner wipes out all the unnecessary files from your system occupying your disk space and simultaneously fixes the damaged DLL files and restores the registry. However, if the DLL files are damaged due to a malware attack, the antivirus module takes care of them. It removes all the malicious software like adware, spyware, viruses, and Trojans and restores your files. Click here to download Restoro on your PC and resolve the error 0x80040154 on your PC now!
Read More
Troubleshoot Error 651 on Your PC

Error 651 - What is it?

Are you a Windows 7 PC user? Are you experiencing error 651? If yes, then read on. We will discuss what is this error, the causes, and easy DIY solutions to help you resolve this issue immediately. Error 651 is a common Windows 7 error. This error occurs when you try to connect using your PPPoE connections. The error message is displayed in the following format:
“Error 651: The Modem (or other connecting device) has reported an error.”

Solution

Restoro box imageError Causes

The error code 651 occurs due to multiple reasons. However, some of the most common error causes include:
  • The raspppoe.sys file saved in the wrong location
  • IP setting  issues
  • Registry issues

Further Information and Manual Repair

Here are some of the best and easiest solutions to resolve the error code 651 on your system immediately. These solutions are so easy to perform that you don’t need any technical expertise or knowledge to get started. So here we go!

Solution 1: Reset TCP/IP Settings

To reset TCP/IP settings on your PC, here’s what you need to do. Simply replace the RAS PPPoE driver. First open a command prompt, then write the following command in the command prompt:  TAKEOWN /F"C:Windowssystem32driversraspppoe.sys" ICACLS "C:Windowssystem32driversraspppoe.sys" /grant administrators:F. After that, press enter to continue. Now close the command prompt and go to the folder C:\Windows\system32\drivers, here rename the raspppoe.sys file to raspppoe2.sys. Now right click on save the link as Vista RAS PPPoE Driver and save it in the C:\Windows\system32\drivers folder. Once this process is complete, to activate changes made, restart your PC. This is most likely to resolve the error code 651 on your system.

Solution 2: Try Power Cycling your Modem and your Router

This is another way to resolve error 651. However, before you try this solution, it is recommended that you save all your work on your system, close all your open applications, and then shut down your PC. After that first turn your router off and wait for about 2 minutes. Then turn off your modem too. Now disconnect all the Ethernet cables that are connected to your modem, router and your system. Reconnect them again and make sure that the connections are not loose. After reconnecting the cables, reboot your PC and switch on the modem first. After your modem gets initialized, turn on the router. See if this procedure works. If it does, then that’s great the issue is resolved. However, if the error persists, then this indicates deeper problems. The error message is triggered due to registry issues.

Solution 3: Clean and Repair the Registry

Sometimes the underlying cause of error 651 is a corrupt and damaged registry. Registry is the database where operating system stores all the information associated with installed programs and activities performed on your PC. Registry issues typically result due to poor PC maintenance. When you don’t clean the registry the unnecessary and obsolete files accumulate and acquire a lot space. It damages the registry and DLL files. This often leads to disk fragmentation and files are then saved in segments in different locations. This also slows down your PC performance. This could also be the reason for why the raspppoe.sys file is saved in the wrong location. Though you can repair the registry manually but it may be complex for you especially if you are not technically sound. And besides, it is also slightly time-consuming.

Restoro - Premier Registry Cleaner

Therefore, to resolve errors like 651 triggered by the registry issues on your system in seconds, it is advisable to download Restoro. Restoro is a cutting-edge and multi-functional PC Fixer. It is deployed with a powerful intuitive algorithm and multiple highly functional utilities designed to resolve practically all types of PC errors. It includes utilities like a registry cleaner, an antivirus, and a system optimizer. The registry cleaning feature scans for all types of registry issues and errors and resolves them instantly. It wipes out unnecessary and redundant files like cookies, internet history, junk files, and bad/ invalid registry entries. It cleans the registry freeing up space. Furthermore, it also repairs the damaged files and restores the registry back to normal.

Restoro Special Features

Other features include an antivirus that removes all types of malicious software hiding in your PC including viruses, Trojans, spyware, malware, and adware. The system optimizer feature ensures that your computer performs at its optimal level at all times. Restoro is safe and bug-free. Its user-friendly interface and simple navigations makes it quite easy for users to operate it without any difficulty. Furthermore, compatibility is not an issue with this software. You can download it on any Windows version. Click here to download Restoro and fix error 651 on your PC today!
Read More
Fix DRIVER_VERIFIER_DETECTED_VIOLATION
Driver Verifier is a built-in tool in Windows 10 that monitors device drivers on your computer, if it detects issues with drivers, it will attempt to fix the issue. If you are encountering Blue Screen for a Driver and after running Driver Verifier you get another with message DRIVER_VERIFIER_DETECTED_VIOLATION ten follow this article step by step in order to solve it. There is a chance that you will maybe even have to do this in safe mode, if that is your case, login into safe mode and proceed, otherwise proceed normally.
  1. Update Device Drivers

    the most common issue with the blue screen is old Drivers, in most cases, graphical drivers, update all Drivers with the latest versions and see if this will resolve the issue.
  2. Stop or uninstall Virtualization software

    Virtua machine software is a great way to have a safe environment and to experiment while preserving your Windows installation intact, however sometimes due to the nature of these applications they can be a case for blue screen errors. Stop virtualization software to see if it will remove the issue. If that is the case, try another virtualization application
  3. Disable Driver Verifier

    Press ⊞ WINDOWS + X to open the secret menu Click on Command Prompt (admin) Inside command prompt type: verifier and press ENTER Select the Delete existing settings radio button Click Finish Reboot your computer
  4. Reset Driver Verifier

    Press ⊞ WINDOWS + X to open the secret menu Click on Command Prompt (admin) Inside command prompt type: verifier /reset and press ENTER Reboot your computer
  5. Use system restore

    Rollback Windows to the previous state where everything was working fine.
Read More
Disable the Notifications for any Apps
Since Windows 10 introduced the concept of notifications, almost any application installed on your computer sends you one. However, there are times when too many notifications can be quite annoying. Although some of them are important, most of them are not and are only getting in the way of your tasks. So if you don’t like to be flooded with tons of notifications on your Windows 10 computer, say no more as this post will help you out in disabling notifications for any apps installed. And now with the new feature in Windows 10 called Focus Assist, you will be able to manage the level of notifications that you receive. This new feature also allows you to disable all notifications except for the ones from important or priority apps. You will just have to maintain a list of priority applications or you could also disable all the notifications except for the important ones like alarms. In addition, you could also set up some automatic rules such as the Focus Assist timings which means that you can make Focus Assist enabled for a certain period of time during the day or when you are duplicating your display or playing a game and whatnot. So if there is an application that keeps on spamming you with notifications, you can just disable the notifications for that application.

To get started on disabling notifications, refer to the steps given below.

  • Step 1: Go to Settings > System.
  • Step 2: From there, open Notifications and actions and then scroll down to the “Get notifications from these apps” section.
  • Step 3: After that, look for the application that you want to disable notifications for and click on the toggle button that corresponds to disabling notifications for that application. You could also click open to explore additional settings for that particular application.
Note: You can disable notifications or just the notification banners, your choice. Aside from that, you can also control the notification sound as well as its behavior when the computer screen is locked. What’s more, is that you can also adjust the number of notifications displayed in the Action Center or select the priority applications. As stated earlier, Windows 10 gives you control that allows you to customize every nook and cranny of the notification on your Windows 10 computer. Apart from applications, there are also other notifications-related settings that you can control including disabling notifications about tips, tricks, and suggestions as well as summary notifications from Windows Defender that you get every time you use or scan your computer.
Read More
Application failed to initialize 0xc0000005
If you suddenly encountered an error saying, “The application failed to initialize properly (0xc0000005)” when you are using an application on your Windows 10 computer, read on as this post will provide you some potential fixes that could help you fix the error. You can encounter the “The application failed to initialize properly (0xc0000005)” error on many applications such as VLC, Chrome, Word, and any other executable files and even the operating system files. When you get this kind of error, you will see the following error message:
“The application failed to initialize properly (0xc0000005). Click on OK to close the application.”
This kind of application error can occur due to several reasons which include damaged installation of the application or system files may have gotten corrupted or damaged. It could also be caused by a malware infection. There are a couple of suggestions provided in this post to help you resolve the error. You can try to run both a System File Checker scan and the DISM tool or reinstall the problematic application or repair-install Windows 10 as well as run a malware scan. Note that the options provided below do not have to be followed in sequence.

Option 1 – Try to run a System File Checker scan

As mentioned, the error could be due to corrupted or damaged system files and one of the ways you can fix that is by running a System File Checker or SFC scan on your computer. To do so, follow these steps:
  • In the Windows Start Search, type “command prompt” and right-click on Command Prompt from the search results, and then select the “Run as administrator” option.
  • After opening Command Prompt with admin privileges, type the “sfc /scannow” and tap Enter to execute it.
  • Once the scan is finished, restart your computer and see if the “The application failed to initialize properly (0xc0000005)” error is fixed or not.

Option 2 – Run the DISM tool

You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the application error. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 3 – Try reinstalling the application

You might also want to uninstall the application and download its latest working version and then install it back again. Note that when you do this, you will lose all your app data.

Option 4 – Try to repair install Windows 10

  • First, you have to click this link and then click the Download Tool Now button.
  • 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.
  • Now select the ISO file option in step 5.
  • After that, you should now have an ISO file.
  • Next, go to the location where you’ve downloaded the ISO file.
  • Then right-click on the Windows 10 ISO file and select the Open with option and then select File Explorer.
  • 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”.

Option 5 – Try scanning your computer using Windows Defender

It is possible that your computer is infected with malware which could be why you’re getting the “The application failed to initialize properly (0xc0000005)” error. Thus, you need to scan your computer using 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
Delete last 15 min of browsing history on phone
google browsing 15min history deleteAs previously announced by Google feature to quickly delete the last 15min of browsing history via one button is rolling out now. For now, only Apple users will be available to use this feature but the Android update is scheduled for later this year, a strange move by Google but it is what it is. For anyone who is unfamiliar with this feature, basically, Google wants a quick way to remove the last 15min of browsing history as a supposedly stated request to make deleting browsing history much easier. Google came up with this idea so you can keep the previous history intact but remove just 15min time frame, no additional explanation was given on why 15 but I presume it is some round number that came up as the middle one with research, read telemetry info. Using quick delete requires being signed into Search with a Google account. Users can access the option by simply tapping on the avatar icon to access the settings then choosing "Delete last 15 minutes."
Read More
Your computer is running low on resources
Signing in to a computer that runs a Windows 10 version OS is usually fast and straightforward. However, there are instances when signing in takes too long especially if there are a lot of programs in the Startup. So if many things are loading as soon as you log into your computer, it will slow down the sign-in process. Aside from programs in Startup, it is also possible that there are too many users that are logged in to the account. In such a case, you will most likely encounter an error that says, “Your computer is running low on resources, so no new users can sign in. Please use an account that has already been signed in”. If you’ve encountered such an error when you try to log into your computer, read on as this post will be guiding you on how you can fix it. Each time a user signs in to Windows 10, it will allocate resources in order to work smoothly. But, in many cases, the system is running low on resources which is why this error pops up and blocks a sign-in of a new user. To fix it, you can try to log out the existing users, or perform a Cold Boot, as well as run both the DISM tool and System File Checker scan.

Option 1 - Try to logout existing users

The first thing you can do is to log out the existing users. If you have a shared Windows 10 computer, you have to check if someone hasn’t logged out. It could be that some background task or there is an existing program that is still running under that account. So you have to make sure to ask the same user to log out in case there is some unsaved work. On the other hand, if that user is not around, then you reboot the computer right away.

Option 2 - Try Performing a Cold Boot

You could also try to perform a Cold Boot to fix the problem. A Cold Boot is a process that makes sure that the Windows 10 Kernel shuts down properly and releases all the resources held by any account. To perform a Cold Boot, just press and hold the physical power button on your CPU until it goes off. After that, boot your computer regularly and see if you can now log into your account without any error.

Option 3 - Try to run a System File Checker scan

System File Checker is a built-in command utility in Windows 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 the cause why you’re getting the error when you log into your computer. To run the SFC command, follow the steps given below.
  • Boot your computer into the Advanced Recovery mode and from there open Command Prompt.
  • 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:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Now restart your computer and see if the problem is fixed or not.

Option 4 - run the dism tool

You might also want to run the DISM tool. This tool is known to repair potentially corrupted files in your system as having them could also system issues like the “Your computer is running low on resources, so no new users can sign in” error. To repair these corrupted system files, you can run the DISM commands:
  • Go to the Advanced Recovery mode and select Command Prompt.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the problem is now fixed.
Read More
Automatically backup files & folders
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.
  1. 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.
  2. 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.
  3. 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
Read More
How to Fix fltmgr.sys in Windows 10
The fltmgr.sys file or the Filter Manager is the one that’s responsible in making sure that all the file stored in a computer’s hard drive stays on their respective locations and is located in C:/Windows/System32/drivers. Now when you encounter a Blue Screen of Death or BSOD error saying, “Your PC ran into a problem that it couldn’t handle, and now it needs to restart. SYSTEM_SERVICE_EXCEPTION”. This kind of Stop error is due to an error with the driver that’s responsible for enabling the communication between the hardware and the computer. It indicates that this driver allows direct access to the internal hardware from the CPU itself. What’s worse about the SYSTEM_SERVICE_EXCEPTION BSOD error is that there are times when you won’t be able to log in to your computer even after it reboots. However, you need not worry as this post will guide you into fixing this BSOD error. All you have to do is follow the given options below carefully and that before you proceed make sure that you create a System Restore point just in case something goes wrong.

Option 1 – Run the Windows Update

Obviously, since the fltmgr.sys file is a system file from Microsoft, you can try running the Windows Update and see if it fixes the problem or not.

Option 2 – Run the System File Checker

The System File Checker, also known as the SFC scan, is a built-in utility in Windows that can be found in the C:/Windows/System32 folder. This tool allows you to scan and restore any corrupted system files in Windows that might be causing the SYSTEM_SERVICE_EXCEPTION BSOD error. To use this tool, follow the steps 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:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer and then check if it has fixed the error or not.

Option 3 – Run the Blue Screen Troubleshooter

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

Option 4 – Check your hardware for any physical issues

There are times when faulty hardware can result in serious problems in the system such as the SYSTEM_SERVICE_EXCEPTION Blue Screen error. Thus, it is highly recommended that you check the internal components of your CPU to find out if there are any problems. And if there is any physical damage, you need to bring that to a technician to get it fixed or have it replaced.

Option 5 – Run the CHKDSK utility

You can also run the Chkdsk utility to resolve the BSOD error. The Chkdsk utility is the one that 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
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