Logo

Automatically Turn Off Hotspot when idle

One of the useful features that came with Windows 10 is the Mobile Hotspot although there’s a downside to it – it drains your battery faster especially if your Windows 10 device is running on battery. Another one of its flaws in the implementation of this feature is that it stays activated even when the connection is idle. In other words, it is still activated even if no devices are connected to it. As a result, it consumes battery life and affects it. There are also instances when it affects the performance of the network connection. At the time of writing, Microsoft hasn’t done anything about this dilemma yet so in the meantime, you can continue reading this post to resolve this issue on your Windows 10 device.

You can remedy this Mobile Hotspot issue by running a command in Windows PowerShell. To get started, follow the given instructions below.

Turn off Mobile Hotspot Automatically:

Step 1: The first thing you have to do is to copy the following command:

powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,net stop "icssvc" & REG ADD "HKLMSYSTEMCurrentControlSetServicesicssvcSettings" /V PeerlessTimeoutEnabled /T REG_DWORD /D 1 /F & net start "icssvc"' -Verb runAs"

Step 2: After copying the command given above, open the Notepad app and paste the command you copied there and save it. And when saving it, select the “Save as” option and its File type as “All files”.

Step 3: After that, put “TurnOnTimer.bat” as the file’s name and save it on your Desktop.

Step 4: Once done, run the file you just created, and when a User Account Control or UAC prompt appears, just click on Yes.

Step 5: After you run the file, it will run a series of scripts in a command line which will turn off the Mobile Hotspot automatically when idle.

And that’s how you automatically turn off the Mobile Hotspot when your Windows 10 device is idle. On the other hand, if you want to undo the changes made, you can always do so using the steps provided below.

Turn on Mobile Hotspot:

Step 1: Copy and paste the following command in the Notepad app:

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"

Step 2: After copying and pasting the command, save it as “TurnOffTimer.bat” on the Desktop.

Step 3: Once done, run the file like what you did earlier and select Yes when a UAC prompt pops up. This will run a series of scripts on a command line which will revert the changes back to their default state.

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

USB Security key is not working on Windows
As you know, the USB security keys are a secure medium to validate a lot of components in a computer. They can be used to log in to Windows 10. Now with the advancement of APIs, you can authenticate across the website as well using the same key. However, there are times when it may not work and it could be caused by several factors. It could be due to corrupted or incompatible drivers or it could also be due to compromised integrity of the key, and many more. So if you happen to encounter an issue with the USB security key on your Windows 10 computer, then there are several potential fixes you can try. You can try toggling the Internet Options settings or reinstall the respective USB drivers. You could also try changing the PIN of the security key or disable the antivirus program on your computer or troubleshoot the web browser. Refer to the potential fixes provided below to fix the problem.

Option 1 – Try to toggle the settings of the Internet Options

  • In the Windows Search box, search for Internet Options to open it.
  • Next, go to the Security tab and drag the security slider to the lowest possible security for all the given zones.
  • After that, click on OK to save the changes made and close the Internet Options.
Note that this option is only a temporary measure as it can make your computer vulnerable. Make sure to press the Reset all zones to default level button.

Option 2 – Try to update or reinstall the respective drivers

If updating the drivers of the device did not fix the problem with the USB security key, you can try to update or reinstall the Universal Serial Bus Controller drivers instead of using the Device Manager. Refer to the following steps:
  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
Note: If it is a regular USB drive, then it will be listed as a USB Mass Storage Device but if you have a USB 3.0 device, then look for a USB 3.0 Extensible Host Controller.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
Note: If updating the USB Controller drivers didn’t work, you can try to reinstall them instead.

Option 3 – Try to change the PIN of the security key

If the first two options didn’t work, you can try changing the PIN of the security key. There are instances when the PIN for the security key might have been corrupted. Thus, resetting it can help you resolve the problem.

Option 4 – Temporarily disable Firewall and third-party antivirus

Firewall and antivirus programs are known to block the proper functioning of the USB security key. Thus, your antivirus or firewall programs might be the reason why you can’t download anything on your Windows 10 computer. To isolate the issue, you need to temporarily disable both the Firewall and antivirus programs and then check if you can now download anything from the internet. Do not forget to enable them again as disabling them can leave your computer vulnerable to cyber threats.

