Logo

Enable or Disable Windows 10 Boot Log

Booting the Windows computer system includes loading it from the various boot devices such as drivers, network as well as USB drives when the computer is turned on. The instant the startup sequence is done loading the operating system the system hardware will be ready to perform some complex operations – in this process, the Boot Log in Windows 10 is a record that maintains the list of success or failure of many pieces of Windows 10 system during the booting process. In other words, the Boot Log is the one that keeps a record of all that has happened while loading from the computer storage system to the memory during the boot process. It is available for several devices like network, hardware devices, and the operating system which assist in detecting issues during the boot process and other issues with regards to troubleshooting. Through Boot Log, you’ll know which drivers were unloaded and loaded from the start of the system during the boot process. You have the option to either disable or enable this feature on your Windows 10 PC.

Named as “ntbtlog.txt”, the log file lists all the successfully loaded processes and the unsuccessful ones during the boot process. It is saved to the drive C:Windowsntbtlog.txt. As mentioned, you can enable or disable this feature in two ways – the first one is by using the System Configuration or MSConfig while the second one is using the Command Prompt. In this post, we’ll show you how you can enable or disable Boot Log in Windows 10 either way.

Option 1 – Enable or Disable Boot Log using System Configuration

Enable Boot Log:

  • Tap the Win + R keys to open the Run dialog box.
  • Then type in “msconfig” and click OK to open System Configuration.
  • After that, go to the boot tab and check the checkbox labeled “Boot Log” under the Boot options so that you can enable the Boot Log feature.
  • Then click on OK to save the changes made.
  • Next, click on the Restart button in the prompt window to get started with the Boot Log process.
  • After restarting your PC, go to C:Windowsntbtlog.txt to open the boot log.

Note: As pointed out earlier, the log file contains a list of all the successfully loaded drivers and also the list of drivers that failed to load during the boot process and every time you restart the system, the boot log file will keep on updating and will eventually increase the list of entries. For you to locate the drivers and make your troubleshooting a lot easier, I advised disabling the boot log after troubleshooting. To disable the boot log using System Configuration, refer to the steps below.

Disable Boot Log:

  • Tap the Win + R keys to open the Run dialog box.
  • Then type in “msconfig” and click OK to open System Configuration.
  • After that, go to the boot tab and unmark or uncheck the checkbox labeled “Boot Log” under the Boot options so that you can disable the Boot Log feature.
  • Then click on OK to save the changes made.

Option 2 – Enable or Disable Boot Log using Command Prompt

Enable Boot Log:

  • Go to the Start Menu and then type in “command prompt” in the search bar.
  • After that, right-click on the Command Prompt option and select the “Run as administrator” option.
  • After opening Command Prompt, type in “bcdedit” and tap Enter.

Note: You have to find the Identifier of the current operating system first to enable the Boot log. You can find it under the Windows Boot Loader section in the “Description” field and in this case, it’s Windows 10. You can also find the operating system identifier under the Windows Boot Loader section next to the field name identifier.

  • To check if the boot log entry is disabled or enabled, go check the “Bootlog” field under the Windows Boot Loader. And if it turns out that the “bootlog” entry is enabled, the entry will be “Yes”. Otherwise, the entry will be “No”.
  • Next, type in the following command with the operating system identifier to enable the boot log.

bcdedit /set {identifier} bootlog Yes

Note: In the command given above, make sure that you replace the given system identifier with your computer’s system identifier. For instance:

In this example, the identifier was replaced with the actual operating system identifier as current.

bcdedit /set {current} bootlog Yes

  • Afterward, restart the system to start the Boot log process.
  • After the restart, go to C:Windowsntbtlog.txt to open the boot log.

Note: Every time you restart your computer, the boot log file will keep on updating which will increase the size of the log eventually. So if you want seamless and easier troubleshooting, it is advised to disable the Boot log after you troubleshoot. To disable it using the Command Prompt, here’s what you have to do.

Disable Boot Log:

  • Go to the Start Menu and then type in “command prompt” in the search bar.
  • After that, right-click on the Command Prompt option and select the “Run as administrator” option.
  • Once the Command Prompt is opened, type in the following command and then tap Enter to disable the boot log feature.

bcdedit/ set {identifier} bootlog No

