Logo

Fix Storport.sys BSOD errors in Windows

As you can notice in Blue Screen errors, most of them point out a file that’s related to the errors. One of these files is the Storport.sys file which is a system file related to the storage of data in the storage unit of a computer. This file is created by the Microsoft Storage Port Driver. So if this file ends up getting dragged on Blue Screen errors, there can be a number of reasons for why it’s happened. Blue Screen errors related to the Storport.sys file may include conflicts with the hardware, incompatible firmware issues, corrupted drivers, missing or corrupted system files, to name a few.

Here are some of the common Blue Screen errors related to the Storport.sys file:

  • KMODE_EXCEPTION_NOT_HANDLED
  • KERNEL DATA INPAGE
  • PAGE FAULT IN A NONPAGED AREA
  • SYSTEM THREAD EXCEPTION NOT HANDLED
  • IRQL NOT LESS OR EQUAL
  • SYSTEM SERVICE EXCEPTION

Microsoft Windows is the one that provides the Storport.sys file a storage port driver that is suited especially for the use of high-performance buses like fiber channel buses and RAID adapters. There are a number of advantages in using Storport instead of the SCSI Port, according to Microsoft:

  • “Improved performance, both in terms of throughput and the system resources that are utilized.
  • Improved Miniport driver interface that addresses the needs of high-end storage vendors, particularly host-based RAID and fiber channel vendors.”

If you encounter any of the above-mentioned Blue Screen of Death errors, then here are some troubleshooting options that might help but before you get to them, you can try to perform a System Restore first especially if you have the habit of creating System Restore points. This might fix the problem. To perform a system restore, refer to these steps:

  • First, 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. In addition, you also have to boot into Safe Mode with Networking before you carry out the troubleshooting steps below.

Option 1 – Try to update or rollback your device drivers

The first thing you can try to fix the Storport.sys Blue Screen error is 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. Note that the main drivers that might be the cause behind the Storport.sys Blue Screen error will be listed under the “ID ATA/ATAPI controllers” section as well as the “Storage controllers” section.
  • 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 also directly download the relevant drivers of your computer from the manufacturers’ website. So if you have an SSD, the issue might be due to an old storage driver.

Option 2 – Try to recreate the Storport.sys file

If the first option didn’t work, the next thing you can do is to recreate the Storport.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 Storport.old.

Note: As you can see, the file’s extension has changed from .sys to .old.

  • Now restart your computer and check if the Storport.sys Blue Screen error is now fixed.

Option 3 – Run System File Checker or SFC 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 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.

 Reboot your PC.

Option 4 – Try to run the DISM commands

You might want to repair potentially corrupted files in your system as having them could also trigger the Storport.sys Blue Screen error. To repair these corrupted system files, you can run the DISM commands:

  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • 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 dxgkrnl.sys Blue Screen error is now fixed.

Option 5 – Run the Blue Screen Troubleshooter

Troubleshooting Blue Screen of Death errors wouldn’t be complete without the Blue Screen troubleshooter. As you know, it is a built-in tool in Windows 10 that helps users in fixing BSOD errors like Storport.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.

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

Fix Failed to register a VB Script DLL file on Windows 10
When you try to open Outlook 20016 and other programs on your Windows 10 PC and end up getting an error instead saying, “Failed to register a VB Script DLL. Reinstall or run Regsvr32.exe Vbscript.dll to self-register”, read on as this post will help you resolve the problem and help you re-register the vbscript.dll file. Follow each one of the steps below carefully to fix the problem.
  • Step 1: In the Start search, type “cmd” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option from the context menu.
  • Step 2: After opening Command Prompt as admin, type the regsvr32.exe vbscript.dll command and hit Enter to execute it.
  • Step 3: After entering the command, it will re-register the concerned DLL file using the regsvr32.exe, a Windows OS tool. The Regsvr32 tool is a command-line utility that allows users to register or unregister OLE controls like the DLL and ActiveX (OCX) controls in the Windows operating system. After the command you entered has successfully run, you will see a message saying, “DllRegisterServer in vbscript.dll succeeded.”
