Logo

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.

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

Perform System Restore when Windows won’t boot
System restore is usually the go-to tool when something goes bad in Windows, we fire it up and roll back Windows in the state when everything was working fine. But what if Windows does not want to boot? Can we use system restore in that case? The answer to that question would be yes, yes we can.
  1. Boot interrupt Windows 10 by starting your PC and as soon as you see the Windows logo; press and hold the power button to force a shutdown.
  2. Repeat this 2-4 times and Windows will open up the Advanced Startup Options menu for you.
  3. At the Advanced Startup Options screen, select Advanced Options.
  4. Select Troubleshoot.
  5. Under the Advanced options screen, select System Restore.
or if you prefer, use Windows USB installation.
  1. Boot the faulty PC using the Windows 10 installation media.
  2. The Windows Setup dialog box will appear.
  3. Set the Time and currency format, Keyboard or input method, and the language to install.
  4. Click Next.
  5. Click on Repair your computer from the lower-left corner.
  6. From the Choose an option screen, click on Troubleshoot.
  7. Click Advanced Options in the Troubleshoot screen.
  8. In the Advanced Options screen, click System Restore.
  9. Windows will take some time to prepare System Restore. It may even restart your computer or device.
  10. When System Restore is ready, you will be prompted to choose a user account to continue.
  11. Select an account that is set as administrator on your Windows 10 computer or device.
  12. At the next screen, change the keyboard layout if you want and then input the password for that account.
  13. Click the Continue button.
Read More
Fixing “Could not find this item. This is no longer located in [Path]. Verify the item’s location and try again” Error in Windows 10
If you are trying to access a particular file on your Windows 10 computer either to open, rename or delete it, and you suddenly encounter an error stating, “Could not find this item. This is no longer located in [Path]. Verify the item’s location and try again”, read on for this post will help you out in resolving this issue. If you are able to find and view a file on your computer, you should have clear access to it. And since you are seeing an error message when you try to do something about this file, you are not able to do anything with the file. There are times when this error pops up with the files created by third-party services and that the file’s extension is not defined properly. On the other hand, there are also other obscure causes for this error. To fix it, here are some suggestions you can try.

Option 1 – Delete the file using Command Prompt

If you wish to delete the problematic file and weren’t to, you can use Command Prompt.
  • In the Start menu, type in “Command Prompt” to search for it or you could also click the search button right next to the Start menu and then right-click on the related result and select the option “Run as administrator”.
  • Once you’ve opened Command Prompt, copy and paste the command given below and tap Entre after you do so. You also have to make sure that you key in the correct path where the file is located as well as its name.
rd /s \?X:badfolderpath Note: In the command above, “X” is the placeholder letter so you must input the letter that corresponds to the drive’s letter where the file is located.
  • After that, you will see the “Operation completed successfully” message on your screen. If you don’t, check if you’ve really inputted the correct location of the file or its name.

Option 2 – Use a Command Prompt tweak to rename the file

If you don’t want to delete the file and only want to rename it, you can apply some tweaks using the Command Prompt. Make sure to follow the steps carefully.
  • In the Start menu, type in “Command Prompt” to search for it or you could also click the search button right next to the Start menu and then right-click on the related result and select the option “Run as administrator”.
  • After opening Command Prompt, type in “cd” followed by the path where the file is located with this format – “C:\Folder1\Folder2\Folder3”. However, you have to omit the problematic file this time. To put it simply, the last folder in the command must be the folder where the file is located.
  • After inputting the command, tap Enter on your keyboard and then use the set of commands given below. Note that each command is a new line so you need to tap Enter after copying each line.
    • DIR /A /X /P
    • RENAME (the current name of the problematic file) (a non-problematic name)
    • EXIT
Note: Make sure that you only input the current name and the new name separated by a space. You must not write the brackets in the command. If everything goes well, you will now be able to operate the file like you used to before.

Option 3 – Use Command Prompt to delete the file without any extension

