Logo

How to Fix Windows Update error 0x80092004

If you encounter Windows Update error 0x80092004 while trying to update your Windows 10 computer, then this post is for you. This kind of Windows Update error could be due to many reasons but none of them includes your hardware or installed driver software. Microsoft releases updates that are either not supposed to go out, or you install them when you click on the Check for Update button which can install updates that have not finished testing yet. As a result, you may encounter the Windows Update error 0x80092004

To resolve the Windows Update error 0x80092004, here are some fixes you can try.

Option 1 – Try removing recent updates and packages

When a Windows Update fails, it mostly rolls back and cleans up all its residues. However, there are times when it doesn’t and you can clean that package manually. To remove recent updates and packages, you can go to the Update History and find out what KB updates were installed and once you’ve figured it out, you can execute the DISM tool to remove it manually.

  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, execute the “Dism /online /Get-Packages”. This will give you a list of packages that were recently installed.
  • Now run the Remove Package program to remove the concerned update and package.

dism.exe /online /remove-package /packagename:Package_for_RollupFix_Wrapper~31bf3856ad364e35~amd64~~16299.248.1.17 /packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.125.1.6 /packagename:Package_for_RollupFix_Wrapper~31bf3856ad364e35~amd64~~16299.192.1.9 /packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.192.1.9 /norestart

  • Now restart your computer and log back in.
  • After that, run the following command:

Dism.exe /online /Cleanup-Image /StartComponentCleanup

  • Then scan for updates.

Note: Keep in mind that the remove package command is made for AMD 64-bit machines specifically.

Option 2 – Try deleting the files from the SoftwareDistribution folder and resetting the Catroot2 folder

The downloaded Windows Updates are placed in a folder called “SoftwareDistribution”. The files downloaded in this folder are automatically deleted once the installation is completed. However, if the files are not clean up or if the installation is still pending, you can delete all the files in this folder after you pause the Windows Update service. For complete instructions, refer to the steps below.

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.

net stop wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.

After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:

  • Type each one of the following commands.

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After that, exit Command Prompt and restart your computer.

Option 3 – Try to run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the “We couldn’t install some updates because the PC was turned off” error. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 4 – Try to manually install the Windows Updates

Windows Update Error 0x80092004 might be due to a Windows Update that has failed. So if it is not a feature update and only a cumulative update, you can download the Windows Update and install it manually. But first, you need to find out which update has failed, and to do so, refer to the following steps:

  • Go to Settings and from there go to Update and Security > View Update History.
  • Next, check which particular update has failed. Note that Updates that have failed to install will be displayed under the Status column which has a label of “Failed”.
  • After that, go to the Microsoft Download Center and look for that update using its KB number and once you find it, download and then install it manually.

Note: You can also use the Microsoft Update Catalog, a service from Microsoft that provides a list of software updates that can be distributed over a corporate network. With the help of this service, it can be easier for you to find Microsoft software updates, drivers as well as fixes.

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

