Logo

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.

Do You Need Help with Your Device?

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

Share this article:

You might also like

How to Fix Can’t start your Camera, 0xa00f429f
If you are using the Camera app on your Windows 10 computer but encountered an error code 0xa00f429f with an error message that says, “Can’t start your camera”, read on as this post will guide you in fixing this problem. This kind of error in the Camera app could be due to a recent update gone wrong or it could also be due to a corrupted driver. If you are certain that the camera is connected and is properly installed, you can try to check for updated drivers. The error code signifies that the drivers have to be updated. However, that isn’t always the case sometimes as the problem could also have something to do with corruption in the driver. The effective ways to troubleshoot this problem would be trying to reinstall or reset the Windows Camera app, or update, rollback or uninstall some device drivers as well as use the Registry Editor. Before you proceed with the instructions provided below, make sure that you have admin privileges and don’t forget to create a System Restore point.

Option 1 – Try to reset or reinstall the Windows Camera app

As pointed out earlier, you can also reset the Camera app to fix the error. To do so, follow the steps below.
  • The first thing you have to do is go to the My Pictures folder under the C: drive of the File Explorer and then delete the Camera Roll folder.
  • Once you’re done, right-click on an empty area on your screen and create a new folder and name it “Camera Roll”.
  • Then from the Start menu open the Settings app and select System.
  • From there, navigate to the Apps and features section.
  • Now go to Camera and click on the Advanced Options and click the Reset button.

Option 2 – Try to reinstall the Camera app

If resetting the Camera app didn’t help, you might want to reinstall it by following these steps:
  • Tap the Win + X keys and select the “Windows PowerShell (Admin)” option from the menu to open Windows PowerShell as admin.
  • Next, type this command to uninstall the Camera app: Get-AppxPackage *camera* | Remove-AppxPackage
  • Once done, exit the Windows PowerShell and restart your computer and then try to install the latest version of the Camera app from Microsoft Store.

Option 3 – Try to rollback, update or disable drivers

The next thing you can do to fix the error code 0xa00f429f in the Camera app is to roll back, or update, or disable device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • After opening the Device Manager, look for the device drivers which have a yellow exclamation mark.
  • Then right-click on each one of them. If you haven’t updated this driver in a while, select the “Update Driver” option. On the other hand, if you’ve just updated this driver, then select the Uninstall Device option.
  • Next, follow the screen option to update or uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically if you have chosen to uninstall them.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 4 – Try to use the Registry Editor

  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then hit Enter to open the Registry Editor.
  • Next, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindows Media FoundationPlatform
  • From there, right-click on any empty space on the right side part of the window and select New > DWORD (32-bit) Value.
  • Then name it as “EnableFrameServerMode” and double click on it.
  • Now set its value data to “0” and its base value as Hexadecimal and then click on OK.
  • After that, restart your computer and see if it helped in fixing the problem or not.
Read More
Fix UNEXPECTED STORE EXCEPTION in Windows 10
Blue Screen of Death or Stop errors are definitely one of the most difficult issues to face in your Windows computer. One of them is the UNEXPECTED STORE EXCEPTION BSOD error. When you encounter this Stop error on your Windows 10 computer, this means that the store component has caught an unexpected exception. There are many potential causes for this error, but we’ve narrowed it down to a few specific causes – for one, this error could be caused by your antivirus program installed on your computer, two, it could also be caused by outdated hardware drivers on your computer, it could also be an error in the file system as well as some issue with the lock screen app, or even output to an unexpected port. Whichever the cause may be, you can use a couple of fixes laid out below. Make sure to carefully follow them.

Option 1 – Try to update your Display driver

  • 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.

Option 2 – Run both the System File Checker scan and DISM tool

If the problem is caused by corrupted system files, then you can use both the System File Checker and the DISM tool. To use them, follow the instructions below.
  • Tap the Win + X keys or right-click on the Start button and click the “Command Prompt (Admin)” option. Alternatively, you can also search for “cmd” in the Cortana search box and right-click on Command Prompt from the search results, and select the “Run as administrator” option.
  • After that, if a User Account Control prompt pops up, click on Yes to proceed.
  • Once the Command Prompt window is pulled up, type the following command and hit Enter:
