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

Stop showing browser tabs when alt+tab, Win11
windows browser tabs removed alt tabAs in previous Windows 10, inside Windows 11 also when you press the ALT + TAB key combination you will get a preview of all running applications along with all Browser tabs so you can go through them and pick the one you want to switch to. Alto, I personally am a big fan of alt-tabbing, I must admit that I am not a big fan of having multiple browsers tabs on screen when I do press key combo. Luckily there is a very easy way to turn this feature off. Turning browsers tabs thumbnails off
  1. Press ⊞ WINDOWS + I to open settings
  2. Click on System in the sidebar
  3. Scroll down and select Multitasking
  4. Find Alt + Tab section and click on the drop-down menu
  5. Pick Open Windows Only
  6. Close settings
Now when you press the ALT + TAB key combination you will still see your browser but only an active tab in it instead of all tabs as different preview thumbnails.
Read More
Fix Windows Update Install Error 0x80070020
Getting a few errors here and there when updating your Windows 10 computer is not uncommon. Some of these errors won’t allow the Windows Update service to initiate while the other ones will halt the process while it’s running. So in this post, we’ll show you what you can do to fix the Windows Update error 0x80070020. The Windows Update error 0x80070020 is most likely caused by some programs installed in the system which interferes with the Windows Update process. It might be an antivirus program, an incompatible program, a potentially unwanted program, or worse, malware. In addition, corrupted or missing files might also be the culprit. Whichever the cause may be, here are some suggestions you need to check out to resolve the problem.

Option 1 – Try to reset the Windows Update components manually

  • To manually reset the Windows Update components, first, you need to stop the Background Intelligent Transfer Service, Windows Update, and the Cryptographic Services. To do so, run the following command in Command Prompt and make sure to press Enter after you enter each one of them:
    • net stop bits
    • net stop wuauserv
    • net stop cryptsvc
  • Next, delete the “qmgr*.dat” file in order to reset the Windows Update components. To do delete this file, run the following command in Command Prompt:
    • Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat
  • Now you have to rename both the SoftwareDistribution and Catroot2 folders by entering the following command in Command Prompt:
    • Ren %systemroot%SoftwareDistributionSoftwareDistribution.bak
    • Ren %systemroot%system32catroot2catroot2.bak
  • Reset BITS and Windows Update service by entering the following commands in Command Prompt:
    • sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
    • sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
  • Now enter the following command:
  • cd /d %windir%system32
  • RE-register BITS and other Windows Update related files by typing each one of the following commands:
    • regsvr32.exe atl.dll
    • regsvr32.exe urlmon.dll
    • regsvr32.exe mshtml.dll
    • regsvr32.exe shdocvw.dll
    • regsvr32.exe browseui.dll
    • regsvr32.exe jscript.dll
    • regsvr32.exe vbscript.dll
    • regsvr32.exe scrrun.dll
    • regsvr32.exe msxml.dll
    • regsvr32.exe msxml3.dll
    • regsvr32.exe msxml6.dll
    • regsvr32.exe actxprxy.dll
    • regsvr32.exe softpub.dll
    • regsvr32.exe wintrust.dll
    • regsvr32.exe dssenh.dll
    • regsvr32.exe rsaenh.dll
    • regsvr32.exe gpkcsp.dll
    • regsvr32.exe sccbase.dll
    • regsvr32.exe slbcsp.dll
    • regsvr32.exe cryptdlg.dll
    • regsvr32.exe oleaut32.dll
    • regsvr32.exe ole32.dll
    • regsvr32.exe shell32.dll
    • regsvr32.exe initpki.dll
    • regsvr32.exe wuapi.dll
    • regsvr32.exe wuaueng.dll
    • regsvr32.exe wuaueng1.dll
    • regsvr32.exe wucltui.dll
    • regsvr32.exe wups.dll
    • regsvr32.exe wups2.dll
    • regsvr32.exe wuweb.dll
    • regsvr32.exe qmgr.dll
    • regsvr32.exe qmgrprxy.dll
    • regsvr32.exe wucltux.dll
    • regsvr32.exe muweb.dll
    • regsvr32.exe wuwebv.dll
  • Now type each one of those commands below.
    • net start bits
    • net start wuauserv
    • net start cryptsvc

Option 2 – Install the updates in a Clean Boot State

You might want to try putting your computer in a Clean Boot state and then install Windows Updates again without any trouble. During this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.
  • 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 3 – Clear the contents of both the SoftwareDistribution and Catroot2 folders

  • 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 stop bits
  • After entering these commands, it will stop the Windows Update Service and the Background Intelligent Transfer Service.
  • 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.
  • Once all the contents in the Software Distribution folder are deleted, restart your PC and then go back to Command Prompt and input the following commands again.
