Logo

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.

Do You Need Help with Your Device?

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

Share this article:

You might also like

Fix update failed to install error 0xca00a000
This post will show you how to fix the Windows update error 0xca00a000 which you can encounter during the installation of Windows updates. Here’s the full error message of this Windows Update error:
“Updates failed There were problems installing some updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: 2018-07 Cumulative Update for Windows 10 Version 1803 for x64-based Systems (KB4345421) – Error 0xca00a000”
This kind of Windows Update error pops up when Windows has missed installing one of the cumulative updates needed or when there is some problem with the driver that won’t let the installation of the updates push through. There are also instances when the system files are modified with incorrect permission that may result in the Windows update error 0xca00a000. Thus, you need to fix the trusted installer permission as well as resolve the issue with the driver. To do these things, you need to follow the options laid out below.

Option 1 – Run the Windows Module Installer

The Windows Module Installer is a built-in service in the Windows operating system that could help you resolve the Windows update error 0xca00a000. You need to make sure that this service is Started and that its Startup type is set to Automatic – you can do this via Services Manager or by executing the command given below in an elevated Command Prompt.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “command prompt” in the field and hit Enter to open Command Prompt.
  • And in the elevated Command Prompt type in the following command and hit Enter:
SC config trustedinstaller start=auto
  • After executing the command successfully, you should see the “[SC] ChangeServiceConfig SUCCESS” message on the Command Prompt window.

Option 2 – Try manually installing the updates

As mentioned, the error might be because Windows missed installing a particular update which is why you are not able to proceed with the current update. So to resolve the issue, you need to install the update that wasn’t installed by downloading it from the Microsoft Update Catalog website. You also have to make sure that you didn’t turn off the Windows update or have it delayed.

Option 3 – Delete the files from the Software Distribution folder

The Software Distribution folder in the Windows operating system is a folder that can be found in the Windows directory and is used to store files temporarily which might be required to install the Windows Update on your PC. Thus, it is required by the Windows Update and maintained by WUAgent. A lot of users tried deleting the files in this folder to fix the problem and so far it has worked. Like them, you can try clearing the Windows Update cache by simply deleting the contents of the folder named “SoftwareDistribution” since Windows apparently can’t clear and re-download the update contents once they are corrupted. Thus, deleting the contents of this folder will make Windows download the contents again which will fix the problem. To do that, follow 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 stop bits
  • After entering these commands, it will stop the Windows Update Service and the Background Intelligent Transfer Service.
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
  • Once all the contents in the Software Distribution folder are deleted, restart your PC and then go back to Command Prompt and input the following commands again.
net start wuauserv net start bits
Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.
  • Now Open Settings and check for Windows Updates. Windows 10 should begin the download right away.

Option 4 – Install the updates in a Clean Boot State

You might want to try putting your computer in a Clean Boot state and then install Windows Updates again without any trouble. During this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” 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.)
  • After that, try to install the Windows Updates or upgrade again.

Option 5 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the Windows update error 0xca00a000. 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 6 – Run Microsoft’s online troubleshooter

Running Microsoft’s online troubleshooter might also help you fix the Windows update error 0xca00a000. This online troubleshooter is known to help in fixing Windows Update errors, it scans your computer for issues that might be causing the problem and then fixes them automatically.
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
How to Fix 0x0000001A Error Code in Just a Few Clicks!

What is 0x0000001A Error Code?

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

Solution

Restoro box imageError Causes

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

Further Information and Manual Repair

