Logo

Fix oobesettings error inside Windows 11

oobesettingsOobesttings error is the blue screen of death error caused by some faulty settings inside the Windows registry. The good news is that this is not a hard error to fix and if by any chance you are one of the unfortunate people getting this dreaded annoying error, please do keep reading because we have several things that you can do in order to eliminate this issue from your computer.

Reboot your system

This is the easiest and straightforward solution and can work sometimes since if the system has not been properly rebooted in a while memory could be filled with various processes and it can trigger oobesettings error. A simple restart of the system can solve the issue by decluttering files and emptying memory.

Scan and repair with SFC

If rebooting the system was not helpful and sadly you still receive an error then let's scan and repair system files by using Windows built-in tool SFC. In order to use this, we will have to run the command prompt in elevated administrator mode. Follow instructions closely.
First click on the search icon on the taskbar and type in CMD
The command prompt will show as a search result, on the right side click on Run as administrator.
Once it opens type in following command: sfc /scannow and press ENTER
Wait for the process to finish completely and restart your device after.

Repair the system registry

If the SFC scan has not repaired the issue then we will move to the next solution that involves repairing the system registry itself. Please note that you need to follow step-by-step for provided instructions since playing with the system registry can cause some serious issues if not done properly and can even render the system unstable. That being said, let's begin:
Press ⊞ WINDOWS + R to open Windows run dialog
Type inside regedit and press ENTER
Inside registry editor locate the following key: HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager/ Memory Management. and click on it to see properties
Inside the properties right-click on CommitLimit value and choose delete. Confirm with yes.
Close registry editor and reboot your computer.

Reset Windows 11

If even clearing key inside the registry editor has not helped next step would be to reset the system itself.
Press ⊞ WINDOWS + I to open Windows settings and click on System on the left.
Inside on the right part click on Recovery
In recovery click on the button next to Reset this PC that says Reset PC
Choose between keep my files and remove everything (a better option is remove everything, but be sure that you have all your files on a separate drive backed up)
Choose between Cloud Download or Local reinstall.
Click on next to confirm choices and after that on Reset to start the reset process.
Follow onscreen instructions until it is fully done.

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

artstation learning is now free forever
Great news everyone!!! Artstation, a popular learning platform for artists has been acquired by EPIC and their first move was to make artstation learning material free for all registered and non-registered users forever. This move by EPIC is a great but also logical one as well. How the industry is in demand for good artists, providing them with free education will hopefully produce some good talent. artstation learningSo if you ever wanted to learn about photoshop, maya, substance, unreal engine, or some general skills like sketching, drawing, etc. Now is the perfect time to level up your skills. Drop to the artstation website and start learning today!
Read More
Installing Windows 11 on Raspberry Pi 4
A lot of controversies and mixed emotions have come from statements about Windows 11 minimum system requirements, especially ones linked to TPM. Naturally, each time some software company giant announces how things are must have there are people who go out and prove them wrong. This time Raspberry Pi community was one which demonstrated that not only Raspberry Pi does not have a TPM module, it can run the full desktop version of Windows 11

Windows 11 on Raspberry Pi 4Raspberry Pi 4 and things you need for Windows 11 installation

In order to actually install Windows 11 on your Pi, there are certain things that you will need. Check out the below list and prepare everything.
  • Raspberry Pi 4 4GB or 8GB
  • A 32GB or larger SSD via a USB 3 caddy. Best for performance or 16GB or larger microSD card
  • USB boot enabled, see below.
  • A micro SD card with the latest Raspberry Pi OS
  • Windows 10 PC
  • USB to Ethernet or WiFi dongle
  • Bluetooth dongle (if you want Bluetooth)
  • Keyboard, mouse, HDMI, and power for your Raspberry Pi

Configuring Pi to boot from SSD