net start wuauserv net start bits
 Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.

Option 4 – Try to run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the Windows Update error 0x80070020. 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 – Try restarting the Windows Update Services

  • Open the Services Manager.
From there, make sure that you set the following services and Startup types:
  • Background Intelligent Transfer Service: Manual
  • Cryptographic Service: Automatic
  • Windows Update Service: Manual (Triggered)
Read More
Fixing Error 0xc0000005 in Windows
If you encounter Error 0xc0000005 when you try to launch a program on your Windows 10 computer then this means that Windows was unable to process the files and the configuration correctly needed in order to run the program properly. You can encounter this kind of error with an installed program and even as the installer for a particular program. To fix this error, this post will provide you with some potential fixes that might help. Error 0xc0000005 occurs due to Access Violation which happens when a user tries to open a program and this error code may be accompanied by any of the following three error messages:
  • The application was unable to start correctly
  • Access violation Exception Error
  • Windows Installation Error
To fix this error, you need to follow the given options below carefully but before you do that, you can try to use System Restore Point first to put your computer back to its previously known stable state.
  • 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.
After performing System Restore check if Error 0xc0000005 is now fixed or not. If not, then make sure to use the options given below to resolve the problem.

Option 1 – Update or rollback drivers

If the System Restore didn’t work, 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 2 – Try running the System File Checker Scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing Error 0xc0000005. SFC is a built-in command utility which helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to 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.
 Now restart your computer.

Option 3 – Run the Windows Memory Diagnostic tool

Since this error could be caused by some issues in the memory, you can try running the Windows Memory Diagnostic tool and see if it helps.
  • 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 4 – Try recreating the Boot records

If your system files are infected and modified by some malware, then it’s no wonder why you’re getting Error 0xc0000005 since this error can also be due to malware. To fix this, you can try to recreate the boot records on your computer. How? Follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “cmd” in the field and hit Enter to open Command Prompt.
  • After that, type in each one of the following commands below and hit Enter right after you input each one of them.
    • Del D:WindowsSystem32xOsload.exe
    • Del D:WindowsSystem32xNtKrnl.exe
    • Del D:WindowsSystem32Driversoem-drv64.sys
    • attrib c:bootbcd -h -r –s
    • ren c:bootbcd bcd.old
    • bootrec /rebuildbcd
  • After you input the listed commands above, it will recreate all the files needed inside the boot record.

Option 5 – Try turning off Data Execution Prevention or DEP

You might want to turn off Data Execution Prevention or DEP if it could be the one that’s blocking your process to run a particular program. To disable DEP, refer to the steps below.
  • Type “cmd” in the Start Search and then right-click on Command Prompt from the results and select Run as Administrator.
  • After that, type the following command and hit Enter to disable DEP:
bcedit.exe /set {current} nx AlwaysOff
  • Restart your computer.

Option 6 – Try to fix Registry

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, go to this registry path: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindows
  • From there, double click on LoadAppInit_DLLs located at the right side of the panel and change its value from “0” to “1”.
  • Now restart your computer.

Option 7 – Try checking RAM

You can also check RAM physically and see if it is in an operable condition. You might want to consider replacing it and see if it fixes the error.

Option 8 – Try to disable your antivirus program temporarily

Disabling the antivirus program or any security software installed in your computer might help in resolving the error since there is a good chance that it’s blocking the program from execution due to suspicious behavior. Just don’t forget to enable the antivirus program back again.

Option 9 – Troubleshot the problem in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the one that’s causing Error 0xc0000005. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • 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.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.

Option 10 – Try resetting Windows 10

To fix this error, you can try resetting Windows 10. Doing so won’t get rid of any file in your system – instead of erasing all your media files and documents, this reset option resets all the system settings and files.
Read More
Firewall is preventing or blocking connections
As you know, the Windows Firewall is designed not just to protect your computer from viruses and malware, and other security threats but it’s also designed to block any program from accessing the internet. Users are given the option to block both inbound and outbound traffic for any apps on their computers. However, this kind of option can often lead to not being able to access the internet. In such cases, when you try to run the Windows Firewall Troubleshooter or the Windows Network Diagnostic troubleshooter, it will throw an error message that says, “Windows Firewall is preventing connections to your computer. The Windows Firewall rule HSS DNS Leak Rule may be blocking your connection”. If you are in this kind of scenario, then you’ve come to the right place as this post will guide you on how exactly you can fix this error. When you encounter this kind of error, there are several options you can check out to fix it. You can try to allow an app or feature through the Windows Firewall or uncheck the HSS DNS leak rule in both private and public. For more details, refer to the suggestions provided below.

