Logo

Fix UNEXPECTED STORE EXCEPTION in Windows 10

Blue Screen of Death or Stop errors are definitely one of the most difficult issues to face in your Windows computer. One of them is the UNEXPECTED STORE EXCEPTION BSOD error. When you encounter this Stop error on your Windows 10 computer, this means that the store component has caught an unexpected exception. There are many potential causes for this error, but we’ve narrowed it down to a few specific causes – for one, this error could be caused by your antivirus program installed on your computer, two, it could also be caused by outdated hardware drivers on your computer, it could also be an error in the file system as well as some issue with the lock screen app, or even output to an unexpected port. Whichever the cause may be, you can use a couple of fixes laid out below. Make sure to carefully follow them.

Option 1 – Try to update your Display driver

  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.

Note: You also have the option to go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.

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

If the problem is caused by corrupted system files, then you can use both the System File Checker and the DISM tool. To use them, follow the instructions below.

  • Tap the Win + X keys or right-click on the Start button and click the “Command Prompt (Admin)” option. Alternatively, you can also search for “cmd” in the Cortana search box and right-click on Command Prompt from the search results, and select the “Run as administrator” option.
  • After that, if a User Account Control prompt pops up, click on Yes to proceed.
  • Once the Command Prompt window is pulled up, type the following command and hit Enter:

DISM.exe /Online /Cleanup-image /Restorehealth

  • Wait for the process to be completed. Once it’s done, type the following command and hit Enter:

sfc /scannow

  • The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your PC.

Note: You should see the “Windows Resource Protection found corrupt files and successfully repaired them. Details are included in the CBS.Log %WinDir%LogsCBSCBS.log” message on your screen.

On the other hand, if you see the “Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log %WinDir%LogsCBSCBS.log” message instead, then you should run the following command in Command Prompt:

findstr /c:"[SR]" %windir%LogsCBSCBS.log >"%userprofile%Desktopsfclogs.txt"

The command you entered will open up the logs on your Desktop where you can look for files that are causing the error on your computer manually.

Option 3 – Disable Fast Start-up

If you want your computer to boot faster, then you might have enabled Fast Start-up. This feature is ideal for computers that are using a hard disk drive. However, turning on this feature also means that when the computer boots, it might lag some drivers that are loaded when it initially boots up. Thus, it might be the potential cause of the UNEXPECTED STORE EXCEPTION BSOD error. Thus, you need to disable Fast Start-up. To do that, follow these steps:

  • Boot your PC into Safe Mode.
  • Then tap the Win + R keys to open the Run dialog box.
  • Next, type in “control” to open Control Panel.
  • After that, select Hardware and Sound and click on Power Options.
  • Select “Choose what the power buttons do” from the left side menu pane and click on Change settings that are currently unavailable.
  • Afterward, uncheck the “Turn on fast startup (Recommended)” entry and click on Save Changes.
  • Now restart your PC for the changes to take effect and then check if the problem’s fixed afterward.

Option 4 – Try to run the Chkdsk utility

You can also run the Chkdsk utility to resolve the UNEXPECTED STORE EXCEPTION BSOD error. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the Chkdsk utility comes in. The Chkdsk utility repairs hard drive errors that might be causing the problem.

  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:

chkdsk /f /r

  • Wait for the process to be completed and then restart your computer.

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 DISM Error 1726 in Windows 10
What is DISM Error 1726? Every time you encounter some issues in your Windows 10 computer, especially when it comes to corrupted system files, you can always use the SFC scan and if the SFC can isn’t able to resolve the issue, there is also the DISM tool you can use which usually resolve the vast majority of system file corruption sufficiently. However, there are times when even the DISM commands experience issues as well. Such is the case with the 1726 error: “The remote procedure call failed”.

Some users reported that this DISM problem happens right before the process is supposed to end. According to experts, this error in DISM occurs due to any of the following reasons:

  1. A third-party program might have interrupted the DISM operation and is the one that triggered the 1726 error: “The remote procedure call failed”.
  2. The error could also pop up when there is a pending corruption repair. This usually happens when you tried to run a DISM command previously that was terminated manually or was halted because of some malfunction.
  3. Lastly, the error could also occur because the process that’s responsible for the procedure is disabled or was prevented from running.
