Logo

Windows Update service could not be stopped

If you are running the Windows Update service but decided to stop it but you encountered an error message instead that says, “The Windows Update service could not be stopped”, read on as this post will help you fix the problem.

This kind of error appears when you use the Command Prompt to stop the Windows Update service, especially if you are using cmd without admin privileges. A lot of users reported that they were not able to disable the automatic Windows Update in Windows 10 using Command Prompt. The command used to stop the Windows Update service is the “net stop wuauserv” command. However, when some users executed this command, they got the error message. So if you are one of these users that can’t stop the Windows Update Service via Command Prompt, you can try to fix that using PID as well as checking the Service dependencies. For more details, follow the given options below.

Option 1 – Try to stop the Windows Update service via PID

In case you don’t know, each running service or process has its own unique ID or PID and you can find it in the Task Manager. You can use it to stop the Windows Update service. How? Refer to these steps:

  • Tap the Ctrl + Shift + Esc keys to open the Task Manager.
  • Next, go to the Services tab and look for the service named “wuauserv” and get its PID.
  • After that, type “cmd” in the Windows Start search and right-click on Command Prompt from the search results and then select the “Run as administrator” option.
  • After opening Command Prompt with admin privileges, execute this command: taskkill /f /pid <PID>

Note: You need to replace “<PID>” with the PID of the “wuauserv” service. For instance, the PID is 6676, then this is how the command should be “taskkill /f /pid 6676”.

  • After you execute the command, you will this message on your screen, “SUCCESS: The process with PID 6676 has been terminated” which indicates that you have stopped the Windows Update service successfully.

Option 2 – Try to check the Service dependencies

Dependencies of a Windows Service in Windows 10 are when windows services depend on other services. Such is the case with the Windows Update service – it also depends on three different services such as the Remote Procedure Call or RPC service, DCOM Server Process Launcher, and the RPC Endpoint Mapper. Meaning to say, if two of these services are not working as expected, then the dependant service will also be affected. This could be the reason why the Windows Update service could not start.

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter to open Windows Services.
  • From the list of Services, look for the following services:
    • Remote Procedure Call (RPC) Service
    • DCOM Server Process Launcher
    • RPC Endpoint Mapper
  • After you find these services, double click on each one of them and check whether the Startup type for all is set to Automatic and the Service status is set to Running or not.
  • If the service status is not running, then click the Start button. Afterward, check if you can now run the Windows Update service.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

How to change system font in Windows 11

Windows 11 is a good-looking operating system but people love to make things personal and to their liking so we decided to help you in this mission with small customization of changing default system fonts inside Windows 11.

Since there is no really easy way to just switch the font windows is using for itself we will have to tweak a registry a little so before we start please do make a backup of the registry file and follow the steps as they are presented in order to avoid any errors and break the system.

windows 11 transparency off

So, if all precautions are made and you are ready to change your Windows appearance let's dive right into it:

Find and/or install the font that you wish to use

There are vast free font sites on the internet where you can find fonts that you like and wish to use but be very careful with your desired font selection. The font that you choose needs to be a complete typeface, meaning that it has to contain all glyphs, large and small font sizes, all special characters, etc or you will experience that in certain areas nothing will be displayed.

Once you have found the font that you like and made sure it is a complete font, install it on your system (you can skip this step if you just want to change the system font with one already installed on your system)

Create REG file

Open notepad or a similar plain text editor in order to create a file that will apply changes directly into the registry and create a new file. Inside the file paste this text:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"="NEW-FONT"

All the way to the bottom where it says: "Segoe UI"="NEW-FONT", change NEW-FONT with the font name that you have chosen or installed in the previous step. For example: "Segoe UI"="Ubuntu".

Now go to File > Save As and name your file however you want but give it REG extension so it looks like: my_new_windows_font.REG

Apply changes

Now that you have your registry entry saved, locate it and double-click on it, at this stage Windows warning will probably pop up, you can just ignore it and click on YES since you wrote the file and know what it is. After registry entry is applied reboot your PC in order for changes to take effect.

