Logo

Bluetooth A2dp Source not working Code 52

A number of users have recently reported that they were going through an issue with their Bluetooth devices on their Windows 10 computers. This issue involves an error saying,

“Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code 52).”

If you are one of the users who encountered this kind of error on your Windows 10 computer, read on as this post will guide you on how you can fix this Bluetooth error. According to security experts, the key to fixing this error is to sign the Bluetooth A2DP files with the built-in tool, System File Checker. Apart from that, you could also run the Hardware and Devices troubleshooter or perform System Restore, as well as update or reinstall the concerned drivers. For more details, refer to each one of the options provided below.

Option 1 – Try to check Bluetooth-related services

In Services, there is a Bluetooth-related service that helps users use Bluetooth so if that particular service suddenly malfunctions for some reason, you will most likely get the “Windows was unable to connect with your Bluetooth network device” error message. That’s why you need to check Services and to do that, refer to these steps:

  • Tap Win + R keys to open Run prompt and type in “services.msc” then tap Enter to open Services.
  • Next, look for the Bluetooth Support Service and double click on it to open Properties.
  • From there, verify if the Service status is showing “Running” or “Stopped”. If it’s the latter, you have to click the Start button.
  • Lastly, check if the Startup type is set to Manual.

Option 2 – Try running System File Checker or SFC scan

You could also run System File Checker or SFC scan to fix the Bluetooth error. It 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. To run the SFC command, follow the steps given below.

  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow

The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:

  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Reboot your PC.

Option 3 – Try to perform System Restore

You might also want to perform System Restore as the error might be caused by system modifications. Thus, to undo them, you can use System Restore. Run it using these steps:

  • First, 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 4 – Try running the Hardware and Devices Troubleshooter

The next thing you can do to fix the problem is to run the Hardware and Devices troubleshooter. Although it won’t make much of a difference, there’s still a possibility that it could automatically fix the Bluetooth error. To use it, refer to these steps:

  • The first thing you need to do is click on Start and then on the gear-like icon to pull up the window for Settings.
  • After opening Settings, look for the Update and Security option and select it.
  • From there, go to the Troubleshoot option located on the left-hand side of the list.
  • Next, select Hardware and Devices from the list and open the Troubleshooter and run it. Once it is doing its job, wait for it to complete the process and then restart the system.
  • After the system restarts, check if the problem’s now fixed. If not, refer to the next option given below.

Option 5 – Try to reinstall or update the Bluetooth driver

The issue might have something to do with the Bluetooth drivers. It could be that it is outdated and needs to be updated or that you recently updated it and since then you have trouble removing the Bluetooth devices and so to fix the issue, you can update, roll back or uninstall the Bluetooth drivers. How? Follow the steps below.

  • Tap the Win + X keys to open the Device Manager.
  • Next, look for the Bluetooth device and right-click on it.
  • Select the option “Update driver”.
  • After that, a new popup window will appear. In there, select the option, “Search automatically for updated driver software”.

Note: Checking the update may take a few minutes so you’ll have to wait until it finishes. If it is able to find an update, you must install it. And if you want to reinstall the Bluetooth driver, just select the “Uninstall driver” option and follow the next on-screen instructions that follow.

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

Stop the Hotspot from Turning off
As you know, Windows 10 is equipped with a Mobile Hotspot feature that allows users to share the existing internet connections to other devices over Wi-Fi. However, one of the downsides to this feature is that it does not stay on if there are no devices connected to it for over five minutes. In other words, if there are no devices connected to the mobile hotspot for five minutes, it will turn off automatically. Thus, if you want the mobile hotspot to stay turned on, then you’ve come to the right place as this post will walk you through how to stop the Mobile Hotspot from turning off in Windows 10. There are two scenarios tackled in this post wherein the Mobile Hotspot feature turns off automatically and where the hotspot disables when there is no internet connection. To remedy these scenarios, you can try turning off the power saving feature or use a PowerShell command to change the “PeerlessTimeoutEnabled” settings or increase the Mobile Hotspot idle timeout settings. You could also increase the timeout period when a cellular connection is not available or disable the Wi-Fi and network adapter power management options. For detailed instructions, refer to each one of the given options below.