DISM.exe /Online /Cleanup-image /Restorehealth
  • Wait for the process to be completed. Once it’s done, type the following command and hit Enter:
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.
Note: You should see the “Windows Resource Protection found corrupt files and successfully repaired them. Details are included in the CBS.Log %WinDir%LogsCBSCBS.log” message on your screen. On the other hand, if you see the “Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log %WinDir%LogsCBSCBS.log” message instead, then you should run the following command in Command Prompt:
findstr /c:"[SR]" %windir%LogsCBSCBS.log >"%userprofile%Desktopsfclogs.txt"
The command you entered will open up the logs on your Desktop where you can look for files that are causing the error on your computer manually.

Option 3 – Disable Fast Start-up

If you want your computer to boot faster, then you might have enabled Fast Start-up. This feature is ideal for computers that are using a hard disk drive. However, turning on this feature also means that when the computer boots, it might lag some drivers that are loaded when it initially boots up. Thus, it might be the potential cause of the UNEXPECTED STORE EXCEPTION BSOD error. Thus, you need to disable Fast Start-up. To do that, follow these steps:
  • Boot your PC into Safe Mode.
  • Then tap the Win + R keys to open the Run dialog box.
  • Next, type in “control” to open Control Panel.
  • After that, select Hardware and Sound and click on Power Options.
  • Select “Choose what the power buttons do” from the left side menu pane and click on Change settings that are currently unavailable.
  • Afterward, uncheck the “Turn on fast startup (Recommended)” entry and click on Save Changes.
  • Now restart your PC for the changes to take effect and then check if the problem’s fixed afterward.

Option 4 – Try to run the Chkdsk utility

You can also run the Chkdsk utility to resolve the UNEXPECTED STORE EXCEPTION 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 Bttray.exe Application Error

Bttray.exe Application – What is it?

Bttray.exe is basically a Bluetooth Tray Application. Bluetooth Tray Application is developed by WIDCOMM. It provides a system tray icon that allows users to see the status of their Bluetooth connections at a glance. It allows you to easily access the configuration and settings for the Bluetooth products enabling you to change the configuration of the Bluetooth devices. The bttray.exe application error may pop up on your computer screen due to some issue with the Bluetooth software. The process fails to initialize and therefore stops working. Bttray.exe application error code is  displayed in the following format:
  • “BTTray.exe can’t initialize (0xc0150004).”
  • “BTTray.exe – System Error”
Though this is not a fatal or critical computer error it is advisable to resolve it otherwise it will hamper your access to Bluetooth software and cause you a great deal of inconvenience.

Solution

Restoro box imageError Causes

Bttray.exe application error code may be triggered due to one of the reasons stated below:
  • Bttray.exe application is damaged
  • Bttray.exe is accidentally removed from your PC
  • The Bluetooth software or driver becomes problematic.
  • Some modules that run by the process are corrupt
  • Malware infection
  • Invalid registry entries

Further Information and Manual Repair

If you experience a bttray.exe application error code on your system, it is recommended to fix it right away. To resolve this error you don’t have to be a computer programmer or a technical whiz or have to hire a professional and spend hundreds of dollars in repair. It is easy to fix, simply follow the manual methods given below:

Method 1- Reinstall Bluetooth Software

If the Bluetooth Software is damaged or outdated, the bttray.exe will also not work. If this is the cause of the error code, then simply reinstall Bluetooth software on your system. To do this, first, uninstall the current software and then download the latest version of the Bluetooth Software on your PC. To uninstall click start, go to the control panel, and then programs. Now select Bluetooth software and click uninstall to remove it. After that, install the latest version and update it. To activate changes

Method 2: Scan for Malware

Sometimes the bttray.exe application error code may pop up due to malware and viral infection. To fix it, download a powerful antivirus. Scan and remove malware to resolve.

Method 3: Clean Registry