Whichever the case is, here are some suggestions that might help you in resolving the 1726 error: “The remote procedure call failed”.

Option 1 – Try updating your PC to the latest Windows build available

Since the problem is specific to certain builds in Windows 10, you need to make sure that your computer is updated before you try other troubleshooting steps. Thus, follow the steps below to update your Windows 10 PC.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “ms-settings:windowsupdate” in the field and hit Enter to open the Windows Update screen.
  • After that, click on Check for Updates and then follow the next on-screen instructions to apply the latest Windows update.
  • Once the update has been installed, restart your PC and run the DISM command again and see if the problem is fixed.

Option 2 – Try to change the Startup Type of the Remote Procedure Call service

As stated early on, the error might also be caused by a disabled Remote Procedure Call service or RPC or that it might be prevented from running for some reason. In case you don’t know, RPC is the service control manager for both COM and DCOM servers and it’s responsible for performing object variation requests, exporting resolution as well as distributing collection for the servers. And so if the server is disabled, all programs that are using COM and DCOM including the DISM commands, will not function correctly. Thus, you need to make sure that the RPC service is scheduled to enable itself on every system boot. To do so, here’s what you have to do:
  • Tap the Win + R keys to open the Run dialog box.
  • Type “services.msc” in the field and hit Enter to open Services.
  • From there, scroll down until you see the Remote Procedure Call (RPC) service and then right-click on it and select Properties.
  • Then go to the General tab and change the drop-down menu next to Startup type to Automatic.
  • After that, click the Apply button and then OK to apply the changes made.
  • Restart your PC and run the DISM command once again at the next startup.

Option 3 – Try to modify the RpcSs registry key value

If the option didn’t work, you can also try enabling the RPC service using the Registry Editor. Before you proceed, make sure to create a System Restore point first and then follow the steps below afterward.
  • Tap the Win + R keys to open the Run dialog box.
  • Type “Regedit” in the field and hit Enter or click OK to open the Registry Editor. And if a User Account Control prompt appears, just click on Yes.
  • After that, navigate to this registry key: HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services RpcSs
  • After selecting the aforementioned registry key, go to the right pane and double-click on the Start value.
  • Next, change the Value data of start to 2 and click OK to save the changes made.
  • Exit the Registry Editor and restart your PC and check if the 1726 error in DISM has already been resolved or not.

Option 4 – Try to disable the Windows Search service temporarily

Some users also recommended disabling the Windows Search service for the meantime as it could be the one that’s interrupting the DISM process.
  • Tap the Win + R keys to open the Run dialog box.
  • In the field, type “services.msc” to open the Services window again and hit Enter to open it.
  • Next, scroll down over the services list and double-click on the Windows Update service.
  • Afterward, go to Windows Search properties and click the General tab and then click the Stop button to stop the service from running temporarily.
  • Now try running the DISM commands again and see if the problem’s fixed or not.
  • Restart the Windows Search service and then restart your PC as well.
Read More
Windows Updates failed to install, 0x80073701
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:
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:RepairSourceWindows /LimitAccess

Option 3 – Try to run 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 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:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your 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.
Read More
How to Fix Screen Flickering in Windows 10 Error

Screen flickering in Windows 10 - What Is It?

Screen flickering when you’re using Windows 10 is quite a common problem. It is often caused by apps that are not compatible with the operating system, or faulty display drivers.

There are a lot of possibilities for why this issue occurs. If you are one of the many users that encounter this kind of problem, you might want to check on your task manager to see if everything is working fine. One common sign that something wrong has happened is if the task manager flickers, as well. To fix this, you will need to update an app, uninstall an app, or update your display driver.

Solution

Restoro box imageError Causes

Common causes of the screen flickering when running on Windows 10 are software issues. This is most likely caused by the following:

  • Faulty display driver
  • You have an application installed that is not compatible with your operating system

Further Information and Manual Repair

In order to fix the issue of your screen flickering when you have Windows 10 as your operating system, follow these simple steps.

Note: It is very important to consult with an authorized computer technician if you are not highly confident in solving this issue by yourself. Furthermore, you can also use software to fix this problem.

  • The first method is by checking if your task manager is flickering. To open the task manager, all you have to do is right-click or press and hold the start button, then select task manager.

