Logo

Command prompt tips and tricks

Hello and welcome to errortools articles. Today we will talk about some great and awesome tips and tricks for the command prompt. Commands which can make your life easier and your workday more pleasant.

That being said let's dive in right into muddy waters and swim out with new knowledge.

Tip 1: Read Motherboard information

There are a lot of reasons why you would like to read information from your motherboard, maybe you would like to upgrade your BIOS, perhaps you would like to know the serial number, maybe even the version number. Well, you can, type the following code into the command prompt and you will receive all information about your motherboard.

wmic baseboard get product,version,serialnumber,product

Tip 2: Copy command output to clipboard

Getting information from the command prompt to a word processor, into an email or any other medium can be somewhat troublesome, usually, people tend to screenshot or write from a command prompt into another destination, which could induce errors, and let's be honest, it is not practical. You can copy command output directly into the clipboard ready for pasting it anywhere with | clip. So for example if you would like to paste the directory structure of your c drive command would look like: dir c: | clip, now output would be placed into the clipboard ready to be pasted anywhere needed.

Tip 3: Erase data permanently

When you delete data on your hard drive, what really happens is that files are marked with a marker which marks that space for new data writing, but the data itself is still present and can be brought back. This sometimes could impose problems but if you would type: cipher /w:c Windows will write random data over each marked file deleting it forever without means to be brought back.

Tip 4: Manage your IP address

If you would like to play with your IP address and do fancy stuff with it do the following:
ipconfig /release to release your IP address
ipconfig /renew to renew your IP address
ipconfig /flushdns to flush down DNS information and enjoy a new browsing start.

Tip 5: Check to see are packets reaching the desired location

You installed a new LAN printer, or a new switch, maybe you want to check if your new site is up and running. Use ping destination in order to see if TCP packets are reaching desired information, you can use it with a specific address like ping 192.168.1.1 or you can type a web address, for example, ping google.com and see if a connection can be established.

Tip 6: Get information about a specific command

So you learned some command prompt commands, but you do not know all of their configuration or switches? No worries, just type command/? to get a list of available switches for it. For example ipconfig/? will write you a list of available switches for ipconfig command.

Tip 7: Link and execute multiple commands one after another.

Let us say that for example, you would like to copy files into a different folder, then rename some and delete others and you need to do a couple of times. Instead of writing command after command once each one is finished link them with && and they will execute one after another.

Tip 8: Scan and repair files.

In order to scan files and repair broke or corrupted ones write in the command prompt: sfc /scannow. Please know that this command can take a long time since it is solely dependant on the number of files, their size, and the power of the computer.

Tip 9: Manage and configure your computer energy

Command powercfg will let you manage and see the power configuration of your computer. Just write powercfg/? and see what you need and want to change or get information about.

Tip 10: Associate files with applications

Windows already has some file associations defined, and some applications take over some type of files but if you want to take control into your own hand use assoc command. For example
assoc.txt= "APPLICATION NAME" will associate txt files with the provided application.

Tip 11: Hide files and folder.

Do you have some folder or file with information that you do not want to be seen when someone opens file explorer? Use attrib +h <name of file> and hide file or attrib +h /D <folder name> to hide folder.

Tip 12: Get a list of installed computer drivers

Want to know which drivers are installed in your system? Use driverquery and take a look.

Tip 13: Find and locate shared folders

have you shared a folder but forgot which one and where? Do not bang your head on the wall, we have a simple solution for you. just type in command prompt net share and see everything.

Tip 14: Run commands as an administrator

You do not have administrator privileges? Do you want to bypass common blockades?

runas /user:yourdomainadministrator command

That is all that we have for you today, I certainly hope you have found something useful here and that we have managed to teach you some valuable things.

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

New focus sessions in Windows 11
focus sessionWindows and Devices chief Panos Panay has revealed new focus sessions feature that will be in Windows 11 on his Twitter account today. He himself is referring to it as a game-changer especially with Spotify integration.

So what is a focus session?

