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 turn off check boxes in File Explorer
By default inside Windows 11 in File Explorer, once the file is selected, the small check box will appear beside it on left indicating visually that the file is selected. Older users will remember this feature from old Windows Vista and the feature itself is great if you are on some sort of touch device and need to select multiple files. windows 11 File ExplorerHowever, if you are working on a computer with a keyboard and mouse this feature might annoy you and seem like something that is not needed. Like many things inside Windows 11 this feature also can be customized and turned OFF if you do not want it. In this guide, we will see how to turn these boxes off. Microsoft has somewhat hidden this feature but luckily it is not difficult to find it if you know where to look.

Turning check boxes OFF

  1. Open File Explorer (if you do not have an icon on your Taskbar, right-click on the Start button and select File Explorer from the menu)
  2. Click on View on the top toolbar
  3. Select Show
  4. Uncheck Item Check Boxes
That is everything that needs to be done, after the checkbox is unchecked all check boxes from File Explorer will disappear. If you wish to turn boxes back ON, just follow the steps and check the box beside Item Check Boxes.
Read More
Fix Windows 11 not using the whole RAM
It has been reported that there are systems out there with Windows 11 operating systems that do not use the whole RAM memory installed in the system. If by any chance you are one of the unfortunate users that has encountered this issue, fear not, we have a solution for you.

RAM memoryRun the Windows Memory Diagnostic tool

  1. Press ⊞ WINDOWS + S to open the search menu
  2. Type in Windows Memory Diagnostic tool
  3. Click on the found app
  4. Select Restart now and check for problems
  5. Wait for the tool to finish
Memory Diagnostic tool is a built-in tool in Windows, it was designed to automatically find and repair memory issues and should be your first step toward resolving this issue.

Check page file

  1. Press ⊞ WINDOWS + S to open the search menu
  2. Type in View advanced system settings
  3. Click on the search result
  4. Click on settings under performance
  5. Click on the Advanced tab
  6. Click on Change under Virtual memory
  7. Uncheck the box for Automatically manage paging file size for all drives
  8. Then select the drive and check the No paging file option
  9. Click on Set
  10. Repeat for all drives on the system
  11. Reboot the system for changes to take effect
If after reboot system still does not see and use whole available RAM, repeat this process and turn back ON paging. After you are done move to the next solution.

Modify usable RAM

  1. Press ⊞ WINDOWS + S to open the search menu
  2. Type in System configuration
  3. Click on the search result
  4. Go to the Boot tab and click on Advanced options
  5. Check the box for Maximum memory
  6. Enter the installed RAM on your system in the field box and click on OK
  7. Confirm once again on the OK and close the System configuration window
  8. Restart the system
If the provided solution has not worked, uncheck the Maximum memory checkbox and save the changes. Move to the next solution.

Change and modify the registry

  1. Press ⊞ WINDOWS + R to open the run menu
  2. Type in Regedit and press the OK button or hit ENTER
  3. Click on YES if prompted by UAC
  4. Locate the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
  5. On the right side find and double click on the ClearPageFileAtShutdown DWORD
  6. Enter 1 under Value data and click on OK to save the changes
  7. Close the registry and reboot the system

Enable memory remapping inside BIOS

In order to do this fix, you will need to enter BIOS on your system. How entering BIOS is different from system to system depending on your manufacturer, especially if it is a laptop this step you will have to do alone. Go to your motherboard manufacturer or laptop manufacturer and see how to enter BIOS.
  1. Enter BIOS (80% of the time this can be done by pressing DEL or F12 while the system is turned ON)
  2. Locate System Agent Configuration option
  3. Select Memory Remap Feature and Enable it
Your BIOS might be different from ours and you might not have the System Agent Configuration option, in this case, go through the setting and try to locate Memory Remap Feature. If this feature is missing as well move to the next step.

Rearrange RAM modules on the motherboard

