Logo

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

Do You Need Help with Your Device?

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

Share this article:

You might also like

How to Fix Windows 10 Error 8024402C

Error Code 8024402C – What is it?

When upgrading to Microsoft Windows 10, some users may encounter Error Code 8024402C. This error, while attempting to update, is a result of five possible issues. The error code itself is not a critical concern, yet while the error is occurring, users will not be able to upgrade their Windows software. As with any Microsoft error code, even if it is not critical, it is recommended that the error be addressed sooner rather than later. An insignificant error now could lead to a larger, more catastrophic error later on. Common symptoms include:
  • A dialog box appears with the Error Code 8024402C when attempting to upgrade to Microsoft Windows 10.
  • Your current version of Windows is unable to recognize the need for an update to Microsoft Windows 10.

Solution

Restoro box imageError Causes

As previously stated, there are five major reasons why error code 8024402C occurs.
  • An erroneous character in the proxy override settings
  • A wrongly configured firewall is preventing the update from taking place.
  • Attempting to access the Windows 10 update through a VPN (Virtual Private Network) connection.
  • Workstations that operate behind a corporate ISA server.
  • A corporate network system that does not have auto proxy enabled.
The sooner these known causes are addressed, the sooner you will be able to successfully upgrade to Microsoft Windows 10.

Further Information and Manual Repair

Microsoft Support posits four different resolutions to these known error code 8024402C issues. Some of these methods will be more comfortable for at-home users than others. If you are experiencing this issue in a corporate or business setting, it may be better to have your IT tech or department attempt the methods.

Method 1:  When your firewall is causing the issue.

  1. Access your firewall software.
  2. Specifically, look into the settings associated with your firewall.
  3. Make sure that the following three websites are listed as exceptions to your firewall or proxy.
  • https://*.windowsupdate.microsoft.com
  • http://download.windowsupdate.com
  • http://*.windowsupdate.microsoft.com
  1. If any of these websites are missing from your firewall list, add them to the list.
  2. Restart your Microsoft Windows 10 update.

Method 2: For an erroneous character in the proxy override settings.

  1. Open internet explorer, if you use another program to access the internet, you will still need to use internet explorer for this solution.
  2. Open your internet explorer tools window.
  3. Click on internet options.
  4. Choose the connections tab.
  5. Select LAN settings.
  6. Choose the Advanced option.
  7. Delete anything that appears in the exceptions section.
  8. Closeout of internet explorer.
  9. Click on your start button.
  10. Select RUN and type CMD into the field, press ENTER.
  11. This will access the command prompt screen. Type “proxycfg -d” and press ENTER.
  12. Type the command “net stop wuauserv” and press ENTER.
  13. Finally, type “net start wuauserv” and press ENTER.
  14. Now you have cleared your proxy cache. Access the Microsoft Windows 10 update again to download.

Method 3: If a VPN connection is causing error code 8024402C.

  1. Disconnect from your VPN connection, thus connecting directly to the internet without a proxy or network.
  2. Retry the Microsoft Windows 10 update.
  3. After the update is successful, reconnect to the VPN network.

Method 4: Use this is an ISA server is in place at your networked business site.

  1. Access the ISA firewall client option. From here your goal is to initiate the ISA server automatic detection feature.
  2. From the control panel, select the firewall client option.
  3. Choose the configure option.
  4. Check the box next to “automatically detect firewall server”.
  5. Select the “update now” button.
  6. Click the OK button.
  7. Restart your Microsoft Windows 10 update.
Again, not all of these methods are meant for computer users who do not usually explore and change software settings of this nature. If you do not feel comfortable with any of these methods, you can opt to download and install a powerful automated tool to repair Windows error code 8024402C.
Read More
What to do if Windows 10 Store is not downloading Apps
The store is not downloading Apps: As you know, the Windows Store is one of the places where you can download Windows apps. However, there are times when you might not be able to do so for some reason. For instance, if you search for an app and click on the get it now button, instead of downloading the app, nothing happens and there are also cases when the download will start but the page will refresh after half a second. When this issue happens, you won’t be seeing any error message or warning at all. So you’ll just have to look at the download get started where the page will refresh and you’ll be back at the Get button. This issue in the Windows 10 Store only happens for a few apps so even though you are able to download some apps, you might be able to do on other ones. Note that the apps affected are random and there is no specific set of apps that cause this issue while downloading and that this problem will repeat again each time you click on the Get it now button. This issue is definitely caused by Windows itself and has something to do with a bug in the Windows store which was brought by the latest Windows Update. It’s already a known issue among other Windows 10 users who are also suffering the same dilemma. So until Microsoft releases another update to fix this bug, you will have no choice but to deal with it in the meantime. On the other hand, you can also try a couple of suggestions laid out in this post. Follow the steps in every option given below to fix the issue with the Windows 10 Store.