In order to boot from SSD be sure that firmware and bootloader are up to date on the latest version and upgrade if needed. Be aware that this firmware update can only be performed using the official Raspberry Pi OS. Also if you are eager and want to use a standard microSSD card instead of an SSD to run Windows 11 feel free to skip this entire section.
  1. Boot from microSSD with the latest Raspberry Pi OS on it.
  2. Update firmware and OS using the terminal by typing sudo apt update sudo apt full-upgrade sudo rpi-update
  3. Reboot your Pi
  4. Install the latest version of bootloader again using the terminal with the command sudo rpi-eeprom-update -d – a
  5. Reboot Pi
  6. Launch raspi-config on your Pi via terminal with sudo raspi-config
  7. Select option 3 (Boot options – Configure options for start-up) from boot options
  8. Select Boot ROM version and press ENTER
  9. Select latest and then OK
  10. Select NO when prompted to reset boot ROM to defaults on the latest version boot ROM selected screen. Press OK
  11. Select Boot order and press ENTER
  12. Select USB Boot and click on OK and remove microSD card from Pi
  13. Select Finish and click on NO when prompted to reboot

Creating Windows 11 installation image for Pi 4

In order to install Windows 11 on our Pi, we must create an installation image, follow the steps below explaining the process.
  1. Go to https://uupdump.net/
  2. Search for Windows 11 Arm
  3. Select the latest build for arm64
  4. Select Language on which you would like installer and Windows
  5. Pick Windows edition you would like
  6. Set download method to Download and convert to ISO and click on Create download package
  7. Extract downloaded content into win11 folder and go into it
  8. Double click on uup_download_windows.cmd
  9. On the security warning screen click on More info and then on Run anyway
  10. Wait for the process to finish completely
  11. Once the process is finished, press 0 to close the prompt

Installing image on microSSD or SSD

If previous steps of instruction were follower precisely you now have an ISO image that can be installed onto microSSD or SSD
  1. Connect SSD or insert microSSD card into your PC
  2. Go to https://www.worproject.ml/downloads
  3. Download Windows on Raspberry imager and extract it into the win11 folder
  4. Open Imager and allow it to make changes to your computer, set your language, and click on next
  5. Select storage drive where you would like to install Windows
  6. Set device type and click on next
  7. Select our Windows 11 ISO image we created and click on next
  8. On the drivers screen select Use the latest driver package available on the server
  9. On UEFI firmware select screen choose Use the latest firmware available on the server
  10. On configuration screen click on next
  11. Check your setting on the installation overview and if everything is ok click on install
  12. Wait for the whole process to be finished
  13. Once the process is completed, close Windows on Raspberry imager, take out SSD or microSSD card from PC and connect it on your Pi along with Pi peripherals.

Setting Windows 11 on Pi

In order to actually use Windows 11 on our Raspberry Pi we now have to set up the Windows 11 install using the standard post-installation setup sequence.
  1. Power up Pi and press ESC when prompted
  2. Go to Device manager and press ENTER
  3. Select Raspberry Pi Configuration
  4. Select Advanced configuration
  5. Set Limit RAM to 3GB to a disabled state, press F10 to save, and ESC to exit.
  6. Select Display configuration
  7. Set the resolution to desired option and press ENTER, F10 to save, and ESC to exit
  8. Go to CPU configuration
  9. Check if the CPU clock is set to default, if not set it
  10. Press ESC to go back all the way to the main menu
  11. Select Continue to exit BIOS and boot your Raspberry Pi with Windows 11 on it
And there you have it, fully working Windows 11 OS on Raspberry Pi despite what Microsoft says Note that due to lack of some drivers performance can be less than optimal, for example, full HD videos will not work since there are no compatible graphic drivers for Pi and some other stuff like Wi-Fi will also cause some issues but overall Windows 11 is working pretty well.
Read More
How to Fix UNEXPECTED_KERNEL_MODE_TRAP error
It is a fact that Blue Screen of Death errors can give you a headache for you will have a hard time fixing it as it is one of the most difficult errors you can encounter on your Windows computer. One of these BSOD errors is the UNEXPECTED KERNEL MODE TRAP error. If you receive this kind of error then it means that the operating system was not able to catch a trap or an exception generated by the CPU. This BSOD error has an error code 0x00000007F and indicates that the Intel CPU generated a trap that the kernel failed to catch. One of the most likely causes is hardware failure due to faulty memory. Aside from this cause, you also have to track down other probable causes for this problem like corrupted system files, incompatible drivers or programs, faulty hardware, and even dusty components, and so on. To fix the UNEXPECTED KERNEL MODE TRAP BSOD error, here are some suggestions that might help.

Option 1 – Uninstall the programs you installed recently