On the other hand, if re-registering the DLL file didn’t work, you might have to log on to your computer using an administrator account and then try re-registering the DLL file once more. But before you do that, you need to create a system restore point first so that if anything goes wrong, you can always undo the changes you’ve made. After creating a system restore point, double-click on the downloaded .reg file to add its contents to the Registry. After that, try opening the program you were trying to open but weren’t able to because of the error. If it doesn’t work, you can always reinstall the affected programs that throw up the error and see if it resolves the problem. You could also seek the help of a one-click solution to fix the problem for you. This program is a useful tool that does not only repair corrupted registries and optimize your PC’s overall performance but also resolves any DLL issues like the Failed to register a VB Script DLL. Reinstall or run Regsvr32.exe Vbscript.dll to self-register” error. Aside from that, it also cleans out your computer for any junk or corrupted files that help you eliminate any unwanted files from your system. This is basically a solution that’s within your grasp with just a click. It’s easy to use as it is user-friendly. For a complete set of instructions for downloading and using it, refer to the steps below.
Read More
Completely Remove SafeSearch Guide

SafeSearch is an ad-supported, cross web browser plugin for Internet Explorer and Firefox/Chrome. The browser extension will modify the default or custom settings of the browser including the home page, search settings, and in some cases will modify Internet Explorer’s load time threshold, place a lock file within Firefox to prevent changing settings as well as disable the browser’s Content Security Policy in order to allow for cross-site scripting of the plugin. For these reasons, it has been classified as a browser hijacker.

From the publisher: SafeSearch created by AVSoftware is the unique search engine that filters malicious sites or sites with bad reputations. Every website is weighted on several critical factors – vendor reliability, child safety, privacy issues, user opinions, and ratings.

SafeSearch has been found to be bundled with 3rd party software and malware and therefore is not recommended to keep on your computer.

About Browser Hijackers

Browser hijacking is amongst the internet’s constant problems that target browsers. It’s a kind of malware program that directs web browser requests to some other malicious sites. They’re created to disrupt browser functions for several purposes. Typically, the idea is to force users to visit certain websites that are trying to improve their visitor traffic and produce higher ad revenue. Even though it might seem naive, all browser hijackers are damaging and therefore always regarded as security risks. Furthermore, hijackers can make the entire infected system vulnerable – other dangerous malware and viruses will take hold of these opportunities to intrude into your PC effortlessly. Browser hijacking symptoms There are several signs of web browser hijacking: home-page is changed; you see new unwanted bookmarks or favorites added, usually directed to advertisement-filled or pornography websites; the main web browser settings are altered and undesirable or insecure sites are added to the trusted websites list; you notice many toolbars on your internet browser; unstoppable flurries of pop-up advertisements show up on your PC screen; web pages load very slowly and at times incomplete; you cannot visit specific sites like homepages of security software.

So how does a PC get infected with a browser hijacker?

Browser hijackers infect computers in numerous ways, including via a drive-by download, a file-share, or an infected e-mail. They could be included with toolbars, add-ons, BHO, plugins, or browser extensions. Also, some shareware and freeware can put the hijacker within your computer through “bundling”. An example of some notorious browser hijacker includes Conduit, Anyprotect, Babylon, SweetPage, DefaultTab, Delta Search, and RocketTab, but the names are continually changing.

Browser Hijacker Malware – Removal

Certain hijackers could be removed simply by uninstalling the related freeware or add-ons through the Add or Remove Programs in the Microsoft Windows control panel. However, the majority of hijacking codes are certainly not simple to remove manually, as they go much deeper into the operating system. Moreover, manual removal expects you to perform several time-consuming and intricate procedures that are tough to conduct for novice computer users.

What you can do if Virus Stops You From Downloading Anything?

Malware can cause all kinds of damage once they invade your PC, from stealing your personal information to erasing data files on your PC. Certain malware variants alter internet browser settings by adding a proxy server or modify the computer’s DNS settings. In these instances, you will be unable to visit certain or all of the websites, and thus not able to download or install the necessary security software to eliminate the malware. If you are reading this, you may have got infected by malware that stops you from downloading a computer security program like Safebytes Anti-Malware. Even though this type of issue will be tougher to get around, there are a few actions you can take.

Install antivirus in Safe Mode with Networking

Safe Mode is actually a unique, basic version of Windows where only minimal services are loaded to counteract malware and other troublesome applications from loading. In case the malware is set to load automatically when PC boots, switching into this particular mode may well prevent it from doing so. In order to get into Safe Mode or Safe Mode with Networking, press F8 while the system is booting up or run MSCONFIG and locate the “Safe Boot” options under the “Boot” tab. Once you reboot into Safe Mode with Networking, you can download, install, as well as update anti-malware software from there. At this point, you could run the antivirus scan to remove computer viruses and malware without hindrance from another application.

Switch over to an alternate browser