This option applies to cases where the affected file does not have any viable extension which means that Windows does not really know what to do with it and it only displays the “Could not find this item. This is no longer located in [Path]. Verify the item’s location and try again” error message. It usually occurs with the files created by browser plugins that are mostly from Mozilla Firefox. To delete these kinds of files, here’s what you have to do:
  • Follow the first two steps from the previous option above so you can navigate to the location of the file accurately just be careful in inputting the folders.
  • Don’t forget to tap Enter right after each command and then use the next command below so you can delete the affected file which has no extension:
del *.*
  • After you’re done, open the File Explorer and then check if the file is now deleted or not.

Option 4 – Try using another workaround without using Command Prompt

This option is a lot like a workaround but it definitely gets the job done for you. It’s ideal for you if you do not want to deal with Command Prompt and only want to do everything in a graphical environment. To get started, follow the steps below.
  • Look for the affected file or folder on your PC using File Explorer. Once you found it, right-click on it and select the “Add to archive” option from the context menu.
  • Once the archiving options window pops up, look for the “Delete files after archiving” option and make sure that you select it then click OK to start archiving the folder or file. After that, you should now notice the file no longer exists.
  • After that, delete the archive file as well.
Read More
Things that are killing your WI-FI signal

A surprisingly large amount of things present at your home can and do interfere with your wi-fi signal making it weak so devices are dropping it, having trouble connecting, or being slow.

Hello and welcome to our latest article where we will take a look at all things that are present in a lot of homes but are very bad for your WI-Fi signal.

wi-fi router

Bad router placement

Having a router in a bad position can have some really large effects on WI-Fi signal strength and its availability. Usually, we do not give great attention to where we are placing our router but it has been proved over and over again that being close to certain objects does indeed have a great influence on the wireless signal strength and performance.

So, what are these objects and bad positions where we could place the router and effectively kill his Wi-Fi capabilities?

Fish Tanks

Water will block all radio waves including Wi-FI signals and waves themselves, so having a router next to the aquarium or any large source of water is a bad idea. You should always look at water as something bad for your Wi-Fi and move your router away from it as far as possible.

Bookshelves

Paper is another story and example of the dampening effect on radio waves. Did you know that various patterns of paper are used in silent rooms and recording studios in order to eliminate sound reflection from surfaces? Well besides absorbing sound waves, the paper also absorbs Wi-Fi signals and if you have a large bookshelf with a lot of books packed one beside another you just have a great wall of signal absorbing.

Mirrors

The problem with mirrors is in their coating that goes over the glass in order to turn it into the mirror, that coating is metal and as such, it is absorbing signals in large amounts. If you have an old or high-quality mirror that has a silver coating things are even worse since silver will absorb even more waves than modern cheap ones.

TV

Yup, TV is also on this list and for a similar reason as a mirror, although TV does not have coatings of metal, they have something even worse: a large metal plating on the back. Metal plating is there to produce structural integrity of the TV set and provide it with shielding from electromagnetic waves and as such it will prevent Wi-Fi waves as well. Do not place the router behind your TV.

Things that influence signals in homes

Any kind of metal decoration

Now when we covered mirrors and TV because of the metal they have, we must take a look at the metal itself. Any kind of metal stuff that you might have like baskets, figures, statues, frames, etc will effectively block your signal.

Kitchen appliances and Home utilities

Kitchen appliances like refrigerators, microwaves, ovens, stoves, etc. along with home appliances and utilities like dishwashers, washing machines, dryers, etc are large metal objects enclosed in a metal cage that will block signals from spreading further and it is no secret that most kitchens have weaker Wi-Fi because of this reason.

Home gyms

This is a logical conclusion as to everything explained so far if you have a workout room or small gym at home it is probably filled with weights that are metal and have mirrors inside, all of that will interfere and block signals.

Things blocking your Wi-Fi that you have no easy control over

Walls

Thick walls will dampen signals, thick walls from bricks will dampen even more and concrete walls will kill it almost completely. Any kind of metal reinforcement wiring inside walls will reduce and kill signals as well.

Floors and ceiling

This is somewhat important if you have a floor beneath or under the room where is your router located, but for the same reason how walls are blocking your signal floor and ceiling can do it as well, especially since most of the time they are made of some stronger material like concrete with metal fence inside.

Heating systems

If you have a heating system that is composed of metal radiators with water inside, then in terms of Wi-Fi signal strength you have an aquarium but in a metal box, and as such it will greatly reduce signal strength.

