Logo

Hide application and features in control panel

Program and features are Control panel section where once accessed contains all programs installed on the operating system. From these windows, any logged-in user can modify applications, uninstall them, etc. If for whatever reason you want to limit this access to users and remove this group from the control panel please do keep reading as we show you how you can achieve this desired result using two methods: via policy editor or registry editor. Feel free to use any provided method as both works (except on Windows 10 Home edition) and achieve the same thing, it all comes down to preferred preference on how you wish to do things.

Local group policy editor method

This method is more straightforward and easier perhaps than its counterpart but it has one significant drawback, it will not work on Windows 10 Home edition which does not have in itself a policy editor included. If you are using Windows 10 Home edition then feel free to skip this method and do it via registry editor. That being said let's start:

  • Press ⊞ WINDOWS + R to open the run dialog
  • Inside run dialog type in gpedit.msc followed by ENTER to open Group policy editor
  • Go to User Configuration\ Administrative Templates\ Control Panel\ Programs\
  • Double-click on the setting named Hide Programs and Features page
  • Change the toggle option from Not Configured to Enabled
  • Click on the Apply button and then the Ok button to save the changes
  • at this point, everything is supposed to be applied and your changes should take effect immediately. However, it has come to our attention that sometimes this is not the case. If you are one of these users which for whatever reason have not experienced applying to set momentarily do not despair and follow this quick guide on how to refresh settings and apply them right away.
  • Press ⊞ WINDOWS + X to open the hidden menu
  • Click on command prompt (admin)
  • In command prompt type in gpupdate /force and press ENTER in order to force update and set setting right away

Registry editor method

The registry editor method is a more complex one but it will be your only way of doing it if as mentioned you are running Windows 10 Home edition. As always it is highly recommended to make a backup of the Windows registry before tempering with it.

  • Press ⊞ WINDOWS + R to open the run dialog
  • Inside run dialog type in regedit and press ENTER to open the registry editor
  • If you would like to make a backup of the Windows registry go to File > Export and save the backup on a secure location naming it as you wish
  • Locate the following key inside the registry editor HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Programs
  • Right-click on the right pane of the Programs key and choose the New > DWORD (32-bit) Value option
  • Name the value as NoProgramsAndFeatures
  • Double-click on the NoProgramsAndFeatures value to open it
  • Change the value data to 1
  • Save the changes
  • Reboot the computer in order for changes to take effect.

note: you can always change values back in order to show again panel by changing the value to 0 in registry editor or choosing Not Configured or Disabled in the local group policy editor

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 INTERNAL_POWER_ERROR in Windows
This post will guide you through fixing the INTERNAL_POWER_ERROR Blue Screen Error on your Windows 10 computer. If you encounter this kind of Blue Screen of Death error, this means that the policy manager experienced a fatal error which in turn means that it can happen because of Drivers or Software or even due to external hardware. And so to resolve the issue, here are some suggestions that might be of help.

Option 1 – Update the Device drivers

As mentioned, the INTERNAL_POWER_ERROR BSOD error might have something to do with the drivers. It could be that the drivers are outdated so you need to update them in order to resolve the issue.
  • 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. If you see a red or yellow sign that shows up against the driver, right-click on the driver’s name and select “Update Driver Software” or “Uninstall”. And if you find any drivers with a label saying, “Unknown device”, you need to update them as well.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • Restart your PC.

Option 2 – Check the Device performance and health

You can also try checking the device's performance and health in the Windows Defender Security Center.
  • Open the Windows Defender Security Center.
  • From there, check if there is a yellow exclamation icon in the Device performance and health section.
  • After that, click on the View report option and you might see Health Report that points towards Storage Capacity, Device Drivers, or Apps and Software which should give you an idea of what the root cause of the problem really is.

Option 3 – Try to run the Chkdsk utility

Running the CHKDSK utility might also help you resolve the INTERNAL_POWER_ERROR Blue Screen 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.

Option 4 – Try increasing the size of the Hibernation file

  • In the Cortana search box, type “command prompt” in the field, and from the search results that appear, right-click on Command Prompt and select “Run as administrator”.
  • Next, type in the following command and hit Enter to execute it:
