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

4 Methods of Fixing Error Code 49

Error Code 49 – What is it?

Error Code 49 is a common device driver error that users encounter on any Windows 2000 and later operating system versions. The error occurs when the connected peripheral devices fail to function properly due to an overload of the system hive’s size. The error when prompted pops up on your screen with the following message:
"Windows cannot start new hardware devices because the system hive is too large (exceeds the Registry Size Limit). (Code 49)”
The error causes unattached devices to be displayed on the system hive list.

Solution

driverfix boxError Causes

Error Code 49 mainly results from problems in Windows registry system files; the system hive in the Windows registry exceeds its size limit. The system hive is part of the Windows registry and it is where files regarding devices are contained along with user preferences and applications. The devices will not work until the system hive size is brought back to normal levels.

Further Information and Manual Repair

There are several ways you can use to fix your error code. Here are the following.

Method 1 – Uninstall unused devices

One of the best ways to address the error code is to uninstall the unused devices which are listed on your computer’s system hive. To do this:
  • Log in using an Administrator account
  • Click the Start button and then click ‘Run’
  • In the box, enter the command:
  • "set devmgr_show_nonpresent_devices=1 cd%SystemRoot%System32 exit" and click enter
  • Open Device Manager, click ‘View’, and then choose ‘Show hidden devices’ to see unused devices.
  • When you can see the list, click on the device you want to uninstall by selecting the ‘Driver’ tab and then select ‘Uninstall’.
  • After uninstall is complete, restart your computer.

Method 2 – Use System Restore

If the error still persists, you can use system restore to eliminate the problem. Here is how you can do so:
  1. Log in using an Administrator account
  2. Click ‘Start’ button and select All Programs > Accessories > System Tools > System Restore
  3. Click ‘Restore my computer to an earlier time’ and click ‘Next’
  4. Select the last Windows restore point from the ‘On this list, click a restore point’ list, and click ‘Next’
  5. Click ‘Next’ on the confirmation window to proceed
  6. Restart your PC after restoration is complete
By restoring the system via a last saved system checkpoint, you can obtain undamaged Windows system files that can help avert the error code.

Method 3 – Manually uninstall and reinstall the device driver

If using system restore does not work in resolving the error code either, you may have to resort to manually uninstalling and then reinstalling the device driver causing the problem. This would be necessary since the remaining incomplete files due to a partial removal or installation of programs is what results in the error code. By uninstall and reinstalling the device driver program, it would lead to the completion of the files. You can do this by firstly logging in as Administrator and open Device Manager. Select the device that is causing the problem and double click it and make sure that the peripheral is connected properly to the PC. Upon opening, click on the ‘Driver’ tab and then select ‘Update Driver’. Make sure to refer to the system documentation that you received with your PC or computer to check for the motherboard details and driver specifics.

Method 4 – Use software to automatically download the driver

Manually uninstalling and reinstalling the driver will do the trick; however, it may be time-consuming, especially when you would have to resort to your hardware user manual. Therefore, using a program such as DriverFIX can save you a lot of time and frustration in having your device work properly on your computer. DriverFIX, with its user-friendly approach to help you fix your PC issues, comes with an integrated database that detects which drivers you need to reconfigure within just a few seconds and downloads it automatically. It further ensures that your drivers are installed in their entirety leaving no room for any incomplete files to remain that create Error Code 49. It also has the added advantage of being able to backup and restore your files should there be the slightest possibility of system file damage. DriverFIX is the answer to fixing your PC error codes accurately and quickly. Click here to download DriverFIX to fix Error Code 49 quickly and effectively!
Read More
A Quick Guide to Resolving Error 1713

Error 1713 - What is it?

If you use Microsoft-developed programs, then you might experience this error code on your PC. It indicates programming limitations. This error, Error 1713 may pop up during the installation of 2007 or 2010 Microsoft Office Suite. The error message appears in the format stated below:
“Error 1713: Microsoft Office has encountered a problem and needs to close. We are sorry for the inconvenience.”
Common symptoms for error 1713 include system crashes, system freeze and sometimes you may feel your Windows running sluggishly.