Read More
Upcoming Windows 11 features

Coming in October for insiders and in November for all in the update, Microsoft has prepared a series of updates which they call an "additional set of experiences"

These updates are looked upon by Panos Panay, a vice executive president at Microsoft & chief product officer for Windows and devices as sort of makeup tests. They will consist of new additions with the biggest one being a tabbed version of File Explorer.

windows 11 transparency off

File Explorer received a UI makeover in the last update but the tabbed interface was missing which was expected by many users so it will come in following the next update.

The rest of the features that we will receive are an updated Photos application, Suggested Actions in the Windows Shell, Overflow menu for the taskbar, and improved Nearby Share.

The tabbed File Explorer interface is essentially File Explorer’s version of Sets, the tabbed window interface that Microsoft tested out several years ago. In testing, the tabbed interface proved handy for moving and copying files, and we’d expect the same once the feature formally goes live. The difference between Sets and the tabbed File Explorer interface is Sets allowed for multiple applications to be clustered together via tabs.

Photos app will include a “new photos-managing experience that brings a gorgeous gallery, simplifying browsing, finding, management and consumption of your collection of photos.” It will allow “easy backup to OneDrive” and a “delightful Memories experience.”

As for other features, nothing specifically was said except giving just some tips on what will they bring, it is obvious that File Explorer and the photos app were the main focus for MS in this upcoming update.

Read More
Fix Error 0x80070057 in Windows
Hello and welcome to another problem-solving tutorial on errortools.com. Today we will be solving error 0x80070057, we could not format the selected partition which occurs during setup and installation when performing a clean install of Windows from a USB drive. So, you have backed up your files and decided to format and do clean WIndows installation, you have your USB ready, you reboot the system, plug in USB, start Windows setup, choose the hard drive on which you want to do a clean install and then this happens. error 0x80070057This error is very frustrating and it annoys pretty much anyone who encountered it but do not worry we have a solution for you. First thing is to confirm the error prompt, Click on the OK button and then on X to exit Windows 10 installation wizard. Click on yes to confirm that you want to exit the setup. You will find yourself in original installation windows. On that screen choose and click on Repair your computer. Choose an option screen that will pop up, click on Troubleshoot. In the advanced options, click on the command prompt. Once you are in command prompts type DISKPART and hit ENTER In the diskpart prompt type LIST DISK and hit ENTER again. type SELECT DISK #, where # is listed disk number where you would like to install Windows. type LIST VOLUME in order to list volumes in the selected disk and hit ENTER You need to select the volume on which you would like to place your WINDOWS, to do this type in SELECT VOLUME #, where # is the listed number of the volume Finally, type FORMAT FS=NTFS and hit ENTER You have successfully formated a given volume, you can now exit DISKPART and return to setup, to exit DISKPART simply type exit and hit ENTER. Leave command prompt as well by again typing exit and hitting ENTER You will be returned to Choose an option screen, click on Turn off your PC. Your drive has been successfully formatted and it is ready for clean Windows installation, you can now restart your Windows 10 installation and the process will complete without errors.
Read More
Best gaming headphones in 2021
Gaming has come a long way since its infant days and grown from spending some free time between coding to full e-sport events watched worldwide. As have some basic peripherals been upgraded like gaming keyboards and gaming mouse so have headsets been receiving similar treatments. In today's article, we are presenting you with some of the best headsets specifically designed and made for gaming purposes. If you are looking for headphones for music listening look elsewhere, these bad boys are all made for replicating precise audio positioning and similar technology specifically tailored for games.

SteelSeries Arctis 7P/7X

steelseries arctis 7p headphonesThe best gaming headset overall for PC, PS5, PS4, Xbox Series X/S, Xbox One, Switch, Android The SteelSeries Arctis 7P/7X is the best gaming headset overall, offering great sound, consistent wireless performance, and a comfy, attractive design at a reasonable price. The headset’s 2.4-GHz wireless connectivity keeps you glued to your game without any lag or interference. Even better: Thanks to its USB-C dongle and USB-A adapter, you can enjoy wireless performance with any system, from a PS5 to a Nintendo Switch in handheld mode, to an Android phone.

Razer Blackshark V2