The registry basically saves all the activities being performed on the PC including junk and obsolete files. If the registry is not clean frequently, unnecessary files like cookies, junk files, temporary files, and internet history can take up a lot of space and cause the registry to damage. Due to this error code like the bttray.exe application can also pop up. To resolve, clean the registry. You can do it manually but that may be difficult and time-consuming if you are not a computer programmer. However, a good alternative would be to download Restoro. This is a user-friendly and next-generation PC Fixer deployed with multiple utilities like a registry cleaner and an antivirus. Simply run it to remove viruses and clean the registry. Click here to download Restoro and resolve the bttray.exe application error now!
Read More
0x8019019a when setting up Yahoo Mail
The error code 0X8019019A is shown when a user fails to add his Yahoo account to the Mail app due to the outdated or corrupt installation of the Mail app. Not using an App-specific but a normal Yahoo account password may also result in the error at hand. In this guide, we will show you how to effectively fix this error so you can set up Yahoo mail.
  1. Reboot PC

    Perform a restart of your system to rule out a temporary glitch in the system. Also, check if you can successfully access your email through a web browser using the same credentials as you are using with the Mail app. Additionally, make sure that no VPN or proxy server is being used to access the internet (VPN/proxy may work fine with the web version of Yahoo mail but may hinder the access through a mail client).
  2. Update Windows and the Mail App to the Latest Build

    If your system is not updated to the latest build it can create incompatibility between the OS modules. Updating the Windows and Mail app of your system to the latest build may solve the problem.
  3. Re-add the Yahoo Account to the Mail App

    The Yahoo account issue could be a result of a temporary glitch in the communication modules of the system. The glitch may get cleared if you remove and then re-add the Yahoo account to the Mail app.
  4. Reset the Mail App to the Defaults

    You may fail to add the Yahoo account to the Mail app if the installation of Mail itself is corrupt. In this scenario, resetting the Mail app to the defaults may solve the problem.
  5. Generate an App Password and Use it to Add the Yahoo Account to the Mail App

    Yahoo has implemented tons of security features to its accounts. One such feature is the use of app-specific passwords for less secure apps like the Mail app. If your Yahoo username or password is not working with the Mail app, then using the App-specific password may solve the problem.
Read More
How to Fix Run Time Error 429

Runtime Error 429 - What is it?

Error 429 is a type of runtime error. It sometimes occurs when you use the new operator or the CreateObject function in Microsoft Visual Basics to create an instance of a Microsoft Office application. The error code is displayed on your computer screen in the following format:

Runtime Error ‘429’: Active X component Can’t Create Object

Solution

Restoro box imageError Causes

The runtime error code 429 is triggered for several reasons. These include:
  • Mistake in the application
  • Incorrect system configuration
  • Missing ActiveX components in the application
  • Damaged Active X and class application components
  • DLL required by the application is damaged
  • Active X object was not registered properly
  • Corrupted applications
  • Corrupted Windows registry
  • Class ID issues
The runtime error code 429 not only causes you inconvenience as it hampers your ability to access programs but delays in repairing this error code can lead to serious PC damages such as system freezes, crashes, and failures.

Further Information and Manual Repair

To resolve the runtime error 429 on your PC, try the following recommended solutions:

1. Re-register the Application Causing the Error

Identify the Office application causing the error and re-register it. For instance, if Office Excel is the prime cause of the error message pop up, simply re-register it. Click on the start menu and then run. Then type this in “: C:/Program Files/Microsoft Office/Office/Excel.exe /regserver” and press OK. This will hopefully resolve the issue.

2. Go to The Microsoft Windows Script Update Page and Download Microsoft Updated Installation File

This will also assist you in repairing runtime error 429. Simply follow the installation wizard and update your MS Office Applications. The corrupted files and missing components in them would be easily corrected by the update file. However, if this doesn’t work, then this means that the cause is more crucial than you think. It is either related to damaged Active X objects or a corrupted Windows registry.

3. Repair the Active X objects and the Registry