Note: In the command given above, you need to replace the given system identifier with your computer’s system identifier. For instance:

In this example, the {identifier} was replaced with the actual operating system identifier as {current}.

bcdedit /set {current} bootlog No

  • Now close the Command Prompt.

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

Disk Cleanup is stuck on Update Cleanup
There is a built-in tool in Windows 10 the Disk Cleanup Utility which can help you restore hard disk space by removing temporary files, Thumbnails, old Windows files, Windows Upgrade logs, Delivery optimization files, and many more. However, from time to time, this built-in tool also experiences some issues. One of these issues is when it gets stuck on Windows Update Cleanup. Read on to find out what you can do in such a case. When the Disk Cleanup Utility is stuck on the Windows Update Cleanup, the process could be slow and take a long time to complete when purging the files. If this happens, click on Cancel to close the dialog box. After that, try running the Disk Cleanup Tool again as administrator and check if the files that you want to clean is still there or not. If it isn’t there, then this means that the cleanup has been done, otherwise, you need to refer to the options given below.

Option 1 – Try to manually delete the contents in the SoftwareDistribution folder

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer and then try to run Windows Update once more.

Option 2 – Try to manually delete the contents of the Windows.old folder

The Windows.old folder is the one that holds the older version of Windows when you upgrade. It comes really useful when you want to revert to the previous version of Windows 10. Thus, you can delete the Windows.old files in case the cleanup tool is stuck.

Option 3 – Try running Disk Cleanup in a Clean Boot State or Safe Mode

Another thing you can try is to restart your computer in a Clean Boot State or Safe Mode. Chances are, there are some programs that are preventing the Disk Cleanup Utility tool to run properly. After you restart your computer in a Clean Boot State or Safe Mode, try to run the Disk Cleanup tool again and then see if it now works or not.

Option 4 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing this issue. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 5 – Run the DISM tool to fix the corruption in the Component Store

You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the Wdf01000.sys Blue Screen 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.
Read More
Fix Error 0164, Memory size decreased
Computer upgrades are the most common and most efficient ones. RAM upgrade is one of the easiest ones you can do and the most common ones but even as simple an upgrade as this one can cause certain issues. If you are experiencing error 0164, memory size decreased after RAM upgrade we are offering you solutions on how to fix this particular error and get your computer back in working order.
  1. Change BIOS settings

    Enter your motherboard BIOS (usually by pressing the del key on startup) Load BIOS defaults Save changes and exit If the Error 0164: Memory size decreased issue persists even after loading setup defaults, then it must be configured manually inside the BIOS.
  2. Clear CMOS

    Follow the instructions precisely:
    • Turn off all peripheral devices connected to the computer.
    • Disconnect the power cord from the AC power source.
    • Remove the computer cover.
    • Find the battery on the board. The battery may be in a horizontal or vertical battery holder or connected to an onboard header with a wire.
    If the battery is in a holder, note the orientation of the + and – on the battery. With a medium flat-blade screwdriver, gently pry the battery-free from its connector. If the battery is connected to an onboard header with a wire, disconnect the wire from the onboard header.
    • Wait one hour, then reconnect the battery.
    • Put the computer cover back on.
    • Plug the computer and all devices back in.
    • Power on the computer.
Read More
Fix Error 0x8024a11a or 0x8024a112
What is Error 0x8024a11a or 0x8024a112 ? If you are trying to update your Windows 10 computer and just when you were done downloading the feature update and about to install it, you encounter an error message saying:
“We’re having trouble restarting to finish the install, Error 0x8024a11a, 0x8024a112, 0x80070005 or 0x80070032”
And so to fix this problem, this post will give you a couple of possible solutions. Refer to the options given below to get started.

Option 1 – Restart your computer many times

This is the first thing you can try since there are instances when the Windows Update process gets stuck for a minor thing and restarting the computer usually helps in resolving the issue. All you have to do is click the Restart now button. However, if it does not work, you can use the Power buttons from the Start Menu or WinX Menu. Aside from that, you can also use your power buttons such as Alt + Ctrl + Del to restart your computer. And during the boot process, it is recommended that you restart your computer in Safe Mode or even in a Clean Boot State. After that, you can restart your computer in normal mode. This will make sure that no third-party processes will be able to interfere with the Windows Update process. To put your PC in a Clean Boot State, here’s what you have to do:
  • 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.)
  • After that, try to install the Windows Updates or upgrade again.