Option 1 – Try turning off the power saving feature

The first solution you can check out is to turn off the power-saving feature. To do so, follow these steps:
  • Open the Settings app and go to Network & Internet and from there, click on the Mobile Hotspot option.
  • Next, toggle the “Share my Internet connection with other devices” option.
  • After that, toggle the “When no devices are connected, automatically turn off mobile hotspot” option.

Option 2 – Execute a command in PowerShell

The next option you can try to keep the mobile hotspot turned on is through a command in PowerShell. To get started, follow these steps:
  • Tap the Win + X keys and select the “Windows PowerShell (Admin)” option.
  • Next, execute the following command to make sure that the Mobile Hotspot stays on even when no devices are connected to it:
powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,net stop "icssvc" & REG ADD "HKLMSYSTEMCurrentControlSetServicesicssvcSettings" /V PeerlessTimeoutEnabled /T REG_DWORD /D 0 /F & net start "icssvc"' -Verb runAs"
  • After the command is executed, here is what the script is doing in the background:
    • It stops the Mobile Hotspot service (icssvc).
    • It navigates to this registry path (HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesicssvcSettings) and creates a DWORD key named “PeerlessTimeoutEnabled” which has a value of 0.
  • It then restarts the Mobile Hotspot Service (icssvc).

Option 3 – Try increasing the Mobile Hotspot idle timeout settings

Another option you can try is to increase the idle timeout settings of the mobile hotspot. In case you don’t know, the default timeout when there’s no active connection is about five minutes. So if you don’t want to keep it on always but want to keep it on longer than five minutes, then this option is for you. All you have to do is change the same key (PeerlessTimeout) as mentioned above, at a different location. In fact, you can change it to a maximum of 120 minutes. To give this a try, follow these steps:
  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKLMSystemControlSet001ServicesICSSVCSettingsPeerlessTimeout
  • From there, change its value to anywhere between 1 up to 120.
  • Once done, exit the Registry Editor and restart your computer.

Option 4 – Try increasing the timeout period when a cellular connection is not available

There are many times when you want to connect devices so it becomes part of the network. And as pointed out, the Mobile Hotspot turns off automatically when there is no internet or mobile data but when you use a registry setting, you can change any value between 1 and 60 inclusive.
  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKLMSystemControlSet001ServicesICSSVCSettingsPublicConnectionTimeout
  • From there, set the value of the “Timeout” key between 1 and 60.
  • After that, close the Registry Editor and restart your PC.

Option 5 – Try to disable the Wi-Fi and Network adapter in Power Management options

As you know, the Wi-Fi adapter and the network devices have properties that will turn off when on battery and when it’s not used for a long time so you can try to disable these options.
  • Tap the Win + X + M keys to open the Device Manager.
  • Next, expand the list of Network devices and select the Wi-Fi adapter.
  • After that, go to the Power Management tab and make sure that anything related to power saving should be turned off. This will ensure that none of the network devices will turn off the Mobile Hotspot or trigger anything that will do that.
Read More
A Quick Guide to Fixing Files.exe Error

Files.exe Error - What is it?

To understand what Files.exe Error code is, it is first important for you to know what EXE stands for, and EXE files function. EXE is the abbreviation for Executable. It is a file extension for an executable file format. This file contains a program that is a particular file type capable of being executed or run as a program. The Windows Operating System contains literally thousands of executable files. Every program that you have installed on your PC runs because the .exe application files execute the tasks. Files.exe are also used by websites that are not entirely static to display properly. There are thousands and thousands of exe files on your PC that are supported by millions of Dynamic Link Library (DLL) files. It is advisable to run executable files from publishers you trust because these files can potentially change your computer settings and harm your PC. The files Exe error code occurs when you are unable to open and run executable files. The error message is often displayed in either of the following formats:
  • ‘Access Deny’, ‘Runtime error ‘
  • Windows cannot find FileName.exe
  • Windows cannot find FileName.exe. This program is needed for opening files of type "ProgramName".
  • Windows cannot find ProgramName. Make sure you typed the name correctly