Sometimes RAM memory cannot be slotted properly or just purely switching them in slots can solve the issue. Take RAM out, clean memory slots, clean motherboard connectors for them, and place them back in a different order. If by any chance none of the methods worked, then the issue might be in the hardware itself, either memory banks themselves, motherboard, power supply, etc. If this is sadly the case, you will have to locate the issue and replace the faulty part. If you are not technical enough for this adventure, the best solution is to take a PC to a computer repair shop.
Read More
How to Get Rid of Email Access Online

Email Access Online is a browser extension published by Polarity Technologies Ltd. That offers users quick and easy access to emails and weather reports. While this might sound interesting and useful, there is nothing this extension offers that cannot be solved with a few simple bookmarks.

While installed Email Access Online monitors the user's browser activity and records visited websites, clicked links, and bought products, this data is later used to serve partner ads if the user looks for the covered categories, additionally, it will hijack your new tab page, changing your search engine to Yahoo to allow easier ad placement.

Browsing the internet with this extension enabled will result in additional ad placement, pop-up ads, and sponsored links throughout your browsing sessions.

Upon further investigation, it was discovered that this extension is a repack of MyEmailXP, which was a repack of Fast Email Checker. Due to its suspicious delivery methods and information gathering, several anti-virus scanners have marked this extension as a browser hijacker and it is recommended to remove it from your computer.

About Browser Hijackers

Browser hijacking means that a malicious code has taken control over and modified the settings of your web browser, without your consent. Browser hijacker malware is designed for many different reasons. The idea is to force users to visit specific websites which are aiming to increase their visitor traffic and generate higher advertisement income. It may appear naive, but the majority of such websites are not legitimate and can present a significant risk to your online safety. In a worst-case scenario, your internet browser could be hi-jacked to download malicious software that can do a lot of damage to your PC.

Major signs that your internet browser has been highjacked

There are many signs that could indicate a browser hijacking: 1. the home page of the web browser is changed suddenly 2. you observe new unwanted bookmarks or favorites added, usually directed to ad-filled or porn websites 3. the default search engine is changed and the web browser security settings have been brought down without your knowledge 4. you see unwanted new toolbars added 5. your internet browser will display constant pop-up windows 6. your web browser starts running sluggishly or presents frequent errors 7. Inability to navigate to particular sites, especially anti-malware and other computer security software websites.

So how does a computer get infected with a browser hijacker

There are a number of ways your computer can get infected by a browser hijacker. They usually arrive through spam e-mail, via file sharing websites, or by a drive-by-download. They could also come from add-on software, also referred to as browser helper objects (BHO), web browser extensions, or toolbars. Browser hijackers sneak to your computer in addition to free software application downloads that you unintentionally install along with the original. The presence of any browser hijacker on your system could substantially diminish the web browsing experience, monitor your internet activities that lead to critical privacy concerns, create system stability problems and finally cause your PC to slow down or to a practically unusable condition.

How to repair a browser hijack

Certain kinds of browser hijackers can be effortlessly removed from your PC by deleting malicious software programs or any other recently installed shareware. However, most hijacking codes are certainly not very easy to remove manually, as they go deeper into your operating system. And there’s no denying the very fact that manual repairs and removal methods can certainly be a difficult job for an inexperienced PC user. Besides, there are several risks connected with fiddling around with the system registry files. Anti-malware program is incredibly effective when it comes to discovering and removing browser hijackers that regular anti-virus application has missed. To get rid of any kind of browser hijacker from your computer, you can download the following certified malware removal application – SafeBytes Anti-Malware.

What you can do if Virus Stops You From Downloading Antivirus?

Practically all malware is bad, but certain kinds of malicious software do much more damage to your PC than others. Some malware goes to great lengths to stop you from downloading or installing anything on your personal computer, especially anti-malware software. If you are reading this right now, you’ve probably realized that virus infection is the reason behind your blocked net traffic. So what to do when you want to install an anti-malware application such as Safebytes? There are a few actions you can take to circumvent this issue.

Make use of Safe Mode to fix the issue