Option 2 – Try running the Windows Module Installer

The Windows Module Installer is a built-in service in the Windows operating system that could help you resolve the Windows update error 0x8024a11a or 0x8024a112. You need to make sure that this service is Started and that its Startup type is set to Automatic – you can do this via Services Manager or by executing the command given below in an elevated Command Prompt.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “command prompt” in the field and hit Enter to open Command Prompt.
  • And in the elevated Command Prompt type in the following command and hit Enter:
SC config trustedinstaller start=auto
  • After executing the command successfully, you should see the “[SC] ChangeServiceConfig SUCCESS” message on the Command Prompt window.

Option 3 – Run the DISM tool

You can also run the DISM Tool as it helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth” which could help in fixing the Windows update error 0x8024a11a or 0x8024a112.
  • 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 4 – Run the System File Checker

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why you’re getting the errors 0x8024a11a and 0x8024a112. 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.

Option 5 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the Windows update error 0xca00a000. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 6 – Run Microsoft’s online troubleshooter

Running Microsoft’s online troubleshooter might also help you fix the Windows update error 0x8024a11a or 0x8024a112. This online troubleshooter is known to help in fixing Windows Update errors, it scans your computer for issues that might be causing the problem and then fixes them automatically.
Read More
Fix The update isn’t applicable in Windows
There are times when you install a Windows update to your Windows 10 computer but you only got an error message saying, “The update isn’t applicable to your computer”. This is unusual as Windows was the one that downloaded them in the first place. To understand the reason behind this error, read on as this post will also give you a couple of suggestions you can try to fix the problem. One of the main reasons why this error occurs is that your computer might not have the required installed updates and many more. Other reasons include:
  1. The update might be replaced. There are instances when a newer Windows version is already available on the computer and that the version you are trying to manually install is an older version which is why the Windows update failed.
  2. The update might already be installed. There are times when the update process is still in progress and the earlier payload might have already been installed.
  3. It could also be that it’s a wrong update for architecture. As you know, updates are designed accordingly based on the architecture of the computer so if the update you are trying to install does not match the architecture of your CPU then it’s no wonder you’re getting an error message.
  4. Your computer might be missing a prerequisite update. There are Windows updates that depend on other updates so if you missed one and you’re installing another one, it could be the reason why you’re getting the error.
To fix the problem, here are some suggestions that might help.

Option 1 – Try verifying the package and the Processor Architecture

As pointed out earlier, updates are made according to the Windows versions. Thus, if one of the updates failed to install, you need to check if it’s applicable or not. The best way to do that is by searching the Windows update name on the official website of Windows. It could be that the Processor Architecture is not compatible with the Windows Update you are trying to install. If you have an X86-based processor, you can’t install x64-based installations of Windows and vice-versa. This usually happens when you’ve downloaded the update manually and then tried installing it.

Option 2 – Try checking if the update is old

The issue might be because you are trying to install an old Windows update which is why it didn’t work. To check, go to Settings > Update and Security > View Update history. From there, you can look for the update.

Option 3 – Try checking if the update is already installed

To verify the update, just go to the Windows Update history once more as you did in option 2, and then see if the update is already installed or not.

Option 4 – Try checking the prerequisites

AS mentioned earlier, there are some updates that depend on other updates before they get installed on your computer. The best way to verify is by checking the Microsoft Knowledge Base (KB). And to verify if the prerequisite updates are installed or not, just run the command below in PowerShell:
get-hotfix KB1111111, KB2222222, KB3333333
Note: In the command given above, you need to replace “KB1111111, KB2222222, KB3333333” with the actual update KB numbers.

Option 5 – Try running the Windows Update Troubleshooter

As you know, Windows 10 has various auto-repair built-in tools to help users fix small issues which used to get fixed manually. And in this case, you will need the Windows Update Troubleshooter to fix the issue.
  • Go to Settings and click on Update and Security.
  • From there, click Troubleshoot and click on Windows Update and then click the “Run the troubleshooter” option.
  • After that, it will try to detect and automatically fix common issues in the Windows Updates which can be resolved by Windows itself. Note that the process may take several minutes before it completes so you need to wait until it’s done. Once it’s done, in case you have some pending update that wasn’t realized by the system early on, it will apply the fix right away and restart the Windows Update service.