Restoro is the best way to resolve almost all types of error codes including 0x0000001A in just a few clicks. It is a multi-functional PC registry cleaner that serves as a one-stop solution for all PC issues. This tool can be used to resolve the blue screen of death errors like 0x0000001A in seconds and help you resume and get access to the program that you were working on before you experienced the error code. With this helper, you don’t need to have the technical expertise or sound knowledge about the underlying cause of 0x0000001A. This is an intuitive and advanced tool with built-in cutting edge technology that scans and identifies the cause of 0x00000001A and fixes it right away. It has a neat design layout and a user-friendly interface that is easy to use for even novice users. Restoro registry cleaner cleans up registry disk space, occupied by unnecessary files including junk files, invalid registry entries, temporary internet files, and entries of uninstalled programs that are still present in the registry. It cleans and clears up disk space and wipes out clutter stored in the registry of your system which is likely to trigger RAM and memory mismanagement issues triggering an error code 0x0000001A pop-up message. Restoro is feature-filled which makes it multi-functional.  It is safe, secure and efficient. For optimum data security during repair, it creates backup files. This helps recover data in the event of data loss during repair, which is quite rare. So what are you waiting for? Download Restoro Registry Cleaner today and resolve the error pop-up 0x0000001A now!
Read More
Chrome features that you need to use

Google Chrome is the most used browser in the world with the most user downloads. Most users are using browsers how it is, open it up and just surf but Chrome offers more than just plain surfing. Here we are presenting you with some interesting features that most users do not use but should.

google chrome

Use Omnibox to search inside websites

Chrome's Omnibox, also known as the address bar got its name because it can do much more than just search the internet. You already probably know that just by typing any word you will search the internet with Google or another search engine of choice.

You can also set specific keywords inside Chrome settings to tie them with specific websites, for example, you can tie the letter E with errortools, and then just by typing E windows error you will search term windows error on website errortools. There are some already predefined things and you can add anything you want so this is a great feature in order to speed up your work skipping part of actually opening the site.

Search the internet for selected text

On any webpage, you can simply select any text and right-click on it to get a new menu entry that will say search Google for "your selected text" and by clicking on it you will automatically search the net for the selected term.

Grouping tabs

When we surf the internet some of us tend to have plenty of open tabs and over time they can clutter and shrink in width making the surfing experience an unpleasant one.

Chrome has tab groups and you really need to start using them since you can organize much better all the tabs, even color-code them.

Search all open tabs

On top right part on title bar right next to minimize button there is small arrow pointing down, once you clik on it all opened tabs will be displayed by name as a listand by clicking on it you will automatically switch to it.

Change download location

Google Chrome has its default download destination but you can change that destination and even turn on option to be asked where you would like your download to be saved each time.

Live Captions

YouTube has cations for its videos but Chrome itself has live caption option in order to provide you with automatic AI captions for any type of video or audio on any website. If you are struggling with following what is being said try this awesome option.

Extensions

Using extensions in Chrome is awesome, specialy if extensions are usefull but if you go incognito they are not active. There is an option in Chrome to turn on the extensions even in incognito mode and even better, you can even choose which ones you want to be active, you do not need to turn all of them.

Read More
Fix Update and MS Store Error code 0x80070424
As you know, both the Windows Update and Windows Store are inter-dependable services in Windows 10 operating system. So when one of these services encounters an error like the “0x80070424, ERROR_SERVICE_DOES_NOT_EXIST”, the other service will most likely get this error as well. Note that this kind of error can occur to both the Windows Update Standalone Installer and to the Windows Update section in the Windows 10 Settings app. Some users also reported getting this error while trying to update Windows Defender as well. You can see the following error message in the Windows Update Standalone Installer:
“Installer encountered an error: 0x80070424, The specified service does not exist as an installed service.”
While you’ll see the following error message in the Windows Store:
“The were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070424).”
To fix this error, you can try to re-register the Background Intelligent Transfer Service DLL file or run the Windows Update and Store apps troubleshooters. You can also reset the Windows Update-related folders or the Microsoft Store or fix the Windows Update files by using the DISM tool. On the other hand, you can also use the Registry Editor or check Windows Services. For more details regarding these potential fixes, refer to each one of the given options below.

Option 1 – Try to re-register the Background Intelligent Transfer Service DLL file

You may have to re-register the Background Intelligent Transfer Service DLL file using the regsvr32.exe before you can successfully install the program and fix ntdll.dll file crash error. The Regsvr32 tool is a command-line utility that can be used to register and un-register OLE controls as DLL and ActiveX (OCX) controls in the Windows operating system. Follow the steps below to use it.
  • Open Command Prompt as admin from the WinX menu.
  • Next, type the following commands in the elevated Command Prompt and hit Enter to execute the command. This will re-register the affected DLL file using the Windows operating system tool, regsvr32.exe.
    • regsvr32 Qmgr.dll /s
    • regsvr32 Qmgrprxy.dll /s