Chances are, some programs that you just installed might be the one that’s causing the BSOD error. Thus, you need to uninstall the program to resolve the problem.
  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it. In addition, you might also want to check the hardware components of your computer that might not support the operating system itself. You can disconnect all the external devices like USB drives, scanners, printers, etc., and then reboot your PC. After that, add the devices again one after the other and check if the BSOD error is now fixed or not. Moreover, you can also perform a clean boot to make things easier for you.
  • 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” checkbox 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” checkbox.
  • 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.)

Option 2 – Update your device drivers

  • 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. Look for the device driver you and then select either “Update driver” or “Uninstall device”. And if you find any “Unknown device”, you need to update it as well.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • If you have chosen to uninstall the driver, follow the screen options to complete the process and then restart your PC.
  • Connect the device and Scan for hardware changes – you can see this option under Device Manager > Action.

Option 3 – 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 UNEXPECTED KERNEL MODE TRAP. 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 4 – Run the Windows Memory Diagnostic tool

You can use the Memory Diagnostic tool in Windows to check RAM. Before you use this tool, make sure you save all your important work.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type in “mdsched.exe” in the field and hit Enter to open Memory Diagnostic.
  • After that, the Windows Memory Diagnostic will give out two options such as:
  1. Restart now and check for problems (recommended)
  2. Check for problems the next time I start my computer
  • Select any of the given options. After that, your computer will restart and check for memory-based issues upon the restart. If there are any issues, it will automatically them.

Option 5 – Disable Memory caching in the BIOS

You can also disable memory caching in the BIOS to fix the UNEXPECTED KERNEL MODE TRAP 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.

Option 6 – Run System File Checker

  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
  • Restart your computer once the scan is completed.

Option 7 – Clean your hardware components for dust

Cleaning your computer’s hardware components for dust might also help in resolving the UNEXPECTED KERNEL MODE TRAP error. Make sure to use a soft cloth in cleaning the hardware as well as a small blower. Moreover, ensure that you do not damage any parts with moisture or cause harm to any circuits while you’re at it.
Read More
What to do if Windows 10 Taskbar Volume Control is not working
The quickest way to control and manage the volume of your Windows 10 PC is using the Volume control icon in the system tray. However, you might encounter issues in using it especially if you recently updated your PC. After the update, if it no longer responds to mouse clicks, be it a right-click or left-click, read on as this post will show you what you can do to remedy that issue. If you think that you’re the only one who has experienced this problem, you are mistaken as several users also reported that the volume icon does highlight and shows the volume level if you hover the cursor over it but it does not really do anything at all. This is definitely the quickest way to change the audio output in Windows 10 especially when you have to change from speakers to your earphone and whatnot. If you are one of the users whose Windows 10 Taskbar Volume Control icon has stopped working and every time you click on the icon and nothing happens and you’re still not able to adjust the volume of your Windows 10 computer, read on as this post will show you what you can do to fix that problem. Although the audio is working just fine, you will still not be able to adjust the volume from its control icon. The problem is most likely related to the UI interaction. There are times when icons in the taskbar also experience the same issue where you can hover your mouse over them but nothing happens when you click on them. As mentioned, the issue with the volume icon does not seem to affect the actual audio of the computer. Double-check to confirm and if it turns out that the audio is indeed working fine, you can use the hardware of your keyboard to manage and control the volume, however, the software just won’t work. This issue is really inconvenient especially for users who connect their laptops to a bigger display. To fix this issue, here are some suggestions you need to check out.

Option 1 – Try to restart the Windows Explorer

This option may sound silly but it has actually worked in fixing the issue for some users. So if anything gets stuck on the taskbar or system tray, the best way to revive them is by restarting Windows Explorer.
  • Right-click on the taskbar and then select the Task Manager.
  • Next, look for Windows Explorer under the Processes tab.
  • Then right-click and select restart.
  • After that, wait for the restart process to be completed and for the user interface to refresh. Note that you will notice the Taskbar disappearing and reappearing again. It will reload the entire user interface and allows you to access the volume icon. It should work this time.

Option 2 – Restart the Audio services