If the malware is set to run automatically when Windows starts, getting into safe mode may block this attempt. Since only the bare minimum programs and services start-up in “Safe Mode”, there are rarely any reasons for conflicts to happen. You will need to do the following to remove malware in Safe mode. 1) At power on/start-up, tap the F8 key in one-second intervals. This will bring up the Advanced Boot Options menu. 2) Use the arrow keys to choose Safe Mode with Networking and press ENTER. 3) When you are into this mode, you will have access to the internet again. Now, use your internet browser normally and navigate to https://safebytes.com/products/anti-malware/ to download Safebytes Anti-Malware. 4) Once the software is installed, let the diagnostic scan run to remove viruses and other threats automatically.

Obtain the antivirus software in an alternate browser

Certain viruses may target vulnerabilities of a particular web browser that obstruct the downloading process. If you seem to have a virus attached to Internet Explorer, then switch to an alternate browser with built-in safety features, such as Firefox or Chrome, to download your favorite antivirus program – Safebytes.

Run anti-virus from a pen drive

Here’s yet another solution which is using a portable USB anti-malware software package that can scan your computer for viruses without needing installation. Follow these steps to run the anti-malware on the infected PC. 1) Make use of another virus-free computer to download Safebytes Anti-Malware. 2) Plug the Flash drive into the uninfected computer. 3) Double-click on the downloaded file to run the installation wizard. 4) Choose the drive letter of the USB drive as the location when the wizard asks you exactly where you want to install the anti-virus. Follow activation instructions. 5) Now, insert the USB drive into the infected system. 6) Double click the Safebytes Anti-malware icon on the thumb drive to run the software. 7) Click on “Scan Now” to run a complete scan on the infected computer for malware.

Let's Talk About SafeBytes Anti-Malware!

Nowadays, anti-malware software can protect your PC from different forms of internet threats. But wait, how to select the right one among plenty of malware protection application that is available on the market? As you may be aware, there are numerous anti-malware companies and tools for you to consider. Some of them are good, some are ok types, while some will affect your computer themselves! When looking for an antivirus program, select one which gives solid, efficient, and full protection against all known computer viruses and malware. On the list of the recommended tool by industry experts is SafeBytes Anti-Malware, well-known security software for Microsoft Windows. SafeBytes anti-malware is really a powerful, highly effective protection software intended to help end-users of all levels of IT literacy in identifying and removing malicious threats from their computers. Once you have installed this tool, SafeBytes advanced protection system will ensure that absolutely no viruses or malware can seep through your personal computer.

SafeBytes possesses a plethora of amazing features that can help you protect your computer from malware attacks and damage. The following are some of the great features included in the application.

Real-time Active Protection: SafeBytes offers a totally hands-free active protection and is set to observe, prevent and wipe out all threats at its first encounter. It’ll constantly monitor your pc for hacker activity and also gives users superior firewall protection. Anti-Malware Protection: Using its advanced and sophisticated algorithm, this malware removal tool can detect and remove the malware threats hiding in your PC effectively. High-Speed Malware Scanning Engine: This computer software has got one of the fastest and most efficient virus scanning engines in the industry. The scans are extremely accurate and take a short amount of time to complete. Web Security: SafeBytes gives an instant safety rating on the pages you are about to check out, automatically blocking risky sites and making sure that you’re certain of your online safety while browsing the web. Lowest Memory/CPU Usage: SafeBytes gives you complete protection from online threats at a fraction of the CPU load due to its enhanced detection engine and algorithms. Fantastic Tech Support Team: For any technical inquiries or product guidance, you could get 24/7 expert assistance through chat and email. SafeBytes will keep your personal computer protected from most advanced malware threats automatically, thus keeping your online experience safe and secure. You now may know that this particular software does more than just scan and delete threats on your computer. If you want advanced forms of protection features and threat detections, buying SafeBytes Anti-Malware could be well worth the dollars!

Technical Details and Manual Removal (Advanced Users)