To repair both the registry and the Active X objects in one go, it is advisable to download Restoro. This is an advanced, next-generation, highly and multi-functional PC repair tool. It is deployed with powerful and numerous utilities like a registry cleaner, Active X and class scanner, privacy error detector, and system stability module. The registry cleaner embedded in this repair tool enables you to wipe out obsolete, unnecessary, malicious, and invalid files and registry entries saved in the registry. It frees up your disk space, repairs damaged DLL files and the registry thus resolving the runtime error 429 on your system. The Active X object and Class feature identifies and scans Active X issues on your PC and resolves them right away. Besides this, with this error tool, you can also scan for viruses and also improve your PC performance.

Why Total System Care?

Total System Care is a one-stop solution to resolve all kinds of PC-related issues including the runtime error 429. To run it on your system, you don’t have to be a computer programmer. It is very easy to operate. It has easy navigation and a user-friendly interface. There is nothing complex about it. It is safe and efficient. It resolves all PC issues in a few seconds. You can run it in the background while performing other tasks on your system. Furthermore, it is compatible with all Windows versions. Click here to download Total System Care and resolve the Runtime Error 429 on your system today.
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
Fix Rstrui.exe error in Windows 10

Fix Rstrui.exe error in Windows 10

Rstrui.exe is a service assigned to controlling system restore, it is considered an essential part of the Windows system and without it working you will not be able to perform a system restore operation. Without system restore working you will not be able to "rewind" Windows into a working state if needed which can create in itself many new complications. Luckily we have working solutions for this specific problem, so get ready, and let's start.

SFC scan

Sfc scan is a built-in Windows tool that scans and repairs system corrupted and missing files. To run it open up the command prompt in administrator mode and type in it: SFC /SCANNOW then, let the whole process finish, do not interrupt it, and reboot after it is done.

DISM scan

Similar to SFC scan, DISM is also a built-in tool for fixing files linked to Windows essential working. Start a command prompt in administrator mode and type in: DISM /Online /Cleanup-Image /RestoreHealth Again let the process completely finish and then reboot your system.

Scan for viruses and other malware

Viruses and other malware can seriously damage the system and with it rstrui.exe along with it. Scan your system with Windows defender or even better with some other dedicated security suite to eliminate malicious threats if they exist.

Update Windows

Keeping Windows updated can bring you more good than harm, it is very advisable to keep it up to date all the time so all security leaks and bugs are repaired and that you have your OS in top-notch working order. Updating can also fix corrupted system files or replace them with newer versions so if your Windows is not updated go to update central and do it. Congratulations, you have just Fixed the Rstrui.exe error in Windows 10 all by yourself. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily. Your Rstrui.exe error in Windows 10 should have been fixed now.
Read More
artstation learning is now free forever
Great news everyone!!! Artstation, a popular learning platform for artists has been acquired by EPIC and their first move was to make artstation learning material free for all registered and non-registered users forever. This move by EPIC is a great but also logical one as well. How the industry is in demand for good artists, providing them with free education will hopefully produce some good talent. artstation learningSo if you ever wanted to learn about photoshop, maya, substance, unreal engine, or some general skills like sketching, drawing, etc. Now is the perfect time to level up your skills. Drop to the artstation website and start learning today!
Read More
Domain Users Sign in using Biometrics
The use of Biometrics is supported by Windows 10. Aside from that, it also supports PIN, password, picture password on all computers and if your computer has the proper hardware, Windows 10 also supports facial scanning, iris scanning, and even fingerprint scanning. You can see all these exciting features inside Settings > Accounts > Sign In Options. On the other hand, you can’t really expect to make use of all the above-mentioned features since it depends if the hardware is available to support them. One of the most interesting features is the use of Biometrics which is really useful in workplaces and so this post will show you how you can enable or disable the Domain Users Sign In on Windows 10 using Biometrics via Registry Editor or Group Policy Editor. But before you go on, you need to create a System Restore Point first since the modifications you’re about to do might affect the functioning of your computer. So in case something went wrong, you can always undo the changes you’ve made.