Solution

Restoro box imageError Causes

Error 1713 may be triggered due to many reasons. However, common causes for this error occurrence include:
  • Corrupt Microsoft Office Software
  • Corrupt Windows Registry
  • Malware
  • Deleted Microsoft Office Related Files

Further Information and Manual Repair

No matter, what the cause of this error is, it is advisable to resolve it immediately without any delays. This error may pose serious threats to your PC is not repaired timely and also cause you a great deal of inconvenience limiting you from using Microsoft software programs. Here are some of the best and easy DIY methods that you can try to resolve this issue. To work around these methods you don’t have to be a technical whiz or a computer programmer. Let’s get started:

Method 1 - Use System Restore to Undo Changes Made Recently

During any program deletion, you may have accidentally deleted Microsoft related files because of which you may be experiencing error 1713 on your PC. In such an event, the best way to resolve is to undo recent system changes. To do this, use Windows System Restore Utility. This is inbuilt in Windows. To access System Restore Utility, simply press start and type System Restore in the search box and press enter. Now follow the steps in the Wizard to choose a restore point. Once you select, reboot your PC to activate changes.

Method 2 - Update Drivers

One of the many causes of error 1713 is hardware failure. Hardware failure indicates driver issues. To resolve the problem it is advisable to delete the outdated drivers and update new versions on your PC.

Method 3 - Scan for Malware

Malware can also trigger such error codes on your system and corrupt important files. Therefore remove malware immediately from your PC by running an antivirus. Antivirus will detect and delete all malicious programs in no time.

Method 4 - Repair the Registry

Broken entries, junk files, and invalid registry keys corrupt the registry thereby generating error codes. To resolve you first need to clean the registry and repair it. For this download Restoro. It is a PC Fixer deployed with a registry cleaner. The registry cleaner removes all bad entries stored in the registry, cleans it and repairs the damaged files in just a few clicks. Click here to download Restoro.
Read More
Repair Windows 10 Error Code C19000101 - 2000B

Error Code C19000101 - 2000B on Windows 10– What is it?

Error Code C19000101 - 2000B is a Blue Screen of Death (BSOD) error encountered by Windows users in an attempt to upgrade their operating system from Windows 7 or Windows 8/8.1 to Windows 10. The system upgrade does not successfully finish and when the installation is resurrected, it fails then reverts back to the original operating system. More and more Windows users come across this error that may have been triggered by a few reasons to be discussed in this article.

Solution

Restoro box imageError Causes

Microsoft users can experience the BSOD error C19000101-2000B due to the following reasons:

  • There’s an incompatibility with the drivers
  • Antivirus software

Further Information and Manual Repair

In fixing error code C19000101-2000B, you can try doing it manually. Manual repair methods can offer users solutions effectively and efficiently, having to address the root causes and issues in relation to a number of Windows error codes. If properly implemented, these manual repair methods can help Windows users resolve problems at hand immediately. However, there are cases where the help of a Windows professional is necessary. In such instances, it would be best to consult a certified Windows expert or you can also try using a powerful automated tool whenever needed.

To be able to fix error code C19000101-2000B, implement the first method used in resolving error code 0xc000021a, then you can proceed with this first method:

Method One: Perform Clean-Boot

  1. Prior to performing an upgrade, you need to disable your antivirus. Or, better yet, uninstall it.
  2. Ensure that your PC name is simple without hyphens, periods, or dashes.
  3. Restart your device several times, then try again.
  4. Disable all USB devices such as a smart card reader.
  5. If you are using a SCSI hard disk, be sure to have the drivers ready and available for a storage device like a thumb drive to be connected. While on the Windows 10 setup, select the Custom Advanced Option then use the Load Driver command to load the right driver for the SCSI drive. If the setup still fails, try switching to an IDE-based hard disk.
  6. Launch a clean boot, restart your device, then try again.
  7. If you are upgrading to Windows 10 using the .ISO file, make sure to disconnect from your internet connection during setup. If your device is connected by Wi-Fi or through LAN, you need to disable both before attempting to run a  system upgrade again.
  8. Switch to a local account if you are connected to a domain.
  9. Ensure that all external devices such as USB keys, external hard drives, gaming controllers, or printers are not attached to your device.

