One of the cool and interesting features in Windows is the Screensaver which allows users to display animation or change the wallpaper automatically when the computer is not being used. This feature can also time out and lock your computer when it remains idle for quite some time. However, if you notice that the screensaver of your computer turns on a lot earlier, then you’ve come to the right place as this post will guide you on how you can change the timeout settings of the screensaver of your Windows 10 computer.
Usually, the screensaver in Windows 10 is turned off by default, however, if some other user has turned it on or if you have turned it on, you can actually change the timeout settings of the screensaver using several methods. You can do it through the Personalization settings, Registry Editor, as well as the Group Policy Editor.
Before you proceed with the instructions provided below, make sure that you create a System Restore point first. Once done, follow each one of the suggestions carefully to successfully change the Screensaver timeout settings in Windows 10.
Option 1 – Modify the timeout settings of Screensaver via Personalization settings
Open the Start menu and type “screen saver” in the field.
On the search results that appear, click on the “Change Screen Saver” option.
From there, you have the option to change the screen saver type, preview, open settings, change the wait time, as well as choose to display lock screen on your resume.
Now to change the timeout settings of your screensaver, you have to increase the wait time from 1 to 15 or anything that works for you.
Once done, click OK and exit to save the changes made.
Option 2 – Try to change the screensaver time via Registry Editor
The next option you can try to change the timeout settings in the screensaver is using the Registry Editor. To get started, follow these steps:
Tap the Win + R keys to launch the Run utility and type “regedit” in the field and hit Enter to open the Registry Editor.
Next, navigate to this registry path: ComputerHKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows
From there, right-click on Windows located in the right pane and select New > Key.
Name the key as “Control Panel” and right-click on it and select New > Key and then name it as “Desktop”.
Once done, click on the newly created Desktop key to highlight it.
After that, right-click on any empty space in the right pane and select New > String Value and then type “ScreenSaveTimeOut” and hit Enter to save it.
Now right-click on ScreenSaveTimeOut and select Modify and then set its value data in seconds.
Click on OK and exit the Registry Editor to save the changes made.
Option 3 – Change Screensaver timeout settings via Group Policy Editor
Tap the Win + R keys to open the Run dialog box and type “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
Next, navigate to User Configuration > Administrative Templates > Control Panel > Personalization.
Then look for a policy setting named “Screen saver timeout” and double click on it and then click on the Enabled option to enable it.
Add the screen timeout in seconds and click on the Apply and OK buttons to save the changes.
Restart your computer.
Note: If you want to disable the screensaver feature in your computer, you can always do so by disabling a policy setting named “Enable Screen Saver”.
If you receive the error code 0xc000014C while you boot up your computer, then this post might be of help. This kind of error usually points to the Registry of your computer that might be corrupted. As a result, the operating system was not able to read the BCD file and throws the 0xc000014C error.
The error code 0xc000014C is triggered when your computer encounters an error in the first booting sector. You might receive any of these error messages:
“Info: An error occurred while attempting to read the boot configuration data.” with File: as “BootBCD”“File: Windowssystem32configsystemInfo: Windows failed to load because the system registry file is missing or is corrupt”“Info: The Boot Configuration Data for your PC is missing or contains errors.”
To fix the error code 0xc000014C when booting your computer, you can check out the suggestions provided below.
Option 1 – Try running System Restore in Advanced Startup Options
Since you probably can’t boot into your Windows 10 computer, you can try to run System Restore again in the Advanced Startup Options.
Boot your computer into the Advanced Startup Options screen.
From there, you will see some options to troubleshoot when you can’t log in to Windows in the usual way.
Now select Troubleshoot > Advanced Options > Command Prompt.
After that, type “rstrui” and hit Enter to execute the command which will start the System Restore process.
Option 2 – Try to rebuild the BCD files
You can also try rebuilding the BCD files to resolve error 0xc000014C for corrupted Boot Configuration Data
You can start by booting into the installation environment for Windows 10 from an installation media.
After that, click on Repair your computer and on the blue screen, select Troubleshoot and then select the Advanced options menu.
From there, select Command Prompt and once you open it, enter each one of the commands given below by sequence.
bootrec /FixMbr
bootrec /FixBoot
bootrec /ScanOS
bootrec /RebuildBcd
Once you’re done executing the commands given above, type “exit” to close the Command Prompt window and then restart your computer and see if it fixed error code 0xc000014c.
Option 3 – Try restoring the default and uncorrupt Registry Values
This option is a bit tricky as you have to be sure about what you are doing here. However, if you are not sure, you might want to seek out a technician to fix the problem for you. But if you can handle it, then carefully follow the steps below.
You have to first physically remove the hard drive of the computer that’s not booting up. You can refer to it as Hard drive 1 and Computer 1, respectively.
After that, you need to have another computer which you can refer to as Computer 2, and refer to its hard drive as Hard drive 2. Make sure that this second computer is working properly.
Next, you have to attach Hard drive 1 to Computer 2 with the Hard drive 2 attached as well.
After that, boot Computer 2 from Hard drive 2 where Hard drive 1 will act as the second storage unit.
Then navigate to the following location in the System Partition of the Hard drive 2.
C:/Windows/System32/config/RegBack
From there, you have to replace all the files. Once you’re done, shut down your computer and then take out the Hard drive 1 from Computer 2 and put it back to Computer 1 as the only hard drive.
Now boot your computer normally and check if the problem is fixed.
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".
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.
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:
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
As of late, many users reported getting an error in Windows Sandbox that has an error code of 0x80070015. According to users, they encountered this error when they tried to start Windows Sandbox. Based on the error code, it seems that there are some problems with the supporting services of Windows Sandbox that trigger the error. It is possible that these services are misconfigured or that they are outdated and have to be updated. Here’s the complete message of the error:
“Windows Sandbox failed to start. Error 0x80070015. The device is not ready. Would you like to submit feedback about this issue?”
If you are one of the users who encountered this kind of error in Windows Sandbox, then you’ve come to the right place as this post will help you sort this problem out. All you have to do is follow each one of the options provided below.
Option 1 – Make sure that all the supporting processes and services of Windows Sandbox are running properly
If running Windows Sandbox as an administrator didn’t fix the error, you have to ensure that all related processes for Windows Sandbox are running properly. To do that, follow these steps:
Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
Next, from the list of services, look for the following services in the given order:
After you find the aforementioned services, restart each one of them.
Once done, try to open the Windows Sandbox again and see if the error is fixed or not.
Option 2 – Try to install any pending Windows Updates
If the second option still didn’t work, then you might want to check Windows Updates on your computer and see if there are any pending Windows Updates you have to install. All you have to do is go to the Windows 10 Settings app and then go to the Windows Updates section and click on the “Check for updates” button to check if there are any pending updates that are needed to be installed. This could fix the Windows Sandbox Error 0x80070015.
Option 3 – Try to run Windows Sandbox as an admin
In the Start Menu, scroll down until you see the entry for the Windows Sandbox.
Then right-click on it and select More and then select the “Run as administrator” option to open it with admin privileges.
Next, if a User Account Control or UAC prompt pops up, just click on Yes to proceed.
You should now be able to open the Windows Sandbox without the error. However, if the error persists, proceed to the next given option below.
If you suddenly encounter the DRIVER_CORRUPTED_EXPOOL Blue Screen of Death error when using your computer, then there might be some issues with the device drivers on your Windows 10 computer. This kind of BSOD error can occur at any point while you are using your PC. Its main cause is due to some error in the System Pool where a driver becomes incompatible with the operating system or when the configuration files get corrupted for some reason.
If you are one of the users who are currently inconvenienced by the DRIVER_CORRUPTED_EXPOOL error, worry not, as this post will give you some potential fixes that might help resolve the problem.
Option 1 – Perform a System Restore
Performing System Restore might help you in fixing the DRIVER_CORRUPTED_EXPOOL Blue Screen 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.
Option 2 – Run the Blue Screen Troubleshooter
The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like DRIVER_CORRUPTED_EXPOOL error. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
Tap the Win + I keys to open the Settings panel.
Then go to Update & Security > Troubleshoot.
From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Option 3 – Update the Device drivers
The device driver installed in your computer might be incompatible with your operating system which is the reason why the DRIVER_CORRUPTED_EXPOOL Blue Screen error occurs. To fix that, you have to update your device drivers.
Tap the Win + R keys on your keyboard to open the Run dialog box.
After that, type “msc” in the field and hit Enter or click OK to open the Device Manager.
After opening the Device Manager, update all the outdated Device drivers on your computer.
Next, right-click on all the driver entries that are appropriately labeled, and then click the Update driver option.
Now restart your PC and check if the BSOD error is fixed or not.
Option 4 – Uninstall any faulty device drivers
Tap the Win + R keys on your keyboard to open the Run dialog box.
After that, type “msc” in the field and hit Enter or click OK to open the Device Manager.
From there, look for any device driver which has a yellow exclamation mark which indicates that something is wrong with them.
And then right-click on each one of them and click on Uninstall.
Once you’re done uninstalling the faulty drivers, restart your computer and allow your computer to reinstall the drivers you just uninstalled.
Option 5 – Try running the System File Checker
System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files with good system files that might be causing the Machine Check Exception BSOD error. 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:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Option 6 – Try updating the BIOS
As you know, the BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
Tap the Win + R keys to open the Run dialog box.
Next, type “msinfo32” in the field and press Enter to open System Information.
From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
After that, you should see the developer and version of the BIOS installed on your PC.
Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
Now double click on the downloaded file and install the new BIOS version in your computer.
Now restart your computer to apply the changes made.
Option 7 – Try resetting Windows 10
To fix this BSOD error, you can try resetting Windows 10. Doing so won’t get rid of any file in your system – instead of erasing all your media files and documents, this reset option resets all the system settings and files.
Scammers have decided to target Windows’s 10 App installer process in order to infect your computer and steal your data.
As in most usual online scams, everything starts with a strange email containing threats and other poorly written and composed speech. At the end of the given email, there would be a link claiming that you, of course, need to read it and follow instructions about the threat, if you click the link it will open a web page where you will have an innocent-looking PDF file with more information about the threat itself.
If you click on a seemingly innocent PDF file it will summon Windows 10's AppInstaller.exe tool, kickstarting a download-and-run process that'll put you in a bad place very quickly. From there, you'll have to deal with the dangers of malware BazarBackdoor, including data and credential theft.
This kind of scam is nothing new but the interesting thing here is that it uses App installer and by clicking on a link you are opening and giving permission for a malicious crook to use it. So, stay safe and do not click on any links from unknown emails no matter what.
The docking station was promised upon release of the Deck but it was pushed back and now the official statement is that it is delayed again.
Valve said in an announcement on June 1:
“Due to parts shortages and COVID closures at our manufacturing facilities, the official Steam Deck Docking Station is delayed. We’re working on improving the situation and will share more info when we have it.”
Valve
The docking station was presented at the same time as Deck itself and the whole idea was to make Steam Deck work like a laptop docking station. It has ports for USB devices, displays, and network connections that became functional the moment Deck is placed on it. Docking supports a mouse, keyboard, and external display making it an almost full PC station if needed.
Valve confirmed that its official dock station will not improve performance so while you wait for its release you can use another docking station with a USB Type-C connector.
Windows and Devices chief Panos Panay has revealed new focus sessions feature that will be in Windows 11 on his Twitter account today. He himself is referring to it as a game-changer especially with Spotify integration.
So what is a focus session?
From the video clip provided on Twitter, we can see that focus session users will be able to choose a specific task from the previously made task list, choose songs that will play in the background while the task is active, and set a timer for the chosen task with breaks.
Maybe the best comparison and explanation would be a desktop google calendar task with music, basically, that’s it. A neat and good organizer inside your Windows 11 operating system. I think that this is generally a good idea and for sure it will find its audience.
This is a typical SMTP error code. SMTP is the abbreviation for Simple Mail Transfer Protocol.
It is an internet standard for email transmission. In other words, SMTP is a text-based protocol in which the sender communicates with the mail receiver by issuing commands and receiving a response code.
The SMTP error 451 is displayed in the following format:
‘451 Requested action aborted: local error in processing’
This error message indicates that the program cannot send more messages and the server has hit the limit. This is because some mail servers have limits. The sever stops the task of sending and receiving emails when this limit is achieved.
Solution
Error Causes
The causes of error 451 include:
Server limit reached
Email rejection due to a remote anti-spam filter
Request denied by the server
Viral infection
If you heavily rely on email communication with your business partners and colleagues, then it is advisable to immediately resolve this issue without any delays.
Though this error is not fatal, you should repair it right away to avoid inconvenience. SMTP error code 451 can hamper your ability to communicate via email.
Further Information and Manual Repair
Here are some of the best, easy, and effective DIY methods that you can try to repair error code 451 on your PC.
Method 1
To fix this error, simply follow these steps:
login to Linux SSH
Open the file /etc/localdomains
Nano/etc/localdomains and then add the domain name that is triggering email sending error
Now reboot your PC
This will hopefully resolve the issue. Nonetheless, if the error code still persists, then try other methods given below.
Method 2 - Configure List Settings to change the server limit.
This can be done by accessing the List Settings then Outgoing Mail Server (SMTP) and then the Limit Feature. By accessing the limit feature, you can easily adjust the program to any limit of your choice. Configure the limit and save changes. Reboot PC to activate the changes made.
Method 3 - Scan and Remove Viruses.
This error code can also be triggered due to viral infection. If this is the cause, then simply download an anti-virus on your PC.
Scan the entire system and remove all detected malicious programs like Trojans, malware, adware, viruses, and spyware. This will repair the error 451 on your system.
Method 4
If the error still persists, then contact your SMTP provider to check the situation and resolve it. There is a possibility the error is generated from the SMTP provider’s end.
What is Windows ImageAcquisition High CPU & Disk usage? The Windows Image Acquisition is the driver model in charge of the communication between the graphics hardware and the operating system. There are times when it causes high disk and CPU usage in Windows 10 systems which results in slow performance of the computer. To fix this issue, read on as this post will help you in addressing the problem.
The cause of this problem might have something to do with the hardware or the drivers. And so if your computer becomes slow because of the Windows Image Acquisition process, here are some suggestions that might be of help. You can try to restart the Windows Image Acquisition service, run a System File Checker Scan, disconnect & reconnect imaging hardware as well as update and reinstall the drivers and updating the graphics drivers.
For a complete set of instructions, follow the given options below.
Option 1 – Try restarting the Windows Image Acquisition Service
Tap the Win + R keys to open the Run dialog box.
Then type “services.msc” in the field and hit Enter to open the Windows Services Manager.
From there, look for the Windows Image Acquisition Service and check on its service Status.
If the Service Status is blank, right-click on it and select Start. And if the service Status is Running right-click on it and select Restart. After that, check if your computer’s performance is now back to normal.
Option 2 – Try running a System File Checker scan
As you know, running a System File Checker scan can help in replacing missing files as well as repair the corrupted ones which might be the reason behind the problem.
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:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Restart your computer after the scan is completed.
Option 3 – Try disconnecting and reconnecting the imaging hardware and then update and reinstall its drivers
It could be that the hardware that calls for the Windows Image Acquisition service has some issues which are why disconnecting and reconnecting the imaging hardware like scanners, printers, cameras can help in fixing the problem. In addition, you can also boot your computer in a Clean Boot State so that you can find the problematic hardware by hit and trial method. Refer to the steps below to do so:
Log onto your PC as an administrator.
Type in MSConfig in the Start Search to open the System Configuration utility.
From there, go to the General tab and click “Selective startup”.
Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
Next, click the Services tab and select the “Hide All Microsoft Services” check box.
Click Disable all.
Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
Option 4 – Try updating the Graphics drivers
First, boot your computer into Safe Mode.
After that, tap the Win + R keys to launch Run.
Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
Now restart your computer.
After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: You also have the option to go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.
On April 7th Microsoft has released Windows build 21354 for their flagship OS and updates are rolling. Alongside the new update builds Microsoft has decided to create and release Windows 21354 build as an installable ISO image for anyone who wishes to do a clean installation of Windows without the need to update it after the installation.
We have not seen this move by Microsoft in a long time and honestly, we are welcoming it, it is always great to have updated ISO Windows build than to install the old version and sit through an hour or more of updates.
If you are interested in getting this ISO image and you are part of the insider program you can download it from here.
If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.