From the video clip provided on Twitter, we can see that focus session users will be able to choose a specific task from the previously made task list, choose songs that will play in the background while the task is active, and set a timer for the chosen task with breaks. Maybe the best comparison and explanation would be a desktop google calendar task with music, basically, that’s it. A neat and good organizer inside your Windows 11 operating system. I think that this is generally a good idea and for sure it will find its audience.
Read More
Can’t type in Win apps, Search, Cortana, etc.
If you are typing inside the Search bar, Cortana, Taskbar, Windows 10 apps, etc., and then everything seems invisible then read on as this post will guide you in fixing this issue. At first, you might think that something is wrong with your keyboard but it really has nothing to do with it. The problem actually lies with the apps from Microsoft Store. Thus, if you can’t type anything in any of the apps from Microsoft Store in Windows 10, refer to the options given below to fix them.

Option 1 – Ensure that ctfmon.exe is running

Ctfmon.exe is a Microsoft process in Windows 10 that controls the Alternative User Input as well as the Office Language bar. In other words, it enables end-users to control the computer using on-screen keyboard inputs, speech, and even pen for various languages. It would be better if you launch the program once by going to the C:/Windows/system32 folder. Doing so will ensure that whatever API is needed for the keyboard typing to work properly again. You also have to make sure that its startup status is not disabled. In addition, you can also try the following steps, alternatively.
  • Open the Task Scheduler.
  • Then go to Microsoft > Windows > TextServicesFramework.
  • And on the MsCtfMonitor, right-click and enable the task.
  • Now restart your computer.
This will ensure that all the text boxes will start to work again. And if the task MsCtfMonitor is missing from the list of tasks, you can import it with the XML file from basics.net. Then download and create a task to run it each time you log in to your PC.

Option 2 – Use the Windows Store Apps Troubleshooter

You might also try running the Windows Store Apps Troubleshooter as it can help in resolving issues with the Windows Store apps. This built-in tool can resolve most of the app-related problems. To use it, go to Settings > Update & Security > Troubleshooting > Windows Store Apps and from there, click the start the troubleshooter button. The Windows Store Apps Troubleshooter will scan the computer for any issues with the Windows store apps and will automatically fix them if it finds any.

Option 3 – Re-register all the Windows 10 UWP apps using PowerShell

  • First, make sure to close all the running applications on your computer.
  • Next, in the Start search, type in PowerShell and right click on the result, and select the “Run as administrator” option.
  • After that, type the following commands to re-register the Windows 10 apps. Make sure to hit Enter on each line:
    • reg delete "HKCUSoftwareMicrosoftWindows NTCurrentVersionTileDataModelMigrationTileStore" /va /f
    • get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "appxmetadataappxbundlemanifest.xml")}
    • $bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname
    • get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "appxmanifest.xml")}

Option 4 – Try to run the DISM tool

You can also run the DISM Tool as it helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth” which could help in fixing the problem.
  • 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 5 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your PC.
Read More
Check if your data has been stolen for free

Website breaches and stealing user data is nothing new in the world of the internet. Although a very unpleasant experience it still happens even on some high-quality websites. In this article, we will not focus on how can you not be the target of this kind of attack, because you really cannot. Weel you can kind of if you decide not to have your data on websites at all, but let's just say that is not something you are willing to do.

stolenSo, in this case, you have some social, forum, or gaming accounts but you heard that service has been breached and that your email or password might be stolen. Well in this case all you need to do is of course to login into the service and change your password. But, what happens if you are not aware at all that service has been compromised?

Mozilla foundation has asked themselves this same question it seems and they have decided to help us out. They have placed a free online service where you can just by typing in your email address find out if your email or data has been compromised in any way.

Go to https://monitor.firefox.com/ and check it out, if you find out that there is some website that you did not know was breached, change your password right away, and if you have used the same password for anything else (I hope not), change them as well.

Read More
How to Fix Windows 8 Error Code 0xc004f034

Error Code 0xc004f034 – What is it?

Error code 0xc004f034 occurs when Windows users are unable to activate their operating system. It affects Windows 8 and Windows 10 users and features common symptoms which include the following:
  • Inability to activate Windows
  • Message box with error code 0xc004f034

Solution

Restoro box imageError Causes

Error code 0xc004f034 often occurs due to an issue with the Windows product key. This may occur when users enter an invalid product key or use one that is appropriate for use on a different version of Windows. To correct the issue, users will need to use the correct product key for their system or contact an IT professional if their device is connected to a Key Management Service (KMS).  Windows users affected by this error code may also need to check their system for viruses or missing system files since these issues can result in error codes on Windows devices.