If you are upgrading to Windows 10 using Windows Update, you can perform a manual repair using the next method.

Method Two: Upgrading Via Windows Update

  1. Make sure to disconnect from the Wi-Fi or LAN once the download reaches 100% before you proceed with the system upgrade.
  2. Press Windows + X to open the command prompt window as an administrator.
  3. Stop the Windows Update service, BITS, MSI Installer, and Cryptographic by inputting the following commands one by one, hitting Enter after every command:

Net stop wuauserv

Net stop bits Net stop msiserver Net stop cryptSvc
  1. Restart both Software Distribution and Catroot2 folders. You can do this by typing Ren C: WindowsSoftwareDistribution SoftwareDistribution.old and Ren C: WindowsSystem32catroot2 Catroot2.old in the command prompt to change the names of both Software Distribution and Catroot2 files.
  2. Restart the Windows Update service, BITS, MSI Installer, and Cryptographic by inputting the following commands one by one, hitting Enter after every command:

Net start wuauserv

Net start bits Net start msiserver Net start cryptSvc
  1. Exit the command prompt then restart your device. You can now try to proceed with the system upgrade again.

Method Three: Disable or Uninstall Antivirus

  1. If you opt to just disable your antivirus, you just have to right-click on the antivirus’ icon from your toolbar then choose Disable.
  2. Press Ctrl + Alt + Del to open the Task Manager.
  3. Check if all the files or services linking to your antivirus are turned off.
  4. If you choose to uninstall your antivirus (which is recommended), open Control Panel.
  5. Once the Control Panel window is open, select Programs then Uninstall a Program.
  6. Look for your antivirus on the list, right-click it then choose Uninstall.