Razer Blackshark V2Razer's best headset yet for PC, PS5, PS4, Switch, Xbox One The Razer Blackshark V2 is probably the best headset that Razer has ever made. This mid-range wired headset provides fantastic sound for both games and music, particularly thanks to its innovative THX profiles. The famous film audio company has lent its expertise to make the Blackshark V2's surround sound realistic and nuanced, especially for a handful of games like Apex Legends and Sekiro: Shadows Die Twice, which have their own optimized profiles.

Logitech G Pro X

Logitech G Pro XBuilt for tournament play for PC, PS5, PS4, Xbox One, Switch The Logitech G Pro X delivers tournament-grade performance for a reasonable price. The headset's distinguished black design sets itself apart from the competition, in no small part thanks to its flexible headband and supremely comfortable foam and leatherette earcup options. The Go Pro X delivers rich, direction-accurate sound out of the box whether you're playing on PC or console. It's also the first gaming headset to sport a built-in Blue microphone, allowing for extra-crisp voice chat whether you're practicing with your Apex Legends squad or streaming to your online fans

SteelSeries Arctis Pro

SteelSeries Arctis ProAudiophile sound for gamers made for PS4, PC (with GameDAC), Xbox One, Switch, mobile (analog) SteelSeries’ Arctis Pro + GameDAC brings audiophile-grade features to the already excellent Arctis design. This headset includes a DAC (digital-to-analog converter), which allows it to deliver high-resolution 96-kHz/24-bit audio. The GameDAC also allows for a wealth of customization options, whether you want to fine-tune sound via an equalizer or customize the headset’s subtle RGB lighting.

HyperX Cloud Stinger

HyperX Cloud StingerBig sound on a budget for PS, PS5, PS4, Xbox Series X/S, Xbox One, Switch, mobile The Stinger’s sturdy, feather-light frame and soft, faux-leather earcups make for one of the best gaming headsets on a budget, and its handy on-ear controls and solid microphone certainly don’t hurt either. Finding a comfortable fit is arguably the most important thing you can look for in a gaming headset, and the Cloud Stinger doesn’t disappoint on that front. The Stinger also offers very solid audio quality for the price, though things can get a bit blown out at max volume

Corsair Virtuoso RGB Wireless XT

Corsair Virtuoso RGB Wireless XTThe best gaming headset with Bluetooth for PC, PS4, PS5, Xbox One, Xbox Series X/S, Switch (handheld), mobile The Corsair Virtuoso RGB Wireless XT is one of the best gaming headsets that Corsair has ever made. Not only is this headset extremely comfortable, but it also provides excellent sound quality. It works wirelessly with PCs and PlayStation consoles via USB, as well as mobile devices, streaming players, and smart TVs via Bluetooth. You can connect it to a Switch, Xbox controller, or older system via a 3.5 mm audio cable. There's very little that the Virtuoso RGB Wireless XT can't do.

Xbox Wireless Headset

Xbox Wireless HeadsetThe best Xbox affordable headset for Xbox Series X/S, Xbox One, PC, mobile The Xbox Wireless Headset is exactly what the name suggests: a wireless headset that works particularly well with Xbox consoles. Whether you have an Xbox Series X, an Xbox Series S, an Xbox One, or a Windows 10 PC with an Xbox controller adapter, this headset can provide fantastic sound with a simple pairing procedure. Not only that: the Xbox Wireless Headset supports Bluetooth as well, meaning that you can listen to music or take calls on your phone while you game.

Razer Kaira Pro

Razer Kaira ProThe best Xbox Series X wireless headset for Xbox Series X/S, Xbox One, PC, mobile Debuting alongside the Xbox Series X, the Razer Kaira Pro is arguably one of the best gaming headsets for Microsoft's next-gen console. This sleek, lightweight wireless headset pairs with Xbox consoles right out of the box. But you can also use it with PCs and mobile devices, thanks to built-in Bluetooth capabilities. The Kaira Pro is not terribly expensive, and the sound quality is excellent, particularly for video games.

SteelSeries Arctis 1 Wireless