Further Information and Manual Repair

Manual repair methods enable users to fix problems related to error codes. Though some manual repair methods require the use of Command Prompt and utility tools like the System File Checker, even non-technical Windows users can find success simply by following the instructions provided below.

However, note that some issues can be complex, thus requiring the use of an automated tool or help from a Windows repair technician. Consider these options if the manual repair methods below do not resolve error code 0xc004f034 on your Windows 8 device.

Method One: Enter Valid Windows Product Key

Microsoft currently offers several ways for customers to activate their Windows operating system, the most common of which is the product key. This 25-character code verifies that users have access to an authorized version of Windows.

You may get a valid product key from an authorized dealer, a new PC with Windows, or access a digital copy from a Windows website when you purchase your Windows operating system online. Once you have a valid product key, use it to activate Windows and resolve error code 0xc004f034 in Windows 8. Follow the steps below to access the Product Activation Wizard.

  • Step one: Click or tab Start button then select Settings
  • Step two: Tap or click PC Settings, then select Activate Windows
  • Step three: Type invalid product key

Once a valid product key is used, the Product Activation Wizard should complete the activation process. If you are unable to complete the process, however, and error code 0xc004f034 remains unresolved, click the link or instructions the Product Activation Wizard provides regarding activation via phone or customer support.

Method Two: Run System File Checker

Another option available to Windows 8 users is System File Checker (SFC). This tool enables Windows users to scan and repair corrupted or missing system files. Follow the steps below to access SFC.

  • Step one: Go to Start and type Command Prompt or CMD.
  • Step two: Run as Administrator
  • Step three: Type sfc /scannow ensuring a space is between “sfc” and “/scannow”.

System File Checker will repair any corruptions found on system files within your machine once you successfully follow the instructions provided. The tool will also replace missing files which will lead to better performance on your PC.

When the process is complete, restart your device then check if you are able to activate Windows. If error code 0xc004f034 is still present, you will need to find another solution via repair method three.

Method Three: Scan for Viruses and other Malware

Viruses and other forms of malware are one of the main issues resulting in poor PC performance and Windows error codes. To fix this issue on your PC, scan your machine for signs of these malicious programs. If you do not have anti-malware software and would like to download one from the Internet, ensure the software you choose is effective before attempting to download it.

Once you have powerful antimalware software on your PC, begin a scan for viruses, Trojan horses, and other forms of malware. If the Windows error code occurred due to issues related to malicious programs, you will be able to resolve the issue. If, however, this manual repair method proves ineffective in resolving error code 0xc004f034, download a powerful automated tool or contact a Windows repair technician to assist you.

Method Four: Use an Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 8 and other related issues when they do arise, download and install a powerful automated tool.
Read More
Troubleshooting Fortnite Connection Issues
It is no secret that Fortnite is one of the most played games in the world. Epic has done a great job offering it to plenty of other platforms with cross-play feature meaning that you can play with your friends no matter on what platform they are on. But how Fortnite is a piece of software which is constantly updated and maintained it is pretty normal to have some bugs or issues from time to time. One of the before-mentioned issues is a connection issue or unable to connect to game servers. In our article, we will go through common fixes and solutions in order to get you back in-game as fast as possible. Keep on reading.

fortnite cannot connectCheck the Epic Games Status page

Check the Epic Games Server Status page to make sure all systems are operational. If the issue you’re experiencing is related to an outage or system-wide issue, you won’t be able to connect to the Epic Games Launcher or Fortnite until it's resolved.

Use a wired connection

Wireless connections are not as stable as wired connections. This means that the signal can be unreliable and result in packet loss, connection problems, or higher latency or ping. Connect directly to your modem or router with an Ethernet cable to eliminate this possibility and have the fastest connection possible.

Disable your firewalls

Often the quickest way to fix connection problems due to firewalls is to temporarily uninstall and/or disable it.

Windows Firewall disable guide:

  1. Click on Start.
  2. Click on Control Panel.
  3. Click on System and Security.
  4. Click on Windows Firewall.
  5. Click on Turn Windows Firewall on or off (You might need to provide the Administrator password at this step)
  6. Under each Network location, select the Turn off Windows Firewall option

Uninstall any other firewalls