Read More
Fix Device not migrated on Windows 10
Hello everyone, in today's tips and tricks we will focus on providing you with various solutions on how to solve the Device not migrated error that appears after the Windows update has been performed. Sometimes sadly updates to our operating systems can introduce us to various issues that look scary but in reality, they are solvable and not so scary at all. After all who would not find this message concerning, especially when it happens in the middle of work. device error messageThe first thing that would pop into my mind is that I have lost tons of work and that something in my hardware has gone very wrong and it is dead. Luckily that is not the case and this error means that due to Windows update drivers were not properly transferred due to some compatibility issues, maybe it was a corrupt update file, etc. Of course, the reason could be hardware malfunction as well, but if everything was working fine before the update, it is a software issue, and I must say it is a common one and fixable. Please keep reading this guide in order to fix the Device not migrated error.
  1. Update the Driver

    You should always try this first, if the device is not recognizable, try updating its driver and see if the problem vanishes. In order to update the driver, we will need first to locate which device has not been migrated properly, we will do this with help of a search engine on the internet like google for example. So open your browser of choice, go to a search engine (google for example) and type in the search box first line from your error message, yes, that scary one. You will be given which device has malfunctioned and was not migrated properly, now we will locate the device and update its drivers. To do this press WINDOWS + X on your keyboard to bring up Windows secret menu and choose device manager. keyboard with windows and x marked Find device inside device manager, right-click on it, and choose properties. Go to the events tab and make sure that the device has migration issues. device not migrates status You have now 3 options for updating the driver, you can do it manually, automatically, or with the driver installer. We will cover all 3 options so you choose which one best suits you. OPTION 1: Manually. Close the Properties tab, go to the device manufacturer website and download the latest driver, if there are no drivers there, the only executable installer for the device skip this step and try the other 2. After you have downloaded the driver package from the website, right-click on the device and choose update driver. device update driver Now navigate to the folder where you have downloaded your driver package and update the driver. Reboot your system. OPTION 2: Automatic update. Close the Properties tab, right-click on the device and choose to uninstall. device manager uninstall device Once the device is uninstalled, restart your system, and Windows will automatically search and install the latest driver for the device. OPTION 3: Via driver installer. If you have downloaded .EXE or executable driver installer from device manufacturers web site try installing it, if the installation fails, try using compatibility mode for the installer. Navigate where the installer is located, right-click on it, and choose properties. Go to compatibility TAB and try installing it with administrator privileges in Windows 8 mode. device run compatibility troubleshooterReboot your system after this step. This should solve the issues, however, if the issue still persists, follow the next steps.
  2. Verify the Corrupted System Files

    Press WINDOWS + X on the keyboard to open the hidden system menu and choose Command prompt (administrator) keyboard with windows and x marked In the command prompt type in: sfc /scannow and press ENTER. command prompt SFC scan The scanning process and repair of files will take around 15 min. Leave it to finish completely, do not restart, work on the computer or shut it down while the process is active, and only after it is finished reboot your system.
  3. Update Windows.

    If your Windows is not updated sometimes this issue can be resolved by updating it on the latest version. Click on start and then on settings. Windows 10 Star menu with marked settings icon Once the settings screen is opened, find and click on Update and Security. Windows settings update and security section marked Go to the Windows update tab and click on DOWNLOAD or click on check for updates for the latest Windows fix. windows settings windows update selected
  4. Reset BIOS to factory settings.

    Sometimes BIOS not being properly configured can cause issues in Windows itself and prevent it from detecting PnP devices thus creating this error. Restoring BIOS back to the factory setting can help. Turn off your computer and turn it back on. Press delete, f12, f11, or any other key which will take you to BIOS (default key is delete but sometimes manufacturers map this to another one. Once your screen turns ON you will see in the bottom message which key needs to be pressed in order to enter BIOS). Sadly since every BIOS could be different we can not cover step by step guide for each but you need to find the option where you load BIOS defaults, click on it save, and exit. Your computer will restart and boot into Windows, check to see if the problem still persists. BIOSD load defaults
  5. Update BIOS

    BIOS can cause issues with certain PnP devices when the newest Windows update is rolled. If reverting BIOS to the factory setting has not been successful try update. Go to your motherboard manufacturer website, find the update and read step by step guide there since updating BIOS differs from version to version and from manufacturer to manufacturer. After the update is done, restart the computer and hopefully, the error is gone.
  6. Perform a System Restore

    If everything else fails, perform a system restore to get Windows back into the state before the update was installed and when everything was working fine. Press WINDOWS + R on the keyboard to open the run dialog. keyboard with windows and r marked In the run dialog, type control panel and press enter to enter control panel, locate recovery and click on it. control panel recovery selected Inside the recovery screen click on Open System Restore. advanced recovery tools Choose a date when everything was working in order, the best bet is the date before Windows update and roll it back. system restore latest backup restore Click on date, and then on next.
Read More
Can’t type in Win apps, Search, Cortana, etc.
If you are typing inside the Search bar, Cortana, Taskbar, Windows 10 apps, etc., and then everything seems invisible then read on as this post will guide you in fixing this issue. At first, you might think that something is wrong with your keyboard but it really has nothing to do with it. The problem actually lies with the apps from Microsoft Store. Thus, if you can’t type anything in any of the apps from Microsoft Store in Windows 10, refer to the options given below to fix them.

Option 1 – Ensure that ctfmon.exe is running

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

Option 2 – Use the Windows Store Apps Troubleshooter

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

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

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

Option 4 – Try to run the DISM tool