Rolling back

If you want to change the font to another one, just repeat this procedure again. If you want to roll back to using the default Windows font, repeat the process but with this code instead of the one provided in the REG file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"="segoeui.ttf"
"Segoe UI Black (TrueType)"="seguibl.ttf"
"Segoe UI Black Italic (TrueType)"="seguibli.ttf"
"Segoe UI Bold (TrueType)"="segoeuib.ttf"
"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf"
"Segoe UI Emoji (TrueType)"="seguiemj.ttf"
"Segoe UI Historic (TrueType)"="seguihis.ttf"
"Segoe UI Italic (TrueType)"="segoeuii.ttf"
"Segoe UI Light (TrueType)"="segoeuil.ttf"
"Segoe UI Light Italic (TrueType)"="seguili.ttf"
"Segoe UI Semibold (TrueType)"="seguisb.ttf"
"Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf"
"Segoe UI Semilight (TrueType)"="segoeuisl.ttf"
"Segoe UI Semilight Italic (TrueType)"="seguisli.ttf"
"Segoe UI Symbol (TrueType)"="seguisym.ttf"
"Segoe MDL2 Assets (TrueType)"="segmdl2.ttf"
"Segoe Print (TrueType)"="segoepr.ttf"
"Segoe Print Bold (TrueType)"="segoeprb.ttf"
"Segoe Script (TrueType)"="segoesc.ttf"
"Segoe Script Bold (TrueType)"="segoescb.ttf"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"=-
Read More
Changing the Left & Right mouse buttons
As you know, all computer mouse devices are designed ergonomically for users who are right-handed. Although that’s mostly the case, there are also other mouse devices that are designed specifically for left-handed users or the ones that can be used by either the right or left hand. But before you look for these kinds of mouse devices, there is actually an option you can try so that your mouse device can work with either the left or right hand. All you have to do is configure your mouse device. Aside from setting the device to work on either hand, you can also switch mouse buttons, from left to right, using only a couple of simple steps. As mentioned earlier, most mouse devices are created for right-handed users. Meaning to say, these mouse devices are configured to be right-handed with their primary button on the left and the second one on the right. The primary button is used for certain functions such as selecting and dragging. Now you can configure your mouse to be left-handed by swapping its predefined functionality. How? Refer to each one of the given instructions below.

Option 1 – via Control Panel

  • First, go to the Start Menu and search for “control panel” in the Start search.
  • Once you see it from the search results, click on it to open it and then go to the Hardware and Sound section.
  • From there, click on Mouse under the Device and Printers section. This will open the window for Mouse Properties.
  • Now you have to check the Switch primary and secondary buttons box.
  • Then click on OK to save the changes made. After that, your primary select button on your mouse device is your right button while the secondary button, also known as right-click, is now the left button.

Option 2 – via Windows 10 Settings

This is the second option you can check out to change the configuration of your mouse from being right-handed to being left-handed.
  • First, right-click on the Windows icon and select Search.
  • Next, type “mouse” and from the search results that appear, click on Mouse Settings.
  • After that, select “Right” from the “Select your primary button” drop-down menu. This should set the mouse device from being right-handed to being left-handed.
Read More
Windows 11 Insider Preview Build 22000.71
Microsoft just released Windows 11 Insider build 22000.71. Let’s dive in and see what it brings with you.

windows insider 2000Changes and features

New entertainment widget. The entertainment widget allows you to see new and featured movie titles available in the Microsoft Store. Selecting a movie will direct you to the Microsoft Store to see more information about that title. Just open widgets and click or tap on the “Add widgets” button and choose the entertainment widget. For now, the entertainment widget is available for Insiders in the following countries: US, UK, CA, DE, FR, AU, JP. The new context menus and other right-click menus have been updated to use acrylic material. We are testing the usability of a SplitButton for making new folders and files in the File Explorer command bar. The Taskbar previews (when you mouse-over open apps on the Taskbar) have been updated to reflect the new visual design of Windows 11.