If you have confirmed that the task manager is the one causing the screen flickers, the display driver can possibly be your problem. To fix it, all you have to do is update your display driver.

How to update the display driver

  1. You have to reset your computer and boot it on Safe Mode.

      -In order to do this, you have to hold the Shift key while selecting Power>Restart. When your computer boots up, you will be greeted by a Choose an option screen. From there, you have to select Troubleshoot, then Advanced Options, then Startup Settings, and then Restart. When your computer restarts, select 4 or hit the F4 key to enter into Safe Mode.

  1. When your computer finally boots up in Safe Mode, right-click or press and hold the Start button. From there, click Device Manager.
  1. From the Device Manager screen, you have to expand the Display Drivers section, right-click on the driver that might be causing the problem then select Uninstall. Don’t forget to tick the Delete the driver software for this device box, press the OK button, and then restart your computer.

            - When you have two, or more, drivers installed on your computer, all you have to do is disable the other drivers. You can do this by right-clicking on the driver in the Device Manager and click the Yes box next to disable. Shut down your PC after this, disconnect the installation, and boot your computer back on.

  1. When your PC boots up after the restart, click on the Start button then click on Settings.
  1. You need to go to Update & Security, then Windows Update, and then check for updates.

            - If you are using multiple drivers and this technique doesn’t work, repeat the process in Step 3 and try to disable a different driver.

Remove an incompatible app

There are two ways to remove an incompatible app to fix the issue of a screen flicker on Windows 10. Apps like Norton AV, iCloud, and IDT Audio are usually the ones causing the problem. Uninstalling these apps could solve the problem. Uninstall the apps by using the methods below:

First Solution: Uninstall an app in Settings

  1. Click Start, and then click Settings.
  2. Click on System, and then click on Apps & Features.
  3. A window will pop up and from there you will need to select the application you wish to uninstall. Click the app, and then click uninstall. Follow the screen prompt to fully uninstall the program.

Second Solution: Uninstall an app in the Start Menu

  1. Click Start, and then click All Apps.
  2. Look for the application you will need to uninstall, right-click the said app, and then click Uninstall. Follow the screen prompt to fully uninstall the program.
[/section]
Read More
Step By Step Guide to Fixing Regsvr32.exe Error On Windows

What is Regsvr32.exe Error?

Regsvr32 (Microsoft Register Server) is a command-line utility in Microsoft Windows Operating System. This is used for registering and unregistering OLE controls such as ActiveX controls and DLLs in the Windows Registry. This is executed as Regsvr32.exe.  The filename extension .exe is the abbreviation for executable.   It is installed in the %systemroot%System32 folder in Windows XP and new Windows versions. The Regsvr32.exe is an error that occurs when you attempt to run Regsvr32.exe to register a 32 bit DLL (Dynamic Link Library) on a 64-bit version of Windows. The error message is displayed as the following:
  • Filename.dll is not an executable file and no registration helper is registered for this file type.
  • Unrecognized flag: /invalid_flag
  • No DLL name specified
  • Dll_Name is not an executable file and no registration helper is registered for this file type.
  • The module "%1" failed to load.

Solution

Restoro box imageError Causes

There are multiple causes for the Regsvr32.exe error code. These include:
  • Invalid entry (command) path
  • Active X control errors
  • Missing or Damaged .dll files
  • Viral infection (Trojans) (.exe can easily get infected by viruses)
  • Registry issues
If you come across the Regsvr32.exe error code, it is advisable to repair it immediately before the damage sets in. Since this may occur due to viral infection, it can pose privacy and data security risks to your PC.

Further Information and Manual Repair

Here are solutions that you can implement to resolve the Regsvr32.exe error code on your system:
  1. If an invalid entry point is the cause of the error, then simply open an elevated command prompt. If the 32-bit DLL is in the %systemroot%System32 folder, then move it to the %systemroot%SysWoW64 folder. After that run the following command: %systemroot%SysWoW64regsvr32 <full path of the DLL>. This will help resolve the Regsvr32.exe error.
  2. If the cause of the error is a viral infection, then you will need to run a powerful antivirus to detect and remove viruses from your system to resolve the Regsvr32.exe error on your system.
  3. Nonetheless, if the causes for Regsvr32.exe are either Active X controls or registry corruption, then you will need to scan your computer with different tools to resolve each issue separately.