Using a third-party firewall may prevent you from being able to connect to the Epic Games Launcher, Fortnite, or another Epic Games product. We recommend removing any third party firewalls temporarily to see if this resolves your issue. If it does resolve the problem, make sure to add the following executables as exceptions to your firewall:

Epic Games Launcher

  • C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win64\EpicGamesLauncher.exe
  • C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win32\EpicGamesLauncher.exe

Fortnite

  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping.exe
  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping_BE.exe
  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping_EAC.exe
  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteLauncher.exe
Contact your firewall manufacturer for instructions on how to add these as exceptions to it as this varies between them.

Unblock your network ports

Network ports allow certain types of data to be successfully sent over a network that is used by our services. If you have any of these blocked, it may result in you being unable to connect to our games or use our services properly. To unblock your ports on your router do the following:

Windows

First, you will need to get your default gateway and internal IP address:

  1. Click on Start.
  2. Type cmd and press Enter.
  3. Type ipconfig and press Enter.
  4. Take note of your Default Gateway and IPv4.

Configuring your router to unblock the ports

  1. Open your web browser.
  2. Type your Default Gateway into the address bar and press Enter. (A common Default Gateway is 192.168.1.1)
  3. You may be asked for a username and password. This varies for each router. Before entering anything, try just hitting OK. If that doesn't work, try the common default username and password below: Username: admin Password: password If these don't work, you can check this website for a list of usernames and passwords based on your router model.
  4. Locate the Port Forwarding page in the administration tool and click on it.
  5. Make sure you have Port Forwarding selected and not Port Triggering as this is completely different.
  6. On this screen, you will need to enter the ports and port ranges below with the correct protocol and local IP of which you took note of above: 80 (TCP/UDP), 433 (TCP), 443 (TCP), 3478 (TCP/UDP), 3479 (TCP/UDP), 5060 (TCP/UDP), 5062 (TCP/UDP), 5222 (TCP), 6250 (TCP/UDP), and12000-65000 (TCP/UDP).
If you have any trouble doing the above on your router, make sure to check out the router manufacturer's support site for additional instructions as these will vary from router to router.

VPN and Proxy Servers

Do NOT use VPN or Proxy Servers. These cause issues that can't be resolved by us without having you disable them. Check out this article for information on how to disable your proxy server.

Switch Domain Name Systems (DNS)

Switching your DNS can result in better connectivity and performance for your internet connection. There are two different DNS services we recommend to have you try if you are having issues with your connection. Below are the followings links with instructions on how to change your DNS:

Epic Games Launcher: Edit your Engine.ini file (Windows only)

Editing these settings can result in better download speeds using the Epic Games Launcher:
  1. Click on Start.
  2. Type %localappdata% and press Enter.
  3. Open the EpicGamesLauncher
  4. Open the Saved
  5. Open the Config
  6. Open the Windows
  7. Open ini and add the following lines to it: [HTTP] HttpTimeout=10 HttpConnectionTimeout=10 HttpReceiveTimeout=10 HttpSendTimeout=10[Portal.BuildPatch] ChunkDownloads=3 ChunkRetries=20 RetryTime=0.5
  8. Save the file and open the Epic Games Launcher.
fortnite gameplay
Read More
Windows computer goes to sleep automatically
If your Windows 10 computer or laptop keeps on going to sleep randomly even when you’re using it, read on as this post will walk you through the process of resolving the problem. There are a number of users who reported about how their Windows 10 computers would automatically go into Sleep Mode. One particular user claimed that when he installed a fresh Windows 10 version he began experiencing the same problem. It turns out that the screen goes to sleep but what’s odd is that the power lights and the keyboard are still working. The computer is also warm to touch which shouldn’t be the case when it is in sleep mode. And when some users tried checking the event log, it showed them that the computer didn’t actually go into sleep mode but it shut down instead. To fix this issue, here are some possible fixes that could hopefully work.

Option 1 – Edit the Power Plan settings using Control Panel

  • Click the Cortana button and type “control panel” in the field and select the appropriate result to open Control Panel.
  • After opening Control Panel, click on the Power Options.
  • From there, select the “Edit Plan Settings” option and make sure that the option to “Put the computer to sleep” is set to Never.