Read More
Fix MS Store Error 0x80131500 in Windows
One of the essential parts of the Windows 10 operating system is the Microsoft Store as it is the distribution hub of numerous applications such as Netflix, Facebook, and many more. In fact, Microsoft is planning to make it a hub not just for UWP applications but also Windows Classic applications. Microsoft has already built a bridge with the power of Project Centennial which allows developers to migrate and upload their Windows Classic applications to the Microsoft Store. Although the Microsoft Store has been constantly improving, there are still times when you might face an error while using it. One of these errors is error 0x80131500. When you encounter this error, you will get the following error message on your screen:
“Try that again, Something happened at our end, Waiting a bit might help, The error code is 0x80131500 in case you need it.”
To fix this error, you can try changing your internet connection, toggle the date & time settings, change DNS, create a new user account, run the Microsoft Store Apps troubleshooter or reset the Microsoft Store as well re-register it using Windows PowerShell.

Option 1 – Try changing your internet connection

The first thing you can do is to change your internet connection. If you are using Ethernet, you can try to connect to a Wi-Fi connection instead and see if it helps.

Option 2 – Try to toggle the Date and Time settings

The first thing you can try is to sync the Date and Time of your computer as the wrong Date and Time settings are one of the most common causes of connection problems like the error 0x80131500. This is because of the incompatibility between the SSL Certificate validation date and the System Clock. Thus, you have to sync your System Clock. Refer to the steps below to do so.
  • Start by tapping the Win + I keys to open the Windows Settings.
  • Next, go to Time & Language > Date & time.
  • From there, turn the toggle on for the “Set time automatically and Set time zone automatically” option on the right-side panel.
  • After that, click on Region & language located on the left side panel and make sure that the Country or region on the right-side panel is set to the country you live in.
  • Now close the Settings app and restart your computer and see if it fixes the problem or not.

Option 3 – Try to change the DNS Server

In this option, you can try changing your current DNS settings to the Google Public DNS as it could also help in fixing error 0x80131500. To do so, follow the steps below.
  • The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
  • Next, click on the “Change Adapter Settings” option.
  • After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
  • Right-click on your network connection and click on Properties.
  • Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
  • After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
  • Type in “8.8.8.8” and “8.8.4.4” and click OK and exit.

Option 4 – Try to create a new Administrator User account

If you have a standard account, you can try creating a new account but this time, you create an administrator user account and then see if the error is fixed or not. Note that you have to sign in with your main account before you can create an admin account.

Option 5 – Run the Microsoft Store Apps troubleshooter

The Microsoft Store Apps Troubleshooter will help you in fixing the error 0x80131500. This is a great built-in tool from Microsoft that helps users fix any app installation issues. So this is worth a try to solve the problem. This built-in tool also helps you fix the Windows 10 Store if it isn’t working. To use the Windows Store Troubleshooter, follow the steps below.
  1. Tap Win + I keys again to open the Windows Settings panel.
  2. Go to Update & Security and then go to Troubleshoot.
  3. On your right-hand side, scroll down to find the Windows Store Apps and then click on the Run the troubleshooter option and see if it fixes the problem.

Option 6 – Try to reset the Microsoft Store cache

Just like browsers, Microsoft Store also caches as you view apps and games so it is most likely that the cache is no longer valid and must be removed. To do so, follow the steps below.
  • Right-click on the start button and click on Command Prompt (administrator).
  • Next, type in the command, “exe” and tap Enter. Once you do, the command will clear the cache for the Windows Store app.
  • Now restart your PC and afterward, try opening Microsoft Store again and then try to install your app or update your computer again.

Option 7 – Try to re-register the Microsoft Store app via PowerShell

  • Tap the Win + X key combination or right-click on the Start button and click on the Windows PowerShell (Admin) option.
  • If a User Account Control or UAC prompt appears, just click on Yes to proceed and open the Windows PowerShell window.
  • Next, type in or copy-paste the following command to re-register the Microsoft Store app and tap Enter:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.xml
  • Wait for the process to be completed and then restart your computer.