Fixes

Taskbar:

  • We fixed an issue where if you drag app icons on the Taskbar to rearrange them, it was making the apps launch or minimize when you released the icon.
  • Using a long press with a touch on an app icon in the Taskbar to open the jump list should now work.
  • After right-clicking the Start icon in the Taskbar, clicking somewhere else should now dismiss the menu more reliably.
  • Shift + Right-click on an app icon in the Taskbar will now bring up the window menu like it used to and not the jump list.
  • We’ve addressed an issue that was making your mouse move slowly when hovering over the Taskbar previews.
  • We’ve included the fix for an issue when using multiple Desktops where an app icon in the taskbar might give the appearance of multiple windows being open when that wasn’t the case on that Desktop.
  • When using the Amharic IME you should no longer see an unexpected X next to the IME icon in the taskbar.
  • The issue where if you click on the input indicator on the Taskbar and it would unexpectedly highlight Quick Settings has been fixed.
  • When you hover over Task View, the preview flyout for your Desktops will no longer pop back up after using Esc to dismiss them.
  • We made a fix to address an issue where explorer.exe might crash after hovering over the Task View icon in the Taskbar.
  • We fixed an issue where the selected date in the calendar flyout was out of sync with the date in the Taskbar.
  • We made an update to address a scenario resulting in some Insiders not seeing the lunar calendar text in the calendar flyout when enabled in Settings.
  • This flight addressed an issue that could unexpectedly make the Taskbar background transparent.
  • Right-clicking the focus assist icon in the taskbar should now show a context menu.
  • The issue from the previous flight where icons in the taskbar corner were getting crushed against the top of the Taskbar has been addressed.
  • The tooltip for the location in use icon in the Taskbar should no longer appear blank sometimes.

Settings:

  • We fixed an issue making Settings crash on launch periodically.
  • Using the volume mixer sliders in Sound Settings should be more responsive now, as well as the page responsiveness as a whole.
  • We fixed an issue resulting in Disk and Volumes Settings’ change size option being clipped.
  • There was a non-functional verify link under Backup Settings – this has been fixed.
  • The Power and Battery Settings page should no longer be reporting that the battery saver is engaged if it’s not.
  • The Power and Battery Settings page should also now not crash when launched from Quick Settings.
  • We fixed a grammatical error in the Sign-in Settings text.
  • The “I forgot my PIN” link was unexpectedly missing in Sign-in Settings when a PIN was set up and has now been returned.
  • The issue where the Move option under Apps & Features in Settings wasn’t working reliably should be addressed in this build.
  • We’ve mitigated a problem where some of the colors in Settings weren’t updating after switching between dark and light mode, leaving the unreadable text.
  • We’ve done some work to help improve the performance of Settings when switching between light and dark mode.
  • We addressed an issue where some of the elements of the Themes page in Settings would end up crowded together when the window size was small.
  • We resolved an issue where the Pen menu toggle under Taskbar Settings was not in sync with the actual state of the feature.
  • Changes made to “Dismiss notification after this amount of time” in Accessibility Settings should now persist.
  • Some of the icons you could enable in Taskbar Settings were erroneously labeled Windows Explorer even though that’s not what they were – this should now be fixed.
  • The Connect text in Quick Settings has been updated to say Cast.

File Explorer:

  • Clicking the command bar button twice should now close any dropdown that appeared.
  • The new command bar should now appear when “Open folders in a separate process” is enabled under File Explorer Options > View.
  • This build addresses an issue where right-clicking a file and selecting Open With > Choose another app might launch the file in the default app rather than opening the Open With dialog.
  • Fixed an issue the desktop and File Explorer context menu would stop launching.

Search:

  • We fixed an issue where the option to verify your account in Search wasn’t working.
  • Hovering over the Search icon on a secondary monitor will now show the flyout on the correct monitor.
  • Search should now work if you open Start and start typing after having gone to the apps list and back.