Option 2 – Edit the Power Options using Settings

  • Tap the Windows key + I to open the Settings app.
  • After that, select Settings and go to the Power & sleep section.
  • Next, set the system to “Never” when the device is running on battery power or plugged in.
  • Now restart your computer to make sure that everything is working properly.

Option 3 – Try running the Power Troubleshooter

Another option that could help resolve the problem is the Power Troubleshooter. This built-in troubleshooter in Windows can help you get things up and running again.

Option 4 – Troubleshoot Sleep Mode issue in a Clean Boot State

The issue with Sleep Mode might be caused by some third-party programs installed on your computer. This program might be the one that puts your computer to sleep and so to isolate this possibility, you have to put your PC in a Clean Boot State using 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” 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.)
  • After that, try to install the Windows Updates or upgrade again.

Option 5 – Try checking the Sleep Advanced Settings

  • Click on the Windows key and type “control panel” in the field and select the related search result.
  • Next, select the Security and Maintenance option and click on the Power Options.
  • After that, you have to select the Change Plan Settings but keep in mind that this option is barely readable so you need to read each option carefully.
  • Now click on the Change advanced power settings button and a new window will appear.
  • Then look for the “Sleep” option and expand it to select the Allow hybrid sleep” option. Turn this option off and close all the opened windows.
  • Reboot your computer and check if your computer now functions properly. If it still didn’t work, you may have to reverse the changes you’ve made.

Option 6 – Try installing v9 or 10 of the MEI or Intel Management Engine Interface

Note that this option only applies to users who are using an HP laptop. And if your motherboard does not support Hybrid Sleep, you might have to downgrade the Intel MEI to version 9 or 10. To install v9 or v10, you need to go to the HP Drivers & Downloads page and look for the MEI driver version 9 from the website’s Driver Chipset section. Once you’ve downloaded the driver, install it and if a dialog box warning pops up, simply ignore it and proceed.

Option 7 – Update the device drivers

  • Reboot your computer into Safe Mode with networking support.
  • Tap the Win + R keys on your keyboard to open the Run dialog box.
  • After that, type “devmgmt.msc” in the field and hit Enter or click OK to open the Device Manager.
  • After opening the Device Manager, update all the outdated Device drivers on your computer.
  • Next, right-click on all the driver entries that are appropriately labeled, and then click the Update driver option.
  • Now restart your PC and check if your computer is now back to normal.
Read More
How to Fix 0x80070643 Error Code

What is the Ox80070643 Error Code?

The 0x80070643 error is a Windows Update error. It may appear on your computers due to several reasons.  Though this error does not pose any harmful threats to your system it is still advisable to fix it to ensure your system works perfectly and there are no installation issues.

Solution

Restoro box imageError Causes

The error 0x80070643 error code is usually triggered:
  • When the MSI software update registration fails
  • .NET framework installation becomes corrupted on your PC
Though it does not cause any serious damages it is advisable to repair this issue as it may hamper your ability to install updates on your PC.

Further Information and Manual Repair

If you experience the error 0x80070643 on your PC, you don’t have to panic. This error is rated as easy to resolve. All you have to do to fix this error is to uninstall and reinstall the .NET Framework. Here is a step by step guide to repairing the error 0x80070643:
  1. First close all the currently running programs on your PC
  2. Then go to the start menu and click on the control panel. After you click on it you will see a Programs option here.
  3. Now click on Programs and then click ‘Programs and Features
  4. Under the Programs and Features section, you will see lots of programs. Double click on Microsoft .Net Framework 4 Client Profile.
  5. Now as you double click on it a dialog box will open in front of the screen with 2 options Repair .Net Framework 4 Client Profile to its original state and the other option would be Remove.Net Framework 4 Client profile from this computer. Click on the first option that says Repair.
  6. After clicking on the Repair tab, click ‘Next’ and then click ‘Finish’. This shows that the .NET Framework is repaired.
  7. Now to bring the changes into effect, restart your PC and reboot.
  8. After rebooting it, go to the start menu again and type Windows Update in the search box.
  9. Click ‘Windows update’ to check for and install updates.