Option 5 – Try to troubleshoot the web browser

Troubleshooting your web browser can also help you fix the USB security key problem. You can do that by checking if your web browser supports the security key and you can do that by checking on the official website of your browser. You can also try to update your web browser to its latest version but if it didn’t help, you can try to reinstall it or switch to another web browser.
Read More
Fix Defender, The Threat Service has stopped
There are times when you see a message in Windows Defender saying, “The Threat Services has stopped, Restart it now” when you try to use it. This kind of error is usually fixed by simply clicking on the Restart now button. However, if the error still appears even after you restart your computer and you see another message that says, “Unexpected error, Sorry, we ran into a problem”, then continue reading as this post will guide you in resolving this issue in Windows Defender. Before you proceed with the given fixes below, you have to create a System Restore point first. This way, you can always undo any changes you’ve made in case something goes wrong.

Option 1 – Make sure that the Windows Defender Services are started

The Windows Defender Advanced Threat Protection service is the one that protects your computer from advanced threats by monitoring and reporting security events that happen on your computer. This is why you have to make sure that this, as well as other required services in Windows Defender, are set to their default values and are started. To do so, follow these steps:
  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “services.msc” in the field and hit Enter to open the Services Manager
  • After opening the Services Manager, look for the following services and make sure that their Startup type is set to their default values:
    • Windows Defender Advanced Threat Protection Service – Manual
    • Windows Defender Antivirus Network Inspection Service – Manual
    • Windows Defender Antivirus Service – Manual
    • Windows Defender Firewall Service – Automatic
  • You can right-click on each one of the listed services and then select Start to start them.
  • And if some of the services don’t have their default values, just double-click on the Services to change the Startup types and select the correct option from the drop-down menu of the Startup type under the Properties box.
  • Next, set up the Startup type of these services to Automatic and then click on the Start button if the services are not running yet.
  • Now click on the Apply and OK buttons to save the changes made and then see if it fixed the problem or not.

Option 2 – Try modifying some entries in the Windows Registry

If the first option didn’t work in fixing the problem, you can try to alter some entries in the Windows Registry using the Registry Editor.
  • First, tap Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKLMSoftwarePoliciesMicrosoftWindows Defender
  • From there, look for the “DisabledAntivirus” and “DisableAntiSpyware” DWORDS from the right pane and change each one of their values to “0”. On the other hand, if you don’t see any of these DWORDS, you can create them instead and give each one of them a 0 value.
  • To create a DWORD, simply right-click on any empty space and select New > DWORD. Then name them both as “DisabledAntivirus” and “DisableAntiSpyware”.
  • Afterward, set the value of the newly-created DWORDS to 0.
  • Now exit the Registry Editor and reboot your PC to apply the changes made and then check if it has fixed the error in Windows Defender or not.
Read More
Microsoft Surface Go 2 review

The new upgraded Surface Laptop Go 2 is the new iteration of the affordable original Surface Laptop Go aimed to offer good performance at a lower price of under $1000. The new version is not anything vastly different from the original but it comes with much-needed upgrades.

microsoft surface go 2 laptop

The biggest and main upgrade is the CPU, the Surface Laptop Go 2 is packing now Intel Core i5 1135G7, an Intels 11th generation CPU that should increase battery life. The laptop is also coming with an improved WEB camera and the cheapest one comes now with 128GB of storage instead of 64GB. Price went up from $550 to $599 which is not a big increase considering what was upgraded.

The bad news of new models is that sadly they are still packing only 4GB of RAM, that's really not enough for most applications released in 2022 and the screen is having a relatively low resolution of 1536 X 1024.

Microsoft is still offering all the color variations as in its first offering but added as well a new Sage color that is muted green in tint.

When we look at hardware it seems a little weak but for this price, there is not much competition in the field, and after all this line of models is aimed to provide good performance for an affordable price. If you really need something better you will go with a standard Surface or MAC book instead.

The new laptops are available to pre-order at Best Buy and Microsoft’s online store, and they’ll start shipping on June 7.

Read More
Hot to get rid of DiscoverAncestry from your PC