powercfg /hibernate /size 100
  • Note that the default size of the Hibernation file is 75% and after executing the command, it should increase to 100%. Now exit Command Prompt and check if the problem’s now fixed or not.

Option 5 – Try to run the troubleshooters

Blue Screen Troubleshooter:

  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.

Performance Troubleshooter:

  • Tap the Win + R keys to open the Run dialog box.
  • Type “msdt.exe /id PerformanceDiagnostic” in the field and hit Enter to open the Performance troubleshooter.
  • Then click on Next to get started. Wait until the process is completed.

System Maintenance Troubleshooter:

  • Tap the Win + R keys to open the Run dialog box.
  • Type “msdt.exe /id MaintenanceDiagnostic” in the field and hit Enter to open the System Maintenance Troubleshooter.
  • After that, click on Next to start troubleshooting the problem and wait until it’s done then check if it fixes the problem or not.

Option 6 – Uninstall the programs you installed recently

Chances are, some programs that you just installed might be the one that’s causing the BSOD error. Thus, you need to uninstall the program to resolve the problem.
  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it.

Option 7 – Run Windows Defender offline

You also have the option to run Windows Defender offline and scan your computer to see if any malware has infected the computer and the one that’s causing the INTERNAL_POWER_ERROR Blue Screen Error.
Read More
Intel & MS fixed DRM issue with alder lake
Due to its hybrid core technology, the Alder Lake line of processors had some DRM issues with some game titles where DRM protection software detected hybrid core design switching via manager as a hack attempt and prevented the game from working properly. Over 50 titles were affected by this issue, now only 3 remain still affected but it is being worked on them so that can be also resolved. alder lake drmIntel says that the remedy to the issue for these games is the scroll lock fix which can be done so by enabling Legacy Game Compatibility mode from the BIOS of your motherboard. When running the said games, you can press scroll lock to park the E-cores on Intel's Alder Lake Desktop CPUs to get rid of DRM issues. Certain motherboard manufacturers such as MSI and Gigabyte have made this even easier through software tools with which you don't have to access the BIOS. All you need to do is select a button in the tool which works on both Windows 11 and Windows 10 operating systems and you will enable compatibility mode.
Read More
Fix Bugcode 0xA – IRQL_NOT_LESS_OR_EQUAL
Interrupts are designed so that the resource requests don’t get into a headlock when it comes to the hardware level. To simply put it, it is used to break a loop that never ends. Aside from that, developers also designed levels in order to prioritize interrupts. It is also known as “Interrupt Request Level” or IRQL. And if you suddenly encounter a “Bugcode 0xA –IRQL_NOT_LESS_OR_EQUAL” error, this means that a driver has accessed a memory location illegally while NT is operating at a specific IRQL. The Bugcode 0xA –IRQL_NOT_LESS_OR_EQUAL is a fatal driver coding error and as an end-user, there isn’t much that you can do to resolve it but if you’re a developer, then this means that your code is trying to access an invalid memory location. You could check on different parameters such as memory location that was referenced and code addressed which referenced memory. The technical parameters are:
  • a memory location that was referenced
  • IRQL at time of reference
  • 0 = read, 1 = write
  • code addressed which referenced memory
As mentioned earlier, if you are an end-user, there is nothing much that you can do to resolve this problem, but worry not for there are still possible solutions that could help you in fixing it. Refer to the suggestions laid out below to fix Bugcode 0xA –IRQL_NOT_LESS_OR_EQUAL error.

Option 1 – Try running the Hardware and Devices Troubleshooter

The first thing you can do to fix the problem is by running the Hardware Troubleshooter. Although it won’t make much of a difference, there’s still a possibility that it could automatically fix the problem. To use it, refer to these steps:
  • The first thing you need to do is click on Start and then on the gear-like icon to pull up the window for Settings.
  • After opening Settings, look for the Update and Security option and select it.
  • From there, go to the Troubleshoot option located on the left-hand side of the list.
  • Next, select Hardware and Devices from the list and open the Troubleshooter and run it. Once it is doing its job, wait for it to complete the process and then restart the system.
  • After the system restarts, check if the problem’s now fixed. If not, refer to the next option given below.

Option 2 – Try to update or rollback your device drivers