Read More
How to remove BIOS password
BIOS is software that is running in a chip located on your motherboard, you can enter BIOS usually by hitting DEL once the computer is turned ON but this sometimes varies and it depends solely on the motherboard manufacturer. Inside BIOS you can configure your computer components and set up some other important things including passwords for BIOS itself or for the entire system. Password itself is meant to protect access to BIOS from other non-technical users or to prevent access to the system from other people if for example computer is in one household and you would like to be the only one having access to it. However, passwords can be forgotten, and sometimes you can even purchase a second-hand computer with a password on it. In this guide, we will lead you through ways on how to remove your BIOS password so you can regain access to your BIOS settings.
  1. Use Manufacturers master password

    Most motherboard manufacturers have built-in a couple of master passwords for BIOS access. If your motherboard has one you can easily find it on the manufacturer's website. Use the master password and remove other passwords inside BIOS, save and exit.
  2. Remove CMOS battery

    If you could not find the manufacturer's master password or your motherboard model does not have one remove the CMOS battery to reset BIOS. Note that this method will reset the whole BIOS not only the password. Open on side of your computer casing and locate the round battery on it, do not worry, there is only one battery so you can not make mistake. Remove the battery and leave it outside for around 20 to 30 minutes then place it back as it was, CMOS is reset now and you can access BIOS.
  3. Reset BIOS via jumper

    If you want to remove only the password and do not touch other BIOS setting you can locate the BIOS password reset jumper. How the location of this jumper and position is different from the motherboard to motherboard we can not cover them all here and it is advisable to read the manual or find information on the official manufacturer's website.
If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Screensaver Timeout Settings
One of the cool and interesting features in Windows is the Screensaver which allows users to display animation or change the wallpaper automatically when the computer is not being used. This feature can also time out and lock your computer when it remains idle for quite some time. However, if you notice that the screensaver of your computer turns on a lot earlier, then you’ve come to the right place as this post will guide you on how you can change the timeout settings of the screensaver of your Windows 10 computer. Usually, the screensaver in Windows 10 is turned off by default, however, if some other user has turned it on or if you have turned it on, you can actually change the timeout settings of the screensaver using several methods. You can do it through the Personalization settings, Registry Editor, as well as the Group Policy Editor. Before you proceed with the instructions provided below, make sure that you create a System Restore point first. Once done, follow each one of the suggestions carefully to successfully change the Screensaver timeout settings in Windows 10.

Option 1 – Modify the timeout settings of Screensaver via Personalization settings

  • Open the Start menu and type “screen saver” in the field.
  • On the search results that appear, click on the “Change Screen Saver” option.
  • From there, you have the option to change the screen saver type, preview, open settings, change the wait time, as well as choose to display lock screen on your resume.
  • Now to change the timeout settings of your screensaver, you have to increase the wait time from 1 to 15 or anything that works for you.
  • Once done, click OK and exit to save the changes made.

Option 2 – Try to change the screensaver time via Registry Editor

The next option you can try to change the timeout settings in the screensaver is using the Registry Editor. To get started, follow these steps:
  • Tap the Win + R keys to launch the Run utility and type “regedit” in the field and hit Enter to open the Registry Editor.
  • Next, navigate to this registry path: ComputerHKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows
  • From there, right-click on Windows located in the right pane and select New > Key.
  • Name the key as “Control Panel” and right-click on it and select New > Key and then name it as “Desktop”.
  • Once done, click on the newly created Desktop key to highlight it.
  • After that, right-click on any empty space in the right pane and select New > String Value and then type “ScreenSaveTimeOut” and hit Enter to save it.
  • Now right-click on ScreenSaveTimeOut and select Modify and then set its value data in seconds.
  • Click on OK and exit the Registry Editor to save the changes made.

Option 3 – Change Screensaver timeout settings via Group Policy Editor

  • Tap the Win + R keys to open the Run dialog box and type “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
  • Next, navigate to User Configuration > Administrative Templates > Control Panel > Personalization.
  • Then look for a policy setting named “Screen saver timeout” and double click on it and then click on the Enabled option to enable it.
  • Add the screen timeout in seconds and click on the Apply and OK buttons to save the changes.
  • Restart your computer.