Malicious program code might exploit vulnerabilities in a particular browser and block access to all anti-malware software websites. If you suspect that your Internet Explorer has been hijacked by a computer virus or otherwise compromised by hackers, the most effective approach is to switch over to an alternate web browser such as Google Chrome, Mozilla Firefox, or Apple Safari to download your favorite security program – Safebytes Anti-Malware.

Install security software on a flash drive

To successfully eliminate the malware, you might want to approach the issue of installing an antivirus software program on the affected PC from a different perspective. Do these simple measures to clean up your infected computer using a portable antivirus. 1) Use another virus-free PC to download Safebytes Anti-Malware. 2) Mount the pen-drive onto the same system. 3) Run the setup program by double-clicking the executable file of the downloaded application, which has a .exe file extension. 4) Select the USB drive as the location when the wizard asks you exactly where you would like to install the application. Follow the on-screen instructions to finish the installation. 5) Transfer the flash drive from the uninfected PC to the infected computer. 6) Double-click the antivirus software EXE file on the thumb drive. 7) Click on the “Scan Now” button to start the virus scan.

Ensure the Safety of Your Computer by Installing SafeBytes Anti-Malware

If you’re looking to install an anti-malware application for your computer, there are numerous tools in the market to consider but you just cannot trust blindly anyone, irrespective of whether it is a free or paid program. Some of them are good but there are several scamware applications that pretend as authentic anti-malware software waiting to wreak havoc on the computer. When searching for an anti-malware program, choose one that provides solid, efficient, and full protection against all known computer viruses and malware. When considering the dependable software programs, Safebytes AntiMalware is certainly the strongly recommended one. SafeBytes can be described as a powerful, real-time anti-spyware application that is made to assist regular computer users in safeguarding their PC from malicious threats. This tool can easily identify, remove, and protect your computer from the latest malware intrusions such as spyware, adware, trojan horses, ransomware, parasites, worms, PUPs, along with other potentially harmful software applications. SafeBytes anti-malware comes with a myriad of enhanced features that sets it aside from all others. Here are a few popular features present in this software: Anti-Malware Protection: By using a critically acclaimed malware engine, SafeBytes gives multi-layered protection which is designed to catch and eliminate threats that are hidden deep inside your computer system. Real-time Active Protection: Malware programs trying to get into the computer are identified and stopped as and when detected by the SafeBytes active protection shields. They’re highly efficient in screening and getting rid of various threats because they are continuously revised with the latest updates and safety measures. Safe Web Browsing: SafeBytes provides an instant safety rating on the web pages you are about to visit, automatically blocking risky sites and ensure that you’re certain of your safety while browsing the net. Low CPU and Memory Usage: This software is lightweight and will work quietly in the background, and will not have an effect on your computer efficiency. 24/7 Customer Service: SafeBytes provides 24/7 technical support, automatic maintenance, and updates for the best user experience.

Technical Details and Manual Removal (Advanced Users)

If you wish to manually remove SafeSearch without the use of an automated tool, it may be possible to do so by removing the program from the Windows Add/Remove Programs menu, or in cases of browser extensions, going to the browsers AddOn/Extension manager and removing it. You will likely also want to reset your browser. To ensure the complete removal, manually check your hard drive and registry for all of the following and remove or reset the values accordingly. Please note that this is for advanced users only and may be difficult, with incorrect file removal causing additional PC errors. In addition, some malware is capable of replicating or preventing deletion. Doing this in Safe Mode is advised.

The following files, folders, and registry entries are created or modified by SafeSearch