This can be time-consuming and too many program installations at one time can also slow down your system’s performance. This means you’ll also have to compromise on your PC’s speed.

Repair Regsvr32.exe Error With Restoro

To avoid all this hassle yet repair the Regsvr32.exe error, download Restoro. This is a multi-functional and innovative PC repair tool deployed with multiple utilities in one program including features like a registry cleaner and an Active X controls error fixer. It also functions as a system optimizer. It is a one-stop solution for all your PC-related errors including the Regsvr32.dll error. It is safe, efficient, and user-friendly. It is compatible with all Windows versions. When the RAM overloads it leads to damaged dlls and registry corruption. The registry cleaner utility repairs the damaged dll files and the corrupt registry. It wipes out all the unnecessary files cluttering the RAM including the junk files, invalid registry entries, and temporary files. Restoro also has an Active X controls scanning utility. This utility can be of great use if the Regsvr32.exe error is triggered by Active X control-related issues. Click here to download Restoro and resolve Regsvr32.exe on your computer right away.
Read More
Can’t drag and drop files or folders
Why Can’t drag and drop files or folders happens? In case you don’t know, there is a feature in Windows 10 called drag and drop that can help you move or copy files or even folders from one location to another. This feature is useful and can help you move or copy folders and files easier and quicker. However, if you encounter some problem while using this feature, worry not for this post will guide you on what you can do to resolve the problem. There are several suggestions you can check out to fix the problem. You can try to simply tap the Esc key or you could also troubleshoot the problem in a Clean Boot State. Aside from that, changing the drag height and width or disabling the User Account Control via Registry Editor might also help. For more details, refer to the instructions laid out below.

Option 1 – Try to tap the Esc key

According to some users who experienced the same dilemma, by simply tapping the Esc key, they were able to resolve the problem. All they did was tap the Esc key before they drag and drop the folder or files. Thus, you can try doing the same thing as it might also work for you. After you tap the Esc key, you have to check all the background applications and if you see some that could be related to the hotkeys or keyboard, you might have to disable or remove them. Once done, check if the problem is fixed or not.

Option 2 – Try troubleshooting the problem in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the reason why you’re having trouble using the drag and drop feature in Windows 10. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” checkbox and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And to configure Windows to use the usual startup, just simply undo the changes.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.

Option 3 – Try changing the drag height and width

The next thing you can do to resolve the issue is to try changing drag height and width by following these steps:
  • Tap the Win + R keys to launch the Run utility and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry key: HKEY_CURRENT_USERControl PanelDesktop
  • From there, choose to modify both the “DragHeight” and “DragWidth” located on the right pane.
  • After that, change the value to a very high number. Note that these values are nothing but pixel size to drag and drop folders or files.

Option 4 – Try disabling the User Account Control or UAC via Registry Editor

  • Tap the Win + R keys to launch the Run utility and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • After that, navigate to this registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem
  • From this path, modify the value of “EnableLUA” from 1 to 0. This should disable the UAC in your Windows 10 computer.
Read More
Error 1753 Demystified & The Quickest Fix Ever!

Error 1753 - What is it?

Error 1753 is an RPC endpoint mapper error code. This code is typically displayed as "EPT_S_NOT_REGISTERED" or sometimes as the hexadecimal value 0x6D9.  Error 1735 indicates that there are no more endpoints available from the endpoint mapper. To understand this better, basically, RPC is an inter-process communication (IPC) method. This is used by clients and servers for communication purposes. RPC is used by programs to execute programs on a server computer. The perfect example of this is Microsoft Outlook. You communicate with Microsoft Exchange Server using RPC. This enables you to send and receive emails. When you use Microsoft Outlook to send emails, your computer sends a message to the server computer in an obscure coding. The server responds to your computer with another message that contains the results of the executed program. This is all being carried at the backend of the running program. Integral to this is the endpoint. The endpoint includes the name, port, or a group of ports on a computer that is monitored by the server for incoming client requests. This is a network-specific address to be precise. The endpoint mapper is the part of the RPC subsystem that is responsible for dynamically assigning endpoints to the server. When this function fails it leads to error 1753 message display. It shows that RPC service is not available.