Restarting the audio services in your computer can also help you fix the volume control issue and to do that, refer to these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Type in “services.msc” in the field and hit Enter to open Services.
  • From there, look for Windows Audio and then right-click on it and go to Properties.
  • After that, you have to make sure that the Startup Type is set to Automatic.
  • Then click on the Stop button. Once it has stopped, start it again.
  • Now restart your computer and see if you can now access the volume icon on the taskbar.

Option 3 – Try to update or roll back the Audio driver

If the glitch in your audio has something to do with software, chances are it might be related to the audio driver – it could be that the newest version of your Windows 10 does not work well with the old version of the driver. This is why you have to update your audio driver to the newest available version.
  • Tap the Win + R keys to open the Run dialog box and then type in devmgmt.msc and tap Enter or click OK to open the Device Manager.
  • Expand the section for the outdated device drivers.
  • And then select the outdated driver(s) and right-click on it/them.
  • From the drop-down menu, select the Update Driver option and follow the on-screen instructions to install the latest version of the driver.
  • Then also click on the option, “Search automatically for updated driver software.
  • Restart your PC after the installation.
Note: If updating the Audio driver didn’t work, you can go to the website of your PC manufacturer and look for the support section where you can download the drivers for your computer. You just need to take note of your PC’s correct model and model number so you can find the appropriate driver.

Option 4 – Try running the Playing Audio Troubleshooter

Since the Windows 10 operating system has the Playing Audio Troubleshooter, you can use this troubleshooter to try and fix the volume control issue on your PC. You can access this tool in the Control Panel or in the Taskbar Search and even on the Troubleshooters page of Windows 10. Run this troubleshooter and see if it can fix the issue or not.
Read More
Windows Defender error code 0x80073afc
If you receive an error code of “0x80073afc” in Windows Defender after you boot your Windows 10 computer or when you try to manually run Windows Defender, then it could be that the Windows Defender files are corrupted. In such cases, this error could also occur if there is third-party security software that interferes with the smooth functioning of this Microsoft Security Client. If you are one of the users who are currently facing this issue, then here are some suggestions you can check out to resolve the Windows Defender error code 0x80073afc.

Option 1 – Try to check the status of all the Windows Defender-related services

  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “msc” in the field and hit Enter to open the Services Manager
  • After opening the Services Manager, look for the following services and make sure that their Startup type is set to their default values:
    • Windows Defender Advanced Threat Protection Service – Manual
    • Windows Defender Antivirus Network Inspection Service – Manual
    • Windows Defender Antivirus Service – Manual
    • Windows Defender Firewall Service – Automatic
  • You can right-click on each one of the listed services and then select Start to start them.
  • And if some of the services don’t have their default values, just double-click on the Services to change the Startup types and select the correct option from the drop-down menu of the Startup type under the Properties box.
  • Next, set up the Startup type of these services to Automatic and then click on the Start button if the services are not running yet.
  • Now click on the Apply and OK buttons to save the changes made and then see if it fixed the problem or not.

Option 2 – Try to re-register the concerned DLL files

You could also try to re-register some Dynamic Link Library or DLL files on your computer as this could also help in fixing the Windows Defender error.
  • 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.
  • After opening Command Prompt as admin, type the following commands one after the other:
    • regsvr32 dll
    • regsvr32 dll
    • regsvr32 dll
    • regsvr32 dll
  • Once you’ve entered the commands given above, it will re-register the concerned DLL files in your system.
  • Now restart your computer for the changes to take effect.

Option 3 – Try to use the Registry Editor

  • Tap the Win + R keys to open the Run dialog box,
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • Afterward, navigate to this registry path: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options
  • Next, look for the DWORDs named “MSASCui.exe”, “MpCmdRun.exe”, “MpUXSrv.exe” and “msconfig.exe”.
  • If you can’t find these DWORDs, refer to the next given option below.
  • Restart your computer.

Option 4 – Check the Environmental Values

  • Type “View advanced system settings” in the Windows search box and select the appropriate result.
  • This will open a new mini window. From there, go to the Advanced tab and click on the “Environment Variables…” button located at the bottom part of the window.
  • Next, look for the “%ProgramData%” variable name and make sure that its value is set to C:/ProgramData.
  • Then click OK to save the changes made.

Option 5 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files 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.
  • Restart your computer.

Option 6 – Perform a System Restore

Performing a System Restore on your computer can also help you fix the Windows Defender 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.
Read More
How to Resolve Error 80073712 in Windows 10