DiscoverAncestry is a Browser Extension for Google Chrome developed by Mindspark Inc that presents itself as a web tool to discover the origins or meanings of particular family names. When installed this extension changes your default new tab page to search by MyWay, as well as your default search engine to Search.MyWay.com

While active, DiscoverAncestry logs user browsing information, recording clicked links, visited websites and viewed products. This information is later used to better target personal ads. Browsing the internet with this extension active will result in injection of additional ads, sponsored content and even pop-up ads throughout the browsing sessions.

DiscoverAncestry is usually found bundled with other potentially unwanted software, this combined alongside its aggressive ad injection is why DiscoverAncestry has been marked as a Browser Hijacker, and it is recommended to remove it from your computer.

About Browser Hijackers

Browser hijacking is regarded as the web’s constant risks that target web browsers. It’s a type of malware program that redirects web browser requests to other suspicious websites. Basically, most browser hijackers are made for advertising or marketing purposes. It redirects you to the sponsored websites and inserts adverts on your internet browser which helps its developer generate income. It might seem naive, but the majority of such websites aren’t legitimate and can pose a significant risk to your on-line safety. In a much worst case, your internet browser could be hi-jacked to download malware that will do a lot of damage to your computer.

Browser hijacking signs and symptoms

There are several symptoms that could indicate a browser hijacking: 1. your homepage is reset to some unknown site 2. bookmark and the new tab are also changed 3. default online search engine is modified 4. you’re getting browser toolbars you haven’t witnessed before 5. you will find random pop-ups start showing regularly 6. your internet browser has instability issues or exhibits frequent errors 7. you are blocked to access the websites of antivirus solution providers.

How does a computer get infected with a browser hijacker?

Browser hijackers can get into a computer by some means or other, for instance via file sharing, downloads, and email also. Many web browser hijackings originate from add-on applications, i.e., toolbars, browser helper objects (BHO), or extensions added to web browsers to give them extra features. A browser hijacker may also come bundled-up with some free application that you inadvertently download and install, compromising your PC security. Common examples of browser hijackers include CoolWebSearch, Conduit, Coupon Server, OneWebSearch, RocketTab, Snap.do, Delta Search, and Searchult.com. Browser hijackers may record user keystrokes to gather potentially valuable information leading to privacy issues, cause instability on systems, drastically disrupt user’s browsing experience, and eventually slow down the computer to a stage where it becomes unusable.

Removal

Some browser hijacking can be simply reversed by discovering and eliminating the corresponding malware software through your control panel. However, many hijackers are really tenacious and need specialized applications to remove them. Also, manual removals demand deep system understanding and thus can be quite a difficult task for novices. Professionals always suggest users eliminate any malicious software including browser hijackers by using an automatic malware removal tool, which is easier, safer, and faster than the manual removal procedure. To remove any kind of browser hijacker from your laptop or computer, you should download the following certified malware removal tool – SafeBytes Anti-Malware. Along with anti-virus software, a system optimizer tool, similar to Total System Care, will help you repair Windows registry errors, get rid of unwanted toolbars, secure your online privacy, and stabilize programs installed on your computer.

Learn How to Get rid of Malware that is Blocking Websites or Preventing Downloads

Viruses may cause a lot of damage to your computer. Some malware sits in between your PC and the internet connection and blocks some or all internet sites that you really want to visit. It will also prevent you from adding anything to your PC, particularly antivirus applications. If you’re reading this article, you probably have affected by a virus that prevents you from downloading a security program like Safebytes Antimalware on your PC. There are some actions you can take to circumvent this issue.

Install anti-malware in Safe Mode with Networking

In the event the malware is set to run at Windows start-up, then booting in safe mode should avoid it. Just bare minimum required programs and services are loaded when you boot your PC in Safe Mode. Here are the steps you need to follow to start into the Safe Mode of your Windows XP, Vista, or 7 computers (check out the Microsoft website for instructions on Windows 8 and 10 computers). 1) At power on, press the F8 key while the Windows splash screen begins to load. This should bring up the Advanced Boot Options menu. 2) Choose Safe Mode with Networking using arrow keys and hit Enter. 3) Once you get into this mode, you will have an internet connection again. Now, obtain the malware removal program you need by utilizing the web browser. To install the program, follow the directions within the setup wizard. 4) Right after installation, do a complete scan and allow the software eliminate the threats it finds.