Solution

Restoro box imageError Causes

The error code 1753 indicating RPC endpoint mapper service failure is triggered due to multiple reasons. These include:
  • Windows registry damage and corruption
  • Malfunctioning of the hardware
  • Spyware intrusion or viral infections
  • Device driver conflicts

Further Information and Manual Repair

This error code may cause a great deal of inconvenience to execute programs that are dependent on the server. It can lower your productivity and performance. To avoid the hassle, it is advisable to repair the error 1753 immediately. The best way to resolve this error 1753 in seconds is to download Restoro. By using this repair tool, you can fix the error right away for free without paying hundreds of dollars to a professional expert. Restoro is a new and innovative PC fixer integrated with an automated algorithm and intuitive technology that enables users to sit back and relax while Restoro runs on the system and detects all PC-related issues in the shortest time. In just a few clicks you can resolve even the mightiest PC issues like the error code 1753 RPC endpoint mapper problem and resume back to the program in no time.

Why Restoro

It is efficient and user-friendly. Restoro can be used by users of all levels so even if this is your first experience using a repair tool, you don’t have to worry. To operate it, you don’t have to be a computer programmer or have sound technical expertise. It is simple and very easy to use. The layout is simple and neat complimented nicely with easy navigation and a sophisticated user interface. Restoro is a high and multi-functional error tool embedded with powerful, performance-driven, and value-adding utilities, all in one. So, whether the error code 1753 is triggered due to a viral infection on your system or registry corruption, you don’t have to look for different tools to resolve the error, simply run Restoro to fix the issue right away. Restoro includes a dynamic registry cleaner that detects all registry issues and wipes out the clutter from the hard disk like junk files, internet history, and invalid entries which is by the way the number cause for registry corruption leading to error 1753. It clears up disk space and RAM and repairs the misconfigured system files and corrupt registry in seconds thus resolving error 1753. Restoro also functions as a system optimizer thus boosting the speed and performance of your PC massively and reducing boot time. In addition to this, it also has a backup feature.  This tool is embedded for safety purposes. This feature enables you to create backup files on your PC before you start system repair. This helps you recover data in the event of data loss during system repair. To get started:
  • Click here to download and install Restoro on your system
  • After installation, run it to scan for errors like 1753
  • Now press the repair tab to resolve
Read More
Recent Items aren't visible under Taskbar
In this post, you will be guided on what to do if the Recent Items are no longer visible in the Taskbar icons in Windows 10. This can be quite inconvenient especially if you work simultaneously on many files and documents together and would require you to visit them regularly to incorporate changes. Thus, if you find that the Recent items are not visible in the Windows Taskbar, read on. In order for the Recent Items to appear on the taskbar icons in Windows 10 again, there are four potential fixes you can check out. You can try to show the recently opened items via Settings or clear the cache of the recent items. You could also make some changes in the Windows Registry or use the Group Policy Editor. But before you proceed with these potential fixes, it’s best if you create a System Restore Point first just in case something goes wrong after you made changes in the system. The System Restore Point allows you to undo these changes and bring back the previous state of your computer. Thus, you need to create one and then carefully follow the given options below.

Option 1 – Show the recently opened items via Settings

The first thing you can do to fix the problem is to show the recently opened items through the Settings app.
  • Open the Settings app and select Personalization.
  • From there, select the Start option and scroll down until you see the “Show recently opened items in Jump Lists on Start or the taskbar” option.
  • Make sure that its toggle button is turned on.

Option 2 – Try to clear the Recent Items cache

  • Tap the Win + E keys to open File Explorer.
  • Next, copy and paste this link on the address bar: %AppData%Microsoftwindowsrecentautomaticdestinations
  • Once you’re in the given location, you should see multiple files. Now select all these files and completely delete them.
Note: These files are automatically recreated when you interact with the system like performing tasks such as opening apps or accessing files.
  • After that, go to this next location: %AppData%Microsoftwindowsrecentcustomdestinations
  • Once there, delete all of its files and restart your computer. This should resolve the problem.

Option 3 – Try making changes via Registry Editor