Option 1 – Try to allow an app or feature through Windows Firewall

The first thing you can do to get rid of the error is to allow a feature or app through the Windows Firewall. To do this, follow these steps:
  • Open the Windows Defender Security Center.
  • From there, select the Firewall and Network Protection option.
  • Next, click on the “Allow an app through firewall” option and then click on the “Change Settings” button and make sure that you have administrative privileges.
  • After that, select the app or feature you want to allow through the Firewall from the menu. You also have the option to manually add the app by using the “Add an App” option.
  • Then select the between the type of network an app can access such as:
    • Private Network will allow the app to connect to the internet only at home or work.
    • Public Network will allow the app to connect to the internet from anywhere, including Public WiFi hotspots.
  • Once done, restart your computer and see if it fixed the error or not.

Option 2 – Try to uncheck the HSS DNS leak rule in both private and public

The next thing you can do to fix the error is to uncheck the HSS DNS leak rule in both private and public. You can do this by following these steps:
  • Open the Windows Defender Security Center.
  • From there, select the Firewall and Network Protection option.
  • After that, click on the “Allow an app through firewall” option and then click on the “Change Settings” button and make sure that you have administrative privileges.
  • Next, scroll down until you see the HSS DNS leak rule in both private and public option and then uncheck it.
  • Now restart your computer and check if the error is now gone.
Read More
Assigning Multiple IP Addresses to Adapter
There are times when an IT admin has to set up multiple IP addresses to the same network adapter. Setting up multiple IP addresses in scenarios like hosting various SSL sites, speed up traffic exchanges can help in avoiding being blacklisted in the SPAM filters, and so on. So in this post, you will be guided on how exactly you can assign multiple IP addresses to the network adapter in your Windows 10 computer. There are several ways to assign multiple IP addresses in a network adapter. You can do it using the Network Adapter settings or using the Netsh utility, as well as the Windows PowerShell utility. To get started, refer to each one of the options provided below.

Option 1 – Assign multiple IP addresses via Network Adapter settings

  • Go to Settings first and from there, select Network & Internet, and then click on the Change adapter options. This will show you a list of both the physical and virtual network adapters in your computer.
  • Next, double click on the Ethernet adapter where you want to assign the multiple IP addresses and then click on the Properties button.
  • After that, you should see the Ethernet properties where you have to select the “TCP/IPv4” or “TCP/IPv6”.
  • Once done, click on the Properties button and then select the “Use the following IP address” option under the General tab.
  • Now you have to add an IP address, subnet, and default gateway to the network adapter and then click on the Advanced button.
  • This will open the Advanced TCP/IP settings where you have to click on the Add button so you can add an IP address. From here, you can keep adding multiple IP addresses to the network adapter. You also have the option to add multiple gateways or DNS IP addresses.
  • Once done, if you execute the “ipconfig” command, you should see all the secondary IP addresses listed.

Option 2 – Assign multiple IP addresses using the Netsh command

Another way to assign multiple IP addresses to your network adapter is via the Netsh command.
  • In the Start Search, type “command prompt” and from the search results that appear, right-click on Command Prompt and then select the “Run as administrator” to open it with admin privileges.
  • If a User Account Control or UAC prompt pops up, just click on Yes.
  • After that, run this command: Netsh int ipv4 add address name="Local Area Connection" 192.168.100.100 255.255.255.0 SkipAsSource=True
Note: You have the option to set “SkepAsSource” since it depends on your needs using the Netsh command. When it is configured as true, the IP address won’t be used by the OS for outbound connections.

Option 3 – Assign multiple IP addresses via Windows PowerShell

  • Tap the Win + X key combination and click on the “Windows PowerShell (Admin)” option.
  • After opening Windows PowerShell as admin, use the NetIPAddress command so you can add more IP addresses. Execute this command: Get-NetIPAddress | ft IPAddress, InterfaceAlias, SkipAsSource
  • Next, assign an IP address to a network adapter by executing this command: New-NetIPAddress –IPAddress 192.168.100.100 –PrefixLength 24 –InterfaceAlias “vEthernet” –SkipAsSource $True
  • Now to modify the “SkipAsSource” parameter, use this command: Get-NetIPAddress 192.168.100.100 | Set-NetIPAddress -SkipAsSource $False