Utilize an alternate browser to download antivirus software

Some malware only targets certain browsers. If this sounds like your situation, utilize another internet browser as it can circumvent the malware. The ideal way to avoid this problem is to opt for a internet browser that is known for their security features. Firefox contains built-in Phishing and Malware Protection to keep you safe online. Create a portable USB antivirus for removing viruses Another method is to download and transfer an anti-malware application from a clean PC to run a virus scan on the infected computer. To run antivirus using a USB drive, follow these simple measures: 1) Make use of another virus-free computer system to download Safebytes Anti-Malware. 2) Plug the USB drive into the clean computer. 3) Double-click the executable file to open the installation wizard. 4) When asked, choose the location of the USB drive as the place where you want to store the software files. Follow the on-screen instructions to finish the installation. 5) Transfer the flash drive from the clean computer to the infected computer. 6) Double-click the anti-malware software EXE file on the pen drive. 7) Run Full System Scan to identify and clean-up up all sorts of malware.

SafeBytes Anti-Malware: Lightweight Malware Protection for Windows Computer

If you are looking to purchase anti-malware for your desktop, there are numerous brands and packages for you to consider. A few are well worth your money, but most aren’t. When looking for an antivirus tool, select one which provides dependable, efficient, and comprehensive protection against all known computer viruses and malware. On the list of highly recommended applications by industry leaders is SafeBytes Anti-Malware, well-known security software for Windows computers. SafeBytes is a powerful, real-time anti-spyware application that is made to assist everyday computer users in safeguarding their computers from malicious threats. Once you’ve got installed this software, SafeBytes advanced protection system will make sure that absolutely no viruses or malicious software can seep through your PC.

There are lots of amazing features you’ll get with this security product. The following are some typical features present in this software program:

Active Protection: Malware programs aiming to get into the system are discovered and stopped as and when detected by the SafeBytes real-time protection shields. This utility will always keep track of your computer for any suspicious activity and updates itself continuously to keep current with the latest threats. World-class AntiMalware Protection: Built upon a highly acclaimed antivirus engine, this malware removal tool can find and get rid of various obstinate malware threats such as browser hijackers, PUPs, and ransomware that other typical anti-virus applications will miss. Fast Multi-threaded Scanning: SafeBytes’s virus scan engine is one of the fastest and most efficient within the industry. It's targeted scanning tremendously increases the catch rate for viruses which is embedded in various computer files. Web Protection: SafeBytes provides instant safety rating about the webpages you’re about to visit, automatically blocking dangerous sites and to make sure that you’re certain of your online safety while browsing the net. Lightweight Utility: This software is lightweight and will work silently in the background, and will not impact your PC efficiency. 24/7 Customer Service: You can obtain totally free 24/7 technical support from their IT experts on any product queries or computer security issues. SafeBytes has created a wonderful anti-malware solution to help you conquer the latest computer threats and virus attacks. Now you may realize that this particular software does more than just scan and eliminate threats from your computer. So if you are searching for the best anti-malware subscription for your Windows-based computer, we strongly recommend SafeBytes Anti-Malware software.

Technical Details and Manual Removal (Advanced Users)