Note: Replace “[DLL file]” with the name of the DLL file that was pointed out in the error.
  • After you execute the given commands, you should see a message saying, “DllRegisterServer in vbscript.dll succeeded” if the Regsvr32 tool was able to run successfully.
  • Now restart your computer and check if the error is now fixed.

Option 2 – Try to run the Windows Store or the Windows Update Troubleshooters

The Windows 10 Store Apps Troubleshooter will help you in fixing the Error code 0x80070424. This is a great built-in tool from Microsoft that helps users fix any app installation issues. So this is worth a try to solve the problem. This built-in tool also helps you fix the Windows 10 Store if it isn’t working. To use the Windows Store Troubleshooter, follow the steps below.
  • Tap Win + I keys again to open the Windows Settings panel.
  • Go to Update & Security and then go to Troubleshoot.
  • On your right hand side, scroll down to find the Windows Store Apps and then click on Run the troubleshooter option and see if it fixes the problem.
Note: You can also try running the Windows Update troubleshooter to fix the error. You can run it under the Windows Update section of Update & Security.

Option 3 – Delete the files from Software Distribution Folder & Catroot2 folders

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 these steps.
  • 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, got to the C:WindowsSoftwareDistribution folder and get rid of all the folders and files there by 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 and then try to run Windows Update once more.

Option 4 – Try to reset the Microsoft Store cache

Just like browsers, Microsoft Store also caches as you view apps and games so it is most likely that the cache is no longer valid and must be removed. To do so, follow the steps below.
  • Right click on the start button and click on Command Prompt (administrator).
  • Next, type in the command, “wsreset.exe” and tap Enter. Once you do, the command will clear the cache for the Windows Store app.
  • Now restart your PC and afterwards, try opening Microsoft Store again and then see if Error Code 0x80070424 is resolved or not.

Option 5 – Try to check the Windows Update or WU setting in the Registry

  • Tap the Win + R keys to open the Run utility and type “regedit” in the field and tap Enter to open the Registry Editor.
  • Next, go to this registry path: ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate
  • Here, look for the DWORD named “DisableWindowsUpdateAccess” and double click on it and then set its value data to “0”.
  • Exit the Registry Editor once you’re done and restart your computer.

Option 6 – Try to check the status of some Windows Update Services

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter or click OK to open Services.
  • From the list of Services, look for the following services and make sure that their Startup type is as follows:
    • Windows Update Service – Manual (Triggered)
    • Background Intelligent Transfer Service – Manual
    • Workstation Service – Automatic
  • After that, check if the Service status of the listed services above are set to Running. If they’re not, click on the Start button to start these services and then check if you can now enable the Windows Update service or not.

Option 7 – Run the DISM tool

You can also run the Deployment Imaging and Servicing Management or DISM tool to fix the error code 0x80070424. 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.
  • Once it’s done, reboot your computer and check if it has fixed the error.
Read More
How to Fix Tcpip.sys Blue Screen Error in Windows 10
If you have received a BSOD error message that says, “Tcpip.sys”, read on as this post will show you how you can fix the problem. The “Tcpip.sys” means Transmission Control Protocol over Internet Protocol. It is a library of a set of rules that are used to interconnect different devices all over the internet. The Tcpip.sys file is a driver and if a BSOD error message includes this one, it could only mean that the driver file is corrupted or incompatible with your system or there are some conflicting programs installed in your computer. To fix this error, you can try the following workarounds. Make sure to carefully follow each one of them.

Option 1 – Check for conflicting or incompatible programs by putting your PC in a Clean Boot state