Widgets:

  • When using the Outlook client with a Microsoft account, Calendar, and To-Do updates should sync faster down to the widgets.
  • We addressed an issue where if you added multiple widgets quickly from the widget's settings, it could result in some of the widgets not being visible on the board.
  • We fixed a bug where widgets could all become stuck in a loading state (blank squares in the window).
  • The traffic widget should now follow the Windows mode (light or dark).
  • The title of the sports widget should no longer mismatch with the content of the widget.

Other:

  • This build addresses an issue where ALT + Tab was getting stuck open sometimes after you released the keys and had to be manually dismissed.
  • We made a fix for an issue where Narrator's focus wasn’t ending up on the emoji panel after using the keyboard shortcut to open it.
  • Magnifier’s lens view has been updated so the lens now has rounded corners.
  • We found an issue that was noticeably impacting Start launch reliability for some Insiders, and have addressed it with this flight.
  • We’ve updated the “Most Used” text in the Start menu’s app list so it should no longer be getting clipped.
  • Using the semantic zoom in Start’s app list should no longer result in the list being pushed down and to the right off the edge of the window.
  • We fixed an issue where if you pressed ⊞ WIN + Z you would need to press Tab before you could use the arrow key to navigate through the snap layouts.
  • We addressed an issue where an acrylic area could get left on the screen after repeatedly snapping and unsnapping a window with touch.
  • We’ve done some work to mitigate an unexpected flash when moving a snapped window with touch.
  • We made a change to help window borders have a little more contrast when “Show accent color on title bars and windows borders” was turned off.

Known issues in Windows 11 repaired

Start:

  • In some cases, you might be unable to enter text when using Search from Start or the Taskbar. If you experience the issue, press ⊞ WIN + R on the keyboard to launch the Run dialog box, then close it.
  • Based on feedback, we are working on adding access keys to ⊞ WIN + X so that you can do things like “⊞ WIN + X M” to launch Device Manager. Insiders may see this functionality in this build, however, we are currently investigating an issue in which sometimes the option is unexpectedly unavailable.

Taskbar:

  • There is an issue in this build where Explorer.exe will crash when the date and time button on the Taskbar is clicked to access new notifications with Focus Assist turned off. The workaround for this is to enable Focus assist to priority or alarms mode. Note that when focus assist is turned on, notification popups won’t appear, but they will be in the notification center when opened.
  • The Taskbar will sometimes flicker when switching input methods.
  • Taskbar previews may draw partially offscreen.

Settings:

  • When launching the Settings app, a brief green flash may appear.
  • When using Quick Settings to modify Accessibility settings, the settings UI may not save the selected state.
  • The button to rename your PC doesn’t work in this build. If needed, this can be done using sysdm.cpl.
  • Settings will crash when clicking “Facial recognition (Windows Hello)” under Sign-in Settings if Windows Hello is already set up.
  • Reset this PC and Go back buttons in Settings > System > Recovery does not function. Reset and rollback can be accessed from the Windows Recovery Environment by selecting System > Recovery > Advanced startup, and pressing Restart now. Once in Windows Recovery, choose Troubleshoot.
  • Choose Reset this PC to perform a reset.
  • Choose Advanced options > Uninstall Updates > Uninstall latest feature update to perform a rollback.

File Explorer:

  • exe crashes in a loop for Insiders using the Turkish display language when the battery charge is at 100%.
  • When right-clicking the desktop or File Explorer, the resulting context menu and submenus may appear partially off-screen.
  • Clicking a desktop icon or context menu entry may result in the wrong item being selected.

Search:

  • After clicking the Search icon on the Taskbar, the Search panel may not open. If this occurs, restart the “Windows Explorer” process, and open the search panel again.
  • When you hover your mouse over the Search icon on the Taskbar, recent searches may not be displayed. To work around the issue, restart your PC.
  • The search panel might appear black and not display any content below the search box.