You can also run the DISM Tool as it helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth” which could help in fixing the problem.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 5 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your PC.
Read More
How to Download Steam saves
Steam is one of if not the largest online store for the digital distribution of games on the PC platform. The game gets downloaded to your PC when you are planning to play it and its saves are synched in the Steam cloud. They get automatically downloaded when you install the game but you can also get your saves by directly downloading them from Valve's website in your browser. If Steam isn’t automatically downloading your old save games after you install a game, ensure Steam Cloud is enabled for that game within Steam. Locate the game in your Steam library, right-click it, and then select Properties. Click the Updates tab and ensure the Enable Steam Cloud synchronization option is checked for the game. If this option isn’t checked, Steam won’t automatically download your cloud saves. If you don’t see a Steam Cloud option for a game here, that game doesn’t support Steam Cloud. Not all games on Steam do, it’s up to each game developer.

Download the Files in Your Web Browser

Valve lets you download your Steam cloud save files via a web browser, too. You can download just your saved files without re-downloading the entire game. To find your saved files, visit Valve’s View Steam Cloud page in your web browser and sign in with your Steam account. You’ll see a list of games using your Steam Cloud storage. Locate the game in the list and click Show Files to see all the files for a game. Each game has a page showing all the files it’s storing in Steam Cloud, as well as the date they were modified. To download a file, click Download. Download all the save files for your game, and you’ll have a copy of its save games. This feature is especially useful for multi-platform games that don’t automatically synchronize save files between platforms.
Read More
Fix Error Code 0x80072EE7 in Windows
Installing or updating Google Chrome does not always go smoothly as there are times when it also encounters some errors like the error code 0x80072EE7. This kind of error in Chrome is most likely caused by the Windows Firewall or third-party Firewall (if you’re using one) that blocks the installation or update process. Aside from this known culprit, there are also other factors to consider such as corrupted or incompatible installation files or it could also be caused by some issue with your internet connection. If you face this kind of problem when installing or updating Chrome, you will see the following error message on your screen:
“An error occurred while checking for updates: Unable to connect to the Internet. If you use a firewall, please whitelist GoogleUpdate.exe. (error code 7: 0x80072EE7 — system level).”
Whatever the cause of this error is, you need to use the options prepared below to fix it.

Option 1 – Whitelist the “googleupdate.exe” in Firewall

If the issue is really caused by the Firewall, you need to whitelist the googleupdate.exe program to fix the error. To do that, follow these steps:
  • Tap the Win + E keys to open the File Explorer.
  • Next, copy and paste the following location in the address bar and tap Enter to go there.
Control Panel/All Control Panel Items/Windows Defender Firewall/Allowed apps
  • After that, click on the Change Settings button, and from the given list, look for Google Chrome.
  • Now check both Private and Public connections for it and then click on OK and see if it fixes the error or not.

Option 2 – Disable the proxy server for LAN

If the problem has something to do with your internet connection, then you can try disabling the proxy server for LAN and see if that helps.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 3 – Check your VPN

If you are using a VPN application, then this option should apply to you, if not, skip this option and proceed to the next one. There are times when VPN software causes some issues like this error. If that’s the case, you can try to disable your VPN temporarily and see if the error is resolved or not and if turns out that your VPN is the culprit, you have to uninstall it and install a new one or its latest version. To uninstall it, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box
  • Then type “appwiz.cpl” in the field and hit Enter to open the Programs and Features in Control Panel.
  • From there, look for the VPN service you are using, select it and then click on Uninstall to remove it.
  • After that, restart your computer and try to install the latest version of the program again. It should work now. If not, proceed to the next available option below.

Option 4 – Try to run the Chrome Cleanup tool

You might want to run Google Chrome’s built-in Malware Scanner & Cleanup tool as it could also help in getting rid of any unwanted ads, pop-ups, and even malware, as well as unusual startup pages, toolbars, and anything else that might overtake the network and could affect the performance of the browser.

Option 5 – Reset Google Chrome