Files: C:Program FilesPrimesoftSafeSearchsafesearch.dll C:Program FilesPrimesoftSafeSearch_safesearch.dll C:Program FilesPrimesoftSafeSearchaanyvkcf.exe C:Program FilesPrimesoftSafeSearchsafesearch.exe C:Program FilesPrimesoftSafeSearchrgzcdhtn.exe Registry: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRunaanyvkcf HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRunSafeSearch HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRunrgzcdhtn HKEY_CURRENT_USERSoftwarePrimeSoft HKEY_CURRENT_USERSoftwareSafeSearch HKEY_CLASSES_ROOT.QSCH HKEY_CLASSES_ROOTQSCH File HKEY_CLASSES_ROOTSafeSearch.SafeSearchBHO HKEY_CLASSES_ROOTSafeSearch.SafeSearchBHO.1 HKEY_CLASSES_ROOTCLSID00000000-0000-0000-0000-000000000001 HKEY_CLASSES_ROOTInterface28E6CCE2-3F2C-4B3D-9CB4-2FC8715A3ECE HKEY_CLASSES_ROOTTypelib82E9DE01-D860-40E4-B9C1-91F0E8272962 HKEY_CLASSES_ROOTTypelibCB5006EE-F57D-4116-B7B6-48EB564FE0F0 HKEY_CLASSES_ROOTmimedatabasecontent typeapplication/x-QSCH HKEY_USERS.defaultSoftwareNetscapeNetscape NavigatorTrusted External Applications%System%aanyvkcf.exe=yes HKEY_USERS.defaultSoftwareNetscapeNetscape NavigatorSuffixesApplication/x-QSCH HKEY_LOCAL_MACHINESoftwareMicrosoftInternet ExplorerToolbar00000000-0000-0000-0000-000000000001 HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstallaanyvkcf HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstallrgzcdhtn
Read More
Fix PAGE_FAULT_IN_NONPAGED_AREA 0x00000050
If you suddenly encounter the PAGE_FAULT_IN_NONPAGED_AREA Blue Screen error then it means that your computer is under a heavy load. And if you look closely, you’ll see that it has a bug check value of 0x00000050. This kind of Blue Screen error also indicates that invalid system memory has been referenced. It could be that the memory address is wrong, or that it is pointing at freed memory. The PAGE_FAULT_IN_NONPAGED_AREA Blue Screen error occurs when the requested data is not found in the memory. As a result, the system generates a fault which normally indicates that the system is looking for data in the paging file. However, in this case, the missing data is identified as being located within an area of memory that cannot be paged out to the disk. This Stop error might be caused by a buggy system service, antivirus program, a corrupted NTFS volume, or faulty hardware. So if you’ve recently added hardware, you can try removing it and then check. If the problem still persists, refer to the suggestions given below to fix the problem.

Option 1 – Run Memory Check to test your memory

  • 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
  • Select the option you prefer and afterward, check if the Blue Screen error is now fixed.

Option 2 – Run a System File Checker scan

You can also try to run a System File Checker or SFC scan in order to scan your computer for corrupted files that might be the cause behind the PAGE_FAULT_IN_NONPAGED_AREA Blue Screen error. Once it finds any corrupted system files, it will automatically fix them. To run System File Checker, here’s what you have to do:
  • 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 after the scan is completed.

Option 3 – Disable Automatic Paging File Size Management

  • Right-click on This PC located on your desktop.
  • Next, click on Properties and then click on the Advanced System Settings.
  • Go to the Advanced tab and then click on the Settings button under the Performance section.
  • Afterward, a new mini window will appear and from there, go to the Advanced tab.
  • Then click the Change button under the Virtual Memory section. Once you do, another mini window will appear.
  • Now uncheck the “Automatically manage paging file size for all drives” option.
  • After that, you have to increase the Page File size by doubling the amount of memory allocated by default in the text field. For instance, the paging size given is a minimum of 16MB and so you have to change it to 32MB. And since the recommended value is 1907MB, you can make its maximum size around 4000MB. By doing so, it will allocate more space for paging into individual drivers.
  • Now click OK, close all the open windows and then restart your PC.

Option 4 – Update the Device Drivers

Updating the Device drivers can also help you fix the PAGE_FAULT_IN_NONPAGED_AREA Blue Screen error. To do so, follow the steps below.
  • Tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. If you see a red or yellow sign that shows up against the driver, right-click on the driver and select “Update Driver Software”.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • Restart your PC and then check if the Blue Screen error is now fixed or not.

Option 5 – Perform a System Restore

Performing System Restore might help you in fixing the PAGE_FAULT_IN_NONPAGED_AREA error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
  • 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.

Option 6 – Try disabling your antivirus programs

There are instances when antivirus programs trigger Stop errors like PAGE_FAULT_IN_NONPAGED_AREA. Thus, you can try disabling your antivirus programs like Windows Defender or other third-party programs if you’re using one.

Option 7 – Use the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like PAGE_FAULT_IN_NONPAGED_AREA 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 8 – Disable Memory caching in the BIOS

You can also disable memory caching in the BIOS to fix the PAGE_FAULT_IN_NONPAGED_AREA error.
  • Open the BIOS Setup screen.
  • Next, go to Advanced > Cache Memory and then disable it.
  • Tap the F10 key to save the changes made and restart your computer.
Read More
Fix Logitech Blue Yeti mic not working in W11
Blue Yeti has gained popularity among streamers and users that want a high-quality mic for their setup. Without going into details of the hardware itself I will say it is a pretty good mic. Now the issues that have been reported with it are that Windows 11 can have issues with it resulting in the microphone not being recognized by the operating system. If you are one of the unfortunate Blue Yeti users and have this issue, do not despair because we have a solution for you, several to be more precise so you can easily fix the issue and get back to talking.