To remove Email Access Online manually, navigate to the Add/Remove programs list in the Windows Control Panel and choose the program you want to remove. For browser plug-ins, go to your browser’s Addon/Extension manager and choose the plug-in you want to remove or disable. You will probably also want to reset your internet browser. To make sure of complete removal, find the following Windows registry entries on your system and eliminate it or reset the values accordingly. However, this is a difficult task and only computer professionals can perform it safely. Additionally, certain malware is capable of replicating itself or preventing deletion. You’re suggested to do this process in Windows Safe Mode.
Registry: HKEY LOCAL MACHINE\SOFTWARE\Microsoft\Internet Explorer\SearchScopes\675942D5-E956-4670-9ADE-6982CF23558F
Read More
Drive letter missing in Windows File Explorer
There are times when you might notice that the Drive letter from the File Explorer is missing, right after you install an update in your Windows 10 computer. So if you are facing this issue right now, then you’ve come to the right place as this post will guide you on what to do to fix it. In case you don’t know, a drive letter represents a single alphabetic character which is through A-Z typically. This could be assigned to a physical disk partition, floppy disk drive or the removal device/ CD-ROM/ mapping network drive in your PC. In most cases, the drive letter “C:” is assigned to the first disk partition where the running Windows is installed. Thus, if the assigned letter is missing from either the Disk Management or the Windows File Explorer, it could result in inconveniences or will leave the partition inaccessible. To fix this problem, you can try to show the missing drive letters manually or make sure that the drive has a drive letter assigned in the Disk Management as well as assign the letter using a tweak in the Windows Registry. For more details, refer to the options provided below.

Option 1 – Try to show the missing drive letters manually

  • Open the Folder Options from the Start Search and go to the View tab,
  • Next, scroll down on the list of given options until you see the “Show drive letters” option and then check the box that’s marked against this option.
  • After that, click on the Apply and OK buttons and then go back to the “This PC” window. You should now see the drive letters

Option 2 – Make sure that the drive has a drive letter assigned in Disk Management

As you know, every drive is assigned a drive letter in Disk Management. However, if it goes missing, you can still get it back through Disk Management. To do so, follow the steps below.
  • Open Disk Management and from there, right-click on the menu of a partition or volume and you should see a function named “Change Drive Letter and Paths”.
Note: This function allows you to add the drive letter, remove the drive letter and change the drive letter. If the last option, namely, “Remove”, is selected and applied, the letter of the drive will be removed and won’t appear in Disk Management. Thus, this could be one of the reasons why a drive letter is missing.
  • You need to click on “Add” to assign a letter to the selected drive in order to reverse the change. Note that you must assign the drive with the original letter because if not, the programs that rely on the original letter might not work as expected.
  • If the original letter is already taken by a new drive, you need to change the letter of that new drive to another available letter.
  • Then allocate the released letter of the targeted drive.

Option 3 – Try assigning the letter using a Registry tweak

The next thing you can do to fix the problem is to assign the letter using a tweak in the Windows Registry but before you do that, make sure that you create a System Restore point first, after that, follow these steps:
  • Tap the Win + R keys to open Run and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKEY_LOCAL_MACHINESYSTEMMountedDevices
  • From there, check if a device is shown as being mounted at the specific drive letter and then right-click on that drive letter.
  • Select the “Rename” option from the right-click menu to change the letter to any other available letter.
  • Exit the Registry Editor and restart your computer.

Option 4 – Try to format the destination drive

Formatting the drive can also help you resolve the error. To format it, follow these steps:
  • To get started formatting your drive, tap the Win + E keys and then go to the access page of the drive.
  • Next, right-click on the drive and select Format.
  • After that, uncheck the “Quick Format” option and then format your drive properly.
  • Now once the formatting process is finished, unplug the drive and plug it back in afterward.
  • Check if the error is already fixed. If the drive is not initialized, tap the Win + R keys and hit Enter.
  • After opening the Run dialog box, type “diskmgmt.msc” and hit Enter to open Disk Management.
  • From there, right-click on the drive volume and select initialize disk.
  • Next, select the correct partition type and proceed.