Follow these steps to resolve the 0x80070643 error code issue immediately. Nonetheless, to avoid the error 0x80070643 from occurring again, it is suggested that you download the Windows Update tool. This helps keep your system updated. By updating the latest vulnerability and performance improvements on your PC, you can ensure your PC works smoothly and is not exposed to such errors and threats.
Read More
Fix THREAD_STUCK_IN_DEVICE_DRIVER 0x000000EA
If a program tried and failed to use the Graphics rendering capabilities of a computer, Windows 10 will most likely throw a Blue Screen error that says, “ THREAD_STUCK_IN_DEVICE_DRIVER ”. 0x000000EA is the Stop code for this particular Blue Screen error and could be caused by a bad display driver or bad video card. Whatever the cause is, here are some suggestions you need to check out to resolve this Blue Screen error.

Option 1 – Try to rollback, update, or disable the Graphics card drivers

Since the THREAD_STUCK_IN_DEVICE_DRIVER Blue Screen error has something to do with Graphics card drivers, you can either roll back, update or disable them depending on your preference in order to resolve the error.
  • First, boot your computer into Safe Mode.
  • After that, 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. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: You also have the option to go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.

Option 2 – Try removing hardware or drivers that you’ve installed recently

If you have recently installed some hardware or drivers, you might want to disable or remove them since external devices are proven to be one of the factors that trigger Blue Screen errors like THREAD_STUCK_IN_DEVICE_DRIVER. All you have to do is physically disconnect any external devices that are connected to your computer and then check if it fixes the BSOD error or not.

Option 3 – Run System File Checker at boot time

  • Once you get to the Welcome Screen part, click on Next.
  • Afterward, click on the Repair your computer option located on the bottom-left part of the window.
  • Then click on Troubleshoot.
  • Next, select the Advanced Options and then Command Prompt.
  • After opening Command Prompt, type the “sfc /scannow” command and hit Enter to run the System File Checker scan.
  • Wait until the process is completed and type “exit” to close Command Prompt and then restart your computer to successfully apply the changes made.

Option 4 – Try to run the Blue Screen Troubleshooter

As you know, the Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like the THREAD_STUCK_IN_DEVICE_DRIVER error. It can be found in the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • After that, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.

Option 5 – Try to manually check the Graphics Card hardware

You might also want to check the physical status of your Graphics card and you can do this by disconnecting the Graphics card or any other external device connected to your computer. Once you’ve removed the external device, check it for any damages. If there’s none, connect it back to your computer and check if the THREAD_STUCK_IN_DEVICE_DRIVER Blue Screen error is fixed or not.

Option 6 – Uninstall any faulty drivers

You can also uninstall any faulty drivers via Device Manager. How? Refer to these steps:
  • Tap the Win + R keys to launch the Run dialog box.
  • Then type “devmgmt.msc” in the field and tap Enter to open the Device Manager.
  • From there, look for any faulty drivers. You can identify them easily as they will be marked with a yellow exclamation point. And then check which entries would not affect the normal functioning of your PC.
  • Now click on the entries of every faulty driver and click on the Uninstall option.
  • Once you’ve uninstalled them, restart your computer to allow your computer to reinstall the faulty drivers you’ve just removed.
Read More
Fix Windows Update Error 0x80244019
If you are trying to update your Windows 10 computer but encounter the Windows update error 0x80244019 instead, read on as this post will help provide you some possible fixes to resolve the problem. This kind of Windows Update error is usually caused by your Windows Update settings or the Windows Update components. Many users who encountered this error reported that the update fails with the said error which keeps them from enjoying the latest features that the Windows Update brings. In such cases, some of the common culprits for this Windows Update error are the Windows Update settings, Windows Update configuration, third-party antivirus programs, and so on. To resolve this error, you can check out the options provided below.

Option 1 – Restart your computer and try installing the Updates again

You can restart your computer and then try installing the updates once again. There are instances when a simple restart resolves Windows Update errors. Aside from that, it would also be better if you make sure that your internet connection is working and that it’s stable. And so after you restart your computer, check for updates once again and see if you’re still getting the error or not.

Option 2 – Try to change the Windows Update settings

You might also want to try tweaking the Windows Update settings. This will prevent other Microsoft products from being updated and besides, you can always turn the option back on afterward. To change Windows Update settings, follow these steps:
  • Tap the Win + I keys to open Settings.
  • Next, go to Updates and Security and click on the Advanced Options.
  • From there, turn off the “Get me updates for other Microsoft products when I update Windows” option.