SteelSeries Arctis 1 WirelessAffordable wireless for PC, PS5, PS4, Switch, Mobile (USB-C wireless), Xbox One (wired) Getting good wireless performance has never been this seamless, or affordable. Thanks to its high-speed, discrete USB-C dongle, the SteelSeries 1 Arctis Wireless allows you to instantly enjoy wireless game audio from your Nintendo Switch, Android phone, PS4, or gaming PC, with none of the convoluted pairing or interference that comes with Bluetooth-based headsets. It’s worth mentioning the Nintendo Switch functionality again, as it’s hard to get a wireless headset for Nintendo’s handheld hybrid.

Turtle Beach Elite Atlas Aero

Turtle Beach Elite Atlas AeroAbsolute best in wireless for PC, PS4 (Wireless); Xbox One, Nintendo Switch, Mobile (Wired) The highly customizable high-end headset that's especially ideal for PC, the new Turtle Beach Elite Atlas Aero is one of the best gaming headsets out there. This premium headset packs an incredibly comfortable pair of gel-infused ear cushions, which are also designed to play well with glasses. The Aero's 50mm speakers sound great out of the box, and it comes with a solid noise-canceling microphone to boot.

HyperX Cloud Alpha

HyperX Cloud AlphaSuperior style, sound, and value for PC, PS4, PS5, Xbox One, Switch, mobile Thanks to a sturdy metal frame, a slick red-and-black paint job, and some of the most comfortable leatherette earcups this headset is really a steal for its price. This is a headset that you can transport with you anywhere and connect to almost any system, without ever having to worry about it breaking.

Turtle Beach Stealth 700 Gen 2

Turtle Beach Stealth 700 Gen 2Console-centric wireless sound with Bluetooth for PC, PS4, Switch, Xbox One, mobile The Turtle Beach Stealth 700 Gen 2 is one of the best console headsets on the market, particularly if you want a wireless model. This peripheral boasts great sound, plush earcups, and two kinds of wireless functionality. The PS4 version can connect to either PS4 or PC via a USB dongle; the Xbox One version can connect to the Xbox One right out of the box. Both versions can connect to mobile devices and PCs via Bluetooth. It's an extremely convenient feature, especially since very few gaming headsets offer Bluetooth functionality.

Astro A20 Gaming Headset Gen 2

Astro A20 Gaming Headset Gen 2Wireless headset for both PS5 and Xbox Series X and PC, PlayStation, Xbox, Switch, mobile The Astro A20 Gaming Headset Gen 2 is an ambitious and full-featured headset from one of the most trusted manufacturers on the market. This wireless peripheral offers excellent sound quality and a comfortable fit. More than that, though, the Astro A20 can also connect wirelessly to both the PS5 and the Xbox Series X, which is a rare feat, even among the best gaming headsets.

Razer Barracuda X

Razer Barracuda XThe best wireless Switch headset also for PC, PS4, PS5, Switch, mobile The Razer Barracuda X is a wireless gaming headset that's ideal for the Nintendo Switch and mobile platforms. Thanks to its small USB-C dongle, it can connect wirelessly o the Switch in handheld mode, a rarity among gaming headsets. However, it also comes with a USB-A adapter, which means you can connect it to just about any other system you like, from PC to PS4, to Switch in docked mode. The USB-C dongle also fits neatly into a PS5.
Read More
Make AI images on your local PC

Stable Diffusion is a machine learning model developed by Stability AI to generate digital images from natural language descriptions. The model can be used for different tasks like generating image-to-image translations guided by text prompts and upscaling images.

Unlike competing models like DALL-E, Stable Diffusion is open source and does not artificially limit the images it produces. Stable diffusion was trained on a subset of the LAION-Aesthetics V2 data set. It can run on most consumer hardware equipped with a modest GPU and was hailed by PC World as "the next killer app for your PC".

stable diffusion

Since Stable Diffusion is run locally and not in the cloud, as mentioned there is no limit to the number of images that you can produce but in order to use it you will have to get down a little dirty with setting your PC environment for it since it is not really an application, it is a command line text based descriptor that will use python to generate your images, so there is no install nor GUI.

In this guide, we will show you how to both install and run Stable Diffusion on your local PC so you can start producing some cool images all by yourself.

Hardware and software requirements