Read More
DirectX function GetDeviceRemovedReason
DirectX function GetDeviceRemovedReason error is a DirectX error that comes up during playing games on Windows 11 operating system. Usually, the error occurs in gaming systems powered by AMD and very rarely if any times at all on Nvidia or intel platforms. DirectX function GetDeviceRemovedReason errorIf you are one of the gamers affected by this error, fear not because we have a solution for you. Follow provided fix guide in order to correct this error and get back to gaming asap.

1. Update drivers

The first thing of course is to update your graphic card driver, you can do this with your graphic cards panel software or directly in Windows itself but the best practice and one that I would recommend is to go to your graphic card manufacturer’s website and download the latest driver there, and then install it inside Windows 11.

2. Change power mode

Changing power mode inside Windows 11 can solve this issue since sometimes Windows power manager if it is set to anything except best performance can interfere with the proper functioning of the graphic adapter, and because of this error. To change the power setting do the following:
  1. Press ⊞ WINDOWS + I to open settings
  2. Click on the System tab
  3. Select power & battery on the right part
  4. Click on the menu beside power mode
  5. Select the best performance

3. Run SFC scan

Corrupted system files can also cause this error and if previous steps have not resolved it we will use Windows built-in tool SFC scan to find and repair all bad files in windows.
  1. Press ⊞ WINDOWS + S to open the search menu
  2. Type in Windows terminal and run it as administrator
  3. If prompted click on YES on UAC
  4. Press CTRL + SHIFT + 2 to run command prompt
  5. Type in sfc /scannow and press ENTER
  6. Wait for the whole process to finish and then reboot your system

4. Reinstall the problematic game

Sometimes game files can get corrupt and maybe even overwritten, try with game reinstallation if the problem still persists.
Read More
How to Fix Remote Desktop Black Screen issues
According to some reports, using RDP or Remote Desktop Protocol on recent versions of Windows 10 results in a black screen. One encounters this issue is when using the Remote Desktop Connection feature on Windows 10. The real causes of this black screen are either the display drivers or some misconfiguration with the Remote Desktop Connection utility. In most cases, the Remote Desktop in Windows 10 will display a black screen and then disconnects afterward. To fix this kind of issue on your Remote Desktop, there are two suggestions you need to check out. First, you can try to disable the persistent bitmap caching, and then you can also try to update your display driver. Follow the given options below for more troubleshooting instructions.

Option 1 – Try to disable Persistent Bitmap caching

The first thing you can do to resolve the black screen issue with the remote desktop is to disable the persistent bitmap caching. All you have to do is follow these steps:
  • First, open the Remote Desktop Connection client.
  • Next, click on the Show Options button to configure the Remote Desktop Connection.
  • After that, go to the Experience tab and uncheck the Persistent bitmap caching option.
  • Once done, you should now be able to connect to the remote computer without the black screen.

Option 2 – Try to update or rollback the Graphics driver

You can try to update your Graphics card driver using the Device Manager in your computer to resolve the blank dialog boxes problem or you can also 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. To update your Graphics driver via Device Manager, refer to these steps:
  • 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: If updating the Graphics driver didn’t fix the problem, you can also try to roll back to its previous version and see if that helps or you could also try to roll back, update or reinstall the Network Adapter drivers.

Option 3 – Try performing a System Restore

You might also want to perform a System Restore that might help you in fixing the error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
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
Nostalgia hit: Commodore 64 emulator and games
If you are a kid or in your teenage years you maybe will be not familiar with Commodore 64 but we are welcoming you anyway to go with us on this journey through time and find out about one of the most influential and beloved home computer of all time.

commodore 64History of Commodore