Error Code 80073712—What is it?

Error code 80073712 is one of the dozens of error codes affecting Windows 10 users. It occurs when users attempt to upgrade their operating system but experience a failure. The error code usually results from problems associated with missing or damaged files within Windows Update. Common symptoms of this error code include the following:

  • The inability of Windows Update to successfully complete the upgrade process
  • Message box highlighting the presence of error code

Solution

Restoro box imageError Causes

In the case of error code 80073712, the issues preventing Windows Update from completing the upgrade process are most likely due to problems with files within Windows Update. For instance, there may be corruption within the Component-Based Servicing (CBS) manifest.

Further Information and Manual Repair

Manual repair methods offer solutions to Microsoft users who are experiencing Windows error codes like the upgrade error code 80073712 in Windows 10. The manual repair methods in this article are not guaranteed to fix problems unrelated to this error code. Thus, be certain you are experiencing error code 80073712 before you attempt to implement the solutions provided below.

Method One: Run Windows Update Troubleshooter

Since issues related to Windows Update may be causing error code 80073712 to occur, one of the best solutions you can consider is to run the Windows Update Troubleshooter. This troubleshooter will be able to detect and fix corruptions within Windows Update files or any other issues directly related to Windows Update. To implement this manual repair method, follow the steps listed below:

  • Step one: Open your Internet browser
  • Step two: Type www.microsoft.com/downloads
  • Step three: Type Windows Update Troubleshooter in the search bar at the top-right corner of the Microsoft website.
  • Step four: Select Windows Update Troubleshooter then wait for the webpage to load.
  • Step five: Select Run troubleshooter

Once you run the troubleshooter, you should be able to verify and fix any errors within Windows Update files. Restart your machine after the troubleshooting process is complete them proceed by checking Windows Update to see if you are able to complete the upgrade. If Windows Update downloads the upgrade and the installation of the upgrade occurs, the problem has been resolved. Otherwise, error code 80073712 will reoccur, in which case you will need to move to manual repair method two.

Method Two: Run DISM Tool

Another option available to Windows users experiencing error code 80073712 is to download and run the Deployment Image Servicing and Management (DISM) tool. This tool checks for inconsistencies or corruptions that may be preventing Windows Update services from functioning correctly. To download and run the tool, follow the instructions below:

  • Step one: Type Command Prompt in the search box near the Start button
  • Step two: Right-click Command Prompt, then click Run as administrator, providing administrator password or confirmation where necessary.
  • Step three: Select Allow
  • Step four: Press Enter after typing the following command:
DISM.exe /Online /Cleanup-image /Restorehealth

Wait a few minutes to ensure that the process is complete. Once you’ve run the DISM tool, it will detect errors, for instance within registry data, and correct or replace them. Restart your machine after running this tool then check Windows Update. Attempt to download the upgrade to see if you have successfully resolved error code 80073712. If you experience an upgrade failure, move to the next manual repair method mentioned below.

Method Three: Perform a Clean Install of Windows 10

The issues related to error code 80073712 may also be resolved by performing a clean install of Windows 10. This manual repair method ensures that any previous versions of your Windows operating system are removed before you attempt to access an upgrade. This can prove effective as it helps users avoid issues that would otherwise cause error codes or poor PC performance in cases where errors are present on one’s system.

To successfully perform a clean installation of Windows 10, be prepared to follow step-by-step procedures that include the following:
  • Step one: Download and run media creation tool
  • Step two: Click Run, then select Create installation media for another PC
  • Step three: Select changes to the installation options, then select Next
  • Step four: Choose USB flash drive or ISO file, then click Next
  • Step five: Select drive, then Next
  • Step six: Select Finish, then restart your computer, ensuring that the media option you choose, whether USB flash drive or DVD, is in your machine before you choose to reboot.
  • Step seven: Press any key then follow the prompts provided to set up Windows 10.

Method Four: Download an Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 8 and other related issues when they do arise, download and install a powerful automated tool.