If the first option didn’t work for you, then it’s time to either update or roll back the 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.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
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 3 – Run the Memory Diagnostic Tool to check for Memory leaks

  • Tap the Win + R keys to open Run and type exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select the option, your PC will restart and check for memory-based issues. If it finds any issues, it will automatically fix them and if there’s no issue found, then it’s most likely not a memory-based issue so you should try the other options given below.
Read More
Windows 11 vs Windows 10: Main Differences

Still sitting on the fence about upgrading to Windows 11 because you don’t know what to expect? Interestingly, the new edition somehow manages to be both a total revamp and still very similar to its predecessor in many ways. It’s really something to experience for yourself.

We do want to give you a sneak peek, though. So here’s an overview of the biggest changes Windows 11 brings to the table.

What’s different in Windows 11?

1. Visual changes

The first thing anyone will notice after switching to Windows 11 is the striking visual difference. The entire interface is smoother, cleaner and more minimalistic than on Windows 10, even resembling the macOS in some instances.
Perhaps the most obvious change in appearance is the Start menu and Taskbar location, which is now at the bottom center. It’s actually very neat, but if you’re someone who loves familiarity, don’t worry, you can move it back to the left.

Centralized Taskbar and Start menu
Centralized Taskbar and Start menu

Moreover, you’ll notice that the Taskbar includes a Microsoft Teams icon by default (which you can, of course, remove) and that Live Tiles are gone. The News and Interests section has also been removed - or, shall we say, replaced. As opposed to Windows 10, news, weather forecasts and other information are now displayed as widgets.

To add to the cleanliness of the UI, Microsoft also enhanced the ‘Snap Layouts’ feature to help you better organize your windows and maximize screen real estate. It’s similar to app grouping on your smartphone. In Windows 10 this feature is slightly restricted, as it requires some manual resizing and dragging. In Windows 11, you can just hover over the minimize/maximize option on a window, select a layout and throw the windows in there. 

Snap Layouts
Snap Layouts

2. New accessibility features

Microsoft has certainly paid attention to accessibility with Windows 10, but Windows 11 takes this to a whole new level.

One of the ways Windows 11 has taken things up a notch is by adding the long-awaited ‘Live Captions’ feature and advanced Narrator options.

Live Captions apply both to media played on your PC as well as your own speech when you’re using the microphone. Keep in mind that, as with almost all kinds of subtitles, you have to be prepared for a potential delay. However, it’s barely noticeable and doesn’t take away from the usefulness of this awesome new feature whatsoever.

As for the Narrator, there are three new voice packs to choose from. Microsoft has tried to put emphasis on a more natural voice than we are used to. So, now you can choose between Aria, Jenny and Guy, who will read pretty much anything off your screen out loud. Aside from this, Microsoft has also expanded the list of braille displays supported by the Narrator feature. 
For users with anxiety or trouble concentrating, a welcomed addition is the Focus app, which is no longer part of the Clock app. It’s now separate and called ‘Focus Sessions’, automatically triggering the Do Not Disturb mode when activated. It blocks all pop-ups and flashes and lets you work in peace until you’re ready to switch it off.

3. Android apps

Android users may rejoice! Windows 11 supports the use of your favorite applications now. 

Microsoft has done this by integrating the Amazon Appstore to the Windows 11 Microsoft Store. From there, you can download your favorite Android apps and use them on your PC in a smartphone-like window.

Windows Subsystem for Android™️
Windows Subsystem for Android™️

Unfortunately not too many apps are supported at this time, but Microsoft is working on making the emulation possible for many more. Also, the option is only available in specific regions at this moment - check out if you’re one of the lucky ones.

4. Improved gaming performance

Avid gamers will be happy to hear that Microsoft has put some effort into streamlining Windows 11 for their gaming needs.

To give gamers a supreme visual experience, Windows 11 offers the ‘Auto HDR’ feature. As long as your monitor is HDR-compatible, this feature will automatically adjust the colors, brightness and contrast of games without any input from you. 

Another update is DirectStorage, which we were introduced to in Windows 10 already. In Windows 11, it’s been improved to tweak loading times and overall gaming performance efficiency even better. The predisposition for it to work optimally is that your device has an NVMe SSD. 