Read More
Fix rtwlane.sys Blue Screen error in Windows
This post will walk you through fixing the rtwlane.sys Blue Screen error. This kind of BSOD error belongs under the category of the “DRIVER IRQL NOT LESS OR EQUAL” Stop errors. If you encounter this kind of Stop error then it means that a kernel-mode driver tried to access pageable memory at a process IRQL that was too high. The main issue with the rtwlane.sys Blue Screen error has something to do with the Realtek PCI-E Wireless LAN PCI-E NIC driver. In other words, it has some issues with the wireless card of your computer which is built by Realtek. And since it this error concerns your wireless card, you might also experience some connectivity problems with your computer as the wireless card refuses to find any network connections and even randomly disconnects. To resolve this problem, you need to refer to the given options below.

Option 1 – 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 rtwlane.sys Blue Screen error. 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.

Option 2 – Try to update or rollback your Network driver

If you have updated the driver software as of late and you suddenly got this BSOD error, you might have to roll back the device driver – in other words, switch back to the previous working version. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “MSC” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • From the list of Network Drivers, look for “Realtek <Model> Wireless LAN 802.11n PCI-E NIC” and then right-click on it and select Update Driver.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If you see any of the following entries under the Network drivers, you might want to download their latest available versions from each one of their manufacturer’s websites.
  • Realtek High-Definition (HD) Audio Driver
  • Realtek Card Reader Driver
  • Realtek Local Area Network (LAN) Driver
On the other hand, if updating the Network driver didn’t help, you can also try to roll back to its previous version.
  • Open the Device Manager again and then look for Network Drivers.
  • Next, select Realtek <Model> Wireless LAN 802.11n PCI-E NIC from the list of Network Drivers and then double click to open a new mini window.
  • After that, make sure that you’re on the Driver tab and if you are not, just navigate to it then click the Roll Back Driver button to switch back to the previous version of the Realtek driver.
  • Now restart your computer to successfully apply the changes made.

Option 3 – Try running the System File Checker Scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing the Netwtw04.sys failed BSOD error. 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.
Read More
0x80070780, The file cannot be accessed
Error 0x80070780 is a particularly nasty error since it means we can not access files on our hard drive. This might be an important file from work or anything similar and it can be frustrating when we can access it. In this article, we will address solutions to this error so you can continue with your activities where you have left off. Follow the guide step by step in the given order to minimize file damage and find the solution quickly.
  1. Run File and Folder built-in troubleshooter

    The simple and clean solution, try first by running Windows built-in tools. Leave troubleshooter to scan and attempt repairs and try to access a file after that.
  2. Run disk checker

    Maybe the file is corrupted or slightly damaged but repairable, run a built-in Windows disk checker and let it scan and repair any error found. Try accessing your file after the scan.
  3. Try copying file

    If the file is under a bad sector or cluster on a disk drive that could be a reason why you can not access it, try copying the file to another location and then opening it, if the operation fails, boot Windows in safe mode and try to copy or move file then. If you are successful with copying files in safe mode, reboot your computer and try to open the file.
  4. Reinstall the driver for the hard drive

    Like when the driver for USB is not working and you can not access files same can happen on your hard drive. Go to the device manager and reinstall the driver for your hard drive.
Read More
An intelligent Solution to Repair Outlook PST Mailbox Errors

Outlook PST Mailbox Errors Malfunctions

Can you use an MS-Outlook e-mail account to send and get workplace e-mails on a daily basis? Are you using the exact same Outlook e-mail account for a long time? Are you getting PST Mailbox Errors? Then you have developed awareness and knowledge about Outlook PST Errors. Ms-outlook essentially stores the email items in a PST record. This includes all attachments, contacts, calendar items, your e-mails and records. You might encounter various kinds of Outlook Inbox error messages exhibited on the display in extended formats eg. 0x80040600 0x8004060c or 0x80040116. All all these are Outlook mailbox malfunctions that stop the Outlook program from executing jobs correctly and thus restricting your capacity to gain access to your e-mail account, see attachments, contacts, and calendar items that are significant.

Error Causes

There's not a single particular trigger for Outlook email malfunctions. A few causes can trigger these, but, the most frequent are virus contamination, 2 GB limit is exceeded by PST file and broken. There are no specific signals which will help help you identify but some pointers to look at include the following:-
  • You cannot access certain parts of your Outlook interface
  • Obscure error messages start popping on your screen
  • You can’t add new contacts or change entry data in your calendar

Further Information and Manual Repair