Solution

Restoro box imageError Causes

The files Exe error code can be triggered due to multiple causes:
  • Corrupt registry
  • Viral infection- This changes the default configuration for running exe files
  • Missing files
  • Invalid registry entries
If this error occurs on your PC, it is advisable to fix it immediately to ensure your desired programs run smoothly. Also, if not fixed timely it can lead to serious PC damages like system failure, registry corruption and also put you at risk of privacy errors if the cause of this error is viral infection and spyware.

Further Information and Manual Repair

To resolve the files.exe error on your PC, try the solutions given below:

Clean and Restore the Registry Manually

If the files.exe error occurs on your system due to registry corruption, then to resolve it you need to clean it and restore it back. You can do this manually and automatically. The manual way is slightly time-consuming and tricky. If you are not a computer programmer and don’t have sound technical expertise, then you may find the manual procedure of cleaning the registry complex. However, we’ll be discussing both methods one by one. The registry is the main database of the PC. It saves all the files on your system including both important and unnecessary files and obsolete files like bad keys, invalid registry entries, temporary files, cookies, internet history, and junk files. It is important to delete these files from the registry because they take up a lot of disk space and also damage and corrupt the registry. And when this happens, you start experiencing file.exe errors. To clean and repair the registry manually, here’s what you should do:- First, go to the start menu and then click run.
  • Now type ‘command.com’ and press enter.
  • After this, type the following commands: “cd” press enter then “cd windows” press enter.
  • Type copy ‘regedit.exe regedit.com” and press enter again.
  • After that type ‘start regedit.com” and press enter. Now navigate to and select the key: HKEY_CLASSES_ROOTexefileshellopencommand.
  • Once you select the key, in the right pane double click the default value.
  • Delete the current value data and simply insert “%1”%*.
  • Close the Regedit (registry editor) utility. Now try running your desired program; it is most likely to resolve the error if it occurred due to registry corruption.

Clean & Restore Registry Automatically with Restoro

To clean and restore the registry automatically in seconds, run a deep Registry system scan using Restoro. This is a powerful registry cleaner deployed with intuitive algorithms that scan for all types of registry issues on the system. It wipes out all the unnecessary files in seconds, clearing up the cluttered disk, and also simultaneously repairs and restores the registry. In just a few simple clicks the error is resolved.

Run an Antivirus

If the files.exe error code is triggered by viral infection and spyware, then to resolve it install and run an antivirus. However, once you install an antivirus, your PC speed may slow down dramatically. This is often compromise users have to make to keep viral infection and malware away from their systems. But you don’t have to make this compromise if you download Restoro. This tool is more than just a powerful registry cleaner. It is embedded with multiple utilities that help remove practically all types of PC-related issues. These utilities include antivirus and a system optimizer. The antivirus utility scans and removes all malicious software on your system and while the system optimizer module boosts your system’s speed. Total System Care is safe, multi-functional, and efficient software. It is compatible with all Windows versions. To resolve files.exe error on your PC, click here to download Restoro NOW!
Read More
Fix Netwtw04.sys BSOD Error in Windows 10
Blue Screen of Death errors or Stop errors are indications that something’s wrong with your computer. So when you encounter one, you must find out what the root cause of the problem is before it gets out of hand. One of the BSOD errors you might encounter on your Windows 10 computer is the “DRIVER IRQL NOT LESS OR EQUAL or SYSTEM THREAD EXCEPTION NOT HANDLED, Netwtw04.sys failed” error. As you know, system files or .sys files are some of the essential parts of the Windows operating system. It is a repository of system driver settings used by the Windows operating system in order to communicate with the connected hardware and devices. They are essential for the normal functioning of the operating system. A lot of Windows 10 users are facing this particular Blue Screen of Death error whenever they open an app or disconnect external devices from the system. The Netwtw04.sys file is a part of the Intel PROSet/Wireless Wi-Fi software. And so when you might encounter two kinds of Stop errors for the Netwtw04.sys driver file such as:
  1. “DRIVER_IRQL_NOT_LESS_OR_EQUAL What failed: Netwtw04.sys.” – This kind of error message signifies that a kernel-mode driver tried to access pageable memory at a process IRQL that was too high.
  2. “SYSTEM_THREAD_EXCEPTION_NOT_HANDLED What failed: Netwtw04.sys” – This error message indicates that the root cause of the error might be incompatible drivers with the operating system. In general, the root cause of the Netwtw04.sys BSOD error might be due to several reasons such as corrupted files, incorrect device driver configuration, malicious programs, outdated drivers, bad drivers, corrupted Windows Registry as well as some damaged or corrupted system files.