logitech blue yetiCheck cables

Sometimes it is not a software problem at all. First thing is to check if by any chance cable of the mic is disconnected, damaged, or similar. If the cable seems fine next step is to plug in the mic into another port in order to eliminate faulty jack on the computer. If nothing happened the last thing to try is to connect the mic to another computer so we can be sure that the mic itself is in working order so we can focus on software. If by any chance mic is not working on another computer that some hardware inspection of it will be required.

Set Blue Yeti as a default device

There is a chance that Windows 11 has not set Blue Yeti as a default audio device for recording and therefore you can not use it. In order to eliminate and fix this issue, right-click on the speaker icon on the taskbar in the far-right part of it and choose sound settings. Go down to the input section and pick Blue Yeti beside Choose device for speaking or recording.

Update driver

More often than not device not working is tied to malfunctioning or a bad driver. In order to eliminate and resolve this issue right click on the Start icon and choose device manager. Inside device manager expand the Sound, video and game controllers section. Right-click on each device in the section and choose update driver. Wait for the update to complete and restart your system.

Run the troubleshooter

Press ⊞ WINDOWS + I to open Windows settings. Go to System in the left pane and click on it. In the right panel choose and click on troubleshoot. Inside troubleshoot click on Other. Scroll down and locate the Recording Audio troubleshooter and then click on Run next to it. Wait for the troubleshooter to finish and follow on-screen instructions to resolve the issue.

Check Blue Yeti microphone privacy setting

Not very often, but sometimes privacy settings can be the issue even when everything else is working perfectly. In order to check privacy settings press ⊞ WINDOWS + I to open Windows settings and go to Privacy & Security on the left panel and click on it. On the right panel click on the microphone. Make sure that toggle next to Let apps access your microphone is ON.
Read More
Fix Windows Update error 0x80244022
Installing Windows Updates in your Windows 10 computer does not always go smoothly as there are instances when you could encounter some errors along the way. One of these errors is error code 0x80244022 –WU_E_PT_HTTP_STATUS_SERVICE_UNAVAIL HTTP 503. This kind of error can be encountered when you check, download or install any updates. At the time of writing, it isn’t known yet what the exact cause of this error is. However, there are some potential fixes you can check out to fix it. When this error occurs, you will see the following error message on your screen:
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80244022).”
To fix error code 0x80244022, refer to the potential fixes provided below.

Option 1 – Disable the Proxy server

The first thing you can do is to try disabling the Proxy server as it might be the reason why you’re getting error 0x80244022 for Windows Updates. To disable the proxy server, refer to the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it. In addition, if you are also using a VPN, you can try to disable it as well.

Option 2 – Run the DISM tool

You can run the DISM tool as well to help fix the error code 0x80244022 during Windows Update. 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 – Perform a System File Checker scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing error code 0x80244022 to appear when you try to update your Windows 10 computer. 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 and hit Enter.
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.
  • Once done, restart your computer.

Option 4 – Try disabling the Firewall or antivirus program

Disabling the antivirus program or Firewall or any other security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 5 – Try resetting the Windows Update components

  • Open Command Prompt with admin privileges.
  • After that, type each one of the following commands and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS, and MSI Installer.
  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below, and don’t forget to hit Enter after you type one command after the other.
    • ren C:/Windows/SoftwareDistribution/SoftwareDistribution.old
    • ren C:/Windows/System32/catroot2/Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 6 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing Windows Update Error. 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.
Read More
Fix Microsoft Word Stopped Working in Windows
Microsoft office has set itself as one of the most used and best suites for business use and MS Word as the most widely used word processor. But how even best are not immune to some small bugs and unexpected behaviors so is not Word. Word has stopped working is probably know to a wide audience of its users, I think I could safely say that each Word user has experienced this error at least once, luckily the error is not anything to worry about since it is an easily fixable issue.

Try automated solutions

There are some fully automated solutions that could fix any PC issues, some are available in free versions. If you prefer to do things manually however keep on reading and follow the instructions below.