Option 3 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like error code 0x80244019. To run it, Refer to these steps:
  • Tap the Win + I keys to open Settings.
  • From there, click Update and Security and go to the Troubleshoot section.
  • Next, select Windows Update and click the “Run the troubleshooter” button and wait until it’s finished, and then try to run Windows Update again.

Option 4 – Try to disable the third-party antivirus program

Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. There are times when you encounter Windows Update errors like 0x80244019 due to interference of third party antivirus programs. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 5 – Try to manually install the Windows Updates

Windows Update Error 0x80244019 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.

Option 6 – Restart some Windows Update services

The first thing you have to do is to restart Windows Update-related services. Refer to the steps below to do so.
  • 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 try to update your computer again and see if the error is fixed or not.
Read More
How to Fix (1058) ERROR_SERVICE_DISABLED Error in Windows 10
This post will guide you in fixing the (1058) ERROR_SERVICE_DISABLED error you can encounter when trying to launch various games. Usually, this error pops up during startup and prevents you from running the game. In fact, this error has become quite a headache for many users. Some of the games it affects are Smite, Paladins, Far Cry, and many more. In most cases, this error is caused by missing or corrupted game files. It could also be caused by the anti-cheat utility you might have installed along with your games. Whichever the cause is, you can try to check out the possible fixes given below to resolve the (1058) ERROR_SERVICE_DISABLED error.

Option 1 – Verify the Integrity of the Game files

This is the first option you can try no matter what kind of issues you are having with Steam games.
  • Double click on the game’s icon located on your Desktop and then go to the Library tab in the Steam window.
  • From there, look for GTA V from the list of games installed in your library.
  • Next, right-click on its entry and select Properties.
  • After that, navigate to the Local Files tab and click the “Verify Integrity of Game Files” button.
  • Now, wait for the tool to complete checking the game’s integrity. You should see that some of the files may have been downloaded.
  • Reopen the game and see if it now runs properly without crashing.

Option 2 – Apply some tweaks in the Service’s startup settings

As pointed out earlier, the error can also occur due to the anti-cheat tools that were installed alongside the game. These tools are usually used by games to check if you are running something which might give you an unfair advantage over other players. These anti-cheat tools include but are not limited to BattlEye, EasyAntiCheat, and PunkBuster. The error might occur if the service’s startup settings are not correctly configured which is why you can apply some tweaks in order to resolve the problem.
  • 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 any of the services mentioned above such as BattlEye, EasyAntiCheat Service, or PunkBuster Service. Then right-click on the service and select Properties from the context menu.
  • After that, check if the service is started by checking the Service status. If it is started, click on the Stop button to stop the service and if it is already stopped, leave it as it is, at least for now.
  • Next, make sure that the Startup type menu in the Service’s properties is set to Automatic before you go on.
  • Now confirm any dialog boxes that may appear as you set the Startup type and then click on the Start button located in the middle before you exit Properties.
Note: You might get the following error message when you click on the Start button:
“Windows could not start the service on Local Computer. Error 1079: The account specified for this service differs from the account specified for other services running in the same process.”
If you got the error message above, then here’s how you can fix it:
  • 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 any of the services mentioned above such as BattlEye, EasyAntiCheat Service, or PunkBuster Service. Then right-click on the service and select Properties from the context menu.
  • Now go to the Log On tab and click on the “Browse…” button.
  • After that, type in your account’s name under the “Enter the object name to select” box and click on Check Names then wait for the name to be recognized.
  • Then click OK once you’re done and type in the password in the Password field when you are prompted to do so. This should resolve the issue.

Option 3 – Try reinstalling the Anti-cheat program

If the first two options did not work out, you can try reinstalling the anti-cheat program.
  • Open Steam from your Desktop or by searching for it in the Start menu.
  • After opening the Steam client, go to the Library tab in the Steam window and then look for the Rust entry from the list.
  • Next, right-click on the game’s icon in the library and select Properties.
  • Now go to the Local Files tab under Properties and click the Browse Local Files button.
  • From there, look for BattlEye, EasyAntiCheat, or PunkBuster folder depending on the game, and then double click on it to open the folder.
  • Then right-click on EasyAntiCheat_setup.exe or the BattlEye installed file in the folder or PunkBuster and select the Run as administrator option.
  • Exit the Steam client by clicking Steam > Exit from the menu located at the top.
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