Whichever of the two error messages you got, you can try the troubleshooting options given below to fix the “DRIVER IRQL NOT LESS OR EQUAL or SYSTEM THREAD EXCEPTION NOT HANDLED, Netwtw04.sys failed” BSOD error.

Option 1 – Try to rollback your Network driver

If you have updated the driver software as of late and you suddenly got this BSOD error, you might have to roll back the device driver – in other words, switch back to the previous working version. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Next, select the driver entries that are labeled appropriately other than anything in the context of the WAN Miniport.
  • Then select each one of them and double-click to open a new mini window.
  • After that, make sure that you’re on the Driver tab and if you are not, just navigate to it then click the Roll Back Driver button to switch back to the previous version of your Network adapters.
  • Now restart your computer to successfully apply the changes made.

Option 2 – Try to update the Network drivers

If the present Network driver is giving you a headache that is the “DRIVER IRQL NOT LESS OR EQUAL or SYSTEM THREAD EXCEPTION NOT HANDLED, Netwtw04.sys failed” BSOD error, then you need to update the Network drivers. To do so, here’s what you have to do:
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and update them all.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If updating the network drivers didn’t help in fixing the problem, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.

Option 3 – Try running the System File Checker Scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing the Netwtw04.sys failed BSOD error. 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.

Option 4 – Run the DISM Tool

The DISM tool is another command-line tool in the Windows operating system that could help users fix various corrupted system files. To use it, follow these steps:
  • Open the Command Prompt as admin.
  • Then type in this command: DISM /Online /Cleanup-Image /RestoreHealth
  • The DISM command you entered will repair the corrupted system image. 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 CHKDSK Utility

Running the CHKDSK utility might also help you resolve the Netwtw04.sys failed BSOD error. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.
Read More
How to Fix Black Screen During Installation Windows 10

Black Screen During Installation - What Is It?

Many are upgrading their OS to Windows 10, however, it’s not always smooth sailing because users have been reportedly experiencing different bugs including Black Screen after a successful update.

One common issue in installing Windows 10 is the appearance of a black screen after installation. This usually occurs when the user restarts the computer. Initially, there will be a black screen only appearing on the monitor. There are also cases where a mouse cursor is present, while some cases have no cursor at all.

Not only that, it seemed that you’ve lost all your desktop icons when experiencing this bug.

Solution

Restoro box imageError Causes

Just like the other bugs experienced by Windows 10 users, booting to a black screen has reasons. Before you even try to look for the solution, you first have to determine the cause of the error, in this case, the error would be black screen when booting.

  • Error on external devices such as printer or mouse.
  • Having outdated display/video drivers that normally result in black screen when OS is updated.
If error messages are left unsolved, you may encounter other Windows 10 related issues such as error code 0xc0000142

Further Information and Manual Repair