Firstly shown to the world in January of 1982, at the Consumer Electronics Show, C64 caught attention right away with its low price of only $595. Although it had some issues like limited functionality in some fields and a non-wide range of use by 1984 its price dropped below $200 and it cemented itself as an affordable home computer for the middle class. In as same year Apple has released their Apple II computer with far superior capabilities, commodore 64 remains a middle-class favorite due to its price. Also, the company has decided to distribute its homemade computer via some other means including not only just electronics stores specialized in that kind of equipment but in general shops and big department stores, through toy stores and book shops as well as through specialized dealers. This has given C64 a more competitive edge and mixed with the affordable price it soon became a staple of home computing. c64 storeWith sales booming and the early reliability issues with the hardware addressed, software for the C64 began to grow in size and ambition during 1984. This growth shifted to the primary focus of most US game developers. The two holdouts were Sierra, who largely skipped over the C64 in favor of Apple and PC compatible machines, and Broderbund, who was heavily invested in educational software and developed primarily around the Apple II. In the North American market, the disk format had become nearly universal while cassette and cartridge-based software all but disappeared. So most US-developed games by this point grew large enough to require multi-loading. At a mid-1984 conference of game developers and experts at Origins Game Fair, Dan Bunten, Sid Meier, and a representative of Avalon Hill said that they were developing games for the C64 first as the most promising market. By 1985, games were an estimated 60 to 70% of Commodore 64 software. Over 35% of SSI's 1986 sales were for the C64, ten points higher than for the Apple II. Everything was great for Commodore but the industry was moving forward and by the year 1988, PC compatible computers were stated to be the largest and fastest-growing home entertainment systems pushing C64 on to second place. Also, Nintendo’s gaming system has started to take hold in the world with amazing 7 million systems sold in 1988 only. By the year 1991, many developers exited the gaming market for Commodore 64 home computer system and its popularity started to fall due to lack of software and not so many hardware changes. commodore salesCommodore announced that the C64 would be finally discontinued in 1995. However, only one month later in April 1994, the company filed for bankruptcy. When Commodore went bankrupt, all production on their inventory, including the C64, was discontinued, thus ending the C64's 11 and a half year production.

Legendary titles

The history of Commodore 64 is interesting ones and I believe that it has done much for computers in general, yes it ran 11 years and that seems like a small-time, but remember that it was 11 years of C64 alone, there were other computers released by the company but none except arguably AMIGA 500 has not reached that much popularity as Commodore 64. That being said the system has left some of the great titles in its catalog that are great to be played even today and have been classic games on other platforms, even on PC itself. That being said I am giving you the top 100 games for Commodore 64:
  1. maggotZak McKracken and the Alien Mindbenders
  2. Pirates!
  3. Maniac Mansion
  4. IK+
  5. Bubble Booble
  6. Turrican II: The Final Fight
  7. Last Ninja 2
  8. Space Rogue
  9. Ultima IV: Quest of the Avatar
  10. Archon: The Light and the Dark
  11. Turrican
  12. Wasteland
  13. Defender of the Crown
  14. Elite
  15. Ultima V: Warriors of Destiny
  16. Laser Squad
  17. Prince of Persia
  18. Impossible Mission
  19. U.L.E.
  20. Pool of Radiance
  21. Bruce Lee
  22. Paradroid
  23. Project Stealth Fighter
  24. Curse of the Azure Bonds
  25. Ultima III: Exodus
  26. Legacy of the Ancients
  27. Winter Games
  28. Leaderboard Golf
  29. Supremacy
  30. Airborne Ranger
  31. Exile
  32. Last Ninja, The
  33. World Class Leader Board
  34. MicroProse Soccer
  35. Project Firestart
  36. Boulder Dash
  37. Summer Games 2
  38. Great Giana Sisters, The
  39. Neuromancer
  40. Mad Doctor
  41. Mail Order Monsters
  42. Zork I: The Great Underground Empire
  43. Buck Rogers: Countdown to Doomsday
  44. Katakis
  45. Bard's Tale, The: Tales of the Unknown
  46. WIzball
  47. Times of Lore
  48. Emlyn Hughes International Soccer
  49. Ultimate Wizard
  50. Alternate Reality: The Dungeonalternate reality dungeon
  51. World Games
  52. Leaderboard Executive
  53. California Games
  54. Samurai Warrior: The Battles of Usagi Yojimbo
  55. Summer Games
  56. Creatures 2: Torture Trouble
  57. Gunship
  58. Space Taxi
  59. International Karate
  60. Silent Service
  61. Bard's Tale III, The: Thief of Fate
  62. Seven Cities of Gold
  63. Armalyte
  64. Raid on Bungeling Bay
  65. Alter Ego: Male Version
  66. Enforcer: Fullmetal Megablaster
  67. Detective Game, The
  68. Creatures
  69. Skate or Die!
  70. Heart of Africa
  71. E.R.O. - Helicopter Emergency Rescue Operation
  72. Way of the Exploding Fist, The
  73. Stunt Car Racer
  74. Wizard of Wor
  75. Bard's Tale II, The: The Destiny Knight
  76. Mayhem in Monsterland
  77. Train, The: Escape to Normandy
  78. Jumpman
  79. Champions of Krynnchampions of krynn
  80. Pitstop II
  81. Barry McGuigan World Championship Boxing
  82. Montezuma's Revenge
  83. Boulder Dash II: Rockford's Revenge
  84. Spy vs Spy
  85. Mercenary: Escape from Targ
  86. Midnight Resistance
  87. Lords of Midnight
  88. Lode Runner
  89. Castles of Doctor Creep, The
  90. Boulder Dash Construction Kit
  91. Buggy Boy
  92. Racing Destruction Set
  93. Dino Eggs
  94. Realm of Impossibility
  95. Rainbow Islands
  96. Beach-Head II: The Dictator Strikes Back
  97. Barbarian: The Ultimate Warrior
  98. Grand Prix Circuit
  99. Head Over Heels
  100. Sentinel, The