Option 1 – Try signing out from the Microsoft Store

A lot of Windows 10 users were able to resolve the problem by simply signing out and signing back into the Microsoft Store. How? Follow these steps:
  • Go to the Microsoft Store.
  • Next, go to the Get page of the app you were trying to download.
  • And then click on your account picture located in the top right corner of the window and select your account.
  • Sign out from your account and after that, click the Get button to download the app.
  • After that, a new window will appear where you’ll have to select your account and click on Continue.
  • Now enter your credentials. Once you do, the app should be downloaded automatically after you’re signed in. And that’s about it.
Note: Keep in mind that this option is merely a temporary solution to the problem and once you close the Microsoft Store and open it back again, you will be back to square one.

Option 2 – Wait for the Windows Update

As mentioned, this is already a known issue and a lot of Windows 10 users have already complained about it to Microsoft so a bug fix will be soon released in the latest Windows Updates.
Read More
Fix Error Code 30088-26 in Windows 10
Error Code 30088-26 is shown when the user tries to install the MS Office suite to their PC. It is mostly due to several reasons including corrupted Office installation, the remnant of old office installation, or even Windows updates. We will cover all reasons along with provided solutions to each one. Follow the guide below to address each scenario with the fix for it.

Corrupted Office installation

In order to fix this issue, you will need to repair the installation itself.
  • Press ⊞ WINDOWS + R to open the run dialog keyboard with windows and r marked
  • Inside run dialog type in Control Panel run dialog with control panel typed in
  • In the control panel double click on Programs and features control panel programs and features selected
  • In the list of installed application find MS Office and click on it to select it
  • On top, just above the application list click on the change uninstall office screen
  • Office dialog will be opened with multiple choices
  • Click and select Online repair and then click on Repair
  • Make sure that you have a stable internet connection and leave the process to be finished

Remnants of old office installation

Manually cleaning remnants of old office installation is not an easy task and it can be different from system to system depending on the previous Office version. Luckily Microsoft has a dedicated office cleaning tool made for purpose of removing old tails and remnants of old office installations.
  • Download tool heremicrosoft troubleshooter
  • After the tool has been successfully downloaded, double-click on the .diagcab file to open it
  • Click on Advanced and make sure that the box associated with Apply repair automatically is checked.
  • Click the Next button to proceed
  • Wait until the initial detection phase is complete, then click on Installing at the first prompt
  • Select the program that you’re encountering issues with (most likely Microsoft Office) and click Next once again
  • At the next screen, click on Yes, try to uninstall
  • Wait until the operation is complete, then restart your computer and re-install the Microsoft Office suite

Windows Updates

After digging and trying out various solutions for this issue we came to the conclusion that this error can occur if Windows is not fully updated, and by fully updated we mean fully, not just critical updates, but all available ones. Check-in your setting to see if there are some uninstalled or pending updates waiting to be installed and if that is the case install them all. After completely updating your Operating system error should vanish and you should be able to install Microsoft office without issues.
Read More
Fix Windows Cannot Find a System Image
If you have encountered the “Windows Cannot Find a System Image on This Computer” error while you are trying to restore a system image, then read on as this post will guide you in resolving this problem. A system image is basically a backup of your whole data in the system. For instance, it can be the backup data of your hard disk or the whole hard disk itself, or one of the volumes. This is really useful in some cases like when you are not able to get back into your system for some reason or when your system has been corrupted. In such cases, you can utilize this feature and get going safe and sound. However, not all things go the way as expected like when you make a system image of a drive for instance, or use that backup to restore data and you suddenly encounter the “Windows Cannot Find a System Image on This Computer” error. This kind of error occurs due to a number of reasons but worry not for your data is safe and you can fix this error easily. This error is most likely triggered by changing the name of the “WindowsImageBackup” folder. Renaming this folder will certainly be an issue since it is the one that stores all your data. Aside from renaming the WindowsImageBackup folder, renaming the sub-folders can also cause this error which means that renaming the sub-folders of the WindowsImageBackup folder can trigger the error. To fix this error, here are some suggestions that might help:

Option 1 – Try putting the WindowsImageBackup folder in the Root directory

Windows will have issues finding the WindowsImageBackup folder if it isn’t in the root directory of the drive so if it is not there, the “Windows Cannot Find a System Image on This Computer” error will pop up. When a folder is in a root directory, it means that it shouldn’t be stored within a folder but in the main directory instead.  Thus, you need to put the WindowsImageBackup folder in the root directory to fix the error.

Option 2 – Don’t add any sub-folders in the WindowsImageBackup folder

Another cause of the error is when you add sub-folders in the WindowsImage Backup folder. Adding any sub-folders in this folder will only trigger the error so you should leave the folder as it is and you must not make any modifications to it. So if you have added sub-folders in it, make sure to remove them right away.

Option 3 – Make sure that there is one system image per USB drive

The error can also appear if you’ve stored multiple images inside a single USB drive as it could confuse Windows and will trigger the “Windows Cannot Find a System Image on This Computer” error. Note that storing system images of different volumes of your hard disk in a single USB will prevent you from restoring your data.

Option 4 – Try renaming the System Image folder

If you’ve just changed the name of the System Image folder after you store it on a USB stick or other external device, then it’s no wonder why you’re getting the “Windows Cannot Find a System Image on This Computer” error. Windows search for the default name, “WindowsImage Backup” folder when restoring your data so if it is not able to find it, it throws up this error instead. To fix the error, you need to change the folder back to its default name which is “WindowsImageBackup”.

Option 5 – Check the WindowsImageBackup sub-folders

As mentioned earlier, renaming sub-folders in the WindowsImageBackup folder can trigger the error so if you have renamed sub-folders in this folder, you need to change them back to their default names so that you can restore your data peacefully.
Read More
How to Fix the EhRecvr.exe Error on Your PC

EhRecvr.exe Error Code - What is it?

EhRecvr.exe is an executable file located in a subfolder of C:\Windows (usually C:\WINDOWS). An executable file is denoted by the filename extension .exe. You should only run executable files from the publisher you trust because .exe files are prone to errors. Executable files can potentially change your computer settings and harm your computer.  These files can easily get corrupted. Similarly, when the EhRecvr.exe fails to run on the computer and gets corrupt, you experience an EhRecvr.exe error on your system. This error code may pop up while playing games on the PC or using any other program. EhRecvr.exe error may be displayed in any one of the following formats:
  • “ehRecvr.exe cannot be found."
  • “There was a problem starting [path]ehRecvr.exe. The specified module could not be found."
  • "Runtime Error. ehRecvr.exe pure virtual function call."
  • "This program can't start because ehRecvr.exe is missing from your computer."
  • "Unable to launch the software located at path: [path]ehRecvr.exe"
  • "This application requires the file ehRecvr.exe, which was not found on this system."
  • "ehRecvr.exe is missing."
  • "Access Violation File [path]ehRecvr.exe"

Solution

Restoro box imageError Causes

There are plenty of reasons why this error may occur these include:
  • EhRecvr.exe file is mistakenly deleted
  • EhRecvr.exe file is corrupted and damaged
  • Viral/Malware infection
  • Bad registry entries
  • Outdated drivers
Though this error code is not fatal but nonetheless it is advisable to fix it immediately because EhRecvr.exe error not just hampers your ability to run and access different programs on your system but it also triggers issues like viral infection and registry problems which if not resolved can put your big at greater risk like system failure, freeze, and crash.

Further Information and Manual Repair

To resolve the EhRecvr.exe error on your system, you don’t have to hire a professional and spend hundreds of dollars in repair. Here are the best and easy DIY methods that you can try to fix this error. To work around these methods you don’t need to be a technical whiz. Let’s get started:

Method 1 - Restore EhRecvr.exe from Recycle Bin

In the case of EhRecvr.exe file deletion, it is advisable to check the recycle bin. Search through the bin for the file. If you find it, then simply restore it, if not then if you have access to the internet, then download it from a trusted website.

Method 2 - Reinstall the Associated Software That Uses EhRecvr.exe File

If you receive this error when you want to use certain software on your PC, then try reinstalling that software again on your PC. This will be very helpful to obtain the EhRecvr.exe file that is not provided by Microsoft. To re-install, first, uninstall the program. Go to Add/Program in the control panel and find the program and then uninstall it. Once uninstalled, simply follow the same steps but this time round install the software. This will hopefully help resolve the EhRecvr.exe error code.

Method 3 - Update Drivers for Hardware Devices

Sometimes the error may pop up due to outdated drivers. If this is the cause then the best way to resolve the issue would be to update the driver. Use the wizard within the Device Manager to update the outdated drivers.

Method 4 - Scan for Viruses

Viruses and malware can disguise as executable files. These usually enter your PC through downloads from unreliable websites and phishing emails. In such an event, it is recommended to install a powerful antivirus. Scan your entire PC and remove all viruses to repair the issue.

Method  5 - Clean and Repair the Registry

Another method is to clean and repair the registry. If you don’t clean the registry regularly it may get accumulated with obsolete files and get corrupt. This may generate EhRecvr.exe error codes. To resolve, simply download Restoro. This is a user-friendly PC Fixer with a powerful registry cleaner. It scans for all registry errors, wipes out all the invalid entries and obsolete files and repairs corrupted DLL and .exe files in minutes. Click here to download Restoro and resolve the EhRecvr.exe error now!
Read More
How to Fix Sndvol32.exe Error

What Is Sndvol32.exe Error?

Sndvol32.exe is actually an important part of the Windows operating system. Responsible for managing the sound-card volume and running programs properly, the problem occurs when error messages appear. The user will be unable to listen to music on the system. Usually, Windows XP users encounter the Sndvol32.exe error.

Solution

Restoro box imageError Causes

Sndvol32.exe error can be caused by any one or several of the reasons listed below.
  • Accidental deletion of the DLL file from the system
  • Damage to the DLL file due to spyware or virus infection
  • Improper removal of software
  • Unintentional overwriting on the DLL file by a mismatched version
  • Obsolete hardware drivers
  • Several obsolete/invalid registry entries
  • Corrupt registry entries
Regardless of what triggers the Sndvol32.exe error, it is of utmost importance to take immediate measures to fix the problem and to keep it from occurring again.

Further Information and Manual Repair

If you are looking for ways to fix this error manually, the Windows functionality of System Restore will come into play in this particular scenario. In case the error is caused by a damaged or corrupt file, performing System Restore is an ideal choice as it will allow you to not only get a fresh copy of the operating system, it will be possible for you to remove the error at the same time as well. The procedure for performing System Restore is outlined below as follows.
  • Click on the Start menu and type ‘System Restore’ in the search box.
  • When the icon for ‘System Restore’ appears, click on it.
  • Now type ‘Restore’ in the search box that appears on the start menu.
  • The window for the System Restore center will now appear.
  • Now you have two options. You can either opt for “Recommend Restore” which is the case where the system itself will choose a restore point for you or you can select “Choose a different restore point”. Users are advised to choose the latter option as it is more customizable.
  • Users can now select from a list of restore points that have been created before. If you observe closely, you will realize that one of the restore points is prior to the occurrence of the Sndvol32.exe error.
  • Click on the restore point. Once you have confirmed your selection, your system will restart and it will roll back to its previously selected restore point.