Before you even think of upgrading your OS to Windows 10, you need to know that there are specific system requirements and specifications to be able to successfully update your operating system.

  • Minimum of 1 gigahertz (GHz) Processor
  • Either 1 (GB) (32-bit) or 2 GB (64-bit) Ram
  • You need at least 16 GB of free hard disk space
  • A Microsoft DirectX 9 graphics device or later with WDDM 1.0 driver graphics card
  • 800 x 600 display
  • A Microsoft account and Internet access.

There are more system requirements in order to use other certain Windows 10 features, but we’ll focus on solving your black screen problem in this article.

IMPORTANT NOTE: While it’s possible that you’ll be able to find the solution for your black screen during Windows 10 update, contacting the service of a professional technician or using an automated tool is advisable if you’re not confident in performing the methods to be discussed.

Method 1: Windows 10 DVD Boot

  1. Hit Repair your computer at the Install Now screen.
  2. Press Advanced Options
  3. When you’re in the Advanced Options find Troubleshoot and click it.
  4. Proceed to pressing Startup Repair
  5. Simply follow the instructions of the screen and check if that helps solve the black screen problem.

Method 2: Safe Mode from Windows 10 DVD Boot

  1. Go to Install Now screen
  2. Hit Repair your computer button
  3. Go to Advanced Options
  4. Click Safe Mode option

There’s a chance that you’ll get an error prompt saying, “installation cannot be completed in safe mode.” If this happens, simply press Shift + F10. This command will redirect you to the Command Prompt. You just open Device Manager by keying in devmgmt.msc then disable the display adapters, now check if you’ll be able to successfully boot in normal mode.

This process will normally allow you to complete the Windows 10 installation, if that’s the case you can just update the display adapter drivers from the manufacturer’s website. Restart your computer and see if this solves the problem.

Method 3: Driver Roll Back

  1. Hit Windows Key + X then press the Device Manager
  2. Expand the Display Adapters option
  3. Right-click the listed Display Adapter and press on properties
  4. Find the Driver Tab and click on it, then press Roll Back Driver

Do take note, however, that the Roll Back Driver option is not available if there was no previous version installed.

Method 4: Check External Devices

Since one common cause of black screen during a Windows 10 update is the external devices you use in your computer, you might want to consider these steps as well.

  1. Simply unplug all of the external devices you currently use
  2. Restart your computer
  3. If in case this solved your black screen problem, carefully plug back the devices one at a time to determine which of the device is the culprit.
  4. Update the drivers for the outdated hardware using a reliable third party tool.

Method 5: Fast Startup Disabled

Some Windows 10 users had success in solving their black screen problem by disabling the fast startup.

  1. Go to the Control Panel, find Power Options and press “Choose what the power button does,” which is located in the left pane of the panel.
  2. Hit the “Change settings that are currently unavailable.”
  3. Make sure to unmark the checkbox button saying, “Turn on fast startup.”
Read More
How to Resolve Error 80073712 in Windows 10

Error Code 80073712—What is it?

Error code 80073712 is one of the dozens of error codes affecting Windows 10 users. It occurs when users attempt to upgrade their operating system but experience a failure. The error code usually results from problems associated with missing or damaged files within Windows Update. Common symptoms of this error code include the following:

  • The inability of Windows Update to successfully complete the upgrade process
  • Message box highlighting the presence of error code

Solution

Restoro box imageError Causes

In the case of error code 80073712, the issues preventing Windows Update from completing the upgrade process are most likely due to problems with files within Windows Update. For instance, there may be corruption within the Component-Based Servicing (CBS) manifest.

Further Information and Manual Repair

Manual repair methods offer solutions to Microsoft users who are experiencing Windows error codes like the upgrade error code 80073712 in Windows 10. The manual repair methods in this article are not guaranteed to fix problems unrelated to this error code. Thus, be certain you are experiencing error code 80073712 before you attempt to implement the solutions provided below.