The next thing you can do to fix the problem is to apply some tweaks in the Registry by following these steps:
  • 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.
  • Next, navigate to this registry sub-path: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion
  • From there, select the Policies Explorer folder located in the left pane.
  • Then move to the right pane and look for the “NoRecentDocsHistory” entry and right-click on it.
  • Now delete this entry.
Note: This entry is the one that stores the Group Policy setting for “Do not keep the history of recently opened documents. The Group Policy adds this entry to the registry with a value of 1 if you enable the “Do not keep the history of recently opened documents” policy. On the other hand, if you disable the policy by setting it to “Not configured” or deleting it, the Group Policy will delete the entry from the registry, and the system will act as though the value is 0 – for instance, it keeps the history of the recently opened files in your computer.

Option 4 – Try to use the Group Policy Editor

  • Tap the Win + R keys to open the Run utility and type “gpedit.msc” in the field and tap Enter to launch the Group Policy Editor.
  • Next, navigate to User Configuration > Administrative Templates > Start Menu and Taskbar.
  • Afterward, double click on the “Do not keep a history of recently opened documents” policy located on the right panel. This is the policy that lets you enable or disable recent items and frequent places.
  • Now to enable the recent items, as well as the frequent places, feature, click on the “Disabled” or the “Not Configured” option.
  • Once you’re done, close the Group Policy Editor and restart your PC.
Note: If you choose to enable this setting, the system and Windows programs will not create shortcuts to documents opened while the setting is in effect. Aside from that, they also stay but won’t display the existing document shortcuts and the system will empty the Recent Items menu on the Start menu and the Windows programs won’t also display shortcuts in the Start Menu. In addition, the Taskbar won’t also show the recently opened or frequently used folders, files, or websites.
Read More
TeamViewer stuck on Initializing Display
One of the popular tools that allow a user to offer or obtain remote assistance on a computer is the TeamViewer. It is available on all the major computer and mobile platforms which makes it a lot useful to every kind of user, even on the go. If you are one of the users who frequently use TeamViewer, then you must be familiar with this one sentence that states, “Initializing display parameters”. In common cases, this sentence will appear for a second and load the other user’s screen. However, some users reported that TeamViewer gets stuck on that stage and did not move ahead even a bit. If you experience the same problem, read on as this post will guide you in fixing this issue with TeamViewer on your Windows 10 computer. At the time of writing, the cause of this issue is still unclear. It could be due to the quality of internet connection, conflicts in process, misconfiguration of Remote Access, and many more. To fix this issue, you can try to update TeamViewer for both the users or have it reinstalled with Unattended Remote Access, or reconfigure the Remote Access. You can also try to kill any conflicting processes or optimize your internet connection. For more details, refer to the given options below.

Option 1 – Reboot your router

The first thing you can try to do to fix the error is to simply restart your router. All you need to do is reboot the router from its Admin panel or you can also turn it off manually and turn it back on after a couple of seconds so that it can completely reboot. Once you’re done, try accessing your server again and see if the error is now fixed.

Option 2 – Try to update TeamViewer on both users’ end

You might have to update the TeamViewer on both ends and to do that, you need to start the TeamViewer installer again. Once it is installed, run the program and click on the Help option in the Menu ribbon and then select the “Check for updates…” option. If an update is found, you will be notified within a couple of seconds through a pop-up mini window. From there, click on Update and then follow the next onscreen instructions that appear and choose your TeamViewer version to update.

Option 3 – Try reinstalling TeamViewer via the Unattended Remote Access

If the first two given options didn’t work, you might have to reinstall TeamViewer from the Windows 10 Settings app or Control Panel.
  • Tap the Win + R keys to launch the Run utility and type “regedit” in the field and hit Enter to open the Registry Editor.
  • Here, navigate to this registry key: Computer HKEY_LOCAL_MACHINE SOFTWARE Wow6432Node TeamViewer
  • Next, look for the TeamViewer key and right-click on it, and select Delete.
  • After that, restart your PC to apply the changes made and then start TeamViewer again, and then click on Connection > Open Management Console.
  • Then sign in or sign up to get registered and select the Add new device radio button under Add > Add computer located on the top-right corner and then select the Download now option.
  • Now follow the next onscreen instructions that appear to complete the installation and then check if it fixes the problem or not.

Option 4 – Try reconfiguring the Remote Access