Make no mistake, Stable Diffusion will not run on a potato PC, in order to harvest the power of AI-generated imagery this is what you will need:

  • A GPU with at least 4GB of VRAM
  • 10GB of hard disk space
  • Python and libraries (Miniconda3 installer will install everything you need)
  • The Stable Diffusion files
  • Git
  • Any OS (Windows, Linux, macOS)

Installing components

For this tutorial, we are covering the installation and running of Stable Diffusion on Windows PC. The steps presented here are presented in a way that installation can be performed on any operating system but precise instructions will be for Windows OS.

GIT

The first thing to do is to install GIT. It is a tool that will let you easily maintain and install repos from the internet. to install it go to: https://git-scm.com/ and click on download. Follow the instructions for your version of the operating system. If you are a developer you are familiar with GIT and if you already have it installed you can skip this step.

One thing that is important when installing GIT locally is to select to use it via the command line (the second option that says "Git from the command line and also from 3rd-party software").

Miniconda3

Now when we have GIT installed, next thing is to use Miniconda3 to install python and all required libraries that are needed. Get the installer at: https://docs.conda.io/en/latest/miniconda.html

Miniconda3 is basically an easy installer so you do not have to install tons of stuff manually from different websites and sources, it is nicely packaged in the installer that will take care of everything.

Stable Diffusion

After the previous two steps, we are ready now to actually install Stable Diffusion. Go to https://huggingface.co/CompVis/stable-diffusion#model-access and install the latest library (as of the writing of this article currently it is stable-diffusion-v1-4-original, the last one on the right), the library is almost 5GB in size so be prepared for big download.

After installing stable diffusion's latest library it is time to update it to the newest version. You can download ZIP from GIT HUB https://github.com/CompVis/stable-diffusion

Once downloaded click on the Windows start button and type in Miniconda3 and click on open. Create a folder and name it how you want on a drive of your choice. For this example, we will install it all in disk C under folder AI_art, follow the instructions below but use your own names and destination instead. Do not close Minicoda3 after typing commands!!!

cd c:/
mkdir AI_art
cd AI_art 

Extract GitHub files that you have downloaded into your new folder and get back to Minicoda3 and type the next commands:

cd C:\AI_art\stable-diffusion-main
conda env create -f environment.yaml
conda activate ldm
mkdir models\ldm\stable-diffusion-v1

Let the whole process finish, some files are large and it might take a while. After the whole process is finished and completed, copy the checkpoint file that you have downloaded into: C:\AI_art\stable-diffusion-main\models\ldm\stable-diffusion-v1

After the file is copied rename it to model.ckpt and you are finished.

Running Stable Diffusion

The created environment is needed in order to actually use Stable Diffusion to create images. Each time you want to use it you will have to run it, so go into Miniconda3, and inside it type:

conda activate ldm
cd C:\AI_art\stable-diffusion-main

after we are inside the folder call the script with the parameters:

python scripts/txt2img.py --prompt "TXT DESCRIPTION OF IMAGE THAT YOU WANT TO CREATE" --plms --n_iter 5 --n_samples 1

and that's it, your image is created and it is located in C:\AI_art\stable-diffusion-main\outputs\txt2img-samples\samples

Read More
How to Repair BSOD Stop Error code 0xc000021a in Windows 10

Error code 0xc000021a - What is it?

Error code 0xc000021a occurs when the system is unable to start or there’s a failure in critical system processes. Normally, it would take about several seconds for the system to boot and while on the startup process, error code 0xc000021a may take place to block the system to boot up. Users will get a blue screen of death (BOSD) when this error occurs. When upgrading to Windows 10, be careful; you might encounter other error messages such as error code 8007002c

Solution

Restoro box imageError Causes

There are several reasons why error code 0xc000021a occurs. It is important to have a full understanding of what caused the blue screen of death before attempting to fix the error by yourself. See below for a few common causes:

Computer malware has infiltrated your device.

• Important files such as Winlogon.exe and Csrss.exe are damaged. Winlogon.exe file is responsible for handling the login and logout processes while Csrss.exe is a vital part of Microsoft Client or Server ‘Runtime Server Subsystem’. Once one of these files is damaged or deleted, a stop error will occur.

• When there are mismatched system files installed or system upgrading process failed or still incomplete.