As mentioned, the “tcpip.sys” BSOD error might be caused by some problematic programs that clash with your existing operating system. Several users reported that numerous programs that are supposedly designed to enhance computer performance are causing conflict in the system instead. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” 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.)
After putting your PC in a Clean Boot State, try creating a system restore point and see if the problem still occurs. Clean Boot troubleshooting is designed to help you isolate the problem. For you to execute a clean boot troubleshooting, you must do a couple of actions (the steps are given above) and then restart your PC after every action. You might have to disable one third-party app after the other to really isolate the issue. And once you’ve narrowed down the problem, you can either disable the third-party app that’s causing the problem or remove it. Note that you must switch your PC back into the Normal Startup mode after you’re done troubleshooting the problem. Here’s how you can do it:
  • From the “Start” menu, go to System Configuration.
  • After that, switch to the General tab and click the option for “Normal Startup”.
  • Next, go to the Services tab and clear the checkbox for “Hide all Microsoft services”.
  • Then find and click “Enable all” and if prompted, you have to confirm.
  • Afterward, go to the Task Manager and enable all the Startup programs and confirm the action.
  • Restart your PC when prompted.

Option 2 – Disabling Antivirus Software

There are cases when the “tcpip.sys” BSOD error is caused by the antivirus program installed in your computer that’s blocking some essential operations. Because of this, the operating system fails which throws up the BSOD error. As you know, the antivirus program is designed to protect the computer and monitor every action in the system. However, there are instances when the antivirus program gives false positives and shuts down some modules even if it’s harmless. So this could be the case for the “tcpip.sys” error. To verify if the problem is indeed caused by the antivirus program in your computer, you need to temporarily disable it. After you’ve disabled it, restart your PC and then check if the problem’s fixed or not.

Option 3 – Try to update all your Drivers

From time to time, drivers get corrupted or outdated so it’s no surprise that they conflict with the operating system and cause errors like the “tcpip.sys” BSOD error. To fix the problem, you need to update all your drivers especially the network driver since the “tcpip.sys” error is closely related to this driver. Follow the steps below to update your 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. If you see a red or yellow sign that shows up against the driver, right-click on the driver’s name and select “Update Driver Software” or “Uninstall”. 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.
  • Restart your PC.
Note: You also have the option to go directly to the website of your graphics card manufacturer and check if there’s a new update – if there is, download it. After that, you could also check if there’s a new update of the game you’re getting the issue of the black bar.
Read More
Best games of 2022

Steam Autumn sale is still raging and other storefronts like EPIC and GOG have also had their go, and as the year slowly closes we reflect on the best games released this year.

The games presented are not in any particular order and as sales are still raging pick one for you for a good time.

F1 Manager 22

f1 manager 22

If you are into formula racing this new manager is something we will wholeheartedly recommend. How it has been a very long time since a good F1 manager has been released this one is breath of fresh air. Masterfully done and fun to play, also licensed with real teams and cars get it here: https://store.steampowered.com/app/1708520/F1_Manager_2022/

Stray

stray

I like cats, but this game is on another level from its competitors. Unique approach, great storyline, and of course orange cat as the main character! Set in a cyberpunk environment following the story of some unfortunate androids you can do most cat things like playing in boxes, etc but essentially the game is a puzzle platformer which in my opinion is a great thing. Meow your things and get the game while it is discounted: https://store.steampowered.com/app/1332010/Stray/

Neon White

neon white

Mirror's Edge was the very unique game when it was released introducing parkour into the gaming world, and Neon white brings it one level up. With competitive parkour FPS gameplay this game is great for killing some time and competing with your friends but most of all it is fun to play experience. Get it here: https://store.steampowered.com/app/1533420/Neon_White/

Teenage mutant ninja turtles: Shredder's revenge

Teenage mutant ninja turtles: Shredder's revenge

Shredder's revenge is a love letter to classic beat-them-up games found in old dusty arcades back in old times. Fast frenzy action, pixel art graphics, and tons of fun!!! Get it now and start partying like it was 1980: https://store.steampowered.com/app/1361510/Teenage_Mutant_Ninja_Turtles_Shredders_Revenge/

Tiny Tina's Wonderlands

Tiny Tina's Wonderlands