If you don’t want to use an automated tool and prefer to eliminate DiscoverAncestry manually, you might do so by going to the Windows Add/Remove Programs menu in the control panel and deleting the offending software; in cases of web browser plug-ins, you can remove it by visiting the browsers Add-on/Extension manager. You might even want to reset your web browser settings, and also delete temporary files, browsing history, and cookies. To ensure complete removal, manually check your hard disk and registry for all of the following and remove or reset the values accordingly. Please remember that this is for skilled users only and may be challenging, with wrong file removal leading to additional system errors. Furthermore, certain malware keeps replicating which makes it tough to eliminate. You are suggested to do this process in Windows Safe Mode.
Files: %USERPROFILE%\Application Data\DiscoverAncestry_chIE %USERPROFILE%\AppData\LocalLow\DiscoverAncestry_chIE %USERPROFILE%\Application Data\DiscoverAncestry_ch %USERPROFILE%\AppData\LocalLow\DiscoverAncestry_ch %PROGRAMFILES(x86)%\DiscoverAncestry_chEI %PROGRAMFILES%\DiscoverAncestry_chEI %LOCALAPPDATA%\Google\Chrome\User Data\Default\Local Extension Settings\icmiidhlbncmcphhngimjmggjiionjpe %UserProfile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Local Extension Settings\icmiidhlbncmcphhngimjmggjiionjpe %LOCALAPPDATA%\Google\Chrome\User Data\Default\Sync Extension Settings\icmiidhlbncmcphhngimjmggjiionjpe %UserProfile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Sync Extension Settings\icmiidhlbncmcphhngimjmggjiionjpe %UserProfile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions\pakhopeeieecchbhooipmmgjkfajbpkl %LOCALAPPDATA%\Google\Chrome\User Data\Default\Extensions\pakhopeeieecchbhooipmmgjkfajbpkl Registry: HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Approved Extensions, value: 8EAFF39E-95FA-48E7-B465-74F985754E6C HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Approved Extensions, value: D9712913-5FE6-4956-B291-7A6689170736 HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\explorer\Browser Helper Objects\8eaff39e-95fa-48e7-b465-74f985754e6c HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Browser Helper Objects\8eaff39e-95fa-48e7-b465-74f985754e6c HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\explorer\Browser Helper Objects\d9712913-5fe6-4956-b291-7a6689170736 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Browser Helper Objects\d9712913-5fe6-4956-b291-7a6689170736 HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Toolbar, value: 6ffa4cac-5ad4-42f5-bd18-7cd228761d1a HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run, value: DiscoverAncestry EPM Support HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run, value: DiscoverAncestry Search Scope Monitor HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run, value: DiscoverAncestry Search Scope Monitor HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run, value: DiscoverAncestry EPM Support HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run, value: DiscoverAncestry AppIntegrator 64-bit HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run, value: DiscoverAncestry AppIntegrator 32-bit HKEY_CURRENT_USER\SYSTEM\CurrentControlSet\services\DiscoverAncestry_chService HKEY_CURRENT_USER\SYSTEM\ControlSet001\services\DiscoverAncestry_chService HKEY_CURRENT_USER\SYSTEM\ControlSet002\services\DiscoverAncestry_chService HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser, value: 6FFA4CAC-5AD4-42F5-BD18-7CD228761D1A HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\DiscoverAncestry_ch
Read More
How to Fix Error Code 0xc0000142

What is Error 0xc0000142?

Error 0xc0000142 can occur in any of the Windows versions and usually occurs when an application fails to properly initialize.

This error can be critical for a computer as it signifies that the system is unstable. Error 0xc0000142 can cause slow performance in a PC, system freeze, startup and shutdown issues, blue screen and errors in installation.

Solution

Restoro box imageError Causes

Windows/Application Error 0xc0000142 can occur because of a number of reasons.

When a computer is an overload with data, or when system files get broken or missing, this error can occur and will result in startup and shutdown issues as well as the blue screen. Another reason, and one which is quite common, is improper computer maintenance.

This will cause a PC to perform slow, system freezes, and installation errors. This error displays ‘failed to initialize’ on either a Windows error box or the blue screen of death.

Further Information and Manual Repair

Error 0xc0000142 can occur at any time, but there are many ways to resolve it. For instance:

1) Clean the Registry

A corrupted registry is one of the major reasons why this error occurs. The registry is used by Windows to store information and settings on the computer, which is why it has a large database.

This database contains emails, wallpapers, saved passwords and much more in ‘file path references’. These allow Windows to run the common files in your system. A registry cleaner can fix any errors in the registry database.

2) Malware Scan

Viruses can cause certain applications to not function properly. Hence, download a strong antivirus and run a deep scan on your system and remove any potential infections and spyware.

3) Reinstall Applications

Non-critical applications in a computer are those that are installed by the user. If error 0xc0000142 displays in any of your installed programs, then you should reinstall these programs. Often applications have damaged or corrupted files which can slow them down. To resolve this, follow these steps:

  • From Start, click on Control Panel
  • Go to Add/Remove Programs and uninstall the programs
  • Restart your PC and reinstall the program