Read More
Fix File Explorer stuck on Working on it…
One of the most useful utilities on a Windows 10 computer is the Windows File Explorer. It is undeniably one of the File Managers out there full of features on all the platforms. However, it is not without its issues and one of the most common ones most users encounter is when you are trying to open a folder or a location on File Explorer and it displays a message saying, “Working on it…” as it tries to load the content of that location or folder. This kind of issue mainly occurs to computers that run on an HDD although that doesn’t mean that it can’t happen to other computers that run an SDD. And so if the File Explorer on your Windows 10 computer keeps getting stuck on the “Working on it…” message along with a green animation bar moving very slowly while loading the contents of the folder, then it’s best if you follow the options given below to resolve this problem.

Option 1 – Try deleting the contents of the Automatic Destinations folder

  • Tap the Win + R keys on your keyboard to open the Run utility.
  • And then type “%AppData%MicrosoftWindowsRecentAutomaticDestinations” and hit Enter to open this location.
  • From there, select all the files and tap the Shift + Delete key combination.
  • After that, you will get a prompt that will ask you if you want to delete all the files permanently, just click on Yes. This will delete all the Quick Access cache.
  • Now check if you can now open a folder or a location without the “Working on it…” message.

Option 2 – Try to rebuild the Search Index

  • First, open the Indexing Options using the Search bar.
  • Next, click on the appropriate listing, e.g. Users folder.
  • After that, click on the Advanced button. This will open a mini-sized window and from there, go to the Index Settings tab.
  • Then click on the “Rebuild” option under the Troubleshooting section.
  • Now click on OK after the rebuilding is completed. This should rebuild the search index for all the files and thus, fix the File Explorer stuck on the “Working on it…” message.

Option 3 – Try to optimize the folder for General Items

You might also want to try optimizing the folder for General Items as it can help the File Explorer to load the contents faster.
  • Just right click on the folder that takes time to load the contents in it and is showing the “Working on it…” message.
  • After that, click on Properties to open the Properties mini window.
  • From there, go to the Customize tab and click on the drop-down menu to “Optimize this folder for” under the “What kind of folder do you want?” section and then select General Items.
  • Then check the checkbox with a label that says, “Also apply this template to all subfolders” and click on the OK button to save the changes.
  • Restart File Explorer and check if the problem is now fixed or not.

Option 4 – Try performing a System Restore

Running System Restore can also help you resolve whatever issue that’s causing the “Working on it…” message. 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.
Read More
Rapid Media Converter Removal from Windows

Rapid Media Converter is a Potentially Unwanted Program that usually comes bundled with other unwanted software. Many users reported being unaware they had installed the application. It also generates additional advertising, and for this reason, it is classified as Adware and flagged for optional removal by several AVs.

From the Author: Howard Software / Applon runs off an ad-supported platform. During general internet usage on sites where Applon Support operates, users may see advertisements in form of shopping results and new tabs. The type of ad is dependent on the content of the page as you generally browse the internet. Applon is not related to or endorsed by the underlying website. These advertisements will be identified with the Applon Name or Logo.

About Browser Hijackers

Adware is programs created to show advertisements on users’ PCs with or without their consent. A kind of malware, it comes bundled up with the software application that a person either installs or accesses. Shareware or free software programs are generally packaged with adware. When adware penetrates your computer without you knowing and transfers information about you or your PC to 3rd parties, then it happens to be spyware. Other sorts of adware might take control of your internet browser and redirects you to websites that you don’t really want to check out. Adware is a common problem in most computer systems and these are really detrimental to your device. Adware/Spyware is usually downloaded and/or installed accidentally by users while exploring the net and people face lots of difficulties at the same time when it comes to removing adware from their computers. Adware could be dangerous for computer users in numerous ways. It could cause advertisements (popups, ad banners, and in-text) to show up constantly when you’re online or perhaps disrupt your computer experience when not connected to the net. When infected with adware for a long time, your computer will perform at slow processing speed, take a longer time to start up and shut down, easily get frozen up while loading websites, and even get the blue screen of death (BSOD). More often than not, adware is a legitimate revenue source for many companies that offer software to customers at zero cost. But adware generated advertisements tends to be more aggressive than normal ads which can greatly impair system performance or possibly result in a total crash. The adware will damage your PC should you allow it on your personal computer for a long period. A sensible way to block adware from corrupting your PC is to employ a reliable antimalware program such as Safebytes Anti-Malware on your computer. This software will give complete all-around protection to make sure that your laptop or computer doesn’t get infected again with spyware and adware. Take the following measures to prevent adware from overtaking your system: Downloading software online should come from trustworthy websites and also be selective about what you install on your computer; Always read the end-user license agreement (EULA) of any application you plan to install; Beware of clickable ads particularly those that advertise special deals, coupons, or any other suspicious deals.; Avoid installing toolbars, because toolbars from less reputable websites always contain adware, which might slow your PC and in some cases infect your computer outright.