Widgets:

  • Widgets board may appear empty. To work around the issue, you can sign out and then sign back in again.
  • Launching links from the widgets board may not invoke apps to the foreground.
  • Widgets may be displayed in the wrong size on external monitors. If you encounter this, you can launch the widgets via touch or WIN + W shortcut on your actual PC display first and then launch on your secondary monitors.

Store:

  • The install button might not be functional yet in some limited scenarios.
  • Rating and reviews are not available for some apps.

Windows Security:

  • Device Security is unexpectedly saying “Standard hardware security not supported” for Insiders with supported hardware.
  • “Automatic sample submission” is unexpectedly turned off when you restart your PC.

Localization:

  • There is an issue where some Insiders may be missing some translations from their user experience for a small subset of languages running the latest Insider Preview builds. To confirm if you have been impacted, please visit this Answers forum post and follow the steps for remediation.
That's is so far, the latest update information on Windows 11 insider build. Stay tuned for more information when it comes as it comes.
Read More
UNMOUNTABLE_BOOT_VOLUME
One of the worst Blue Screen of Death errors you can encounter is the UNMOUNTABLE_BOOT_VOLUME BSOD on Windows 10. In this BSOD error, your computer won’t be able to properly boot. Meaning to say, even if you want to reinstall Windows, you won’t be able to back up your important files. Thus, it wouldn’t be really feasible to fix the system files, and besides, reinstalling Windows 10 would take a lot of time, not to mention resources. The UNMOUNTABLE BOOT VOLUME error is the kind of BSOD error that occurs if Windows is not able to access the volume that contains the boot files. Resolving this BSOD error won’t be easy but you will surely manage by following the suggestions laid out below but before you go on, make sure to create a System Restore Point.

Option 1 – Try checking the hardware

If you got the UNMOUNTABLE BOOT VOLUME BSOD error while trying to update your computer to a higher version of Windows, then you need to check if you have the compatible drivers for the disk controller as well as re-check the drive cabling and make sure that it is properly configured. And if you’re reusing either ATA-100 or ATA-66 drivers, ensure that you have an 80-connector cable and not the standard 40-connector IDE cable.

Option 2 – Try using Automatic Repair

You might also want to use Automatic Repair in fixing the BSOD error. To do so, follow the steps below.
  • You can start by creating and booting from a bootable Windows 10 USB Stick.
  • After that, click on Repair your computer located in the bottom left corner when you are on the initial Windows Startup screen.
  • Next, click on Troubleshoot, and then on the other screen, click the Startup Repair option.
  • Now select the operating system you want to repair. Once you do that, it will start to repair your operating system. Wait until the process is completed and then check if the problem’s now fixed.

Option 3 – Try fixing the Master Boot Record or MBR

The MBR or Master Boot Record is the location and is where the architecture of the operating system is installed. Thus, if either the location or the architecture has tampered with, it can cause lots of BSOD errors like the UNMOUNTABLE BOOT VOLUME error.
  • Boot your computer into Safe mode with Networking using the Advanced startup options which you can access by tapping the F2 or F8 key. Once you’ve accessed the Advanced startup options.
  • After you access the Advanced Startup options, select Command Prompt by using the arrow keys on your keyboard.
  • After opening Command Prompt, execute the following command and hit Enter:
bootrec /fixboot
  • After entering the command, wait until the process is completed and then restart your computer to apply the changes made successfully.

Option 4 – Run the CHKDSK command to repair hard disk errors

Running the Chkdsk utility could help you fix the UNMOUNTABLE BOOT VOLUME error. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the Chkdsk utility comes in. The Chkdsk utility repairs hard drive errors that might be causing the problem.
  • After you access the Advanced Startup options, select Command Prompt by using the arrow keys on your keyboard.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • The command you entered will scan the hard disk for any errors and will automatically fix it if it finds some issues. Wait for the process to be completed and then reboot your PC.