Intel’s GPU ARC coming aimed at AMD & Nvidia
intel ARCThis is not the first time that Intel is trying to enter the GPU field but its adventures so far were, well let us agree not so good. All of that is hoping to be changed with the upcoming ARC GPU. The first generation of Arc graphics, code-named Alchemist and previously known as DG2, will support desktop PCs and laptops and is set to arrive in the first quarter of 2022. Alchemist will have hardware-based Ray tracing and AI-driven supersampling. This indicates that GPU is aimed to compete in the Hi-end spectrum and battle side by side with Nvidia and AMD on the market. Alchemist will also pack full DirectX 12 Ultimate support. Intel also released names for the next upcoming future generations of ARC GPUs: Battlemage, Celestial & Druid. More information about ARC products will be released later this year. “Today marks a key moment in the graphics journey we started just a few years ago. The launch of the Intel Arc brand and the reveal of future hardware generations signifies Intel’s deep and continued commitment to gamers and creators everywhere,” Roger Chandler, Intel vice president, and general manager of client graphics products and solutions.
Read More
nslookup works but ping fails in Windows
nslookup is a command-line tool that helps in finding the DNS records of a website. It sends a name server query to the DNS and obtains the corresponding IP address. Aside from that, it can also perform some complex functionality such as finding details about FTP server, Mail server and many more but most of them are used by administrators. The best thing about nslookup is that it queries the DNS server directly and it does not rely on the cache. On the other hand, there is another tool called PING that is used to verify connectivity. PING sends a packet of information to the IP address or Domain and gets back a response in the form of packets. So if everything goes well, all packets are received but if not, it will help you find out where the delay in the network exactly is. However, the ping command does not always attempt a DNS lookup which means that it might be using the DNS cache and use the IP address available in that table. Although both nslookup and PING help you in identifying the host or IP address, however, they don’t always work and sometimes fail. So if your nslookup works but ping fails on your Windows 10 PC when querying the IP address of a website then it could be caused by many reasons. It could be that the nslookup queries work for you but when you try to use PING, it fails. For instance, if you open the abc.com website, here’s how it will look like:
nslookup xyz.com Server: dns.company.com Address: 192.168.1.38 C:> ping xyz.com Ping request could not find host xyz.com. Please check the name and try again.
The domain is converted into an IP address and then data is sent to that IP address when you use PING. So when a reply comes back it means that the data is going back and forth to that domain without any problem. However, if the DNS fails to resolve the IP address of the website or if your PC does not attempt a DNS lookup, you will receive a similar error message that says, “Could not find host” and so on. To resolve this issue, here are some options that might help.

Option 1 – Reset Winsock, TCP/IP & Flush DNS

Resetting Winsock, TCP/IP, and flushing DNS might help you resolve the issue with nslookup and PING. To do so, follow these steps:
  • Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
  • After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.

Option 2 – Force Windows to do a DNS lookup using FQDN

  • Go to Settings > Network & Internet > Status > Change adapter options.
  • From there, right-click on the network and select Properties.
  • Next, in case you’re using IPv6, from the list of connections available in the list, select Internet Protocol Version 4.
  • Then click on Properties and click Advanced.
  • After that, switch to the DNS tab and select “Append these DNS suffixes (in order)” and click on the Add button and then add “.” as a suffix so that each time you query using PING and another tool, it will add a “.” at the end and will force the lookup.

Option 3 – Make sure that there is only one default gateway

If your computer has more than one NIC connected and there are multiple default gateways, then it will most likely create confusion which is why you need to remove the default gateway from the configuration of all NICs and make sure that there is only one default gateway.

Option 4 – Use the Google Public DNS

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

Option 5 – Check the Windows Host file

You can also try to cross-check the Windows Hosts file to find out if the website you are trying to open has been blocked, because if it is, then it’s no wonder why PING fails even when nslookup works. There are instances when some third-party application modifies the file and adds some websites to the blocklists. So if the website is indeed blocked, you need to remove it from the list.

Option 6 – Delete the WLAN Profiles

Deleting the WLAN Profiles might be a good idea if you are not able to connect to the internet on your computer and if you’re using Wi-Fi. It could be that the networks that were connected previously have gone rogue which is why it is not connecting properly. And so deleting the WLAN profiles might help you in fixing the issue with nslookup and PING.

Option 7 – Reinstall the Network Adapter Drivers

  • Tap the Win + R keys to launch the Run window and then type in the “msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and select “Uninstall device”.
  • Restart your PC.