This game needs to be experienced in order to fully grasp its magnitude and quirkiness. From the creators of borderlands comes a new IP fusion of fantasy, guns, and crazy ideas all wrapped into an action RPG looter shooter with a recognizable borderlands style of graphics. https://store.steampowered.com/app/1286680/Tiny_Tinas_Wonderlands/

Norco

Norco

Winner of multiple awards, Norco is a classic point-and-click adventure game with a great sci-fi story with a lot of environmental focus. Story and atmosphere are the main selling points for the game and if you enjoy good stories with interesting characters give this one a go: https://store.steampowered.com/app/1221250/NORCO/

Final Fantasy 14: Endwalker

Final Fantay 14: Endwalker

Expansion for Massive multiplayer online roleplaying game brings so much to the table that we just could not oversee it and place it aside. Technically not full standing game since it is the expansion it still delivers on many fronts and since it is supposedly the last expansion now is the best time to pick it up and give a final fantasy 14 a go: https://store.steampowered.com/app/1592500/FINAL_FANTASY_XIV_Endwalker/

Elden Ring

Elden ring

Of course, the list would not be complete if we did not include Elden ring, a great example of how a difficult but well-executed game can go over and beyond. With a story on par with great epics and compact as in dark souls, this title will provide you with many hours of gameplay and content. https://store.steampowered.com/app/1245620/ELDEN_RING/

Read More
What to do if Remote Desktop is not working or won’t connect in Windows 10
One of the biggest annoyances in Windows 10 is that it’s upgrading from one version to another. Although these upgrades are necessary to fix some bugs or improve user experience, some of them actually bring bugs into the computers instead. And in one of the recent Windows 10 updates, a lot of issues were found especially for users who use Remote Desktop on a daily basis. The error stacks up as Windows 10 Remote Desktop Protocol client is not working or won’t connect and can’t find the computer HOSTNAME generally. Based on the reports by users who experienced this issue, there are two cases around it:
  1. Users who try to reach a specific website or folder on the network
Some users encounter this error when they try to run the Network Troubleshooter. Even when they add the server name inside it, it still won’t identify the problem, and unpredictably, the driver seems to appear and disappear every now and then. And even after connecting, the network commands don’t work at all. This is really troublesome for users who have lots of PCs and all the other systems do not appear on the network.
  1. Remote Desktop isn’t able to find the computer HOSTNAME
Some other users reported that the error appeared when they use the classic remote desktop software. It keeps on failing and throwing the error message, “Remote Desktop can’t find the computer “HOSTNAME”. If this is the same scenario you are having, it means that “HOSTNAME” does not belong to the specified network. So you need to verify the computer name and domain where you are trying to connect to. There are times when it used to work after some users tried connecting to the domain a couple of times. However, when users try to use the UWP version of Remote Desktop, it seems to connect most of the time. This kind of problem is definitely a DNS issue. It could be that there are two different records on the DNS server which is why it connects and other times it doesn’t. When it is able to resolve the correct address, the drives connect to the PC however, after a couple of minutes, they will suddenly go missing. Using “nslookup” for the hostname, multiple times, you can check this and see if you’ll get identical results all the time.
nslookup [–SubCommand …] [{ComputerToFind| [–Server]}]
If you’ve determined that the drives disappear each time, you may have to change the DNS server or ask your admin to resolve the problem for you. Alternatively, you can also check out another option that has worked for a lot of users. This second option is disabling the IPv6 on the network adapter. In case you don’t know, Windows 10 prefers IPv6 over IPv4 so if you now have issues using IPv6 to connect to the servers, you can change your computer’s settings so that it’ll only use IPv4 instead of IPv6. To do so, follow these instructions:
  • Open Settings > Network and Internet > Ethernet > Change Adapter options.
  • From there, right-click on the adapter for where you want to disable it and then select Properties.
  • Next, look for the checkbox labeled, “Internet Protocol Version 6 (TCP/IPv6)” then uncheck it.
  • Now click on OK and restart your PC to save the changes made.
Read More
Quick Guide to Fixing Error Code 29

What is Error Code 29?