One recommendation is to perform the system restore in Windows Safe Mode. This is just to ensure that the System Restore is performed smoothly and any potential problems are kept at bay.
Read More
Fix BUGCODE_USB_DRIVER Error in Windows
This post will guide you in fixing yet another annoying Blue Screen of Death error, “BUGCODE_USB_DRIVER”. This particular BSOD error occurs due to some issue with usbhub.sys, winusb.sys, or usbport.sys system driver file. When you encounter this kind of Stop error on your Windows 10 PC, it indicates that an error has occurred in the Universal Serial Bus or USB driver. The USB driver is issued by Microsoft themselves and it comes along with the Windows 10 system which is why it is difficult to download its latest version using a web browser. Thus, you need to take some basic steps to resolve the problem. Carefully follow the given fixes below to fix the BUGCODE_USB_DRIVER Blue Screen error and before you proceed, you need to create a System Restore Point, this way you have some backup in case something goes out of hand.

Option 1 – Update the USB Controller Drivers

  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
You also have the option to update the motherboard and the USB driver from the manufacturer’s official website.

Option 2 – Check for any available Windows Updates

Another you can try is to check if there are any Windows Updates available to make sure that your Windows 10 PC has all the latest updates installed. All you have to do is go to Settings > Update &security. From there, just click on the Check for updates button.

Option 3 – Uninstall conflicting programs and services

There are certain programs like VMWare, Virtual Box, Hyper-V Virtualization services that might be in conflict with the USB port drivers on the parent operating system. Thus, you can try uninstalling the aforementioned programs and other similar ones to see if it fixes the BSOD error.
  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it. If uninstalling the programs mentioned above didn’t help, you might want to try putting your PC in a Clean Boot State to help you find the faulty program.
  • 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.)

Option 4 – Modify the Power Settings

  • In the Cortana Search box, type “power options” and then select Power Options from the search results.
  • After opening Power Options, click on Change plan settings for your selected power plan.
  • Next, click on Change advanced power settings.
  • Then look for USB Settings and click on it to expand it.
  • Now expand the USB selective suspend setting and then disable it.
  • After that, click on the Apply and then OK buttons to save the changes made.

Option 5 – Check for any hard disk errors

  • On your desktop, right-click on the “This PC” or computer icon and then select Manage to open the Disk Management. Here you get to check your drive’s health.
  • Next, click on Disk Management on the left side panel.
  • From there, check the state of your drives. If it shows that all your partitions are healthy then it means all is good and that the problem may have something to do with some physical issues with your hard drive.
You might also want to run the CHKDSK utility to help you fix any issues with your hard disk. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.
Read More
Deleting a User Account in Windows
There are instances when there are multiple accounts which is the result when there are a lot of users who use the computer. Some may use it more often, while others may seldom use it. Having multiple accounts can be quite confusing and inconvenient especially if it takes a lot of space. Thus, in this post, you will be guided on how you can delete a User Account on your Windows 10 computer, as well as how you can create a backup of the existing profile data and files. All the data of user accounts can be found at C:/Users, where its folder name will be exactly the same as the name of the user. You can check the exact user’s name by simply using the “net user” command either via Command Prompt or Windows PowerShell. Once you delete a user account, its folder, along with its files, will also be deleted. You can also create a backup for user files and the best way to do that is by copying the folder to other partitions or to an external drive. Here are two methods you can check out to delete a user account in Windows 10 – you can do it via Windows Account settings or via the command line. For more details, follow each one of the options provided below.

Option 1 – Delete the user account using Windows Account settings

  • First, go to Settings > Accounts > Family & other users.
  • Next, select the account you want to delete and click on the Remove button. This will open a confirmation window along with a warning message and two buttons that say, “Delete account & data” and “Cancel”.
  • Click on the Delete account & data button to delete the user account.
Note: Once you remove a user account, it will also remove all its corresponding data such as items like Documents, Photos, Music, Desktop, and other related folders. Thus, if you have not created a backup, then you won’t be able to recover those files.

Option 2 – Delete the user account using the command line

If you want to delete several user accounts, then doing it via Command Prompt or Windows PowerShell is a lot quicker. To get started, follow these steps:
  • In the Start Search, type “command prompt” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • Next, type the “net user” command and hit Enter to execute it. This will show you the exact usernames on the computer.
  • After that, type the “net user <username> /delete” command and hit Enter to execute it. This will delete the account and all of its data without any warning. You have to replace “<username>” with the name of the user account.