The Xbox Game Bar also helps gamers towards a smoother experience. It allows in-game screenshots, viewing processes that are running (similar to the Task Manager), monitoring the CPU and GPU performance and frame rate, integrating the Xbox App and more. There’s also a number of widgets you can now use with the Game Bar, for example the Spotify widget.

Xbox Game Bar
Xbox Game Bar

Another cool addition is the Xbox Game Pass, which unlocks hundreds of games to play on your Xbox App, with new additions coming in every month.

5. Smart App Control

Aside from a sleek new look and better accessibility for all users, Windows 11 also comes with a security power-up. Bear in mind that this feature is only available on clean Windows 11 installs. 

Smart App Control (SAC) is an AI-powered new feature designed to protect your PC from potential threats. It blocks untrustworthy apps and adware and helps detect potentially unwanted apps, maintaining your PC’s performance and keeping your system safe.

It comes with an ‘Evaluation’ mode, which you should definitely select when running SAC for the first time. That way, the app monitors your usage and assesses whether you’re a candidate for SAC. Some users need it to be on all the time, for others it might be too distracting. Evaluation mode will turn SAC on or off based on your usage.

Don’t disable SAC again unless you’re absolutely sure you don’t need it, since reenabling it will require a fresh install. We recommend you don’t turn it off, as it is a neat feature protecting your data and files from malware at all times.

Summary

Have we piqued your interest in trying Microsoft’s latest OS? It’s a pretty exciting new iteration, but we’ll let you find out for yourself. We hope you like it!

Read More
How to Fix Windows 10 Error Code 0xC004E003

What is Error Code 0xC004E003?

Error code 0xC004E003 almost always appears when there are damaged files in the Windows operating system. These files could be corrupt for a number of reasons and are usually a serious danger to the life of the computer system. These file errors may be caused by a number of things. Incomplete installation setup, incorrect deletion of hardware or utilities, or an unfinished file erasure. The trigger might also be in the event that the computer system is contaminated with a virus or adware or spyware, or even by the improper shut down of the computer. Any of these scenarios have the possibility to result in the removal or corruption of data of the Windows system data files.

The data system files that are damaged will give linked data and archives that are missing or wrongly linked. These are needed for the proper functioning of the software. This can also happen when or after installing third-party software that might have changed the system files. If it is suspected that a program installation will need to be stopped, it is best to let it run through the setup and then delete it later. While it installs, it is altering program files, and likely rearranging them. Stopping this in the middle can scramble files associated with the program and files vital to the usage of the computer.

Solution

Restoro box imageError Causes

This error will pop up after installing third-party software that has changed the system files. These system files are necessary to finish the activation process. A restore point will be necessary if it is ultimately determined that a system restore is necessary, to bring the computer back to the state it was in previous to the failed installation.

  • Error code “0xC004E003” appears and does not allow the system to continue the install.
  • The computer will not allow any further access or installation of the program.
  • The computer may crash.
  • The third-party program will not have installed completely or successfully.
  • The system will not start up correctly.
  • Personal files are corrupt or missing.

Further Information and Manual Repair

There are several steps that can be taken when the error code 0xC004E003 appears. It is helpful to know that this can occur from trying to install third party software. Going forward, do not attempt to install third-party software that is not trusted, and does not attempt to abruptly stop the third-party software from installing. This may cause the program to corrupt the files or delete important files. Recovering from this error can be easy if there is a recent restore point already backed up in the recovery portion of the system's files.

  • Method One

Run an error scan. The problem should be resolved after rebooting the computer once these steps have been completed.

  1. Download and save an error code fix utility.
  2. Setup the program and then click the Scan button.
  3. Click the Repair Errors button when the diagnostic has been completed successfully.
  4. Reboot the computer.
  • Method Two

Best when utilized by an expert.

  1. Start the system up and sign in as the admin.
  2. Click on Get Started, then select Programs, Accessories, Tools, and then System Restore.
  3. On the next screen, click on Restore my PC to an Earlier Period, and then click Next.
  4. Select the most recent system restore date within the drop-down menu of “select restore point”.
  5. Click Next.
  6. Click Next on the confirmation window.
  7. Reboot the system after the system has finished restoring.
  • Method Three