What to Do if Malware Stops You From Downloading Antivirus?

Every malware is bad and the extent of the damage will vary greatly with regards to the type of infection. Certain malware goes to great lengths to prevent you from installing anything on your computer system, especially antivirus software. So what you should do when malware prevents you from downloading or installing Anti-Malware? There are a few fixes you could try to get around with this particular obstacle. Start Windows in Safe ModeIf any virus is set to load immediately when Windows starts, getting into Safe Mode may block the attempt. Since just the minimum programs and services launch in Safe Mode, there are hardly any reasons for conflicts to happen. Listed here are the steps you have to follow to start into the Safe Mode of your Windows XP, Vista, or 7 computers (visit Microsoft website for instructions on Windows 8 and 10 PCs). 1) At power-on/startup, tap the F8 key in one-second intervals. This should bring up the Advanced Boot Options menu. 2) Use the arrow keys to select Safe Mode with Networking and hit ENTER. 3) As soon as this mode loads, you should have the internet. Now, make use of your web browser normally and go to https://safebytes.com/products/anti-malware/ to download and install Safebytes Anti-Malware. 4) Following installation, do a complete scan and allow the software program to delete the threats it detects.

Obtain the anti-malware software using an alternate browser

Some malware only targets specific web browsers. If this is your situation, utilize another browser as it could circumvent the computer virus. If you appear to have a trojan attached to Internet Explorer, then switch to an alternate web browser with built-in security features, such as Firefox or Chrome, to download your preferred anti-malware program – Safebytes.

Create a bootable USB anti-virus drive

Here’s another solution which is using a portable USB antivirus software that can scan your computer for malware without the need for installation. Adopt these measures to run the anti-virus on the affected computer system. 1) On a clean computer, download and install Safebytes Anti-Malware. 2) Connect the USB flash drive to a USB slot on the clean computer. 3) Double-click on the downloaded file to run the installation wizard. 4) Choose the USB flash drive as the destination for saving the software file. Follow the on-screen instructions to finish the installation. 5) Transfer the USB drive from the uninfected computer to the infected computer. 6) Double-click the EXE file to open the Safebytes program from the thumb drive. 7) Click on the “Scan Now” button to begin the malware scan.

SafeBytes AntiMalware Overview

Are you looking to download the best anti-malware software program for your laptop or computer? You can find many applications in the market which come in paid and free versions for Microsoft Windows systems. A few of them do a great job in eliminating malware threats while some will harm your PC by themselves. You must be careful not to choose the wrong application, especially if you buy premium software. While considering the trustworthy programs, Safebytes Anti-Malware is certainly the highly recommended one. Safebytes is among the well-established computer solutions firms, which provide this all-inclusive anti-malware application. With its most advanced virus detection and repair technology, this software will help you protect your PC against infections brought on by different kinds of malware and similar internet threats, including adware, spyware, computer viruses, worms, trojan horses, keyloggers, ransomware, and potentially unwanted program (PUPs).

SafeBytes has fantastic features when compared with various other anti-malware programs. The following are some of the good ones:

Robust, Anti-malware Protection: Built on a highly acclaimed anti-virus engine, this malware removal application has the capacity to find and remove several stubborn malware threats like browser hijackers, PUPs, and ransomware that other common antivirus software will miss. Live Protection: SafeBytes provides totally hands-free live protection and is set to observe, prevent and eliminate all threats at its first encounter. It’ll regularly monitor your pc for hacker activity and also provides end-users with sophisticated firewall protection. High-Speed Malware Scanning Engine: SafeBytes Anti-Malware has a multi-thread scan algorithm that works up to 5x faster than any other anti-malware software. Safe Web Browsing: SafeBytes checks the links present on a webpage for possible threats and informs you whether the website is safe to check out or not, through its unique safety ranking system. Light-weight: This program is light-weight and can work quietly in the background, and that does not have an effect on your PC efficiency. 24/7 Customer Support: For any technical queries or product support, you can obtain 24/7 expert assistance through chat and email. To sum it up, SafeBytes Anti-Malware is really great for securing your computer against all sorts of malware threats. There is no doubt that your computer will be protected in real-time as soon as you put this software program to use. For top protection and the best value for your money, you can’t get better than SafeBytes Anti-Malware.