Manual FIXES:

  1. Update MS Word

    Make sure that you are running the latest build of Word in order to eliminate all bugs and to have a smooth running experience. Go to File > Account > Product Information > Update Options and click Enable Update and then select Update Now.
  2. Check the file

    Corrupted files can cause this crash and this error, try opening another text file inside the Word to eliminate file corruption.
  3. Run Word in safe mode and disable add-ins

    Did you know that MS Word has a safe mode like Windows? In this safe mode, Word will boot up just the application without any add-ins installed and in this environment, you can start one add-in by one to see which one is causing the issue. Press ⊞ WINDOWS + R to open the run dialog Inside run dialog type in winword /safe followed by ENTER to run Word in safe mode If MS Word works fine in Safe mode, disable all COM Add-ins (while being in safe mode) and restart Word. Re-enable the add-ins one at a time to identify the problematic one. Click on File and then on Options Click on Add-Ins from the options list Select COM Add-ins from the drop-down menu and click on Go Uncheck all the add-ins and click OK to confirm Close the Dialog Box and MS Word. Now try running MS Word normally and see if it works Repeat steps to enable the add-ins, one at a time, and check which add-in is causing this error
  4. Repair Word installation

    Press ⊞ WINDOWS + R to open the run dialog In run dialog type in control panel and press ENTER Inside Control Panel click on Programs and Features Locate and click on Microsoft Office to select it Once selected click on change located on top of the application list Once Office Windows loads click on Repair Wait for the process to finish
  5. Reinstall MS office

    If all the previous solutions failed next step would be to completely uninstall MS Office and install it again once the old one has been completely removed from the system. Go to the control panel as explained in the previous step and select Office Instead of Change this time click on uninstall and follow on-screen instructions Once uninstall is finished, install a new copy of MS Office.
Read More
Cannot Create User Account During Out Of Box Experience or Sign In, Non-Responsive Behavior (Welcome Back) Page

When you upgrade your Windows 7 or Windows 8.1 system to Windows 10, you’ll undergo a phase called Out of Box Experience, or simply OOBE. This phase is intended to allow users to customize their Windows 10 experience, which includes defining personal settings, creating user accounts, and more. Some users reported having issues when creating their user account during the Out of Box Experience (OOBE) on Windows 10 upgrade. Some also reported issues about non-responsive behavior (Welcome Back) page.

Solution

Restoro box imageError Causes

Unfortunately, there’s no known cause for this error. However, some users reported that this occurs when:

  • There’s a problem with the ISO or CD used to install Windows 10
  • There’s hardware malfunctioning on the computer

Further Information and Manual Repair

Your Windows 10 upgrade will not be successful if you’re not able to create a user account or finish the Out of the Box (OOBE) phase of the installation. Here are some methods that will help you fix this manually.

Method 1 – Wait and retry

Some users reported that waiting for about an hour and retrying the process again will solve this problem. It’s also recommended that you keep your computer in a ventilated place while you wait to retry the process.

Method 2 – Load default user manually

This method has 2 requirements in order to work.

  1. You need to be upgrading from a previous Windows version, and
  2. Your Windows was originally configured to automatically boot to desktop

If you meet these two requirements, you can solve the error by following the steps below:

  1. Hold CTRL+ESC keys. Windows should load the default user after doing this step.
  2. Press the Windows key + X. Then, click the Computer Management icon
  3. Choose “Local Users and Groups”
  4. Double click on Users
  5. Right-click on the right pane, and then choose “New User”
  6. Create a new user account and password

Method 3 – Power down your laptop

This method only applies if you’re a laptop user.

  1. Power down your laptop
  2. Remove the battery of your laptop
  3. Wait for about 10 minutes
  4. Connect your laptop using direct current
  5. Turn on your laptop again
  6. Create a new user account and log in

Method 4 – Create a local account if you’re trying to set up a Microsoft account

Instead of connecting to a Microsoft Account after the set-up, you might want to try creating a local account. To do this, follow the steps below:

  1. Power down your computer if you are to set up a Local Account.
  2. Disconnect your computer from the Internet, either Wired or Wireless
  3. Unplug your computer, and wait for about 10 minutes.
  4. Reconnect your computer and start Windows. Do NOT connect to the Internet and make sure you’re disconnected to any devices you don’t need.
  5. Try creating a user account again

 If the steps above don’t work, you might want to try Startup repair.

Method 5 – Boot your computer from Windows 10 media

In order to do this step, you need to have official Windows 10 ISO files.

  1. Go to the “Install Now” screen
  2. Choose Repair your computer
  3. Click Advanced Options
  4. Click Safe Mode