When you experience these signs related to PST Inbox errors, it is advisable to repair the problem immediately to ensure it does not cause inconvenience for you and hampers your communication via Outlook emails. Remember this error not only inconveniences you but also hinders proper communication between various business partners. Determining the ultimate reason for distinct Outlook email malfunctions could be tricky, time-consuming, and might need specialized knowledge to nail it down with regards to fixing the Outlook mailbox malfunctions. In case you are not a specialist, working out and fixing this problem is an uphill process. To simplify this process, obtain and install an Outlook PST Repair Tool! This is an intelligent solution to fix all kinds of Outlook errors. You do not have to go deeper into the technical details of the problem. The Outlook PST Repair tool does it for you. An inbox repair tool identifies and also repairs all sorts of MS Outlook errors in seconds. It is easy to use, highly functional, safe and efficient. By installing an Outlook repair tool, Outlook errors can be easily removed from your computer and keep the errors from happening again. It also fixes damaged PST files and damaged e-mails can help regain data. Whatever you should do is to begin:
  1. Click here to download the inbox repair tool
  2. Install the software on your system
  3. Run it and click restore to resolve Inbox errors
Read More
Protestware, what it is, and why it is a bad thing

The author of the famous software library mode-ipc that gets over a million downloads per week found that it has some questionable code inside. The code itself behaves like this: if it finds out that your location is within Russia or Belarus it will try to replace the contents of all files on the computer with a heart emoji.

One important thing is that we here are not supporting the current Ukrainian situation and are against any type of violence or war but we also do not support this kind of behavior as well. If we look at this only from a technical perspective, we would then classify the mode-ipc library as malware and a harmful piece of code no matter the motivation behind it.

code block

So this so-called protestware is well basically malware, but not always, it will protest when certain conditions are met. The issue with this is that companies and users should not be placed under harm if they do not share the personal view of the code author. Imagine if, for example, I would publish code to delete all pictures from your computer if my code found out that you do not like metal music. I guess you not liking metal music and war in Ukraine are two very different things but the source is the same, unreliable code that invades your privacy in order to serve one purpose, punishment for disagreeing with my personal views and that should not be allowed.

Not all protestware are equal, some will not harm your computer on purpose, they will just annoy you with some messages like viruses did in their infancy stages, others might place some developer sanctions but no matter the outcome basic principle is the same, it does something without user consent and without informing the user that something like that might happen.

On the internet, many blog posts and discussions were open about this issue and its morality. Discussion is still active with different takes on the situation and how to prevent it. Our take on this matter is that professional developers should have standards and not submit to doing harm for the sake of personal views and feelings.

In the long run, this kind of behavior and practice can only harm developers involved in this kind of entanglement. Infected libraries will in time stop being used since people would not trust them and authors will have a stain on their name as impulsive or not trustworthy.

Read More
The current state of Government vs BigTech
BigTech justiceBigTech platforms Google and Facebook were hit with a series of antitrust lawsuits by the US federal government and states on charges they are operating monopolies and abusing their power. Below is the status of the cases, as well as government probes of Apple and Amazon in their current states

Two lawsuits against Facebook

In a defeat, Judge James Boasberg said the Federal Trade Commission, which had sued Facebook in December asking that Facebook be forced to sell WhatsApp and Instagram, failed to show that Facebook had monopoly power in the social-networking market, among other problems. However, the FTC could file a new complaint by July 29. He threw out a related state lawsuit entirely, saying that the attorney's general had waited too long. They are looking at their options.

Four lawsuits against Google

The US Justice Department sued Google in October, accusing the $1 trillion company of illegally using its market muscle to hobble rivals. A trial date was set for September 12, 2023. A lawsuit by 38 US states and territories accuses Google of abusing its market power to try to make its search engine as dominant inside cars, TVs, and speakers as it is in phones. This was consolidated with the federal lawsuit for purposes of discovery. Texas, backed by other states, filed a separate lawsuit against Google, accusing it of breaking antitrust law in how it runs its online advertising business. Dozens of state attorneys general sued Google on July 7, alleging that it bought off competitors and used restrictive contracts to unlawfully maintain a monopoly for its app store on Android phones.

Justice Department investigates Apple

This probe, revealed in June 2019, appears to focus on Apple's app store. Some app developers have accused Apple of introducing new products very similar to existing apps created by other developers and sold in the Apple Store, and then trying to banish the older apps from the store because they compete with Apple's new product. Apple says it seeks to have only the highest-quality apps in the app store.

Justice Department probing Facebook and Amazon

In July 2019, the Justice Department said it was expanding its Big Tech probes to include "search, social media, and some retail services online", an apparent reference to Facebook and Amazon.

Federal Trade Commission on Amazon

In its investigation of Amazon, the FTC is likely looking at the inherent conflict of interest of Amazon competing with small sellers on its marketplace platform, including allegations that it used information from sellers on its platform to decide what products it would introduce.
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