Another option for restoring. This method can be used by a novice.

  1. Right-click on the Start button, then select Control Panel.
  2. Look for the Control Panel for Recovery.
  3. Select Recovery, then Open System Restore, then Next.
  4. Choose the restore point right before the problematic installation.
  5. Click Next, click Finish.

NOTE: If there are no restore points available, the system recovery may not be turned on. To check this, go to Control Panel, and select Recovery. Configure System Restore, Configure. Then, select Turn on system protection. Having a current restore point for a computer ensures the ease of recovery if any problems with the computer arise.

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

Read More
How to remove BIOS password
BIOS is software that is running in a chip located on your motherboard, you can enter BIOS usually by hitting DEL once the computer is turned ON but this sometimes varies and it depends solely on the motherboard manufacturer. Inside BIOS you can configure your computer components and set up some other important things including passwords for BIOS itself or for the entire system. Password itself is meant to protect access to BIOS from other non-technical users or to prevent access to the system from other people if for example computer is in one household and you would like to be the only one having access to it. However, passwords can be forgotten, and sometimes you can even purchase a second-hand computer with a password on it. In this guide, we will lead you through ways on how to remove your BIOS password so you can regain access to your BIOS settings.
  1. Use Manufacturers master password

    Most motherboard manufacturers have built-in a couple of master passwords for BIOS access. If your motherboard has one you can easily find it on the manufacturer's website. Use the master password and remove other passwords inside BIOS, save and exit.
  2. Remove CMOS battery

    If you could not find the manufacturer's master password or your motherboard model does not have one remove the CMOS battery to reset BIOS. Note that this method will reset the whole BIOS not only the password. Open on side of your computer casing and locate the round battery on it, do not worry, there is only one battery so you can not make mistake. Remove the battery and leave it outside for around 20 to 30 minutes then place it back as it was, CMOS is reset now and you can access BIOS.
  3. Reset BIOS via jumper

    If you want to remove only the password and do not touch other BIOS setting you can locate the BIOS password reset jumper. How the location of this jumper and position is different from the motherboard to motherboard we can not cover them all here and it is advisable to read the manual or find information on the official manufacturer's website.
If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Recover or set a BIOS or UEFI Password
If you have been using Windows for quite some time now then you’re probably aware of the BIOS or UEFI password. This password lock is the one that ensures you enter the set password even before your Windows PC boots up. However, there’s just one downside with the BIOS or UEFI password – there is no recovery option, unlike your Microsoft account. Worry not though for this post will guide you on how you can set or recover a BIOS or UEFI password on your Windows computer. The BIOS or UEFI passwords are stored at the hardware level which means that unless the OEM wants or has configured a way to recover the password, it is pretty much impossible to reset it. There are times when they are so strict that the only way to get through it by contacting customer care. Note that any Windows computer with this lock can’t be unlocked by trying to reinstall Windows. In this post, you’re going to have to remove the CMOS battery temporarily, clear unknown BIOS/UEFI passwords using the bios-PW website as well as call customer care. For more details, refer to the options provided below.

Option 1 – Remove the CMOS battery temporarily

In case you didn’t know, every motherboard comes with a CMOS battery which helps the computer system to keep the clock ticking and in making sure that the BIOS settings are not lost when the computer is powered down. Every time a computer is turned on, the CMOS battery ensures that the information is available for the computer to boot up. So when you remove the CMOS battery temporarily, say about 30 seconds or a minute, the settings will be lost. There are some motherboards that are built-in ways that when you remove the battery for long, it will reset everything including the password for the BIOS or UEFI.

Option 2 – Clear the unknown BIOS or UEFI passwords using a bios-PW website

If the first option didn’t work, you can try using this BIOS Password website at http://bios-pw.org/ to clear the password.
  • When prompted by the BIOS, enter the wrong password a couple of times as doing so will lock you out of the system.
  • After that, you will see a new number or code on the screen which will include a message about System Disabled [XXXXX] Service TAG [YYYYY].
  • Next, open the BIOS Password website and enter the XXXXX code in it and make sure to tap the Shift + Enter keys or just enter.
  • Now it will open multiple unlock keys which you can use to clear out the BIOS or UEFI lock on your Windows PC.

Option 3 – Call the customer care