• Premature unloading of Wbemprox.dll

• Newly installed third-party software is not compatible with the operating system.

• There are corrupted, outdated, or incorrectly configured device drivers.

• There’s insufficient space in the system partition. Once the system partition is full, certain errors such as error code 0xc000021a will manifest.

• Windows registry is corrupted or damaged due to a software or system change. This means there are registry entries that are not cleared after uninstalling an application.

Further Information and Manual Repair

In fixing error code 0xc000021a, you might want to try and manually do so. Manual repair methods can give users effective and efficient solutions, addressing the root problems in relation to Windows error codes. Once the manual repair method is correctly implemented, users will be able to resolve issues immediately. However, there might be instances when a Windows professional is needed. In such cases, seek help from a certified Windows expert or you might want to consider using an automated tool whenever necessary.

Method One: Convert the Drive or Partition from NTFS to GPT

In order to fix Error code 0xc000021a in Windows 10, you might need to convert the partition or drive from NTFS to GPT. See below for the procedure: 1. Shut down your device then put in the Windows installation USB key or DVD. 2. Boot your device to the USB key or DVD in UEFI mode. 3. Inside the Windows Setup, open a Command Prompt window by pressing Shift + F10. 4. Type diskpart in the Command Prompt window to open the diskpart tool. 5. Type list disk to identify which drive to reformat. 6. Select which drive to reformat by typing select disk in the command prompt. Afterward, type clean then hit Enter. Once done, type convert gpt to be able to convert the drive from NTFS to GPT. Finally, type exit and press Enter. You can now close the Command Prompt window. 7. Once the partition or drive is converted from NTFS to GPT, the user can now continue the Windows Setup installation. NOTE: Select Custom in choosing which installation type to use. The drive will then appear as a single area of unallocated space. Choose that unallocated space then select Next. At this point, Windows will now begin the installation.

Method Two: Fix System File Errors

There are times when system files get corrupted or damaged which will result in system failure. If this is the case, you can use a Windows free tool to repair corrupted or damaged system files. 1. Right-click on the Start button then selects Command Prompt (Admin) from the list to open a Command Prompt window. 2. Once the Command Prompt appears, type sfc /scannow then hit Enter. Wait until the process completes. If the process is completed and it doesn’t report any error or issues that remain unsolved, you might want to employ the next method.

Method Three: Reset Windows 10

Resetting Windows will delete all software and user accounts installed in the operating system and will reinstall a fresh Windows. 1. Boot your device using a Windows installation USB key or DVD. Select Repair your computer to locate the Troubleshoot option. Afterward, choose Reset this PC. NOTE: If the device is able to boot the system, you can reset Windows without using a Windows installation USB key or DVD. You just have to boot the device then navigate to Settings in the Start button. Choose Update & Recovery then select Recovery found on the left pane. Choose Reset this PC option then select Go back to an earlier build and Advanced startup. Select Get Started button found in the Reset this PC tab. 2. Depending on your device’s condition, you can either select Keep my files or Remove everything. Both options will remove all applications installed in the device and will revert to default settings. 3. Choose either Just remove my files or Remove files and clean the drive depending on the situation. If you choose the Remove files and clean the drive option, the procedure will take longer as it will erase all the files permanently. In this case, deleted files cannot be recovered. However, if you don’t want to remove files permanently, select Just remove my files. 4. Once you’ve decided how to reset your system, click on Next once the Warning screen appears. Afterward, choose Reset once prompted. When the process completed, click on Continue.

Method Four: Download an Automated Tool

Can’t seem to put up with the long and technical manual repair process? You can still fix this error by downloading and installing a powerful automated tool that will surely get the job done in a jiffy!
Read More
Website isn’t responding to connection
If there are any third-party add-ons or proxy settings that interfere with your Windows 10 computer’s internet connection, then you will most likely encounter a problem where you see an error message saying, “Website is online but isn’t responding to connection attempts” when you try to run the Network Adapter troubleshooter. Like pointed out, this kind of error can be caused by some proxy settings that prevent the connection. On the other hand, it could also be caused by some third-party add-ons. To fix this error, read on as this post will guide you on what you can do to fix it. You can try to turn off the proxy settings or disable the add-ons on your browser. You can also try resetting both the TCP/IP and DNS as well as reset the network. For more details, refer to the options provided below.