Option 1 – via Registry Editor

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to the following registry path:
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftBiometricsCredential Provider
  • From there, right-click on the right-side panel and click on New > DWORD (32-bit) Value.
  • And then set the name of the newly created DWORD as “Domain Accounts”.
  • Afterward, click on “Domain Accounts” and set its value to “1”. This will allow the domain users to sign in to Windows 10 using Biometrics. While the value of 0 will disable the domain users sign in to Windows 10 using Biometrics.
  • Exit the Registry Editor and restart your computer for the changes to take effect.

Option 2 – via Group Policy Editor

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
  • After that, navigate to the following setting:
Computer Configuration > Administrative Templates > Windows Components > Biometrics
  • Then double click on the following entries located on the right-side panel and set the radio button to Enabled on all of them.
    • Allow the use of Biometrics.
    • Allow users to log on using Biometrics.
    • Allow domain users to log on using biometrics.
  • Now exit the Group Policy Editor and restart your computer to apply the changes made properly.
Read More
How to Fix Hal.dll Error Code

Hal.dll Error - What is it?

Hal.dll error is a type of dynamic link library error that is common in Windows. Hal.dll is the critical file in all Windows installations and the error occurs when this file cannot be correctly loaded. Hal is the abbreviation for ‘Hardware Abstraction Layer’. Communication between Windows and different PC hardware is facilitated with this file. The error causes inconvenience and hampers your ability to use the hardware. The error message is displayed in either one of the following formats:
  • "Windows could not start because the following file is missing or corrupt: C:Windowssystem32hal.dll. Please re-install a copy of the above file."
  • "Cannot find WindowsSystem32hal.dll"
  • "C:WindowsSystem32Hal.dll missing or corrupt: Please re-install a copy of the above file."

Solution

Restoro box imageError Causes

Hal.dll error occurs due to multiple reasons. These include:
  • BIOS are not configured properly
  • Damaged hard drive
  • Hal.dll file is missing, damaged, or corrupt
  • Viral Infection

Further Information and Manual Repair

To fix and resolve the Hal.dll error code on your system, you don’t always have to hire a professional technician for the job. Though Hal.dll error is critical but easy to resolve, here are some solutions that you can try to fix it right away even if you don’t have any technical expertise.

1) Restart Your PC

Sometimes this can be a temporary error, so try restarting your PC. If the error is resolved then that’s great. However, if it still persists, then try other solutions.

2) Change the Boot Order

The underlying cause for the Hal.dll error is often not properly configured BIOS; if this is the cause, simply change the boot order of the bootable devices like your hard drive. The BIOS setup utility is used to change boot order settings. This can be done by restarting your PC. Once you restart, press F2 to enter the setup. Now go to SATA operation and change RAID AHCI to RAID ATA. Save changes and then exit. By doing so, you will be able to re-configure the BIOS and resolve the error.

3) Use BOOTMGR

Another way to resolve is to update the volume boot code to use BOOTMGR. To do this, access advanced startup options, open the command prompt and type bootsect command and then press Enter. Run the command and then you’ll get the following message: C: (\?Volume{37a450c8-2331-11e0-9019-806e6f6e6963}) Successfully updated NTFS filesystem bootcode. Bootcode was successfully updated on all targeted volumes. After that close the command prompt. This is most likely to resolve the error.

4) Repair Registry With Restoro.

In case the error is still not fixed, then this means that the problem is bigger than you thought. It may be due to hard drive failure, viral infection, or sometimes because of hal.dll file corruption. In the event of these error causes, it is recommended to download Restoro. Restoro is an advanced, next-generation, and multi-functional PC repair tool embedded with numerous utilities like a registry cleaner, an antivirus, and a system optimizer. The registry cleaner utility:
  • Scans for all registry issues
  • Wipes out the unnecessary files saved in the hard drive like the junk files, cookies, internet history, and temporary files
  • Cleans the disk
  • Repairs damaged and corrupt files
  • Restores the registry
The antivirus utility scans and removes all malicious software from your PC including viruses, Trojans, malware, adware, and spyware. Simultaneously, it also boosts the speed of your system. It is safe and efficient PC repair software. It has simple navigation and a user-friendly interface. Whether you are using Windows 7, 8 or Vista, it is compatible with all. It can also be used on Windows XP. Click here to download Restoro and resolve the Hal.dll error today!
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