If the second option still didn’t work, you have to call customer care and follow their suggestions for they will walk you through fixing the problem using the service tag or might suggest that you visit a service center to make things easier for you. Note: You also have the option to set a BIOS or UEFI password. Although it isn’t recommended, you still can do it if you really want to. Remember that the BIOS or UEFI interface varies from OEM to OEM so you must find something related to either PASSWORD or SECURITY. You will have the following similar options:
  • Supervisor password – it’s the same as the master password that can change important system settings.
  • User password – with this password, any user can change minor settings.
  • Master password – you can use this password for a hard drive or as a general password.
There are several OEMs that offer micro-control where you have to enter the BIOS password. For instance, you’ll have the option to skip for a normal restart, or when you select a boot device while you might have to enter the password for unattended reboots or when your PC is powered on, etc. And if you are here to remove the password, you need to find a remove password option in the same section. You will be prompted to enter the set password once and if it’s correct, it will remove the BIOS password. After that, you have to save and exit the BIOS then restart your computer and check if the settings are properly applied.
Read More
Stopping automatic redirects in Browsers
As you know, the internet has changed the world immensely. Nowadays, JavaScript is pushing the modern web ahead. One of the things that make these experiences with the internet seamless and with less clutter is redirection. It is often used on web pages and there are times when a user is prompted about them and most of the time, we barely notice them. However, there are also instances when things can go wrong with redirects as they could become a loop that could mess things up. And since the browser takes a lot of system resources, redirection can result in a poor user experience. That’s why in this post, you will be guided on how you can stop these automatic redirects on browsers such as Microsoft Edge, Google Chrome, and Mozilla Firefox, on your Windows 10 computer. To get started, refer to each one of the options provided below to stop automatic redirects in Microsoft Edge, Google Chrome, and Mozilla Firefox.

Option 1 – Configure the browsers to stop pop-ups and deceptive contents

There are a lot of browsers with built-in settings that allow users to stop pop-ups and deceptive content. To configure these settings, refer to these steps:
  • Microsoft Edge:

    • Click on the three horizontal dots icon or the menu button.
    • Next, click on Settings and select Privacy & Security from the left side navigation.
    • After that, scroll down on the right-side panel and look for Block pop-ups and Windows Defender SmartScreen and then turn their toggle buttons to On.
  • Google Chrome:

    • Open Google Chrome and click on the three vertical dots icon for the menu located in the top right corner of the browser.
    • Next, click on Settings and scroll down until you see the Advanced option. Click on it to open the Advanced Settings.
    • Now scroll down until you reach the Privacy and Security section and look for the Safe browsing option and turn its toggle button to On.
  • Mozilla Firefox

    • Open Mozilla and click on the three horizontal lines icon for the menu button located in the top right corner of the browser and click on Options.
    • Next, go to the Settings section and click the Privacy & Security tab and scroll down and then click on Permissions.
    • From there, make sure that the Block pop-up windows checkbox is checked.
    • Finally, scroll down until you reach the Security section and make sure that the checkbox for the Block dangerous and deceptive content is checked.

Option 2 – Try to reset Winsock, TCP/IP & Flush DNS

To stop redirects, you can also reset Winsock and the TCP/IP as well as flush the DNS cache. 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.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.

Option 3 – Edit your Hosts File

  • Tap the Win + R keys to open then type in %WinDir% and then click OK.
  • Go to System32/drivers/etc.
  • Open the host file using Notepad.
  • Delete all the suspicious entries.
  • After that, save the changes you’ve made and close the file.
Read More
How to Fix Error 0x80073712 in Windows
There are times when system files get corrupted and if the Windows Update process finds the system’s integrity questionable, chances are, the update, upgrade or the installation may fail and you will only be getting an error code 0x80073712 instead of completing the process. The error code 0x80073712 indicates that a file needed by the Windows setup or the Windows Update is most likely missing or damaged. To resolve the problem, here are some suggestions you can try.

Option 1 – Try running 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 are 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:
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:RepairSourceWindows /LimitAccess

Option 2 – Try running the System File Checker

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files with good system files that might be causing the error 0x80073712. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.

Option 3 – Try running the Chkdsk utility