Read More
Fix Copy & Paste issue in Windows 10
Copy & Paste function is an essential option in properly working Windows, from copying text to weblinks and many other sources like pictures and files it is one of the crucial features in Windows. When the copy and paste feature is not working we are somewhat left in Windows limbo, essentially Windows itself is working but without this specific feature it is very hard, almost impossible to get any work done, if you are an unfortunate user who has faced this particular issue do not worry, we have solutions for you.
  1. Update Windows

    Glitches come in various forms and sometimes they are introduced in updates, check to see if it is available Windows update and if it, download and install it, there is a very high chance that the next update will bring fixes for known glitches.
  2. Disable antivirus

    A good antivirus is an essential piece of software for any PC, however, sometimes it can interfere with the basic operations of windows itself. Disable it completely to see if copying and pasting will start to work, if this is a case, see can you somehow turn options off in antivirus or switch to another one.
  3. Run Check disc

    Corrupted applications and system files can cause issues with Windows functioning, the easiest way to solve this issue is to run build-in Windows Check disk utility and let it scan and fix potential issues.
  4. Run SFC

    If the check disk failed to fix the issue, run command prompt as administrator and type in sfc /scannow, file checker will go through all files and fix if it finds anything including corrupted system files. Reboot your system after the operation completes. Please note that an SFC scan can take a long time sometimes, do not interrupt the scanning process and leave it to finish.
  5. Restart rdpclip process

    Restarting rdpclip.exe can solve the issue. Open task manager and under process find rdpclip.exe, right-click on it and end it, then go to windows/system32 and search for rdpclip.exe and double click it. Please note that you will be able to find this process only if you are on a remote PC machine, on a local user machine rdpclip is not running.
  6. Rollback to the previous system restore point

    If this particular issue was introduced in the latest update and previous solutions have not worked, roll back to the restore point where everything was working as it should.
  7. Stop virtualization

    if you are using virtual software there is a chance that the shared clipboard feature is interfering with Windows, turn the Virtual machine off and try copy & paste again.
Read More
Disabling Auto Update in Chrome & Firefox
As you know, all the web browsers come with the support of auto-updates which include both Google Chrome and Mozilla Firefox. However, with these updates, the browser comes with the support of a new web APIs and better rendering. Although there could be a lot of problems that may arise due to these updates. These problems consist of depreciation of features, incompatibility with some websites, to name a few. It includes incompatibility with some websites, depreciation of features, and more. This might push someone to stop the auto-updates of these web browsers. So, in this guide, we will be checking out how to stop auto-update in Google Chrome and Mozilla Firefox on Windows 10. Thus, if you want to be rid of these issues, then you can disable the Chrome & Firefox auto-update and you can do that by either using the Windows Services Manager and the System Configuration utility.

Option 1 – Disable Chrome & Firefox auto-update via Windows Services Manager

The first thing you can do to disable the Chrome auto-update is through the Windows Services Manager. To do so, follow these steps:
  • First, tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • After that, you will see a list of services and from there, look for the Google Update Services (gupdate) and Google Update Service (gupdatem).
  • Once you find these services, right-click on each one of them and select Properties and then make sure that the Service Status is set to be Stopped.
  • You should also select the Startup Type to Disabled and click on the Apply and OK buttons.
  • Now restart your computer. This should stop the automatic update of the Chrome browser.

Option 2 – Disable Chrome & Firefox auto-update via System Configuration utility or MSConfig

  • Tap the Win + R keys to open the Run utility and type “msconfig” in the field and tap Enter to open the System Configuration.
  • After that, go to the Services tab and uncheck the two entries, namely Google Update Service (gupdate) and Google Update Service (gupdatem).
  • Next, click on the Apply and OK buttons to save the changes made.
  • Restart your computer.
Note: Now that you’ve stopped the auto-update in Firefox, it’s time for you to stop the auto-update in Mozilla Firefox. To get started, follow the steps below.
  • Open the Mozilla Firefox browser and click on the hamburger menu located on the top-right portion of the screen.
  • After that, select Options and under the General panel and then go to the Firefox Updates section.
  • Next, click on the radio button for updates but select the option to let you install them.
  • You also have to uncheck the options named “Use a background service to install updates” and “Automatically update search engines”.
  • Once done, restart the Firefox browser. This should stop the automatic update.
Read More
Fix microphone not working in Windows 10
The microphone has become from exclusive niche hardware to everyday requirements. In today's world when we live in a pandemic most of the work has shifted from office to home where people need working computers with microphones, working microphones. So what do we do when the microphone stops working? Keep reading on to find out and hopefully, we will fix this as fast as possible.

Check Microphone Privacy Settings

In 2019, Microsoft introduced new privacy features to Windows that give you more granular control over which apps are accessing your microphone. The side effect of this is that certain apps may be blocked from using your microphone without you even knowing. To find out if this is the issue, go to Settings > Privacy > Microphone. Click Change and make sure the slider is set to On. This will broadly mean that the mic is now enabled on your PC.
Next, make sure the slider under Allow apps to access your microphone is set to On, then look through the list of Microsoft Store apps to make sure the apps you want to use are selected.
You’re likely to be using many apps, not from the Microsoft Store, so to make sure these are enabled, scroll down even further and set the Allow desktop apps … slider to On.