Commodore 64 emulator and game ROMs

Commodore 64 might be in the past but its legacy still lives on even today through emulators and ROMs for emulators. You can even purchase one in working condition if you want and relive the full experience as it once was. vice c64 emulatorIf you are not keen on spending money for reliving and checking games or software of C64 here are some links to help you to at least experience part of it completely free. Commodore 64 Emulator C64 Game ROMs

Conclusion

It is without a doubt that the C64 home system has made a great mark on home computers echoing even today and I am very grateful that I have been part of it as a kid. Sometimes today I will still spin some old classic via emulator just for nostalgia and enjoy its simplicity. Thank you for reading the article and I hope to see you soon again.
Read More
Uninstalling the Weather App in Windows
Windows 10 has a pre-installed Weather app that offers the local weather information, forecast, temperature gradient, historical data, multiple locations, and many more. It can be handy especially if you tend to check on the weather. However, if you are one of those users who barely use this app, you have the option to uninstall it from your computer and that’s exactly what we’re going to do in this post. There are several methods to uninstall the Weather app in Windows 10. You can uninstall it via Settings or Start Menu or even using a command in Windows PowerShell. Note that uninstalling the Weather app does not affect the functionality of your Windows 10 computer by any means so you shouldn’t worry about uninstalling it. To get started, follow the instructions provided below.

Option 1 – Uninstall the Weather app through Settings

The first option you can try to uninstall the Weather app is through Settings. It’s a very simple process so you wouldn’t have any trouble following it.
  • First, click on the Start menu and go to Settings.
  • From there, select System > Apps & Features.
  • After that, wait until the list of apps is opened, and then look for the Weather app and click on it.
  • Next, click on Uninstall in the given menu to uninstall the Weather app from your computer.

Option 2 – Uninstall the Weather app through the Start Menu

Another simple way to uninstall the Weather app is through the Start Menu. It only takes a right click and there are actually two ways to go about this – one is new with the recent feature update of Windows. How? Refer to these steps:
  • Click on the Start button and type in “weather” and right-click on the Weather app which appears in the list.
  • Next, click on the Uninstall option. This will uninstall the Weather app.
  • You can also use the other uninstall option which you can find on the right side of the list that also shows other quick action for the app.