Before you proceed, make sure that the Chrome browser is not running anywhere in the background via Task Manager. Once you’ve made sure that it’s no longer running, refer to these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “%USERPROFILE%AppDataLocalGoogleChromeUser Data” in the field and tap Enter to open this location.
  • From there, look for the Default folder and then tap the Shift + Delete button and if a confirmation prompt appears, click on Yes.
  • After deleting the Default folder, open Google Chrome and click on the three vertical dots icon located in the top-right corner to open the menu.
  • Next, click on Settings and scroll down and then click on Advanced to open the Advanced Settings.
  • Then scroll down until you see the “Reset and clean up” section and click the “Restore Settings to their original defaults” option.
  • After that, you will see a confirmation box and from there, click on the Reset settings button to reset your Google Chrome browser.
Read More
Fix CSGO Crashes in Windows 10
Counter strike has evolved from half-life mod into the full-featured game and has kept in popularity for years, even today game is wildly popular and has a huge player base. Sadly game can crash in Windows 10. Here in this article, we will address how to fix csgo crashing in Windows 10 so you can play it smoothly and crash-free as it was meant to be played.
  1. Update your display drivers

    Often in the gaming world having the latest display drivers can mean a world of difference. Counterstrike GO is no different, make sure that your drivers are updated to the latest version, if they are not, go to your manufacturer's website and download the latest version.
  2. Update Windows

    Just how much important is it to have the latest display drivers so it is to have the latest Windows update. Often problematic things are addressed in the update itself.
  3. Turn off compatibility mode

    Compatibility mode is most often the cause of crashes. Go to the game installation folder and search for csgo.exe. Once you locate it right-click on it and choose properties. Under properties, find the compatibility tab and turn off compatibility mode if it is ON. Uncheck run as administrator also
  4. Delete CSGO.EXE and add cl_disablehtmlmotd 1

    If disabling compatibility mode has not solved the issue do next: Pull up the installation directory folder, find csgo.exe, and delete it Pull up the Steam Library and locate Counter-Strike Global Offensive Right-click on it to select properties Find the local tab and click on verify integrity of game files When that is complete, go back into the Counter-Strike Global Offensive installation folder and search for cgo.exe Turn compatibility OFF like in the previous step Return to the Steam Library, right-click on Counter-Strike Global Offensive and click on properties again Go under the launch options settings In the new window, type in cl_disablehtmlmotd 1 Save the changes and restart the game
  5. Lower game settings

    If previous steps did not help and the game still crashes, try lowering game graphic settings. Crashes can happen if a game is heavy on the current system resources.
Read More
How to Fix Windows 8 Error Code 0xd0000272

Error Code 0xd0000272 – What is it?

Error code 0xd0000272 occurs when Windows users are unable to activate their operating system. This usually occurs due to activation servers being busy or unavailable and affects Windows 8, Windows 8.1, and Windows 10 users. Common symptoms of the error code include the following:
  • Inability to activate Windows operating system
  • Message box with error code 0xd0000272

Solution

Restoro box imageError Causes

Windows users affected by error code 0xd0000272 usually receive a message stating that the “activation server is busy or unavailable”. Some users report the error is resolved on its own after a few hours, while others experience activation issues that resolve only after manual repair methods are implemented.

Further Information and Manual Repair

To improve your chances of resolving issues related to Windows activation error codes, use manual repair methods and procedures. These are often successful as they address the issues causing the error codes to occur, whether there be missing or corrupted system files, network connectivity issues, or invalid product keys.

Error code 0xd0000272 may be resolved by simply waiting until later – a few hours at most – to reattempt activation. If, however, the activation process fails, proceed with the methods suggested below or contact a Windows repair technician.

  1. Method One: Verify Internet Connection to Activate Windows

Are network connectivity issues preventing your machine from activating Windows? Check for this issue by verifying whether or not you are connected. Once you’ve been able to check your connection via your Internet settings and troubleshoot your network where necessary, proceed to the Product Activation Wizard.