After doing the steps above, there’s a chance you get an error message that says “installation cannot be completed in safe mode”. When you see this, just press Shift+F10. This will execute and open the command prompt of your computer.

 From the command prompt, you can try and create a new user account.

 For example, net user Username Password /add

 The username here should be replaced with the account name you want to add, and the Password here should be replaced with the password you want to use for the account.

 After replacing the username and password on the text, press the Enter button on your keyboard. You’ll know if the command is successful once you see the message, “The command completed successfully.”

You can now close the command prompt. Restart your computer and try to log in using the account you just created.

Method 6 – Use a powerful automated software

If all the above methods still don’t work, it might be best to try automated software to help you fix this problem.

Read More
How to Fix 0x0000001A Error Code in Just a Few Clicks!

What is 0x0000001A Error Code?

The 0x0000001A is a severe memory management blue screen of death error code. This is Windows error is also called a Stop code The system is automatically forced to reboot state which means any unsaved work is likely to be lost. This error code pop-up locks you out of the program running on the screen and prevents you from working on it.

Solution

Restoro box imageError Causes

Experiencing error codes on your PC is an unusual activity that triggers that there is definitely something wrong with your system which should be repaired before it becomes a serious threat. The underlying causes of each error code are different. When you come across a 0x0000001A error message this triggers several issues on your PC but largely it’s related to defective or mismatched RAM (Random Access Memory). This could be due to disk De-fragmentation, cluttered registry, and overheating of PC hardware, or perhaps the power supply units that have been used to overcapacity which prompts your PC to show a 0x0000001A error message on your screen. In addition to this, another reason could be a fault in the BIOS motherboard that could be outdated. No matter what the underlying cause of the 0x000001A may be, it is imperative to get it resolved as it seriously damages your computer and leads to system failure.

Further Information and Manual Repair

Restoro is the best way to resolve almost all types of error codes including 0x0000001A in just a few clicks. It is a multi-functional PC registry cleaner that serves as a one-stop solution for all PC issues. This tool can be used to resolve the blue screen of death errors like 0x0000001A in seconds and help you resume and get access to the program that you were working on before you experienced the error code. With this helper, you don’t need to have the technical expertise or sound knowledge about the underlying cause of 0x0000001A. This is an intuitive and advanced tool with built-in cutting edge technology that scans and identifies the cause of 0x00000001A and fixes it right away. It has a neat design layout and a user-friendly interface that is easy to use for even novice users. Restoro registry cleaner cleans up registry disk space, occupied by unnecessary files including junk files, invalid registry entries, temporary internet files, and entries of uninstalled programs that are still present in the registry. It cleans and clears up disk space and wipes out clutter stored in the registry of your system which is likely to trigger RAM and memory mismanagement issues triggering an error code 0x0000001A pop-up message. Restoro is feature-filled which makes it multi-functional.  It is safe, secure and efficient. For optimum data security during repair, it creates backup files. This helps recover data in the event of data loss during repair, which is quite rare. So what are you waiting for? Download Restoro Registry Cleaner today and resolve the error pop-up 0x0000001A now!
Read More
Something went wrong, We couldn’t start
There are instances when you might encounter an error that says, “Something went wrong, We couldn’t start your program” when you open any Office program. This could be due to an issue with the Office file and any Office app you open throws the same error message. This applies to Office 2019/2016, Office 365 Home, Office for Business as well as Business editions. In this post, you will be guided in what you can do to resolve this error. There are several potential fixes for this error, you might only have to restart your computer or you may have to repair Office from Apps and Features or you could also uninstall and install it back again. For more details, follow each one of the provided options below.

Option 1 – Restart your computer

You might be unable to launch any Office app due to some background process that got stuck or there might be some glitch in the system. Thus, the first thing you can do to resolve the error is simply restarting your computer. Once you’ve restarted your computer, open the Office app again or you could also try to sign in back with your Microsoft account that’s connected to Office. If you’re not quite sure which account you were using, you can follow these steps:
  • Open any Office app.
  • Then click on File and look for your name located in the top-right portion.
  • Now click on it. This will display the email or Microsoft account that’s related to Office.

Option 2 – Try repairing Office from Apps and Features

Since Windows 10 offers some repair features that could replace some of the core files with the original files, you can take advantage of such a feature to fix the “Something went wrong, We couldn’t start your program” error when opening any Office app.
  • Open Windows settings and click the Apps and Features option.
  • Next, scroll down until you see the Microsoft Office installation option. Select it and click on Modify.
  • This will open a window and from there, select Quick Repair or Online Repair and click on the Repair button.