Read More
Removing Default Taskbar Buttons in Windows 11
Windows 11 taskbarI do not know about you, but I prefer to set my Windows to be more to my liking and not how Microsoft thinks it should be. Let’s face it, not all users feel comfortable whit Microsoft settings and idea how things should be. One of the things I particularly did not like even in Windows 10 is icons that come by default on my taskbar, now so far, well until the latest Windows 11 update you could remove default taskbar icons the same way as in Windows 10, just right-click on them and unpin, sadly with latest update build on Windows 11 this option has been removed. In order to remove default icons from the taskbar, one must go now to Windows 11 settings and choose from there which one you would like to be placed on it. Of course, this is nothing game-breaking but it still feels strange why the standard option has been removed, it just makes no sense but lately not many things that come from Microsoft do. I do not know about you, but I prefer to set my Windows to be more to my liking and not how Microsoft thinks it should be. Let’s face it, not all users feel comfortable whit Microsoft settings and idea how things should be. One of the things I particularly did not like even in Windows 10 is icons that come by default on my taskbar, now so far, well until the latest Windows 11 update you could remove default taskbar icons the same way as in Windows 10, just right-click on them and unpin, sadly with latest update build on Windows 11 this option has been removed. In order to remove default icons from the taskbar, one must go now to Windows 11 settings and choose from there which one you would like to be placed on it. Of course, this is nothing game-breaking but it still feels strange why the standard option has been removed, it just makes no sense but lately not many things that come from Microsoft do.
Read More
A Guide to Fixing Error Code 39

Code 39 - What is it?

Code 39 is a device driver error code that pops up when the Windows operating system cannot load the driver for the hardware you want to use.

This hampers your ability to use the hardware properly. The error code is almost always presented in the following format:

“Windows cannot load the device driver for this hardware. The driver may be corrupted or missing.” Code 39

Error Causes

A device driver is a software program that tells the operating system how to control a particular hardware device. Each hardware device has a different driver.

There are separate device drivers for printers, CD-ROM readers, and keyboards, to name a few.

Many device drivers are already built into the operating system. But sometimes you will need to install a new device driver when you want to use a new piece of hardware device that the operating system is not familiar with, or does not anticipate.

Regardless of whether or not the drivers are already integrated into the operating system, you may still experience code 39, typically because of the corrupted or outdated drivers.

Outdated and corrupted drivers cause hardware malfunction and failure, which trigger device driver error codes like code 39. Other causes include incorrect registry values.

Further Information and Manual Repair

Below are some of the easiest and most effective methods to resolve Device Manager error code 39 on your PC.

To follow and implement these methods, you don’t require any technical knowledge or expertise. Simply follow these instructions to fix the error right away.

Method 1 - Fix with a Simple Reboot

There is a possibility that the error code 39 is caused by some fluke within the Device Manager or your BIOS.

If that’s the reason, then a simple PC reboot can resolve the issue immediately. Therefore, before you try anything, it is advisable to restart your system.

If it works, then that is great, but if it doesn’t, then don’t worry, try other methods given below to fix this problem successfully.

Method 2 - Uninstall and Reinstall Drivers

If the error code 39 is generated due to faulty or outdated drivers, then simply uninstall and remove them and then reinstall new driver versions. There are two ways to remove faulty drivers.

Method One

  • One is, to go to the start menu, click on Control Panel, and then Add/Remove Programs.
  • Remove the program and the driver you think is causing problems. This will thoroughly remove all traces of the faulty driver.
  • To reinstall, follow the same steps but this time install the new device driver version.

Method Two

  • The other way is to go to the start menu, type Device Manager in the search bar, and then press enter to continue.
  • In the Device Manager, find and locate the problematic device.
  • After that, double-click the category of device that you wish to uninstall. Let’s say, Windows is unable to load the graphics card driver.
  • This means you will have to click on the Display Adapter category in the Device Manager to uninstall the graphics card.
  • After you have successfully uninstalled, Windows will prompt you to confirm device removal.
  • Simply click OK to confirm and proceed. To activate the changes, restart your PC.
  • To reinstall, go to the Device Manager, click on the Action tab and then select the option ‘Scan for Hardware Changes.’