The Product Activation Wizard will check if you have permission or authorized access to the version of Windows you are attempting to activate. This process usually involves the use of a product key. Once you enter the 25-character code – in the correct order, of course – proceed by selecting the activation option.

If the process is successful, you will be able to complete the activation and access all the features of the Windows edition you have activated. You will also notice the absence of the error code 0xd0000272 message. In cases where this manual repair method is unable to successfully resolve the issue, however, move to the next manual repair procedure on this list.

  1. Method Two: Run Windows Update Troubleshooter

Another tool available to Windows users is the Windows Update Troubleshooter. You may access the Windows Update Troubleshooter offered on Windows 8 since it does not require an internet connection and runs most of the functions required. To do so, follow the steps below.
  • Step one: Swipe to the right of the screen and click Search
  • Step two: Type Troubleshooting
  • Step three: Click Settings then select Troubleshooting
  • Step four: Under System & Security, click Fix Problems with Windows Update
  • Step five: Select Next

You can also visit Microsoft’s website to access a more comprehensive Windows Update Troubleshoot tool. Download the troubleshooter and run it to fix problems related to Windows Update. Afterward, restart your computer then check the Product Activation Wizard to verify whether or not you can activate Windows 8 or 8.1.  If the problem persists, however, and error code 0xd0000272 reoccurs, proceed to the third manual repair method.

  1. Method Three: Disable Proxy Settings

Your computer’s proxy settings may in some cases interfere with the activation process, resulting in issues like error code 0xd0000272. To fix this problem, first, disable your proxy setting then reattempt the activation process using the Product Activation Wizard.

  • Step one: Press Win + C keyboard combination
  • Step two: Select Settings
  • Step three: Click Change PC Settings
  • Step four: Select Network, then Proxy
  • Step six: Switch proxy server settings to Off

Open the Product Activation Wizard once you’ve disabled the proxy settings. Complete the activation process based on the instructions provided. If you are successful, you will no longer be bothered by error code 0xd0000272 as the symptoms of the error code will not occur.

If, however, this manual repair method fails to resolve the error code, you may need to consider other alternatives. These may include the use of a powerful automated tool. You can also consider getting help from a Windows repair technician as such professionals are able to assess your computer and provide solutions as needed.

Read More
Free Quake upgrade comes to Steam and more
quake remasterWithout any fanfare, news, or information Bethesda has released a completely free upgrade for legendary Quake 1. Free upgrade is automatically applied to all users who possess the original game and it has already been rolled out.

What has changed for good?

New textures, effects, and resolutions are one thing that will come first into your focus when you start the game. From the moment game is started it feels and looks like a game you remember from a long time ago. Models are also upgraded with a higher polygon count. Another thing that will hit you right away is the legendary OST by Trent Reznor in its full glory. If you have the original Quake and played it you will know that OST was missing from the Steam release and having it fully back is a great feature. I would argue that placing just OST alone in the steam release is enough for people to play it again since it adds so much atmosphere. Deathmatch and other multiplayer goodies are all here as well and there is a completely free new episode in the game with several levels. Yes, you get a free Quake upgrade in HD with an extra episode completely free.

The bad side of Quake coin

So this might come as a purist or obsessive nit-picking but there were two things that I, personally am not a fan of and have noticed during my gameplay. Please know that this is personal preference and by no other chance reflects the quality of the game itself but I just had to talk about it. Quake remake is made in a new engine and as such dynamic and gunplay feel different from the original, granted they have done the best they could to replicate the authentic feeling of the original game but there are parts of the game where I have felt that simply put, it feels different. Another thing is also tied to technology and the overall game is somewhat a little brighter and in some areas little softer in dark areas. Like I said this is purely personal preference and might come as nitpicking but I preferred the darker and grittier look of the original game. Darkplaces, the free custom-made upgrade did this in my opinion better.
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