Option 1 – Try to turn off the proxy settings

There are some users who reported that they’ve fixed the problem after they’ve disabled the use of a proxy server using the built-in way. Follow the steps below to disable the proxy server.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 2 – Try disabling the add-ons or browser extensions

The next thing you can do to fix the problem is to disable any extensions or add-ons on your browser. For instance, if you are using Chrome, here’s what you have to do:
  • Open Chrome and press Alt + F keys.
  • Go to More tools and click Extensions to look for any suspicious browser extensions or toolbars.
  • Click the Recycle bin and select Remove.
  • Restart Chrome and press Alt + F keys again.
  • Proceed to On Startup and mark Open a specific page or set of pages.
  • To check if the browser hijacker is still active, click Set pages, if it is active, overwrite the URL.

Option 3 – Try to update the Network Adapter Driver

Follow the steps below to update your Network Adapter Driver:
  • Tap the Win + R keys to launch the Run window and then type in the “MSC” command and hit Enter to open the Device Manager window.
  • From there, expand the list of all the network drives and update each one of them.
Note: If updating the network drivers didn’t help in fixing the problem, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.

Option 4 – Try to reset the TCP/IP and the DNS cache

As you know, the TCP/IP or the Internet Protocol is the most important thing if you want to use the internet on your computer. That’s why if it ends up getting corrupted, you need to reset the TCP/IP to fix the problem. To reset TCP/IP, refer to these steps:
  • In the Windows start to search, type “command prompt” and right-click on Command Prompt from the search results.
  • Then select the “Run as administrator” option to open Command Prompt with admin privileges.
  • After that, execute this command: netsh int ip reset resettcpip.txt
  • Next, execute this second command: ipconfig /flushdns
  • Once it’s done, exit Command Prompt and restart your computer and then check if the error is now fixed.

Option 5 – Try to reset the Network

You can also try to perform a Network Reset to resolve the problem. This will reset the entire network configuration including your IP address. To perform Network Reset, follow these steps:
  • Tap the Win + I keys to open Settings.
  • From there, go to the Network and Internet section.
  • Next, scroll down and look for “Network Reset” under the status pane.
  • After that, click on Network Reset and then on Reset now to start resetting the network configuration. Once done, check if it is able to fix the error or not.
Read More
Change Network from Public to Private error
You have the option to choose to configure the Network to Private or Public when you set it on Windows 10 PC. On the other hand, if the option to change the Network from Public to Private goes missing in Windows Settings then this post will surely help. You can find this setting under Settings > Network and Internet > Ethernet and appears when you click on it. If you are not able to see the option to change the network profile, then you either can’t open the settings, or the option to change it has been disabled. To resolve this issue, you can either use the Registry Editor or Windows PowerShell. Refer to the options given below for more details.

Option 1 – Change the Network Profile via Registry Editor

Changing the Network Profile can be done using the Registry Editor. But before you proceed, make sure that you create a System Restore Point first just in case. Refer to the steps below to do so.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to this key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionNetworkListProfiles
  • Now expand the Profiles key folder located in the left pane to see one or more folders.
  • Next, expand each one of these folders and look for the “Description” sub-key which should match the name of your network.
  • After you find the Description sub-key, look for another sub-key named “Category” and double click on it to open it.
  • Now change its value from “0” to “1” to change the Network Profile from Public to Private.

Option 2 – Change the Network Profile via Windows PowerShell

Aside from the Windows Registry, you can also use Windows PowerShell in changing the Network Profile from Public to Private and so on. Take note that you have to use PowerShell with admin privileges. Just refer to the steps below to do so.
  • Tap the Win + X keys and then select the “PowerShell (Admin)” option.
  • Next, click on Yes if the User Account Control prompt appears.
  • After that, execute the commands listed below. Hit Enter right after you key in each one of them.
    • Get-NetConnectionProfile
    • Set-NetConnectionProfile -InterfaceIndex <index number> -NetworkCategory Private
Note: Since every Network Profile has an index number, you can check the label “Name” to identify the network that you want to change.
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