This method, although effective in resolving error code 39,  can be time-consuming. To avoid the hassle and save time, try method 3.

Method 3 - Update Drivers Automatically with DRIVERFIX

If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Win Firewall and third party Firewall are off
As you know, the Windows 10 operating system, as well as other Windows versions, comes with the Windows Firewall. In Windows 10, the firewall allows users to install and run a third-party firewall. This kind of firewall works independently to block any suspicious activity on your computer. However, recently, some users reported that they are getting a notification on the Startup saying,
“Windows Firewall and <Third party firewall name> Firewall are both turned off; tap or click to see available options”.
This particular error could be caused by a lot of factors but when you manually check the firewall, you’ll find that there really is nothing wrong with both the Windows Firewall and the third party firewall. So if both the Windows Firewall and third-party firewalls like McAfee, Comodo, and many others are both turned off in Windows 10, then you need to do several things to resolve the problem – you need to check the supporting services that are required and uninstall and then reinstall the third party firewall on your computer. For more instructions, refer to the options provided below.

Option 1 – Try enabling all the supporting services for the firewall

The first thing you can do to resolve the error with the firewall is to check all of its supporting services by following these steps:
  • Tap the Win + R keys to open the Run utility and type “services.msc” in the field and then hit Enter to open the Windows Services Manager.
  • Next, look for the Windows Defender Firewall service among the given list of services.
  • Once you found it, make sure that its Startup Type is set to Automatic and that the status of the service is Running. So if it’s not running, just click on the Start button.
  • In addition, you also have to make sure that the following services’ status is set as follows:
    • Xbox Live Networking Service: Manual
    • Base Filtering Engine: Automatic
  • Once done, start the firewall again and check if the error is now fixed or not.

Option 2 – Try to uninstall and reinstall the third-party firewall

It is possible that the firewall error might be due to an error with the compatibility of the installation in Windows 10 and the third-party firewall. Thus, the next thing you can do is to uninstall the third-party firewall and then reinstall it again. Once you have uninstalled the third-party firewall, you can download its latest version from its official website and install it again. This should fix the error with the firewall.
Read More
How to Fix Error 0x0000007E

What is 0x0000007E?

 Error 0x0000007E is a Windows Stop error message that is displayed on a blue screen. This may appear when browsing the internet, listening to music on some media player application or while working on an important document on MS Word or Excel.  This message strikes terror as the screen goes blue without any warning.

Solution

Restoro box imageError Causes

The error code 0x0000007E is triggered because of:

Further Information and Manual Repair

If you experience this error on your PC, you don’t have to panic and call a professional. This error is rated as an easy fix. And you can easily resolve the issue even if you don’t have a piece of strong technical knowledge about computers. Here are some quick fixes to repair the error 0x0000007E on your PC in the shortest time and without any hassle:
  • Cause: Faulty Hard Drive

Solution: In the event of a faulty hard drive, it is best to create a backup of all your data and get a new hard drive. However, first, it is advisable to use the Windows tool called Chkdsk (Check Disk) to identify and determine if the hard drive is faulty or not. To do so, click on the start menu and type CMD into the search box. Click on it to run. Now a black box will be displayed on the screen, simply type the command Chkdsk and run it to find out if your hard drive is faulty and damaged. If so, then get a new hard drive.
  • Cause: Hard Drive is full

Solution: Error 0x0000007E may also occur if the hard drive is full. To check the storage space on your hard drive, go to My Computer. If the space is full, then it is advisable to delete some files or uninstall heavy and recently installed programs to free up some space.
  • Cause:  BIOS not updated

