You will notice the blurred background on the login screen right away when you start your Windows 10 computer that’s running the v1903 and up. This kind of blurred background is known as “Acrylic Blur Effect on Sign-in Screen”. This new feature delivers a beautiful experience to users by adding more focus to the login screen. However, no matter how nice this feature is and even if it only stays for less than a minute, not all users like it and if you’re one of these users, read on as this post will guide you in disabling the blurred background login screen in your Windows 10 computer.
Disabling the blurred background in the login screen can be done in two methods. The first one is via the Registry Editor and the second one is via the Group Policy Editor. Before you proceed, make sure that you are using an admin account and you must create a System Restore point first. Once you have that covered, follow the options provided below.
Option 1 – Disable the Blurred background in the login screen via Registry Editor
First, tap the Win + R keys to open the Run dialog box and type “Regedit” in the field, and hit Enter to open the Registry Editor.
After that, navigate to this registry path: KEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSystem
Next, right-click on any empty space in the right pane and create a new DWORD (32 bit) and name it as “DisableAcrylicBackgroundOnLogon”.
Once you’ve created the DWORD, double click on it and set its value to 1 to disable it and 0 to enable it.
After you make the necessary changes, restart your computer. You won’t now see the blurred background on the login screen.
Note: No matter what option you select to change the background, it will stay blurred when you click on the login button. At the time of writing, there is no way to disable this feature in the Personalization section so the Registry Editor will have to suffice for now.
Option 2 – Disable the Blurred background in the login screen via Group Policy Editor
Tap the Win + R keys to open the Run utility and type “gpedit.msc” in the field and tap Enter to open the Group Policy Editor.
After that, navigate to this policy setting: Computer ConfigurationAdministrative TemplatesSystemLogon
From there, double click on the “Show clear logon background settings” and since its default value is “Not configured”, set it to “Disabled”. You will see the following description under this setting:
“This policy setting disables the acrylic blur effect on the logon background image.”
“If you enable this policy, the logon background image shows without blur.”
Now click on OK and then check the login screen.
Note: If you don’t configure or if you disable this policy, the logon background image adopts the acrylic blur effect. However, if it didn’t work, you have to restart your computer and then check.
The issue with the abrupt system reboots to force Windows 10 updates on a computer has been lessened with Active Hours. This feature keeps a record of the hours during which a system remains active and prevents the installation of updates during such hours. For example, when a system restart is needed to complete the installation of an update, Active Hours delays the update and allows you to finish what you’re doing on your computer. Thus, if you haven’t heard of this feature, then now is the time you do, read this post to configure and use Active Hours in your Windows 10 computer.
There are three ways you can configure Active Hours. The first one is for general users, whereas the rest of the two methods are for users who knows their way about the Windows Registry and Group Policy. To get started, refer to every given option below.
Option 1 – Configure Active Hours via Windows 10 Settings
Go to Settings > Update & Security. From there, click on the “Change active hours” option under the Windows Update section.
Next, you can select a time (“Start time” and “End time”) during which the restart can occur.
After that, click on the Save button and exit.
Note: Keep in mind that the values you’ve entered indicate the hours during which your system is in use, namely, ACTIVE. It is important for your active hour’s interval period and it can be anything between 1 and 18 hours since you can’t go beyond 18 hours. In addition, there is no option to configure different active hours on different days and you can’t specify different active hours for weekends and weekdays as well.
On the other hand, Windows 10 also offer users an option to override Active Hours. All you have to do is go to Settings > Update & Security > Windows Update > Restart Options. From there, you can choose a custom restart time when your computer will restart to install the updates but this is only a one-time setting.
Option 2 – Configure Active Hours via Registry Editor
Tap the Win + R keys to open the Run utility and type “Regedit” in the field and tap Enter or click OK to open the Registry Editor.
Next, navigate to this registry path: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsUpdateUXSettings
In the given registry path, you can choose to change “ActiveHoursStart” and “ActiveHoursEnd”.
Note: There are no extra settings available in the Registry Editor but you can change the remote computer’s Active hours settings using the Registry Editor.
Option 3 – Configure Active Hours via Group Policy
Note that this option is available for the Windows 10 Pro and Educational or Enterprise versions. It is mostly used by computers in Business or through remote access. To get started, follow these steps:
Tap the Win + R keys to launch Run and type “gpedit.msc” in the field and tap Enter or click OK to open the Group Policy Editor.
Next, navigate to this group policy setting: Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Windows Updates.
From there, look for a policy labeled “Turn off auto-restart for updates during active hours” and double click on it. This will open a new window.
Click on the Enabled radio button to enable Active Hours. You also have the option to choose active hours just like in the first given option above. It works just fine except when the following policies don’t override:
No Auto-restart with logged-on users for scheduled automatic updates installations.
Always automatically restart at the scheduled time.
Since Group Policy allows you to reduce the range of active hours, you can configure it if you want it to be less than 18 hours. Just find the policy setting labeled “Specify Active hours range for auto -restarts. The minimum is 8 hours”.
After you set the Active Hours, click the Apply and OK buttons to save the changes made.
Recently, a number of users reported an error while trying to update their computers. This particular Windows Update error has an error code of 0x80073701. If you are one of the users who encounter this error, then read on as this post will guide you on how exactly you can fix it.
Here’s the exact context of the error:
“Updates failed. There were problems installing some updates, but we’ll try again later.2019-07 Cumulative Update for Windows 10 Version 1903 for x86-based Systems (KB4507453) – Error 0x80073701”
The Windows Update Error 0x80073701 also comes with a code “ERROR_SXS_ASSEMBLY_MISSING” which indicates that some system files are missing on your computer that caused the update installation failure error. Although this Windows Update error does not cause any severe issues, it is still being reported in the section of Windows Update where it is marked as “Update failed”. There are several potential solutions you can check out to resolve this error. You can try to run the DISM tool or the SFC or System File Checker scan. You could also try to run the Windows Update troubleshooter. For more information, make sure to follow the options given below.
Option 1 – Restart your computer and try installing the Updates again
Restarting your computer can also help in fixing the Windows Update failed to install error 0x80073701. There are cases where the issue resolves on its own as it could just be some simple network or PC error.
Option 2 – Try to run the DISM tool
Running the DISM Tool helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
Open the Command Prompt as admin.
Then type in this command: exe /Online /Cleanup-image /Restorehealth
Do not close the window if the process takes a while as it will probably take a few minutes to finish.
After you run this tool, a log file is created at C:WindowsLogsCBSCBS.log. On the other hand, if the Windows Update client is already broken, you will be prompted to use a running Windows installation as the repair source or use a Windows side-by-side folder from a network share, as the source of the files. Although the chances of this happening is less, if it turns out to be the case, you need to run an advanced command in the DISM tool to repair a broken Windows Update. Just repeat the process above but use the following command instead:
System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be causing the error 0x80073701. To run the SFC command, follow the steps given below.
Tap Win + R to launch Run.
Type in cmd in the field and tap Enter.
After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Restart your computer.
Option 4 – Try running the Windows Update Troubleshooter
Running the built-in Windows Update troubleshooter could also help you resolve the Windows Update error 0x80073701. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.
As we near the end of 2022 we look at the current best antivirus software for popular platforms, why they are the best, and why you should get them.
Avira, a great free Antivirus
Avira has been around a long time with its free antivirus version of the larger protection suite. It had its ups and downs but the latest versions are really great. With high-speed scans and low system impact, Avira antivirus is really one of the best free antivirus software currently on the market.
The software itself has also received UI & UX updates making it straightforward and easy to use. The virus scanning engine is the same as in paid version that ranks among the top engines in the world for this type of work. The package also gives you some great browser protection and a good firewall as well, there is really no excuse to skip on this if you want a free solution.
The only thing that we would say is not so great in Avira is reporting some false positives, sometimes even for MS updates, it is rare but it can happen.
Malwarebytes, a powerful Windows antivirus
Malwarebytes Premium is easy to use, simple antivirus solution that shies away from complicated UI, and simply put, it just works. Its scanning engine is well-known and places among the top and best in the world often finding some malware that other can miss.
Another great thing is its integration with Windows itself, it is one of the rare applications that can and will work incredibly well beside your typical Windows protection tools so you can have both of them running at the same time.
Installation and running are really simple and every typical PC user will find it as easy as walking in the park. On the other hand, sadly system impact is a little high and it will have issues running on lower-end systems due to its memory requirements.
Intego MAC Internet Security X9, the best Mac antivirus
Gone are the days when MAC had no virus issues, since MAC rose in popularity among the users, also rose the number of viruses and malware. The system itself has some great protection built it inside but for more security and better control of it, you will need a third-party dedicated solution.
Intego was made by Mac antivirus experts who have been building this kind of software last 25 years. The interface is easy to use and premade presets are really helpful, but the security suite can also be customized to fit your needs and desires.
Since this is only available as a security suite, you are getting a firewall and some other security tools along with your antivirus that will run as a part of it.
The bad side is that scans can sometimes run slow, most of the time they are OK in terms of speed but occasionally they can switch to slower speeds and impact scanning time to some annoying times. Also, there is no webcam protection nor VPN service included where others on this list have them.
Bitdefender mobile security: best Android protection
While protection is not only needed for your gaming or workstation, software suites that are dealing with mobile and tablet security exist. The best of them is the Bitdefender antivirus mobile suite. Low on system resources and low on performance impact with the really great virus detection rate Bitdefender is at the top of suites for your phone.
Consistent high virus detection packed with low battery impact is great but the suite comes with tons of other tools as well like browser security tools, email protection, and real-time link and notification protection.
The application will always scan each file and newly installed application in the background and alert and cut off any found threat. App itself is easy to install and use and most of the time it will do everything in the background for you but offer you customization if you need it.
The package also includes VPN and application lock that will let you protect the critical applications from being accessed as well as an online account scanner. Anti-theft and anti-loss tools, which allow you to find, remotely lock or wipe a stolen or lost device, add yet another layer of protection.
One thing that is missing from this great package is fraudulent call protection. Newer Android phones have this feature inside but it would be nice if Bitdefender had it as well.
Bitdefender, the best antivirus software
Now that we have covered specific cases of each platform, there is one player that has all of them covered and with a quality product, that player is BitDefender and it is great. Personally, this is my protection suite of choice and as I type this it is running in the background.
Bitdefender has it all, low system impact, as a matter of fact, it is one, if not, the lowest performance impact engine on the market currently and that is packed with a great and highly consistent virus & malware detection suite. Along with real-time malware protection, browser security, and anti-spam tools, you also get anti-phishing defenses, ransomware protection, and a strong firewall.
Bitdefender scores are very high in both the zero-day threat and real-world protection tests at AV-Test, an established organization that tests antivirus software. Despite being tested against tens of thousands of well-known and widespread malware threats, the software consistently achieves a 100% blocking rate.
The suite also comes with a restricted free VPN and with parental controls as well. Webcam and microphone protection are also included in the suite and on top of all, it has great pricing plans and constant discounts.
BitDefender is really a great package and it might sound too good, but after years and years of personally using it I have not had single malware or virus issue, the only thing that I would put as a negative is that system is severely slowed down when system scans are performed so be sure to run or schedule them when you are not using your computer. This, of course, can put some people off and I will admit it is a serious drawback but for me, the security of my workstation is more important than leaving the computer for 20 or so minutes in order to perform a full scan of the system.
If you suddenly encounter Activation Error codes such as 0xC004E016, 0xC004F210, 0xC004F034, and 0xC004F00F on your Windows 10 computer, then they all point to the same issue – Invalid Product Key or Version mismatch. When you see any of the aforementioned error codes above, it indicates that you are either entering a wrong product key or you are using an incorrect ISO when installing it on your computer. In such cases, you may see either of the following error messages:
“You are running Windows 10 Pro, but you have a valid digital license for Windows 10 Home.”
Or:
“The specified product key is invalid or is unsupported by this version.”
If you got the error code 0xC004F00F then it means that you’ve entered a product key for the Enterprise edition of Windows to activate Windows 10 Pro or Windows 10 Home. It could be that you have a key from your work and you accidentally use it on your Home PC.
If you got the error codes 0xC004E016, 0xC004F210, then it means that you have entered a product key that is meant for a different edition or version of Windows. On the other hand, if you got the error code 0xC004F034 instead, then it means that you have entered an invalid product key or a product key for a different Windows version.
Whichever error codes you have, refer to the possible solutions given below to fix the Invalid Product Key or Version mismatch Activation Error in Windows 10.
Option 1 – Try running the Windows 10 Activation Troubleshooter
The first thing you can do to resolve this Activation error is to run the Windows 10 Activation Troubleshooter. To do so, follow these steps:
Go to Settings and then select Activation.
After that, click on the Windows Activation and then troubleshoot. This will help you address most of the commonly found activation issues in Windows devices.
Option 2 – Try purchasing a new license
There is an exception offered by Microsoft – if you are connected to a Microsoft account prior to the hardware change, then you can most certainly use the same license key to reactivate Windows 10 again. Microsoft calls this an “Exception path” which should be fixed easily by the Windows Activation Troubleshooter as pointed out earlier. However, if the Windows Activation Troubleshooter isn’t able to resolve the error you can try purchasing a new license. In such rate case, even if you do have a Microsoft account available on your Windows 10 computer, and if Windows was never activated, this solution will not work. And if you haven’t connected your Microsoft account with your Windows 10 computer prior to the major hardware change, then your only option left is to purchase a new license. For you to do that here are some steps you can follow.
To purchase a new Windows license, the first thing you have to do is click on the Start button > Settings > Update & Security.
From there, go to Activation and select the “Go to Microsoft Store” option.
After receiving your new license, you need to go back to Update & Security then go to Activation and select the “Change product key” option.
Now update your Windows 10 computer using the new key and it should automatically activate your computer.
Next, you have to create a Microsoft account or connect to your existing local account to your online account.
Once the system links the key and the account, you need not buy a new license in case something like this happens again.
Note: If you are an IT administrator, you need to keep in mind that there is a limit to the number of times you can reactivate Windows on your computer. Moreover, if you don’t see any option to reactivate the license, and it is a work computer, you need to contact your organization’s tech support.
Option 3 – Try activating Windows 10 via mobile phone
Activating Windows 10 can also be done using your phone. Just note that you have to call Microsoft to do so.
In the Start Search box, type in “Slui 4” and tap Enter.
Next, select your country and click on Next.
Keep the window open and call the toll-free number of the country you’re from.
Afterward, a confirmation ID should be given by the automated system which you must take a note of.
Finally, in the box on the window, type in the confirmation ID and click on the Activate button. That should do it.
One of the most useful tools you can use to repair bad or corrupted sectors in the hard disk of your computer is the CHKDSK utility. However, there are also instances when this Disk Checking tool could encounter some issues and one of them is the error that states, “The type of the file system are RAW, CHKDSK is not available for RAW drives”.
This kind of issue is due to the RAW file format which is not recognized by the Windows operating system that you’ve installed which explains why you’re getting this error when running the CHKDSK utility. You can also encounter this error in case there is something wrong with the drive encryption.
To fix this error, you have to change the File System of the drive. How? Refer to the steps given below.
Step 1: The first thing you need to do is create a bootable Windows 10 media.
Step 2: After that, click on Repair your computer on the first Windows 10 installation setup window.
Step 3: Next, you have to select the operating system partition from the given options and then click on Next.
Step 4: Now select Command Prompt from the System Recovery Options box and then type the following command and tap Enter to initiate the Diskpart utility inside Command Prompt.
diskpart
Step 5: Afterwards, type in either of the following commands to help you in either listing all the Disk connects or all the partitions on those disks formed.
diskpart or list volume
Step 6: Next, you need to select any of the two given commands below depending on the list you entered on the previous step.
select disk # or select volume #
Step 7: After you enter the command, it will select the Disk or the Partition you want to select. Now you have to type and enter the following command to clean your drive.
clean
Step 8: Now enter any of the two following commands.
list disk or list volume
Step 9: Then type the next command below to create a specified partition.
create partition primary
Step 10: Once done, type in the following command to select the newly created partition.
select partition 1
Step 11: Next, type the following command to mark the selected partition as active.
active
Step 12: Finally, restart your computer to successfully apply the changes made and then see if it has fixed the problem or not.
Changing Taskbar location in your Windows 10 is an easy task but lately, Microsoft has removed the option to just drag it to one side of the screen and place it there, now in order to change location we need to do a little more work but do not worry it is not difficult at all.
Right-click on the taskbar to open its properties menu
in the menu, on the bottom choose taskbar settings. Once the settings dialog opens, on the right side locate the taskbar location on screen.
Click on the dropdown menu and choose the desired location for the taskbar.
As you know, the CHKDSK utility is proven to be one of the useful tools to fix any issues that concerns file system, storage, and disk. However, as useful as it may be, it is still not immune to issues as you could encounter errors when running it. One of these errors is the “One such error is the CHKDSK cannot continue in read-only mode” error. If you receive such an error message while running CHKDSK, then you’ve come to the right place as this post will help you sort the problem out.
It is possible that the drive is read-only or that the Write Protection is enabled. It could also be that the drive is already being used and scanned by a different program or utility. To get rid of this error, there are a couple of suggestions you need to check out. You can try to run the CHKDSK utility from Recovery or run it on Boot. You could also try to disable Write Protection. For more detailed steps, follow the given instructions below.
Option 1 – Try to run the CHKDSK utility from Recovery
The first thing you can do to resolve the error in CHKDSK is to run the CHKDSK utility from Recovery. How? Follow these steps:
First, boot into the installation environment for Windows 10 from a Windows installation media.
Next, click on the “Repair your computer” option.
After that, select Troubleshoot > Advanced options > Command Prompt.
After opening Command Prompt, type this command and tap Enter: chkdsk <Partition Letter>: /r /f
Wait until the disk error checking process is completed.
Once it’s done, exit the Command Prompt window and restart your computer and then see if the error is fixed.
Option 2 – Try running the CHKDSK utility on Boot
On the other hand, you can also try to run the CHKDSK utility on Boot so you can fix the error and recover any damaged segments of the drive.
Open an elevated Command Prompt and enter this command: chkdsk /r
After that, you will a message that says, “Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)”
Type Y and tap Enter to schedule a CHKDSK scan once your computer reboots next time.
Option 3 – Try to remove the Write Protection from the drive
As mentioned, removing the Write-Protection on the concerned drive could also help you fix the problem and there are two ways to get rid of the write protection – you can either use the Diskpart utility or the Registry Editor. How? Refer to the following steps.
Via Diskpart utility:
Open Command Prompt with admin privileges and then type the “diskpart” command and tap Enter to execute it.
Next, type “list disk” and tap Enter to get the list of all the Disk connects or all the partitions that are formed on those disks.
After that, you need to choose one command depending on the list of commands you entered. Type “select disk #” and tap Enter to select the disk or partition you want to select.
Then type “attribute disk clear readonly” and tap Enter to Disable the Write Protection on the selected disk or partition.
Via Registry Editor:
Tap the Win + R keys to open the Run utility and type “Regedit” in the field and then tap Enter to open the Registry Editor.
If you suddenly encounter an error message that says, “This webpage is not available, Err_Connection_Closed” while browsing the internet or visiting a website and the website fails to load, then it means that there is some problem with your network connection. Similarly, you may also get other error messages like “Err_Network_Changed”, “Err_Connection_Reset” and “Err_Internet_Disconnected” errors in different browsers like Chrome, Firefox, and Edge.
The problem lies in your Windows 10 computer and your internet connection since this is a network issue. So before you troubleshoot the problem using the suggestions given below, you need to refresh your browser first or you could also tap Ctrl + F5 on your keyboard to hard reload the webpage. If you’re still getting the same error message, then proceed to the guide below.
Option 1 – Try removing the Proxy
Removing the Proxy might also help you in fixing the “This webpage is not available, Err_Connection_Closed” error. Here’s how you can do it:
Tap the Win + R keys to open the Run dialog box.
Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
After that, go to the Connections tab and select the LAN settings.
From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
Now click the OK and the Apply buttons.
Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.
Option 2 – Try using Google Public DNS
If the first option didn’t resolve the issue, you can try to use the Public DNS by Google and see if it can help fix the problem. You have to modify the DNS settings in your system explicitly and use the DNS IP addresses.
The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
Next, click on the “Change Adapter Settings” option.
After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
Right-click on your network connection and click on Properties.
Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
Type in “8.8.8.8” and “8.8.4.4” and click OK and exit.
Option 3 – Reset Winsock, TCP/IP & Flush DNS
Resetting Winsock, TCP/IP, and flushing DNS might help you resolve the Err_Connection_Closed error. To do so, follow these steps:
Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
netsh winsock reset – type in this command to reset Winsock
netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
ipconfig /flushdns – type in this command to flush the DNS cache
Next, restart your PC and check if the problem’s fixed.
Option 4 – Disable both the Antivirus program and Firewall temporarily
There are times when antivirus programs and the firewall blocks a website that they consider to be malicious or even because of false-positive effects which is why you have to disable these programs temporarily as it might be the reason why you’re getting the “This webpage is not available, Err_Connection_Closed” error when trying to browse the internet.
Option 5 – Try to check the network cables and then restart your router
The most obvious thing you can do first is to try checking if the network cables connected to your computer or router are properly connected or not. If it turns out that some network cables are not connected properly, then it’s probably why you’re getting this error.
Option 6 –Try a Network Reset
When all else fails, you might have to consider resetting your entire network settings. Simply follow the steps below to do so.
Click on the Start button and then click on the gear-like icon for Settings to open it.
Next, select Network and Internet.
Then scroll down and look for “Network Reset” – click on it and then click on the Reset now button.
Error 101 is a Google Chrome error. You may experience this error if you browse the internet using Google Chrome. This error results when the existing HTTP connection between Chrome and the website is broken.
The error is displayed in the following format: “Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.”
Solution
Error Causes
The cause of Google Chrome error 101 cannot be narrowed down. This error can be triggered on your PC due to multiple reasons. These include:
The inability of the Google Chrome installer to create a temporary directory on your PC during the installation process
Enabled DNS Prefetching
Firewall
Viral Infection
Bad Registry Entries
Poor Internet Connection
Though this error code is not fatal, nonetheless it is advisable to fix it to ensure you are able to browse the internet using Google Chrome.
Further Information and Manual Repair
The good news is that this error is quite easy to resolve. Even if you are not a technical whiz you can still manage to fix it by trying these easy and effective DIY methods we have listed below:
Method 1: Reload the Website link on Chrome or Check Your Internet Connection
Sometimes refreshing the webpage can resolve the issue easily. Try doing it. Reload the link by pressing Ctrl +R. This will refresh the webpage.
If it starts working then that’s great but if it doesn’t then it is advisable to check your internet connection. Disable and Enable the connection and then try browsing on Chrome again. If websites are accessible then the problem is resolved.
If the error persists then try other methods.
Method 2: Disable DNS Pre-fetching
Sometimes this error may occur due to enabled DNS pre-fetching. To resolve the issue, open Chrome, then click on the wrench key. Go to setting and under the bonnet and Privacy section, look for the DNS perfecting option.
If it is enabled, then uncheck it to disable DNS Pre-fetching. Save the changes and then close the browser. Now open it again and try browsing on Chrome. If error 101 does not appear and you are able to access websites then the issue is fixed.
Method 3: Scan for Viruses
Another way to fix this is to download and run a powerful antivirus. Scan and remove viruses to fix the problem.
Method 4: Check the permission for your temporary folder
As mentioned above, another underlying reason for error 101 can be Google Chrome installer was unable to create a temporary directory on your system during the installation process.
To resolve it, check the permission for your temporary folder. Here’s how to do it: First go to the start menu and type Run. Now enter one of the following directories in the text fields
1. Windows XP: %USERPROFILE%Local Settings
2. Windows Vista: %USERPROFILE%AppDataLocal
After that press OK. This will open a new window. In the Window that opens, right-click the temp folder. Now select properties and press the security tab to continue. In the group and user names section, select your user profile name.
In the permissions, section verify that the checkboxes for READ, WRITE, and READ & EXECUTE permissions in the DENY column are not selected. After you have verified, click apply and then ok. Now try reinstalling the Google Chrome browser again on your system.
Method 5: Remove Bad Entries by Cleaning the Registry
Bad entries and cookies saved in the registry can also lead to error 101. You can remove them manually but that will take a great deal of time and can be slightly difficult if you are not technically sound.
Therefore, it is advisable to download Restoro. This is a user-friendly PC Fixer integrated with a registry cleaner that scans and removes all registry issues in a few clicks. It removes all the bad entries and junk files cluttering the registry and repairs it instantly.
Click here to download Restoro.
if you were following our articles you are aware that Windows 10 has a build-in-game mode that you can summon
by pressing ⊞ WINDOWS + G. But did you know that you can use this to capture and record your screen?
Hello and welcome to another great tutorial about how to get the maximum out of your Windows 10, today our topic will be recording your screen using Windows 10 game mode.
In order to start recording first, we need to bring game mode by pressing ⊞ WINDOWS + G
In the Game Bar overlay screen, look for the “Capture” window.
If you don’t see it, click the Widget menu icon on the left. It looks like several lines with bullet points to their left.
A drop-down list will appear; click “Capture.” The “Capture” shortcut may also be in the Game Bar toolbar.
Look for the “Capture” widget window in the overlay. There are four buttons on the Capture widget (from left to right):
Screenshot: Takes a screenshot of the active window.
Record last 30 seconds: Creates a recording of the previous 30 seconds.
Start recording: Starts recording your active window.
Turn on the mic while recording: If this option is enabled, Windows 10 will capture audio from your computer’s microphone and include it in the recording.
You’ll notice text underneath the buttons. This is how you’ll know what the active window is, aka what will be recorded. For example, if you’re browsing the web, it will show the title of the open tab.
To start recording your screen, you must first decide whether you want to use your mic, which is useful if you’re trying to explain something on the screen.
Next, simply click the Start Recording button.
The screen recording will begin, and you’ll see a little toolbar appear in the corner of the screen. It will show the running time of the recording, and it also has buttons to stop recording and toggle the microphone.
When you’re finished, click the Stop icon to end the recording.
From the Capture widget, click “Show All Captures” to see your recording.
Your recording will be at the top of the list. Click the folder icon to see all recordings and screenshots in File Explorer.
These recordings are stored under your Windows user folder at C:\Users\NAME\Videos\Captures by default.