Method One: Run Windows Update Troubleshooter

Since issues related to Windows Update may be causing error code 80073712 to occur, one of the best solutions you can consider is to run the Windows Update Troubleshooter. This troubleshooter will be able to detect and fix corruptions within Windows Update files or any other issues directly related to Windows Update. To implement this manual repair method, follow the steps listed below:

  • Step one: Open your Internet browser
  • Step two: Type www.microsoft.com/downloads
  • Step three: Type Windows Update Troubleshooter in the search bar at the top-right corner of the Microsoft website.
  • Step four: Select Windows Update Troubleshooter then wait for the webpage to load.
  • Step five: Select Run troubleshooter

Once you run the troubleshooter, you should be able to verify and fix any errors within Windows Update files. Restart your machine after the troubleshooting process is complete them proceed by checking Windows Update to see if you are able to complete the upgrade. If Windows Update downloads the upgrade and the installation of the upgrade occurs, the problem has been resolved. Otherwise, error code 80073712 will reoccur, in which case you will need to move to manual repair method two.

Method Two: Run DISM Tool

Another option available to Windows users experiencing error code 80073712 is to download and run the Deployment Image Servicing and Management (DISM) tool. This tool checks for inconsistencies or corruptions that may be preventing Windows Update services from functioning correctly. To download and run the tool, follow the instructions below:

  • Step one: Type Command Prompt in the search box near the Start button
  • Step two: Right-click Command Prompt, then click Run as administrator, providing administrator password or confirmation where necessary.
  • Step three: Select Allow
  • Step four: Press Enter after typing the following command:
DISM.exe /Online /Cleanup-image /Restorehealth

Wait a few minutes to ensure that the process is complete. Once you’ve run the DISM tool, it will detect errors, for instance within registry data, and correct or replace them. Restart your machine after running this tool then check Windows Update. Attempt to download the upgrade to see if you have successfully resolved error code 80073712. If you experience an upgrade failure, move to the next manual repair method mentioned below.

Method Three: Perform a Clean Install of Windows 10

The issues related to error code 80073712 may also be resolved by performing a clean install of Windows 10. This manual repair method ensures that any previous versions of your Windows operating system are removed before you attempt to access an upgrade. This can prove effective as it helps users avoid issues that would otherwise cause error codes or poor PC performance in cases where errors are present on one’s system.

To successfully perform a clean installation of Windows 10, be prepared to follow step-by-step procedures that include the following:
  • Step one: Download and run media creation tool
  • Step two: Click Run, then select Create installation media for another PC
  • Step three: Select changes to the installation options, then select Next
  • Step four: Choose USB flash drive or ISO file, then click Next
  • Step five: Select drive, then Next
  • Step six: Select Finish, then restart your computer, ensuring that the media option you choose, whether USB flash drive or DVD, is in your machine before you choose to reboot.
  • Step seven: Press any key then follow the prompts provided to set up Windows 10.

Method Four: Download an Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 8 and other related issues when they do arise, download and install a powerful automated tool.

Read More
Turn off animations in Windows11

Windows 11 has come a long way from its infant stage. Today it is incredibly good and stable operating system that also looks good and modern. Unfortunately, fancy animations and good graphics come with a price, in this case, slower performance on some little older and weaker computers.

windows 11 animations

Animations itself which include also fading effects can sometimes feel slugging and laggy and have a general overall feeling of delay. For a more old-school instant experience, you can turn off animations.

In order to turn animations inside Windows 11 follow this simple guide:

First thing is to open Settings by pressing Windows + i key combination or you could open Start and in the search box type in Settings and then click on its icon.

Once inside settings on the left side find Accessibility and click on it to select it. Once it is selected on the right side choose Visual effects. Inside the visual effects section click on the switch next to Animation effects to OFF. You can also turn off transparency effects in this section if you wish if you have an older GPU in order to speed it up a little.