You can also try running the Chkdsk utility to resolve the Windows Update error 0x80073712. 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 commands listed below, and don’t forget to hit Enter right after you type in each one of them and if you have installed Windows to some different directory, you must replace “C” with the name of the drive you’ve installed Windows with.
  • chkdsk C: /r /x
  • chkdsk C: /f
Note: The Chkdsk function might take a while before it finishes its operations so you need to be patient and wait until the entire process is completed.

Option 4 – Try running the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the Windows Update error 0x80073712. 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.

Option 5 – Try running Microsoft’s online troubleshooter

You also have the option to run Microsoft’s online troubleshooter which could help you fix Windows Update errors.
Read More
Windows laptop turns off when unplugged
If your Windows 10 laptop suddenly turns off when you unplug its power cord, then you’ve come to the right place as this post will guide you on how you can fix this issue. One of the most common causes for this kind of issue is that there is some problem with your laptop’s battery. It is possible that it might have gone bad or has been damaged. However, this couldn’t be the case especially if the laptop is new. The problem could have something to do with the system settings, connections, laptop hardware, and so on. To fix it, there are various suggestions you can check out such as follows:

Option 1 – Perform a hard reset on your laptop

This option works in most cases when the laptop with a removable battery is charging slowly as it is plugged in constantly. Refer to the steps below to do a hard reset on your laptop.
  1. Switch off the power of your laptop.
  2. Disconnect your laptop’s charger and then remove the battery.
  3. Tap and hold the power button for at least 30 seconds – doing so will discharge the capacitors of the motherboard and reset the memory chips that were active constantly.
  4. Plug the battery back and then charge the laptop again.
Check if the problem is fixed, if not, proceed to the next option below.

Option 2 – Try to change the Power Options

  • Tap the Win + R keys to open the Run utility.
  • Then type “powercfg.cpl” and tap Enter to open the Power Options window.
  • Next, go to your selected power plan and click the “Change plan settings” option to open a new page.
  • From there, click on the “Change advanced power settings” option. This will open a new window where you can see various power consumption options.
  • Now on the next window that appears, click on “Change advanced power settings”. This will open another window where you have to expand the Processor power management > Maximum processor state.
  • Then change the value for On battery mode to 25% and enable Adaptive brightness.
  • Now shut down your computer and try to boot it with the power cord unplugged.

Option 3 – Try to run the Power troubleshooter

The next thing you can do is to run the Power troubleshooter. To do so, follow these steps:
  • Go to Settings and navigate to Update & Security > Troubleshoot.
  • After that, look for the “Power” option from the given list of built-in troubleshooters and click on it.
  • Next, click on the “Run the troubleshooter” button to run the Power troubleshooter.
  • Once the troubleshooter is done identifying the problems, follow the next on-screen instructions to resolve the problem.

Option 4 – Try to run the Power Efficiency Diagnostics Report

You could also try to run the Power Efficiency Diagnostics Report to fix the problem. This tool is helpful and will help you analyze the status of the battery but note that this can be quite overwhelming especially if you’re not well-versed in this matter.

Option 5 – Try to uninstall or reinstall the Battery driver

You might also want to uninstall or reinstall the battery driver as it can also resolve the problem. But before you start, you have to shut down your computer and remove the power chord as well as the battery. Once you’re done, follow these steps:
  • Plug the power cord and restart your computer.
  • Once your computer has restarted, tap the Win + R keys to open the Run utility and type “devmgmt.msc” in the field and tap Enter to open the Device Manager.
  • After that, look for the “Batteries” driver from the list of drivers and expand it.
  • Then right-click on the “Microsoft ACPI-Compliant System” driver and click on the “Uninstall device” option.
  • Once it’s done, restart shut down your computer and remove the power cord and then attach the battery.
  • Now attach the power chord again and restart your computer to automatically install the driver.

Option 6 – Try to update the BIOS

Updating the BIOS can help you fix the problem but as you know, BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “msinfo32” in the field and press Enter to open System Information.
  • From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
  • After that, you should see the developer and version of the BIOS installed on your PC.
  • Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
  • If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
  • Now double click on the downloaded file and install the new BIOS version on your computer.
  • Now restart your computer to apply the changes made.
Note: If updating the BIOS didn’t help, you might want to consider resetting it instead.
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