Note: When you choose to repair, you might be given two options which depend on how Microsoft Office was installed. For instance, it was installed via Web Installer or Offline Installer (MSI-based). In Web Installer, select Online Repair > Repair when you’re prompted on how you would like to repair Office. While in MSI-based, you have to select Repair under “Change your installation” and then click on Continue. The repair process makes sure that the app data remains untouched.

Option 3 – Try to uninstall and reinstall Office

If neither of the two given options above worked, then you might want to uninstall Office and reinstall it. All you have to do is download the Microsoft Office Uninstall tool from the official site of Microsoft and run it. This will remove any incomplete Office installation as well as unwanted files. It will also get rid of all the Office apps and settings on your computer.
Read More
Arrows keys are not working in Microsoft Excel
As you know, Excel sheet is frequently acclaimed as one of the most useful software that allows users to create spreadsheets, crunch numbers as well as prepare a business report. Usually, tapping the arrow keys to move from one cell to another. However, there are times when you might experience trouble in tapping them – for instance, they won’t work when you tap them. This kind of problem can be quite frustrating since no matter what you do, especially when you tap the arrow keys, instead of a single cell, it moves the entire spreadsheet. If you are one of the users who experience this problem, worry no more for this post will guide you on what you can do to fix it. When arrow keys won’t function as intended in Excel spreadsheets, it could be due to unintended behavior of the Scroll key or it could be related to some issues with the keyboard driver. Whatever the cause is, here are some suggestions you can check out to fix it.

Option 1 – Try to disable the Scroll Lock

The first thing you can do to fix this problem with arrow keys is to disable the Scroll Lock. Although doing this is easy, newer laptops don’t actually come with it so if your keyboard does not come with a scroll key, all you have to do is tap the Fn key and disable Scroll Lock. Aside from that, you could also use the on-screen keyboard to turn off the Scroll Lock. You will see its status on the Excel sheet which will help you to double-check. Moreover, you could also tap the Shift + F14 keys to toggle off the Scroll Lock. To use the on-screen keyboard to turn off Scroll Lock, follow the steps below.
  • Tap the Windows key and type “on-screen keyboard” and then tap Enter.
  • Once the on-screen keyboard is opened, you should see that the Scroll Lock is on the “On” position since the ScrLk keys are in blue.
  • Like pointed out earlier, you can utilize the Scroll Lock indicator located in the status bar as well as disable or enable the scroll key by using this feature on Microsoft Excel.

Option 2 – Try turning on the Sticky key

If disabling the Scroll Lock did not fix the problem, you can try turning on the Sticky Key instead. A lot of users reported that this option fixed the problem for them. So you should try to turn on the Sticky key and to do that, follow the steps below.
  • First, type “control panel” in the Start Search and click on Control Panel from the search results.
  • Next, select the “Turn On Sticky Keys” option and click on OK.
  • After that, go back and uncheck the “Turn On Sticky Keys” option. This should fix the malfunctioning arrow keys on Excel.

Option 3 – Try running the Hardware and Devices Troubleshooter

The first thing you can do to fix the problem is by running the Hardware Troubleshooter. Although it won’t make much of a difference, there’s still a possibility that it could automatically fix the problem with these function keys. To use it, refer to these steps:
  • The first thing you need to do is click on Start and then on the gear-like icon to pull up the window for Settings.
  • After opening Settings, look for the Update and Security option and select it.
  • From there, go to the Troubleshoot option located on the left-hand side of the list.
  • Next, select Hardware and Devices from the list and open the Troubleshooter and run it. Once it is doing its job, wait for it to complete the process and then restart the system.
  • After the system restarts, check if the problem’s now fixed. If not, refer to the next option given below.

Option 4 – Update the keyboard driver

You can also update the keyboard driver to fix the problem. There are cases when an outdated or corrupted driver can fix the problem. To do so, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
  • From there, look for the keyboard driver and click on it.
  • Next, right-click on the keyboard driver and select the Update driver option.
  • After that, click the “Search automatically for updated driver software” option to proceed.

Option 5 – Reinstall the keyboard driver

If updating the keyboard driver didn’t help, then you might want to reinstall it. How? Follow the steps below.
  • Tap the Win + R keys to launch Run.
  • Type in MSC into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. Look for the keyboard driver, right-click on it and then select “Uninstall device”.
  • After that, unplug the device and restart your PC.
  • Then plug your device back in. Assuming your device is connected to your PC, open the Device Manager again.
  • Next, click on the Action button and click the Scan for hardware changes button. That should fix the problem
Note: You could also completely uninstall the driver and go directly to the manufacturer’s website and download the latest driver for your hardware and then install it.
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