That is all you need to do, settings will be automatically saved and all animations will be turned off for a quicker and more responsive feeling when working inside W11

Read More
Check if your data has been stolen for free

Website breaches and stealing user data is nothing new in the world of the internet. Although a very unpleasant experience it still happens even on some high-quality websites. In this article, we will not focus on how can you not be the target of this kind of attack, because you really cannot. Weel you can kind of if you decide not to have your data on websites at all, but let's just say that is not something you are willing to do.

stolenSo, in this case, you have some social, forum, or gaming accounts but you heard that service has been breached and that your email or password might be stolen. Well in this case all you need to do is of course to login into the service and change your password. But, what happens if you are not aware at all that service has been compromised?

Mozilla foundation has asked themselves this same question it seems and they have decided to help us out. They have placed a free online service where you can just by typing in your email address find out if your email or data has been compromised in any way.

Go to https://monitor.firefox.com/ and check it out, if you find out that there is some website that you did not know was breached, change your password right away, and if you have used the same password for anything else (I hope not), change them as well.

Read More
Screensaver Timeout Settings
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”.
Read More
New toys in new PowerToys for Windows
A new update to popular Microsoft PowerToys has brought a few new features that are aimed at speeding up the workflow. PowerToysThe first new feature that was slid in is Always on top utility. With this cool utility, you can keep the window as the name suggests, always on top of other windows. To enable this cool feature all you have to do is press the key combination of ⊞ WINDOWS + CTRL + T and an active window will be now always on top of all other windows. To reverse and unlock this window from being always on top just press key combination again. A second new feature is a really great one and my favorite thing to happen in power toys. Often we are making the search in our browsers to find stuff, things, maybe some explanations, information, etc. The newest update in power toys brings this to a whole new dimension. While you are on PC you just simply need to type ?? followed by questions like: ?? When doctor strange 2 is coming out and that will launch your default browser with your chosen search engine and provide you with the answer. Third and final thing is G-code support in the file explorer preview pane and thumbnails, meaning that if you work with CNC equipment you can now have a thumbnail preview of the code itself inside File Explorer. And that’s it for now, thank you for coming and reading, Take care and I hope to see you next time.
Read More
Razer Iskur gaming chair for healthy gaming
Razer IskurIt seems that last few days we were riding some Razer bandwagon but rest assured that we are not sponsored by them in any way, truth is that simply they come up with some interesting accessories which I believe are worth covering. Gaming Chair itself comes in two colors, fully black and green black combination and it is not really an entry-level chair if we are talking about price. The chair itself is around 600USD depending on the distributor and considering that price range it is placed in more top cream of gaming chairs but it is worth every dime.

Iskur Specifications

Iskur is made of a steel frame with a reinforced plywood lumbar support frame for added weight tolerance. Frame and lumbar support are surrounded with memory foam and all of that is wrapped in cotton and polyester layer which is again wrapped in multi-layer synthetic leather making the chair very durable for long hours of daily use. The chair also comes with a memory foam head cushion which is detachable and removable if you do not wish to use it. On the Razer website among specifications, it stands that the chair is best suited for persons from 5’6” – 6’2” (170 – 190cm) height and up to 299lbs (136kg).

Features

The chair has, of course, height adjustment as any gaming chair and surprisingly it has great control for the armrest. The armrest can be adjusted in 4 different ways: up & down, left & right, forward & backward, and inward & outward. The backrest can be also tilted up to 26 degrees angle. All of these features are great and good but there is one more feature that really makes this chair stand out from rest and it is Lumbar support. Iskur has an adjustable lumbar support system on the lower part of the backrest. With your lumbar support secured, you can then make the necessary tweaks to optimize the rest of your posture using the Razer Iskur’s adjustable height, backrest, and armrests.

Conclusion

Razer Iskur is neither cheapest nor perhaps the best gaming chair you can buy, but it is a really good one. It is well manufactured and made to feel and look like a premium product that actually it is.
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