The third step is not recommended in case the error is caused by cmd.exe

4) Repair Windows

If the error is still on display despite following the previous steps, then you can repair Windows. This process allows Windows to retain all your data and information by simply replacing the program files and settings with fresh ones. This can stop error 0xc0000142 by allowing the programs access to use necessary files smoothly and effectively.

If you cannot resolve the error in any of these steps, then there is another way to do so if you have a computer that runs the Microsoft Internet Security and Acceleration (ISA) Server 2000. Follow these steps in order to resolve it:

  • Make sure that in Program Files and Microsoft ISA Server, a Clients folder exists. The ISA Server service will run on this folder
  • Confirm that Administrators and SYSTEM have Full Control assigned in the Program Files/Microsoft ISA Server/Clients folder
  • Confirm that Msplat.txt file is in the Clients folder. You can copy this file from other ISA Server computers if it is missing
  • If the Clients folder is damaged or is missing, or if you can’t copy the Msplat.tct file from another ISA Server computer, then reinstall the ISA Server 2000
Read More
How to turn the game mode off in Windows 11
Among other things and innovations, Windows 11 brings to the table is the game mode. The game mode is a system designed to release some resources and optimize your system when Windows 11 detects that you are playing games. It also turns off automatic updates while the game is active. game mode in Windows 11The game mode is active at all times and usually, everything works great but in some instances, it can sadly cause some performance issues. If you are one of these unlucky people where game mode is not working as supposed to do, don’t panic, we have a quick guide for you on how to turn it off.
  1. Press ⊞ WINDOWS + I to open settings
  2. Inside click on Gaming
  3. Select Game mode
  4. Click switch beside Game mode to turn it off
  5. Close settings
Everything will be automatically saved and applied and you should not have any issues from now on. If for any reason you wish to turn game mode back ON, just follow the same steps and turn the switch to ON.
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
Quick Fix Guide for Stop Code 0x0000008e

What Is STOP Code 0x0000008e

The STOP Code 0x0000008E is essentially an error code that is displayed on the STOP message. This STOP message is also commonly known as Blue Screen of Death or BSOD for short. When this error occurs, usually messages like, “STOP: 0x0000008E” or “KERNEL_MODE_EXCEPTION_NOT_HANDLED” are displayed to the user.

Solution

Download Available to Completely Repair Error 0x0000008e

Restoro box imageError Causes

These errors are commonly caused by failures of memory hardware. However, viruses, hardware failures or issues with the device drivers may also trigger them. If this error code appears but Windows is successfully able to recover from it, then the message ‘Windows has recovered from an unexpected shutdown’ is displayed to the users. Regardless of what causes these errors, it is of paramount importance that counteractive measures are taken as soon as the error appears.

Further Information and Manual Repair

While this error can be removed in many ways, the most effective ones are listed below as follows.
  • The screen might be a fluke. Restart your system; the blue screen that appears to you may not be what it seems.
  • Have you just modified or installed new hardware or driver? If yes, it is highly likely that the change you have made has triggered the error. If this is the case, it is strongly recommended that you revert back to the original settings and check whether the blue screen appears again or not. If it does, you can fix it by reconfiguring or removing the hardware you have recently installed. You can perform System Restore or you can go back to the previous versions if you have installed a new driver.
  • To keep this error from occurring in the future, it is strongly advised that you test your RAM. Damaged memory or one that’s unable to perform in the usual manner is often the reason this error occurs.
  • Ensure appropriate installation of your system memory. If you have installed memory in a way other than advised by your memory manufacturer that it may lead to STOP 0x0000008E error or other problems.
  • Misconfigured or over-clocked memory settings can cause STOP 0x0000008E errors as well. To remedy this situation, it is best advised to return the BIOS settings to their default level.
  • If you haven’t updated your Windows, apply all the updates you come across. Patches and service packs specifically address such issues.