Solution: You may come across this blue screen error if your BIOS is not updated. To update your BIOS, restart your computer and press F2 to enter setup.  Now go to SATA Operation and change RAID AHCI to RAID ATA. Save changes and then exit. By doing so, you can update your BIOS and fix the error 0x0000007E immediately. It’s that easy!
Read More
How to Fix a Windows PC Crash Dump
Crash Dump is a type of malfunction that can happen when a few portions of the processor's data or RAM memory are erroneously copied to one or more files. It is common among Windows PCs. It used to be most prominent on the Windows 95 edition but subsequent versions have mostly remedied the situation. Even with the remedies over time though, this error still occurs.

Error Causes

A Crash Dump usually points to some serious and critical errors with your Computer. Below are some of the possible causes for this error:-
  • Corrupt memory
  • Incorrect configurations on hardware
  • Programming errors.
  • Incompatible drivers
  • Faulty Operating system
Despite the listed causes for Crash Dumps. Nobody is ever ready for them. A crash dump is classified as an unexpected error simply because it can happen anytime.

Further Information and Manual Repair

Most PC users get scared and anxious when a crash dump happens. Which need not be the case. You can easily repair a Crash Dump without necessarily requiring a computer technician. Follow these simple steps and the malfunction will soon dissipate:

a) Re-Install the Operating System

Put the setup CD into the computer disk drive. Once you've completed this, reboot the pc.

b) Push F8

Push the F8 function key on your keyboard while the pc is re-booting. This takes you to a menu where you should choose “Advanced Boot Options”

c) Click "Repair My Computer"

As soon as you push the F8 option, and do what's suggested in the last measure above, you must click on "Repair My Computer" and press the "Return/Enter" key.

d) Click on the "Startup Repair"

Search for the start-up repair option, and choose it. Subsequently, move to Next. Using this method, the cause of the Crash dump will undoubtedly be recognized and ended after a thorough scan of your system. Additionally, it is smart to take note of the whole Crash Dump information that appears on your screen. Windows supplies you with detailed error messages. Write down each of the error codes in hexadecimal values as well as capital characters as displayed on the screen.
  • Disconnect Hardware  and Un-Install all Drivers

Disconnect and remove any new hardware that is causing your PC to crash dump. Uninstall any drivers you used to install the hardware. If this solves the problem, contact the hardware manufacturer and request the latest and updated device drivers. At length, prior to starting panicking, see the error information that appears on your own display. Browse to see whether it includes info on a certain driver that you ought to search for and install. Bottom line, remain calm when your computer crash dumps and use the mentioned steps to repair it.
Read More
Windows Sandbox item is greyed out
As you know, the functioning of the Windows Sandbox feature is supported by various components in the background of the Windows operating system. And the only way for you to enable the Windows Sandbox feature in your computer is through the Turn Windows features on or off utility. This feature will work directly on the basis of Virtualization which is also supported by Hyper-V. However, there are some reports claiming that some computers have the Windows 10 Sandbox item greyed out in the Turn Windows features on or off utility. Thus, in this post, you will be guided on what you can do to resolve such a problem in your Windows 10 computer. In this kind of problem, you should know that this has something to do with the Second Level Address Translation which is one of the important pillars of how the Windows 10 Sandbox feature functions. Thus, if the Second Level Address Translation or SLAT feature in Windows Sandbox is not supported by the CPU of your computer, there is no way for you to use Windows Sandbox on your computer. On the other hand, if SLAT is supported, then there is definitely something you can do to resolve the greyed-out Sandbox item in Windows 10.

To get started, follow the steps provided below.

Step 1: First, you have to boot into the BIOS of your PC. Step 2: After that, make sure that the following options are set to their respective configurations:
  • Hyper-V – Enabled
  • VM Monitor Mode – Yes
  • Virtualization – Enabled
  • Second Level Address Translation (VT-d or RVI) – Enabled
  • Data Execution Prevention – Enabled
Step 3: Once you’re done, save the configuration and then restart your Windows 10 computer as usual. Step 4: Once your computer has restarted, you should see the same option in the Turn Windows features on or off utility and it should no longer be greyed out. Then you can now enable the feature and follow the onscreen instructions need to use the feature as best as you can.
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