Read More
How to Fix File System Error 2147219196
If you receive an error message saying, “File System Error 2147219196” when trying to open a picture, access a file or when moving a folder on your Windows 10 computer then read on as this post will help you resolve this error. According to experts, this error started to appear right after the Windows Update v1803 was released. Users who installed the new Windows version faced the same dilemma. This error might be caused by a corrupted disk or it could be due to some broken Windows components or due to file system encryptions. Before you troubleshoot the problem, make sure that you are logged in as an administrator.

Option 1 – Update Windows

The first thing you can do to Resolve File System Error -2147219196 is to update Windows. Since Microsoft is already aware of this issue, they might have already released a fix for this in one of their new updates so make sure to check for any available updates on your computer and have it installed right away.
  • Tap Win + S to open Search then type “update” in the field and from the search results that appear, click on Windows Update.
  • After that, it will open Windows Update under Settings and from there click the Check for Updates button and let Windows check for any available updates.
  • And if there are any updates available, download and install them on your Windows 10 computer.
  • Restart your PC and check if the error is now fixed or not.

Option 2 – Run CHKDSK to check your disk for errors

When it comes to some issues concerning the hard drive or removable devices, there is a utility in Windows that might help which is called “chkdsk”. This error check utility can help with several issues in the system including File System Error -2147219196.
  • Tap the Win + S keys to open the Search box.
  • Then type “command prompt” in the field and from the search results that appear, right-click on Command Prompt and select “Run as administrator”.
  • After opening an elevated command prompt, copy and paste the following command and hit Enter:
chkdsk /r /f
  • Now if you are prompted to run CHKDSK after your reboot your PC, just tap Y and reboot your PC.
  • If CHKDSK is not able to find any errors, tap the Win + E keys and navigate the access window. From there, right-click on the concerned drive and click on Properties.
  • After opening Properties, click on the tab Tools and then click on the “Check” button under the Error-checking section.
  • Wait until the process is completed and then restart your computer.
  • Once your computer has restarted, try accessing the file and check if the error persists.

Option 3 – Disable the File System Encryption

File System Encryption allows you to encrypt drives to protect them from being accessed from another computer. This is the standard practice in various organizations in order to protect their data. However, there are times when the file encryption system caused issues for users in accessing files and throws the File System Error -2147219196 instead which is why you need to temporarily disable it to access your file. To do so, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “control” in the field to open Control Panel.
  • From there, navigate to Security and select the BitLocker Drive Encryption option from the list.
  • After that, make sure that all your drives are not encrypted and if any of them are encrypted, turn off encryption by selecting Turn off BitLocker.
  • Reboot your computer for the changes to take effect.

Option 4 – Run SFC scan

  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
  • Restart your computer once the scan is completed.
Read More
Fix Error 0x80246019 in Microsoft Store
Microsoft has started building a unified store with Windows 8 and later with Windows 10 in order to make it easier for users to get safer and more modern applications for their Windows 10 devices. This unified store is called the Microsoft Store which is tied up with the Windows Update. The delivery for them both are quite similar which is why they also have some common errors as well as fixes for them. So in this post, you will be guided on how you can fix error 0x80246019 for both Microsoft Store and Windows Update in your Windows 10 computer. The error 0x80246019 might be caused by corrupted system files or missing ones or be due to some glitch in the component services and other possible causes but whatever the cause is, you can fix it with the help of the following fixes, make sure to follow each one of them carefully.

Option 1 – Reset Windows Update components

  • 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:WindowsSoftwareDistribution SoftwareDistribution.old
    • ren C:WindowsSystem32catroot2 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 2 – Toggle the Windows Insider Program settings

This option is only applicable to you if you are a part of the Windows Insider Program. If you are, then follow the steps below.
  • First, you have to open Settings and go to the Update & Security section.
  • From there select the Windows Insider Program.
  • After that, select the “Stop Insider Preview builds” option and then restart your computer.
  • Now open the Windows Insider Program again and check if it fixes error 0x80246019 or not.

Option 3 – 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 with good system files that might be the cause why you’re getting error 0x80246019. 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.
 Reboot your computer.

Option 4 – 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 error 0x80246019.
  • 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 – 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 afterward, try opening Microsoft Store again and then try to install your app or update your computer again.

Option 6 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing error 0x80246019. 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.
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