Read More
Fix An internal error has occurred 0x80070716
If you see the following error message in the File History tab of the File Recovery utility of the Windows Backup module in your Windows 10 computer, read on as this post will guide you in fixing it with the help of two potential fixes.
“An internal error has occurred: The specified resource name cannot be found in the image file. (0x90070716).”
You can also encounter this error when you run the System Image Backup function. As mentioned, you can resolve this error using two potential fixes namely checking the status of the Windows Backup Service and checking the settings in the Windows Registry. For more details, refer to the instructions provided below but before you proceed, it would be better if you create a System Restore point first.

Option 1 – Try checking the status of the Windows Backup Service

  • First, you need to tap the Win + R keys on your keyboard to open the Run dialog box.
  • Next, type “services.msc” in the field and click OK or tap Enter to open the Windows Services Manager.
  • After that, you will see a list of services and from there, look for the Windows Backup Service and double click on it to open its Properties.
  • Then check if its Startup type is set to Disabled. If it is, then change it to “Manual”. Note that this service is essential as it provides backup and restores capabilities.
  • Now click on the Apply and OK buttons to save the changes made and then restart your computer. Check if the error is now gone.

Option 2 – Try checking the Registry setting of Windows Backup

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and tap Enter to open the Registry Editor.
  • After opening the Registry Editor, navigate to this registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsBackup
  • From there, look for DWORDs named “ValidConfig” and “ValidSystemImageBackup” located in the right-side panel.
  • Once you found them, delete them or set both of their values to “0” and make sure that the base is Hexadecimal and click OK.
  • Now exit the Registry Editor and restart your computer to apply the changes made.
Read More
Fixing TV screen resolution on PC
When you connect your TV via HDMI cable Windows will recognize it as another monitor and will control the display settings for your HDMI connection. In most cases using it as the extended desktop will work fine, issues will arise when you play video on it. Video playing applications can override Windows settings which can lead to strange results on the screen. Here in this guide, we will tackle with reasons and solutions to this particular issue. Solutions provided are not meant to be followed in the way they are presented but as a silent rule, they go from most common one to most rare so it is advisable to try them in the order presented.

FIXING RESOLUTION ISSUES

The first thing when experiencing resolution issues on your TV connected to a PC is to check TV settings. There is very likely a chance that you will need to manually adjust picture settings on the TV itself using TV controls. On older models of TV, there is an overscan option which can lead to different resolutions and screen sizes. Overscan is a technology that was used in order to help content creators to deliver consistent pictures on different screen sizes and aspect ratios but how technology has advanced and everything including aspect ratio was standardized overscan itself has become a relic of the past. If you are unable to access or see edges of your desktop on the TV screen it is very likely that overscan is the issue. In order to fix this be sure to select HDTV's aspect ratio to fit the screen setting in the picture setting. Sadly finding this option on your TV will be different from manufacturer to manufacturer and even from model to model of the same manufacturer so we can not cover all models but in most cases option is located under picture settings or advanced options. Sometimes you will face even different overscan settings instead of classic ft to screen options, in this case, experiment with the setting until you find one which will work. If you have it, find settings in the user manual of your TV. Luckily you have managed to find the proper option on your TV set and have chosen the right aspect ratio for display. If everything works ok there is no need for the next step but if you experience a different resolution than desired on your TV follow this next guide on how to change the resolution of the TV on your PC.
  1. Press the ⊞ Windows and type Change Display Settings. Click on the top result.
  2. Once the Display Settings App opens, you’ll see two screens (or more if you’ve got multiple HDMI outputs connected). Make sure you select the right display for the HDMI TV before making any changes. You can do this by clicking on Identify.
  3. You’ll see the number from the screenshot above displayed on the monitors for a brief period. Depending on which screen is set to your primary display, make sure you change the settings for the HDMI monitor.
  4. Select the HDMI monitor from the available displays.
  5. Scroll down until you see the current resolution settings for your HDMI monitor.
  6. You can change the resolution settings and test different values that match your HDMI TV’s configuration.
  7. Once you change the setting, Windows will apply the new resolution for a limited time and revert if you don’t accept the new setting.
  8. Once you’ve found the best resolution for your TV, select Keep Changes to keep the new resolution.
You are all set now, make sure that you have the latest drivers on your system and enjoy using your TV as a second monitor.
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