Note: If you want to disable the screensaver feature in your computer, you can always do so by disabling a policy setting named “Enable Screen Saver”.
Read More
Setting a default printer in Windows 10
Windows 10 is by far the most personalized Windows so far, most of its personalization comes from him learning our habits on computers and setting future experiences taking them into account. One of these things that Windows likes to set for us is also the default printer. The default printer is set as one which is most used but sometimes we do not want that, we might like to use another printer as default despite Windows choosing one for us. Never worry, setting default printer is easy and this guide will take you to step by step journey of how you can do it in 5 min on your personal computer. Let us begin: First thing is to click on the windows icon on the bottom left and open start menu, from start menu click once on settings. Windows 10 Star menu with marked settings iconWhen the settings window opens, choose DEVICES on it. Windows settings with marked devices sectionOnce the device window opens, click once on printers and scanners, and on the right window go to the bottom and uncheck Let windows manage my default printer. Windows settings for printerUnchecking that box will let Windows know that we do not wish anymore for him to set our default printers according to their use. Once the checkbox is clear go up to your printer list and click on the printer you wish to use as the default one. I will choose Microsoft Print to PDF as my default printer and click on it. Once the printer is clicked option menu will appear. Windows settings manage printerWhen the option menu appears under the printer name, click on Manage which will take you to the printer management screen. When you are on the manage screen, click on the Set as default button, and you are done. Windows settings printer setting
Read More
Samsung Odyssey Neo G9 monitor review
samsung Odyssey Neo G9Odyssey Neo G9 is a successor to Odyssey G9 curved gaming monitor and it is aimed again at the gaming community with its specifications but of course, it can be used for work as well. Gapping at a stunning $2500 USD price it is not really a cheap piece of hardware so it is normal to see what do you get for this kind of price and do features justify it, so let’s dive in.

Size and resolution

The first thing that you can notice about the screen is that it is big and curved, 49 inches big which is pretty big, and with it, I believe you can forget about using 2 or 3 screens because this single one will cover everything you need really. Going as far as 5120 X 1440 resolution is the strange definition, basically, this is 5K which is kind of nice but I do not see the advantage. Sure it is larger than 4K, but for the price of $2500 I expected an 8K monstrosity so if the resolution is not the main price justification then what is? Let’s move on and find out.

Odyssey tech specs

The monitor comes with HDR and 240Hz refresh rate which is very nice and coupled with 1ms pixel response time, adaptive sync, and Variable Refresh Rate you get pretty good other tech specs. All of this is very nice but the monitor's strongest selling point is Mini Led tech. Mini Led is a next-gen tech currently found only in high-end TVs. With this technology, monitors can produce truer blacks sort of speak thanks to a greater number of dimming zones. Odyssey Neo G9 is rated at 2000 nits in the brightness values and local dimming zones go to stunning 2048. It comes also with Quantum HDR that supports 10+, Freesync, and G-Sync capability. In connection, the department monitor comes with a single display 1.4 port and two HDMI 2.1 ports. It also includes a headphone jack along with two USB 3.0 ports.

Conclusion

While the resolution of the monitor is nothing impressive for the given price, its size and the rest of the tech specs surely are. Now I will not lie, the price is still a little too high but if you could afford it easily I think you should.
Read More
Malware Guide: How to Remove Solimba

What is Solimba?

Solimba is a bundled executable program. It was created to be launched as a promotional tool to get advertisements loaded on a user’s system, upon installation. As a bundle, Solimba offers installation of various programs, with the objective of promoting various products and services. It utilizes unethical techniques, as in the case with adware tactics to influence or for want of a better word, hijack an Internet Browser to affect a website’s result on a search results page. In this assessment, Solimba distributed ads on Internet Explorer, Chrome, and Mozilla browsers, by hijacking various Internet Browsers to change the user's experience. (Images are shown below) Technical details about Solimba PUP include:
Digital Signature:  POPELER SYSTEM, S.L. Entry Point:   0x0000C1DC

Assessment of Solimba Potentially Unwanted Program