Technical Details and Manual Removal (Advanced Users)

If you don’t want to use malware removal software and prefer to get rid of Rapid Media Converter manually, you might do so by going to the Add/Remove Programs menu in the control panel and removing the offending software; in cases of web browser extensions, you can remove it by going to the browser’s Add-on/Extension manager. You will definitely also want to reset your web browser. To be certain of complete removal, find the following Windows registry entries on your system and delete it or reset the values appropriately. Please keep in mind that this is for advanced users only and could be difficult, with incorrect file removal causing additional system errors. Additionally, certain malicious programs have the capability to defend against its removal. Doing this in Safe Mode is advised.
Files: Search and Delete: RapidMediaConverter.exe ffmpeg.exe unins000.exe SQLite.Interop.dll RFolders: C:\Program Files\RapidMediaConverter\
Read More
DISM Error 14098, component store corrupted
As you know, one of the useful and efficient utilities in Windows 10 is the DISM tool. It can be used with the Command Prompt command line which allows users to carry out various tasks. However, there are instances when the DISM tool could encounter some errors when you try to execute a command. One of these errors is the one that states, “The component store has been corrupted”. This kind of DISM error is due to an error in the image file. When you encounter the DISM Error 14098 when running the DISM tool, you will see the following content in the command line:
“C:>Dism /Online /Cleanup-Image /RestoreHealth /Source:c:testmountwindows /LimitAccess Deployment Image Servicing and Management tool Version: 10.0.10586.0 Image Version: 10.0.10586.0 [==========================100.0% Error: 14098 The component store has been corrupted. The DISM log file can be found at C:WINDOWSLogsDISMdism.log C:>”
There are several fixes you can check out to fix the DISM Error 14098, “The component store has been corrupted”. You can try to run the Restore Health command or reset the Windows Update components, or whitelist the dism.exe in your antivirus program, as well as try to uninstall any recently installed updates. Follow the options provided below for more details.

Option 1 – Run the Restore Health command in a Clean Boot State

  • First, you need to put your computer in a Clean Boot State.
  • 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.)
  • Now open Command Prompt with admin privileges.
  • Then type and enter this command to execute it: Dism /Online /Cleanup-Image /RestoreHealth
  • Wait until the process is completed and restart your computer.
Note: If the Restore Health command fails, you can use the “/StartComponentCleanup parameter” by executing this command: Dism /Online /Cleanup-Image /StartComponentCleanup

Option 2 – Try to reset the Windows Update components

If by any chance that the second option didn’t work, resetting the Windows Update components could also help you resolve the problem. How? Refer to the following steps:
  • 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 3 – Whitelist the “dism.exe” in your antivirus program

The DISM error 14098 might also be caused by your antivirus program which could be interfering it from running. To fix this, you have to whitelist dism.exe. How? Refer to these steps:
  • Open the Windows Defender Security Center from the system tray area.
  • Next, click the “Virus & threat protection” option and then open the “Virus and threat protection settings”.
  • After that, scroll down until you find the “Exclusions” and click on the “Add or remove exclusions” option.
  • Then click the plus button and select the type of exclusion you want to add and from the drop-down list, select Folder.
  • Next, navigate to this path and select the WinSxS folder: C:/Windows/WinSxS
  • When a User Account Control or UAC prompt, just click on Yes to proceed.

Option 4 – Try to uninstall recently installed updates

There are times when some Windows Updates affect some mechanism internally when you update your Windows 10 computer. As a result, it causes issues with other components of the operating system which could be the reason why you’re getting the DISM error 14098.
  • Go to Settings and select Update and Security > Windows Update.
  • From there, click on the “View update history” option and then click on the “Uninstall Updates” option.
  • This will open a new window that contains the list of installed Windows Updates.
  • Now right click on the Windows Update you wish to uninstall and click Uninstall.
Read More
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.
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