Code 29 is a Device Manager error commonly seen whenever a hardware device driver reports a problem. This error code indicates that the resources needed for operation are not available.

The computer hardware basically requires drivers to interface with the operating system. Drivers comprise multiple components and are supplemented with other resources provided by the BIOS (a physical chip on the motherboard).

The BIOS contains a set of basic input and output instructions for the computer system to boot, load drivers, and more.

Its firmware provides resources that drivers require to interface with other essential components. However, when the firmware fails to provide the requested resources, the device drivers stop functioning; this results in error codes like code 29.

Error code 29 is usually displayed in the following format:

“This device is disabled because the firmware of the device did not give it the required resources” Code 29

Solution

driverfix boxError Causes

Error code 29 may be triggered due to several reasons. These include:

  • Outdated drivers
  • Corrupted drivers
  • BIOS misconfiguration
  • The device firmware is corrupt
  • Previous attempt to update the driver failed

To avoid inconvenience and to ensure your computer keeps working at its optimal pace, it is recommended that you repair error code 29 on your PC immediately. Delay may limit you from using certain hardware attached to your system properly.

Further Information and Manual Repair

To repair error code 29, you don’t have to hire a professional and spend hundreds of dollars. Here are some quick and effective DIY methods that you can try to resolve this issue in minutes even if you don’t have any technical background.

Method 1 - Reboot Your PC

Sometimes, error codes like code 29 may pop up on your computer screen due to some temporary glitch with the hardware. Rebooting can resolve the issue easily.

Therefore, before you do anything, try restarting your PC. It could be all you need to repair code 29. However, if the error code continues to persist, try the other methods given below.

Method 2 - Clear the CMOS

This may sound technical but it isn’t. To begin, with CMOS is an acronym for Complimentary Metal Oxide Semiconductor.

It is a term that is used to describe motherboard memory that contains the BIOS settings. Clearing CMOS helps reset the BIOS settings to their default manufacturer levels. It’s easy to do and is an effective troubleshooting step to resolve error code 29.

To do this, simply:

  1. Enter the BIOS setup utility  by restarting your PC
  2. Watch for an entering setup message
  3. Enter the BIOS access key. Usually, the key is F2 or F12. However, the key may differ from manufacturer to manufacturer. You may want to check the manufacturer’s website first to find out the BIOS access key before you restart your PC.
  4. ‘Reset BIOS settings’ to their default factory levels.

Method 3 - Enable the Device in the BIOS

Error code 29 may appear if a device is disabled. In such a scenario, simply follow the same steps as discussed in method 2, and in the advanced BIOS settings, look for disabled devices.

Enable the devices in the BIOS so that you use them easily.

This will hopefully resolve the issue. If it doesn’t, then this means the error code 29 is caused by either corrupted or outdated drivers. Try method 4 to resolve this issue successfully.

Method 4 - Identify the Problematic Device Drivers and Update them

Whether the error code 29 is caused by a misconfigured, corrupted, or outdated driver, simply update the new driver version to resolve. When doing it manually, you will first have to find and identify the problematic device drivers in the Device Manager.

You can access the Device Manager by going to the start menu and then simply typing Device Manager in the search bar.

Access the Device Manager and the properties to identify problematic drivers. Problematic drivers are normally displayed with a yellow exclamation mark.

Once you have spotted problematic drivers, simply update new drivers to resolve them. Though there is nothing technical about it but it may be time-consuming.

Method 5 - Install Driver Assist to Update Drivers Automatically and Regularly

A good alternative to manual driver update is DriverFIX. Simply download and install DriverFIX on your PC to update all problematic drivers in seconds. This is a cutting-edge program designed to resolve all kinds of device driver problems.

It is user-friendly and compatible with all Windows versions.

The intelligent programming system deployed inside this software program enables it to identify and detect all problem drivers automatically thereby sparing you from the hassle.

Furthermore, it also matches the drivers with the latest and compatible versions and updates them on a regular basis.

It takes the guesswork out of finding misconfigured and corrupted drivers and fixes driver-related problems and error codes like code 29 right away.