Option 3 – Uninstall the Weather app through a command in Windows PowerShell

  • Tap the Win + X key combination and click on the “Windows PowerShell (Admin)” option to open PowerShell with admin privileges.
  • After that, execute the following Remove App package command for the Weather app to uninstall it.
Get-AppxPackage Microsoft.BingWeather | Remove-AppxPackage
  • Once done, it will remove the Weather app from your computer.
Read More
How to Fix Windows 8 Error Code 0x80070422

Error Code 0x80070422 - What is it?

Error Code 0x80070422 can be found on many versions of the Windows operating system including Windows 7, Windows 8, and 8.1, and Windows 10. The reason for its occurrence may vary, however, depending on the version of the operating system that you use.

In the case of error code 0x80070422 in Windows 8, it often occurs when users attempt to update their firewall or download apps from the Windows store. When this error occurs the user is unable to complete the updates and will need to apply different solutions to correct the issue.

Solution

Restoro box imageError Causes

Whenever error code 0x80070422 is encountered on Windows 8 or 8.1, it might be a result of various factors. These error codes include:

  • Registry errors – This occurs when new programs are installed over old ones
  • Malicious software such as adware, spyware, and or viruses

Further Information and Manual Repair

You do not need to be a Windows expert to attempt to solve errors like the 0x80070422 Windows 8 error code. Simply try the solutions below. If however, you feel you need a professional’s help, contact a certified Windows technician.

  • Check for any viruses or malicious software

Viruses and other malicious software are often the cause of various issues within the PC. For this reason, be sure to check your machine for a possible virus infestation. If you are unable to use your anti-virus software or if none is present you might need to download an automated tool that offers overall repair and other solutions.

  • Disable third-party security apps

Another step you can take is to disable third-party security apps. When these apps are downloaded onto your device, it can lead to the disabling of your Firewall and the inability of your device to download other apps. If this is the source of the 0x80070422 error code on your machine, the issue will be resolved after you disable the third-party apps and reboot your computer.

  • Disable Firewall

If error code 0x80070422 in Windows 8 or 8.1 occurred while you attempted to update Windows firewall, one of the best solutions you can try is to disable the firewall. Note however that disabling your firewall should be temporary as it protects your computer from worms as well as hackers that might infect or compromise your PC. Access the firewall by swiping right on the screen then searching for “firewall”. Click “Windows firewall” then select “Turn off Windows firewall”.

  • Performs a clean boot

Another option is for you to perform a clean boot. This simply refers to a reboot in Windows where only a minimum set of drivers and programs are used. A clean boot can help resolve issues related to software conflict which can occur when Windows users install programs or updates or simply run a program. Note that you must log on to the computer as an administrator. Otherwise, you will not be able to perform the clean boot.

  • Clean registry

The source of many errors related to Windows can lie within the registry. This is because the registry is involved in every aspect of a Windows computer’s operation. If there is an issue in the files of the registry or if it has been hacked, your computer will not function. For this reason, begin by cleaning the registry regularly. To clean our registry, use a powerful tool that is both reputable and user-friendly. Research your option before you make a selection as choosing the wrong tool could lead to even more errors or computer malfunctions.

  • Set Windows Update to Automatic

Another important method to solve issues related to error code 0x80070422 in Windows 8 or 8.1 is your Windows Update service. Though you may have never noticed this feature before now, the Windows Update services allow PC owners to access updates to their operating system automatically. This leads to a properly functioning PC as your machine will always have the latest features and tools available. However, if the setting is not correct, your computer may end up experiencing error code 0x80070422. Check if this is the source of your problems by verifying if your Windows Update settings are automatic. Once the settings are on automatic, reboot your machine to ensure your computer responds to the changes.

  • Download an Automate Tool

Always be prepared for the possibility of other errors. You can do this by downloading powerful software. This enables users to regularly check for issues that may cause errors on their Windows device.

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