You can also try to reconfigure Remote Access in case there is some misconfiguration that might have caused the problem with TeamViewer.
  • On your Desktop, right-click on This PC and click on Properties.
  • Next, go to the left side of the navigation panel and click on Remote Settings.
  • From there, make sure that the “Allow Remote Assistance Connections to this computer” checkbox is checked under the Remote Assistance section.
  • Once done, click on the Advanced button. This will open a new mini window where you’ll have to check the “Allow this computer to be controlled remotely” option under the Remote Control section.
  • Then click on OK and see if it fixed the problem.

Option 5 – Try to kill any conflicting processes

  • Tap the Ctrl + Shift + Esc key combination to open the Task Manager.
  • Then navigate to the Processes tab and right-click on the BGInfo process.
  • Now select the End Task option to kill its process and then start TeamViewer again and check if the problem is resolved.

Option 6 – Try to optimize the quality of connection

You need to take care of two things under this option – first, you have to disable the loading of the Wallpaper of the computer which is the one that you’re trying to access remotely. To do that, you have to select the Extras menu from the menu ribbon and then select Options. And under the Remote Control section, check the “Remove remote wallpaper” option. The next thing you have to do is to optimize the quality for the speed by selecting the “Optimize Speed” for the menu of Quality still under the Remote Control section.
Read More
Disabling File Grouping in Explorer in Windows
Browsing your files on a computer seamlessly is made possible by the File Explorer in Windows 10 as it provides users with a great sense of customization for both listing and performing operations on a file. You have the option to arrange the folders and files being browsed by their name, type, date, size, and so on. Moreover, files that share a common attribute can be also be grouped accordingly using the grouping feature. However, there are times when instead of helping, it causes some problems for some users. This is why in this post, you will be guided on how you can disable the File Grouping feature in the File Explorer in Windows 10. There are two methods you need to consider in disabling the File Grouping feature in Windows 10. First, you can disable it for only one folder or you can disable it for all the folders on your computer. For more details, follow the instructions given below.

Option 1 – Disable File Grouping in only one folder

This first option is relatively straightforward and simple which will work if you only want to disable File Grouping in one folder.
  • First, open File Explorer, and go to the folder you want to disable File Grouping.
  • Next, right-click anywhere on that folder.
  • And then select Group by > None. This will disable File Grouping for only that particular folder.

Option 2 – Disable File Grouping in all the folders

If you wish to disable File Grouping in all the folders on your computer, then you need to follow this option. If you have already tried the first one, then continue with the given steps below.
  • Tap the Alt + V key combination.
  • Then tap the Alt + Y keys and then tap Alt + O keys.
  • After that, navigate to the View tab, and under the Folder views section, select Apply to Folders.
  • Now click on the Apply and OK buttons to save the changes made. This will disable File Grouping in all the folders listed in the File Explorer.
Read More
New vulnerability found in Windows
Windows users need to be on high alert. Microsoft has confirmed a critical vulnerability has been found in all versions of Windows which presents an immediate threat, and you need to act now. A critical new zero-day hack has been found which affects all Windows versions. windows vulnerabilityTracked as CVE-2021-34484, the “zero-day” flaw enables hackers to breach all versions of Windows (including Windows 10, Windows 11, and Windows Server 2022) and take control of your computer. Microsoft mistakenly thought it had patched the vulnerability (which was first found in August) when it was publicly disclosed in October. But the fix itself was found to be flawed, something the company admitted, and this drew even more attention to the vulnerability. Microsoft subsequently promised to “take appropriate action to keep customers protected” but two weeks later, a new fix has still not arrived. Luckily the third-party security specialist 0patch has beaten Microsoft to the punch with a ‘micropatch that it has now made available for all Windows users “Micropatches for this vulnerability will be free until Microsoft has issued an official fix," 0patch confirmed. You will need to register for a 0patch account and install its download agent before the fix can be applied, but with 0patch fast becoming a go-to destination for hot fixes which beat software companies to the punch this is a no brainer. Hopes will be high that Microsoft can release an effective patch sooner rather than later but, until then, all Windows users must act now if they want to be safe. Download 0patch here: https://blog.0patch.com/2021/11/micropatching-incompletely-patched.html
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