Click here to download DriverFIX to repair Device Manager error code 29 on your system without any hassle.

Read More
Star Wars movies & series, chronological order
Besides Star Trek, Star Wars was one of my favorite movie franchises, as a kid, it was the first movie I have seen in Theatre and over the years I have rewatched and reached each entry in the franchise. It has significantly grown over the years, sometimes for worse, sometimes for better but what it always did is explored and expanded lore, characters and brought stories interesting and original enough. The Series has always been original and innovative enough with interesting characters and locations and it managed to capture the imagination of many viewers around the globe. If you or someone else is watching the franchise for the first time it is recommended actually to watch everything how it was released because of some information that is spoiled in prequels that could spoil some interesting revelations later. But if you have already watched everything and would like to follow the story from the beginning to end we are presenting you with the list of all TV series and movies in tar Wars canon in their chronological order so you can enjoy some good character developments and see the whole story unfold how it was meant to be. In the following list, as told, we are including TV series (both released and currently in production) in the Star Wars canon.

Chronological order of Star Wars franchise:

Star Wars: The Acolyte Acolyte is upcoming TV series exploring times in the old republic and the rise of the dark side within Star Wars Episode I: The Phantom Menace The first movie entry in the franchise introducing some key characters who will go through various adventures yet to come Star Wars Episode II: Attack of the Clones Continuation of story and deepening of the plot laid out in the previous movie Star Wars: The Clone Wars Animated TV series exploring war in more detail, set in the period between episodes 2 and 3, before series there is clone wars full length animated movie titles simply as Star wars clone wars serving as a pilot to series. Star Wars Episode III: Revenge of the Sith Last movie in so-called prequel trilogy finishing some stories and finalizing some character arcs Star Wars: The Bad Batch Upcoming animated series Bad batch will focus on few troopers find their way in changing the galaxy Solo: A Star Wars Story Story of everyone loved Han Solo character, this origin story will introduce you to some key characters in the later entry of series Obi-Wan Kenobi Upcoming series that will focus on everyone's favorite JEDI master Obi-Wan Star Wars Rebels Animated series exploring first sparks of forming rebel alliance against dreaded empire Andor Upcoming series set five years before the events of Rogue One, the series follows rebel spy Cassian Andor during the formative years of the Rebellion. Star Wars Rogue One Full feature movie setting up events for episode 4 Star Wars Episode IV: A New Hope First Star Wars movie, little outdated today with special effects but with a strong story and introducing some new characters which will become main icons of franchise Star Wars Episode V: The Empire Strikes Back Arguably the best movie in the whole series, leaning more to serious note and darker than previous entries. Besides Episode 3 this is the most serious and dark movie of the series. Star Wars Episode VI: Return of the Jedi Last movie entry in the so-called original trilogy, finishing some stories and wrapping up one era. Star Wars The Mandalorian Set after episode 6 show focuses on a Mandalorian bounty hunter character following his adventures in the galaxy. The Book of Boba Fett Upcoming Mandalorian spin-off TV series focusing on Bobba Fet, one of most loved bounty hunter characters in the Star Wars universe Ahsoka Star Wars: Ahsoka is an upcoming live-action television limited series exploring the character of Ashoka Tano first seen in Clone Wars Rangers of the New Republic Set within the timeline of The Mandalorian, Rangers of the New Republic is a new upcoming live-action series. Star Wars: Resistance Animated series exploring resistance against first-order setting up events to be followed in the newest trilogy of movies. Star Wars Episode VII: The Force Awakens First full feature movie set in the post-empire era introducing new characters and bringing back some fan favorites. Star Wars Episode VIII: The Last Jedi The second movie in the last order trilogy, continuing stories of previously establishes characters Star Wars Episode IX: The Rise of Skywalker Last entry in new order trilogy of movies, finishing some open stories and concluding arcs for characters previously introduced in Force Awakens. That's it, chronological order of canon TV shows and movies of the Star Wars franchise. We are sure there will be more movies and shows in the future and someday we will revisit this list to include them as well. Until then, may the force be with you. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
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