Check Microphone Driver

The outdated or corrupted driver could be the issue for the microphone not working in Windows 10. To check the driver status, follow these steps:
  1. In your Start menu search for Device Manager
  2. In the device manager window search for sound and expand it.
  3. Once expanded, you should see your audio drivers. Note that the names of these will vary depending on the manufacturer.
  4. On Audio, right-click, and select properties. On the General tab, check to see if the device is working properly.
  5. If it is not working properly, click on the driver tab and select the update option.
  6. Repeat for the other audio drivers.
  7. Restart the computer.

Check the Sounds setting

  1. In the taskbar, right-click on the speaker icon at the far-right corner and select the sound option.
  2. On the Recording tab, click on the microphone and select the Properties option.
  3. Select the levels tabs and increase the volume for both microphone and microphone boost.
  4. Go to the Enhancement tab of the same pop-up and make sure that the immediate mode checkbox is checked.
  5. Click Ok and restart the computer.

The sound troubleshooter

  1. Right-click on the sound icon at the far-right corner of the taskbar and select troubleshoot sound problems.
  2. The computer will detect any fault that exists with your audio and recommend fixes for you. You just need to read through the prompts and click the options that you think will work for you.

Try microphone on another computer

If previous steps have not produced results, try the microphone on another computer, if it is not working there then it is a hardware malfunction
Read More
Fatal error occurred while trying to sysprep
There are several kinds of errors you could encounter when you are running Windows 10 on a virtual machine. The Windows OS knows the difference between booting up in a standalone computer or in a virtual machine. This is why some specific drivers and system capabilities are used while emulating the Windows OS on software and during this phase, there are times when the System Preparation may throw up an error that says, “A fatal error occurred while trying to sysprep the machine”. This kind of error arises due to a race condition wherein the Sysprep command tries to stop the Microsoft Distributed Transaction Coordinator or MSDTC service and the VMware tool tries to start the MSDTC service. You may also see the following messages logged in the Setuperr.log file:
  • [0x0f0082] SYSPRP LaunchDll:Failure occurred while executing ‘C:Windowssystem32msdtcprx.dll,SysPrepDtcCleanup’, returned error code -2146434815[gle=0x000000b7]
  • [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = -2146434815[gle=0x000000b7]
  • [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep cleanup providers; hr = 0x80100101[gle=0x000000b7]
To fix the 0x0f0082, 0x0f0070, 0x0f00a8 Sysprep errors, you can check out two potential fixes. First, you have to check the status of the MSDTC service and the second one is to check the settings in the Windows Registry. Note that these fixes are proven to be effective on many users and apply to several versions of Windows, including Windows 10.

Option 1 – Check the status of the MSDTC service via Command Prompt

As mentioned, the error could be caused by the malfunctioning of the MSDTC service or it. Thus, you have to uninstall and reinstall the MSDTC service to resolve the problem and you can do that using Command Prompt. Follow the steps below.
  • In the Start Search, type “command prompt” and from the results, right-click on Command Prompt and then select the “Run as administrator” option to open it with admin privileges.
  • If a User Account Control or UAC prompt appears, just click on Yes to proceed.
  • Once you’ve opened Command Prompt, execute this command: msdtc –uninstall
  • The command you just entered will uninstall the MSDTC service. After that, you need to execute this second command to reinstall the service: msdtc –install
  • Now exit Command Prompt and check if the error is now fixed.

Option 2 – Check the Registry settings

  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and click OK or hit Enter to open the Registry Editor.
  • After opening the Registry Editor, navigate to this registry path: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSoftwareProtectionPlatform
  • From there, look for a DWORD value that’s named “SkipRearm” and double click on it.
  • Then change its value data to “1”.
  • Restart your computer to apply successfully apply the changes made and check if it was able to fix the error.
Read More
Can the Adobe.Dll Error Be Fixed?
Adobe.DLL is one of the numerous Dll files you are going to encounter on your Personal Computer. This isn't a system-established service and is usually the consequence of the sort of applications you install on your own Personal Computer. Because adobe.dll is a low-program process, in the event that you find it present on your pc, you can easily end it. It isn't required for the normal working of your OS but might trigger permanent harm if left unchecked. Don't forget that the Computer uses the AdobePDF.dll file for assorted tasks, and you need to make sure it's installed correctly.

Solution

Restoro box imageError Causes

When the adobe.dll is left un-fixed, you may shortly have to deal with sluggishness on your Computer. Simply put, this impedes the standard and amount of work you do while using your PC and impacts your productivity. Sometimes, adobe.dll happens because your computer experiences an overload. As a result, while resolving the malfunction, you've got to look for methods of decreasing the system overload. It's possible that lots of processes are functioning on your PC concurrently. Quit these processes. Lousy setup of the adobe.dll file causes this error too. Check and fix the files and settings that Adobe.Dll requires to run and you may not have to content with these error anymore.

Further Information and Manual Repair

Even though the adobe.dll may severely influence the functioning of your Computer, it is really a trouble or malfunction that one can fix manually.
  • Permanently Un-Installing the Adobe.dll Component is one of the better methods for repairing the malfunction.
Yes, you are able to completely eliminate the adobe.dll issue. The thing you really need to do is un-install it from your own computer fully, and for good.
  • Quit the many processes operating on your Computer and you may get rid of the adobe.dll malfunction.
Adobe.dll regularly happens due to system overload. Thus, the first thing you need to assess is if several processes are operating on the device. If they're, search for methods to stop them, and you'll not have to worry about the adobe.dll error anymore.
  • Utilize Microsoft System Configuration Utility
The MS System-Configuration Utility will settle the system overload problem, thus freeing up space for your programs to run smoothly and possibly avoid malfunctions, including adobe.dll. The Microsoft System-Configuration Utility manually locates and eliminates all running processes.
  • Perform Scans On Your Computer
Running scans on your own Computer may enhance or increase its operation. This technique may also aid in examining your Computer for adobe.dll, or such associated malfunctions, and resolve them forever.
  • Repair Adobe.Dll Files and Settings' Errors.
Considering that the adobe.dll malfunctions can be a result of the existence of malfunctions on your own PC's files and options, fix these properly. Begin by fixing the settings on the files and options utilized by your Computer to perform the adobe.dll, and you may have removed this issue completely. Finally, establish the source of the error message to effectively solve it. Once you do that and fix it, your PC will resume normal operations and even boost your work and productivity.
Read More
How to Fix Windows 10 Error 0x8007000d

Error Code 0x8007000d - What is it?

Error Code 0x8007000d is a common error code that can be found on the Windows 10 Operating system, although it can also appear in previous versions of the operating system, as well.

Common symptoms include:

  • Inability to download new updates.
  • Inability to run the Update tool through to completion.

There are four basic ways to try to resolve Error Code 0x8007000d on your Windows machine. Three of these are pretty simple for even the most basic users, while the final method requires some familiarity with running commands in the Command Prompt. If you don’t feel that you have the skill or confidence to complete the steps listed below, it is generally recommended that you get in touch with a qualified computer repair technician that can assist you in error resolution.

Error Causes

The main cause for the appearance of Error Code 0x8007000d on a Windows machine is that one of the files that the Update tool uses to run one or more updates cannot be found or has experienced damage. Fortunately, there are a few things that you can try on your machine that can be used to attempt to resolve the issues at hand.

Further Information and Manual Repair

Three primary methods exist for the resolution of Error Code 0x8007000d on a Windows machine. As mentioned above, two of these methods can usually be accomplished by basic users, while the third requires some degree of familiarity with the tools associated with the Command Prompt. If you don’t feel that you have the knowledge or skill necessary to follow these steps, contact a computer repair technician to aid you.

Here are the best ways to try to resolve Error Code 0x8007000d on your device:

Method One:  Use the Troubleshooting Tool from Windows Update

From the Windows Update tool, you can attempt to run a scan using the Windows Update Troubleshooter, which can try to identify the specific issue that is occurring and to fix it automatically.

Not only will this tool often fix the problem at hand, but it can also help you to avoid other errors that you may have encountered later on in the Update process. This tool should always be your starting point when you encounter an error as you attempt to download or install updates for your Windows machine.

After the tool has been run, restart your computer to apply any changes and then reopen the Update tool to reattempt installation.

Method Two:  Reset Your Computer

In some cases, the missing or corrupted files may be extensive enough that you need to restore your computer to an earlier point. If you create regular backups of your information or have a past version of the software that you can install, this can help you to resolve the issue. Otherwise, you may need to restore your device to its factory settings to resolve the error.

Always make sure to backup your important files and information before you perform a reset of your device, in order to ensure that you are able to return the computer to its original state when you have finished.

Method Three:  Use Command Line Tools to Resolve the Issue

One of the ways that you can try to resolve this particular error code is the use a DISM tool. This is accessed through the Command Prompt. In order to use this method, follow the steps below:

  • Step One: Open up the search bar in the Start Menu and type in the words “Command Prompt,” selecting it and choosing to run it as an administrator.
  • Step Two: Enter each of the commands below, hitting the “Enter” key when you finish each one:
    • exe /Online /Cleanup-image /Scanhealth
    • exe /Online /Clean-upimage /Restorehealth
    • Exit
  • Step Three: Attempt to run the Update program again. In some cases, you may want to restart your computer before you attempt to run the Update tool again.

If you have not been able to resolve the error code using the steps above or if you are unsure of your ability to follow these steps on your own, get in touch with a trusted computer repair professional that is familiar with the Update process and the errors associated with it.

Read More
Fix NTOSKRNL.exe high CPU, Memory & Disk usage
This post will guide you in fixing high CPU, Memory, and Disk usage problems caused by NTOSKRNL.exe. NTOSKRNL stands for “NT Operating System Kernel. This file is a kernel image that is responsible for a lot of systems-based processes such as Hardware Virtualization, Process, and Memory. Aside from that, it is also the one that compresses the old pages of memory that reduces the overall amount of memory being used. If you notice that your computer is running slowly and you find that the NTOSKRNL.exe file is hogging your resources such as disk usage, CPU usage as well as memory usage, then read on as this post will guide you in fixing the problem caused by NTOSKRNL.exe. Make use of the options given below to resolve the issues caused by NTOSKRNL.exe. 1] Scan your computer for potential malware There might be a good chance that your computer might be infected with malware. And this malware might be associated with the NTOSKRNL.exe file and hence making it consume a lot of system resources. So, I would really recommend you to make sure that your Antivirus is up to date and then scan your computer with it specifically the C:/Windows/System32 folder because this is the location where the NTOSKRNL.exe file is located.

Option 1 – Put your computer in a Clean Boot State

The first thing you have to do is to put your computer in a Clean Boot State as this can help you in finding any incompatible programs that are causing the problem.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Once you’ve found any incompatible programs, you need to uninstall them. Refer to the steps below to do so.
  • 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.

Option 2 – Update or rollback drivers

If the first option didn’t work for you, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 3 – Try to run the DISM tool

If the first two options didn’t work, then running the Deployment Imaging and Servicing Management might. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 4 – Try to stop the Runtime Broker process

The RuntimeBroker.exe or the Runtime Broker process is the one that monitors access to Windows APIs to make sure that the apps do not violate the core security of Windows. This process usually leaves a very small footprint. However, there are times when it consumes more resources than it’s supposed to and does not release memory after the work is done that results in a memory leak. As a result, it affects NTOSKRNL.exe which is why you have to stop the Runtime Broker process. To do so, refer to these steps:
  • Tap the Ctrl + Shift + Esc to open the Task Manager.
  • After opening Task Manager, go to the Processes tab and look for the Runtime Broker process.
  • Once you find it, check if it is using more than 15% of your memory. If it is, then you most likely have an issue with an app installed on your computer.
  • Select the Runtime Broker process and right-click on it and then click on the End Task option to end its process.

Option 5 – Try to run the Performance Troubleshooter

  • Tap the Win + R keys to open the Run dialog box.
  • Type “msdt.exe /id PerformanceDiagnostic” in the field and hit Enter to open the Performance troubleshooter.
  • Then click on Next to get started. Wait until the process is completed.

Option 6 – Try using the Windows Performance Toolkit

You can also use the Windows Performance Toolkit in finding the root cause of the problem. Just refer to the following steps to use this toolkit.
  • Search for “cmd” in the Cortana Search box and click on Command Prompt from the search results to open it.
  • Next, type in the command given below or copy and paste it and then hit Enter:
xperf -on latency -stackwalk profile -buffersize 1024 -MaxFile 256 -FileMode Circular && timeout -1 && xperf -d cpuusage.etl
  • After executing the command, wait for at least 60 seconds and then check the logs of the Windows Performance toolkit which is stored in a file named cpuusage.etl in the folder located at C:/Windows/System32. From there, you should see a list of all the causes of the System Resources being hogged.
Read More
Your Windows license will expire soon
If you suddenly get a message telling you that “Your Windows license will expire soon, You need to activate Windows in Settings” on your Windows 10 computer but you know that your Windows 10 is already activated. Worry not for this post will help you get rid of that error message right away. Before you get started, make sure that you have the Windows product key with you. If you don’t, you can get it by running the following command in an elevated Command Prompt:
wmic path SoftwareLicensingService get OA3xOriginalProductKey
Take note of the product key and then proceed to the options given below.

Option 1 – Try activating Windows 10 again or use another product key

  • If you’re sure that you have the correct product key, click the Go to the Settings button.
  • After that, click the Activate button once again.
  • If you have another license key, you can also use that as well, just simply click on the Change product key.
  • Then enter the new product key and click on Activate. That should fix the problem, if it doesn’t, refer to the next option below.

Option 2 – Try to reset the licensing status

  • Click the Start button and then type “cmd” in the Search box and then tap Ctrl + Shift + Enter to open an elevated Command Prompt.
  • Next, type the “slmgr –rearm” and hit Enter to reset the licensing status.
  • Restart your computer and check if the error is now gone or not.

Option 3 – Try uninstalling the product key and re-enter it once more.

  • The first thing you have to do to uninstall the product key is to know the Activation ID of your Windows installation. To do so, open an elevated Command Prompt and type this command, and hit Enter – vbs /dlv
  • After you enter the command, you should see the licensing status and Activation ID. And to get all the Activation IDs of all the installed Windows versions, key in this command and hit Enter – vbs /dlv all
Note: The “/dlv” parameter will give you the license information for the installed operating system.
  • After you enter the second command, you should see a Windows Script Host window with all the Windows licensing and activation status. Take note of the Activation ID.
  • Next, in the same elevated Command Prompt, type this command – slmgr /upk <Activation ID>
Note: In the third given command, “/upk” stands for “uninstall product key”. This parameter uninstalls the product key of the current Windows edition.
  • Restart your PC. After that, your computer will be in an unlicensed state so you need to re-enter the product key again.

Option 4 – Try rebuilding the Tokens.dat file.

The issue might be caused by a corrupted Tokens.dat file. The Tokens.dat file is a digitally signed file that stores most of the Windows Activation files so if it is corrupted then no wonder you’re having activation issues. To rebuild the Tokens.dat file, refer to these steps:
  • From the WinX Menu, open an elevated Command Prompt.
  • After opening Command Prompt, you need to type each one of the following commands and after you type each command, hit Enter.
    • net stop sppsvc
    • cd %windir%ServiceProfilesLocalServiceAppDataLocalMicrosoftWSLicense
    • ren tokens.dat tokens.bar
    • net start sppsvc
    • exe %windir%system32slmgr.vbs /rilc
  • Now restart your computer.

Option 5 – Try running the Windows 10 Activation Troubleshooter

  • Go to Settings and then select Activation.
  • After that, click on the Windows Activation and then troubleshoot. This will help you address most of the commonly found activation issues in Windows devices.

Option 6 – Try activating Windows 10 via mobile phone

Activating Windows 10 can also be done using your phone. Just note that you have to call Microsoft to do so.
  • In the Start Search box, type in “Slui 4” and tap Enter.
  • Next, select your country and click on Next.
  • Keep the window open and call the toll-free number of the country you’re from.
  • Afterward, a confirmation ID should be given by the automated system which you must take a note of.
  • Finally, in the box on the window, type in the confirmation ID and click on the Activate button. That should do it.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status