Solimba PUP is all about the ads. Once this executable is installed, it penetrates your computer system and sends ads all over your Internet Browser – Chrome, Internet Explorer, Mozilla Firefox, and the likes. For this assessment of Solimba.exe PUP, two installations were carried through. In layman's terms, I actually installed Solimba on two occasions to decipher the true nature of the PUP. It was shocking to find that both installations revealed different bundled programs and advertisements. In the first instance (as shown below), Solimba proved more aggressive in featuring ads for revenue advancements.
 Solimba employed aggressive advertising techniques
It’s important to note that hijacked results resulting from the installation of Solimba. This affected the results of the website on the Internet browser to boost its ranking, even without the use of a search engine. The advertisement displayed on the Internet Explorer search page routes the user to a software installation website. The utility tool in question was a “Windows 8.1 PC Repair” tool used to identify threats present on the Windows 8.1 OS.Advertisement shown on Chrome after Solimba Installation The advertisement displayed on the Chrome Browser search page routes the user to a health and beauty magazine website. This site advocates health and beauty, especially issues concerning weight loss. Several ads were visible on-site, displaying products to assist people in losing weight. During my installation of Solimba, the installation wizard underscored that four programs would be downloaded. These programs included N8Fanclub.com_KinoniRemoteDesktop, Lolliscan, PaceItUp, and SearchProtect. Interestingly, only two programs from the list were apparent or obvious. An N8Fanclub.com_KinoniRemoteDesktop file was made on the Desktop and SearchProtect was seen in “All Programs”, along with files stored on the computer’s Local Drive. The other programs that were “supposedly” installed remained concealed. A test was done to determine whether these were counted as extensions or add-ons to the varying web browsers but nothing was found on any of the tested browsers – Google Chrome, Internet Explorer, and Mozilla Firefox.

Description of 4 Installed Files

N8Fanclub.com_KinoniRemoteDesktop

When this file was initially found on the Desktop, a rootkit came to mind. A rootkit was used as a means to an end. Whoever was on the receiving end of this unwanted file would be able to connect to an infiltrated system without the knowledge of the user. After running the file to determine its behavior, nothing much happened. A message appeared indicating that the software couldn’t execute on the computer. That was pretty tricky since, to begin with, I didn’t place that specific file on the desktop but it came along with the territory and so I had to accept it. Further research online into N8Fanclub.com_KinoniRemoteDesktop proved very rewarding. A search of the entire file name was not able to do the trick so I had to do research on both terms separately. After landing on N8Fanclub.com, I was nicely asked to disable my adblocker. There seemed nothing harmful about the site. However, due to the fact that it was not what I initially installed, the program was an unwanted program. That’s exactly what Solimba does. It installs several other programs that were not requested by the user in an attempt to make money from advertising. The mere fact that this program got installed meant that it was to promote an online service.

KinoniRemoteDesktop

was a separate program. It was combined with N8Fanclub as a way to allow users to use their PC computer “as if they were sitting in front of it.” A user would be able to make use of a full web browser, watch Flash videos, play games, and even use office applications. This would be done from the user’s Nokia device. This is an advertisement at its best.

Lolliscan

This program did not allow me to see much since it didn’t leave a physical trace behind. However, during the installation, Lolliscan was listed as one of the four programs that would be installed. Overall, Lolliscan supposedly should be able to save people money since this form of the ad focuses on showing coupons when visiting sites such as Amazon. While this seems like a good deal, this ad will invade your personal space and distribute pop-ups at the most inopportune times.

PaceItUp

As the name states, PaceItUp is software added to a browser with the intent to speed your computer. Quite the contrary, PaceItUp does the total opposite since it installs bundled programs that slow down a computer system. PaceItUp is also known for displaying ads and tracking what the user does on his/her computer system.

SearchProtect

It’s known for hijacking your computer’s homepage. In fact, this addition is very stubborn and often possesses a challenge when a request to uninstall is made.

Further Information on Solimba

The second installation of Solimba also had its own dose of bundles to display. In comparison to the first installation, two programs from the bundle were different while two remained the same. two additional programs were installed along with the second installation of this bundle. These were dubbed Optimizer Pro and GamesDesktop. SearchProtect and N8Fanclub.com_KinoniRemoteDesktop remained triumphant and unbeatable. They were repeated within the installation. To completely remove Solimba from your computer, click here to download and install Spyhunter.
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