Logo

Troubleshooting Epic Games Launcher issues

If you are having trouble using the Epic Games Launcher, here are some troubleshooting steps that usually fix common problems.


Check the Epic Games server status

Check the Epic Games Server Status page to make sure all systems are operational. If the Epic Games Launcher is affected by an outage or system-wide issue, your issue may be fixed when the outage is resolved.


Clear your launcher’s webcache

Clearing the webcache often resolves display issues that may prevent you from using the launcher. Follow these steps to clear your webcache:

Windows

  1. Exit the Epic Games Launcher by right-clicking the system tray icon in the bottom-right corner, and then clicking Exit.
  2. Press Windows key + R, type “%localappdata%”, and then press Enter to open a File Explorer window.
  3. Open the Epic Games Launcher folder.
  4. Open the Saved folder.
  5. Click the webcache folder, and then delete it.
  6. Restart your computer, and then relaunch the Epic Games Launcher.

Mac

  1. Exit the Epic Games Launcher.
  2. Open Finder.
  3. Click on Go then Go to Folder...
  4. Type ~/Library/Caches/com.epicgames.EpicGamesLauncher and press Enter.
  5. Drag the webcache folder to the Trash.
  6. Press control and click on Trash.
  7. Click on Empty Trash.
  8. Relaunch the Epic Games Launcher.

Run the launcher as an administrator

Running the launcher as an administrator elevates its permissions so it can avoid problems with downloading games, for example. Follow these steps to run the launcher as an administrator:

  1. Right-click your Epic Games Launcher shortcut.
  2. Click Run as Administrator.

Update graphics card drivers

Making sure the player is using the latest graphics card drivers may resolve the launcher crashing. Review this article for steps on how to do update their graphics drivers.


Reinstall the Epic Games Launcher

Note: The following process will remove all of your installed games.

On Windows: 

Run system file checker then reinstall the Epic Games Launcher.

  1. Close the Epic Games launcher by right-clicking the system tray icon in the bottom right corner and then clicking Exit.
  2. Click Start.
  3. Type "cmd", right-click Command Prompt, and then click Run as administrator.
  4. In the window that opens, type "sfc /scannow", and then press Enter. 
    This may take a little while.
  5. Restart your computer.
  6. Click Start.
  7. Type "Add or Remove Programs", and then press Enter.
  8. Select Epic Games Launcher from the list of programs.
  9. Click Uninstall.
  10. Go to www.epicgames.com and click Get Epic Games in the top right corner to download the latest installer.

On Mac:

  1. Close the Epic Games Launcher.
  2. Verify there are no processes associated with the Epic Games Launcher by checking Activity Monitor.
  3. Open the Applications folder.
  4. Click and drag the Epic Games Launcher application to the Trash.
  5. Verify all the following directories no longer have any Epic Games Launcher folders or files:
    • ~/Library/Application Support
    • ~/Library/Caches
    • ~/Library/Preferences
    • ~/Library/Logs
    • ~/Library/Cookies
  6. Go to www.epicgames.com and click Get Epic Games in the top right corner to download the latest installer.

Launcher freezing on macOS 10.15.1 or earlier

If your launcher is freezing on macOS 10.15.1 or earlier, follow the steps above to reinstall the Epic Games Launcher on your Mac.


Verify system requirements

Make sure your computer meets the system requirements to run the Epic Games Launcher using this article here. The system requirements for the Epic Games Launcher are here.


Blinking Epic Games Launcher icon on the taskbar

If you can't start the Epic Games Launcher and see a blinking icon on your taskbar, use these steps to try and fix this:

  1. Right-click your Epic Games Launcher shortcut.
  2. Click Properties.
  3. Select Normal Window from the drop-down menu next to Run.
  4. Click the Compatibility tab.
  5. Uncheck any boxes, and then click Apply then OK.
  6. Click Start, then type "Graphics Settings" and press Enter.
  7. Select Classic app from the drop-down under Graphics performance preference.
  8. Click Browse.
  9. Navigate to the Epic Games Launcher installation directory.
    By default, this is C:/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win64.
  10. Click the EpicGamesLauncher.exe file, and then click Add.
  11. Click Options.
  12. Select Power Saving.
  13. Click Save.
  14. Relaunch the Epic Games Launcher.

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

Fix DLL is not designed to run on Windows
As you know, DLL files in the Windows environment contain all the code needed by programs in order to properly function. And like with most other software, the functions in the DLL file have to be compatible with Windows especially if they are using any built-in service. So if you encounter an error that says, “DLL is either not designed to run on Windows or it contains an error”, when you try to launch a program, then this could be due to a compatibility issue. To fix this error, read on as this post will walk you through doing that. Based on the reports of users who encountered this error, the error pointed to a DLL file that was either designed to run on a different version of Windows. It is also possible that the DLL file itself is the problem. Here’s the complete error message:
“Bad Image – DLL file is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.”
According to security experts, the DLL files that are known to trigger this kind of error message are msvcr100.dll, msvcr110.dll, msvcp140.dll, lmirfsclientnp.dll, and so on. To fix this problem, you can try to update or reinstall the program that’s throwing the error to its latest version. You could also ask the vendor for the latest version of the DLL as well as run a System File Checker scan.

Option 1 – Try to update or reinstall the program to its latest version

The first thing you can do to fix the problem is to update or reinstall the program that’s throwing the error. It is possible that the version of DLL might be using a system call that is deprecated. So if you had updated your Windows 10 computer recently, you might want to check for an update of the software or you could also try to reinstall its latest version.

Option 2 – Try asking the vendor for the latest version of the DLL

The next thing you can do to fix the error is to ask for the latest version of DLL from the vendor. There are times when the software uses an open-source version of DLL so it is better if you ask the vendor if there is a DLL file that has to be updated. If there is, then you need to make sure to register the DLL once you have it.

Option 3 – Try to re-register the problematic DLL file

You can also try to re-register the DLL to resolve the problem. The Regsvr32 tool is a command-line utility that can be used to register and unregister OLE controls like DLL and ActiveX (OCX) controls in the Windows operating system. Follow the steps below to use it.
  • Open Command Prompt as admin from the WinX menu.
  • Next, type the following commands in the elevated Command Prompt and hit Enter to execute the command. This will re-register the affected DLL file using the Windows operating system tool, regsvr32.exe.
    • exe /[DLL file]
    • exe [DLL file]
Note: Replace “[DLL file]” with the name of the DLL file that was pointed out in the error.
  • After you execute the given commands, you should see a message saying, “DllRegisterServer in vbscript.dll succeeded” if the Regsvr32 tool was able to run successfully. After that, try to install the program again and see if it now works.

Option 4 – Try to replace the DLL file from a trusted source

  • First, you need to get the new DLL file from another computer with preferably the same file version number.
  • After that, you need to boot your PC into Safe Mode and navigate to the paths listed below and then replace the file using a USB drive or other external storage devices.
    • x86: This PC > C:/Windows/System32
    • x64: This PC > C:/Windows/SysWOW64
  • Next, type “cmd” in the Cortana search box and right-click on Command Prompt, and select “Run as administrator” to open it with administrator privileges.
  • Now type the “regsvr32 ntdll.dll” command and hit Enter.
  • Restart your PC and check if the error is now fixed.

Option 5 – Run System File Checker scan

If reinstalling the program didn’t work, you can also try running the System File Checker or SFC scan to fix the error. System File Checker is a command utility built into your computer that helps restore corrupted files and missing files. Refer to the following steps to run it:
  • Hit the Win + R keys 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.
 Reboot your computer.

Option 6 – Troubleshoot the isDone.dll error in a Clean Boot State

You can also troubleshoot the “DLL is either not designed to run on Windows or it contains an error” in a Clean Boot state. It could be that there are some third-party applications in your computer that are preventing the application from getting installed and to isolate this possibility, you need to boot your computer in a Clean Boot State and then try installing the program again. Putting your computer in this state can help you identify which program is the culprit and thus isolates the problem. In a Clean Boot state, your computer will start using only the pre-selected minimal set of drivers and startup programs. Note that you have to disable and enable one process at a time.
  • 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” check box 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 configure Windows to use the usual startup, just simply undo the changes.)
  • After you’ve set your computer into a Clean Boot State, make sure that you’re signed in as administrator and then try to install the application again.

Option 7 – Try scanning your computer using Windows Defender

The DLL file might also be infected with malware or virus and to eliminate it which could explain why you’re getting the “DLL is either not designed to run on Windows or it contains an error”. Thus, you have to scan your computer using security programs like Windows Defender.
  • Tap the Win + I keys to open Update & Security.
  • Then click on the Windows Security option and open Windows Defender Security Center.
  • Next, click on Virus & threat protection > Run a new advanced scan.
  • Now make sure that Full Scan is selected from the menu and then click the Scan Now button to get started.
Read More
How to Fix Windows 8 Error Code 0x8007007e

Error Code 0x8007007e – What is it?

Error code 0x8007007e occurs in Windows 8 or 8.1 when users attempt to, but fail to successfully use Windows Update. When this occurs, Windows 8 or 8.1 users will not be able to access updates or certain web pages. This error manifests itself via the following common symptoms:

  • Inability to complete tasks via Windows Update
  • Message box displaying error code 0x8007007e message

Solution

Restoro box imageError Causes

Error code 0x8007007e is usually caused by a malfunction within your system. This malfunction may be due to several issues such as malware on your device, or the accidental removal of a registry entry or system file.

Further Information and Manual Repair

To correct issues related to error code 0x8007007e in Windows 8.1, users may need to employ one or several manual repair methods. Users will not necessarily need technical skills to accomplish this task. However, if you are uncertain of your skills or you are unable to resolve the issue after completing the tasks below, consult a Windows repair technician or use an automated tool.

Method one: System File Checker

System File Checker (SFC) enables users to check their system for corrupt or missing system files. You will need to use Command Prompt. To access System File Checker on Windows 8 or 8.1, follow the instructions below.

  • Step one: Tap or use the mouse to click Search
  • Step two: Type Command Prompt in the Search box
  • Step three: Select Command Prompt, and then click Run as administrator
  • Step four: Type password if prompted by Command Prompt to do so or simply click Allow

Whether you run Windows 8 or 8.1 operating system on your computer, System File Checker will begin to find and repair missing or corrupted system files. If, however, you are unable to successfully complete the task via Command Prompt, repeat the steps above. You may also consider help from a professional or simply move to the next manual repair method listed below.

Method two: Perform a Clean Boot

A Clean Boot will help users determine if error code 0x8007007e in Windows 8.1 is caused by a problem associated with startup programs. Problems may arise when there is conflict among programs that run in the background when users turn on their device. To run a clean boot, follow the steps below:
  • Step one: Click the Start button and type msconfig in the search box
  • Step two: Click Services tab
  • Step three: Click Hide all Microsoft Services box then select Disable All
  • Step four: Click Startup tab
  • Step five: Select Disable All, then OK
  • Step six: Restart the computer then check if you can now update the system

If the Clean Boot is successful, you will be able to successfully update your system without receiving error code 0x8007007e. However, if the error code reappears while you attempt to access updates or web pages, proceed to the next manual repair method below.

Method three: Scan for Malware

Since error code 0x8007007e in Windows 8 or 8.1 can be caused by issues related to malware, it’s important for users to check their system using a powerful antivirus or anti-malware software. If you do not have one on your system, you will need to download such software as soon as possible.

Once you have the software on your PC, run a scan to check if your computer has been infected. If malware is indeed on your device, remove it using the anti-malware tool.

Method four: Run System Restore Tool

Another effective manual repair method relates to System Restore. This tool enables Windows users to restore their computer to an earlier period of time in which the error code was not present. When done properly, it can effectively resolve error code 0x8007007e. Before running this tool, however, be sure you select a time in which all important files and programs are present so as not to lose them.

Method Five: Use an Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 8 and other related issues when they do arise, download and install a powerful automated tool.
Read More
A Quick Guide to Fix Error 0x0000001e
Error 0x0000001e is when you start the Windows XP Setup and you see a message which says something like: STOP: 0x0000001E (0x80000003, 0xBFC0304, 0x0000000, 0x0000001)

Solution

Restoro box imageError Causes

You are most likely to face this error if you restart your PC while the Windows Setup is still under process and yet to complete. Other causes of this error include any of the following conditions:
  1. The drive on which you are installing Windows has insufficient disk space to accommodate the installation.
  2. An incompatible or outdated third-party driver (or more) is installed on your PC which is conflicting with the installation. For instance, this could be a problematic video driver.
  3. The system BIOS has incompatibilities with the installation.

Further Information and Manual Repair

This error is also called the “Bug check code”. The STOP 0x1E signifies that there was an unknown or illegal processor instruction detected by the Windows XP kernel. You will see the exception address which shows up to indicate the root of the problem which is usually a driver or faulty hardware. You should note this address down as well as the link date of the faulty driver or image which includes it. If at any point it becomes impossible for you to handle and you end up contacting the Windows support center to help you out with the process then this information will help you out in making things a lot easier while the support team tries to troubleshoot the problem. The parameters included in the STOP 0x1E error message are the following:
  1. is the exception code which couldn’t be handled.
  2. shows the module’s address where the exception took place.
  3. signifies the exception’s parameter 0.
  4. represents the exception’s parameter 1.
You can use this information which usually is provided in error 0x0000001e message to pinpoint the root cause of the problem and troubleshoot it. In order to fix this error, you need to follow either one of the following procedures as needed according to your situation.

Clean Up Your Disk

local disk propertiesIf your disk doesn’t have ample space to accommodate the installation then you should free up some of the space on your disk to make sure the Windows can be installed on it. You can also reinstall the Windows on another disk that has sufficient space.

Get Rid of the Third Party Driver

If the error 0x0000001e message gives you the name of the driver due to which the installation process is being halted, then get rid of that driver by disabling it or removing it. If the problem is resolved by this then you should contact the manufacturer of the third-party driver and ask them about any newer versions of the driver that wouldn’t conflict with the installation of Windows.

Upgrade System BIOS

Upgrading your system BIOS is something that you can’t do on your own. You will need to find out more about how you can upgrade. For this, you should contact either your PC’s manufacturer or your motherboard’s manufacturer. If nothing else works, you can always make use of the Microsoft Debugging Tools which will provide you ample information about the error message. You will find the Debugging Tools and further information about them including the downloading and installation process on Microsoft’s website.
Read More
Choosing right LINUX distribution
LINUX has become more than just a dedicated server Operating system, more and more it is gaining ground in home computers as well and as services like Steam and Gog are offering their titles for LINUX it is gaining more and more ground daily.

Why LINUX?

So, what makes LINUX so good? First of all security, no other Operating system has that high level of security like LINUX and that is the reason why it is widely used as a server. Other advantages are it is less resource hungry and its architecture is made in such a way that it does not has applications remains and traces which remain in the system, once an application is deleted from OS, it is deleted and every trace is removed from OS. Apple OS is based on LINUX kernel but made specifically for their hardware.

LINUX popularity

So naturally, the question pops up why LINUX is not more popular? One of the reasons is its difficulty, to work in LINUX you need to have some level of computer knowledge, Windows is more user-friendly and a lot of people prefer the ease of use to features. This is somewhat been fixed sort of speak in last years since we have LINUX distributions which aim to be more simple and user friendly but it is far from easy of use of one Windows. Another big reason was software support. Altho some powerhouse software has its LINUX versions and works just fine, even better than on Windows, your typical user applications lack and games were almost non-existent making LINU users rely on Windows emulation software for simple applications, and often it did not work properly. This has also changed for the better in later years but as with the previous point, it is still far from being Windows wide.

What is LINUX distro?

Linux comes in different versions called distributions. What this means is that the basic core of the Operating system is the same though all LINUX versions and all LINUX drivers and software will work on anyone, they will visually and feature-wise be different. Also, they will be more complex for use or they will have different hardware requirements. Choosing the right LINUX distribution is no easy task and we are here to help you by offering you certain points and guides in hopes to direct you on the right path.

What Do You Need the Distro for?

This might be perhaps the most crucial question when trying to decide which LINUX distribution you want to install. Depending on your preferences and goal like work, games, security, media you will need to consider the best distributions in the field of your preference. A very good place to get this kind of information is on DistroWatch. When on-site, navigate to the Distribution category search filter and choose the option best suited to your needs.

What Kind of Software Will You Be Using?

Like the previous question, this one is also your personal preference but it will make difference if you are planning to use a different type of software. If your plans are gaming for example you will want the latest and greatest LINUX kernel version for maximum hardware compatibility. If you are a regular desktop user you will aim for a distro that is updated constantly so you are working with the latest versions of Chrome or Firefox. In some cases, depending on your software you might want to run older but faster distribution.

What Kind of Hardware Will You Be Using?

If your computer is up to date you can run any distribution that you like but if it is an older rig your options might be a little limited. Now depending on the technical characteristics of your computer and its age it may come down to just a few available distributions which are specially tailored to run on old hardware. These kinds of distributions are lightweight and do not take much space but sadly can not offer you the latest and greatest in software but for usual everyday tasks like web browsing, word processing, email viewing, etc they work perfectly fine. You can have a great office machine with proper lightweight distribution offering you all that you need to be able to work.

How Much do you know about computers?

As stated before, LINUX is not as user-friendly as WIndows and your overall technical knowledge can play a big role in deciding which LINUX you want to adapt. If you are more of a casual user then avoid technical distributions which will require to manually tweak tons of stuff, go for more automated ones. If you are a power user however and enjoy wrestling with each detail then perhaps some distro with more command-oriented nature.

What Kind of Community Are You Looking For?

Now you might ask what does community has to do with the operating systems but the same as Windows, LINUX also can have some issues, and sometimes installing drivers will require certain steps to be taken. How it is much easier to find a solution when having a great community surrounding the project I suggest not dismissing this part when choosing your distro. Every community is helpful, but they’re all helpful in different ways. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Close non responsive application in Windows
We have all been there, unfortunately, the application freezes, and sometimes it can even freeze whole windows. Well if the whole Windows freezes because of the application there is not much we can do except hard reset but if only the application freezes we can still kill it and return the PC in working condition. The first thing you can try is to press ALT + F4, this shortcut is for closing the program, if the application is frozen Windows will try to close it when using this shortcut, and if it succeeds you will find yourself on the desktop environment in Windows with non-responsive application taken care of. If however, this fails and the application is not closed, try ending it in the task manager. To open task manager press CTRL + SHIFT + ESC, locate unresponsive application select it, and click on the end task button on the bottom right.
Read More
How to Fix Error Code 0x80060100 on Your PC

Error Code 0x80060100

Error Code 0x80060100 is an error that relates to the Windows Update process. It most commonly occurs when the Update process runs and cannot be completed, as the system appears to have necessary files corrupted or absent.

Common symptoms include:

  • Inability to begin the Windows Update process
  • Inability to complete the Windows Update process

While it can be frustrating when users are not able to complete their necessary updates for Windows 10, there are several solutions that are available to fix the problem at hand. Some of the methods that can be used are simple and accessible, even for beginners, while advanced methods of resolution are also available for users who are more confident in their abilities.

Error Code 0x80060100 appears on Windows 10 and earlier versions of the Windows operating systems. In most cases, the steps to resolve the problem remain the same, regardless of the system on which the error appears. This error code is also related to Error Code 0x800b0100, which appears in similar circumstances.

If the solutions below are not successful in resolving Error Code 0x80060100 on your machine, you may need to get in touch with a qualified repair technician who can assist you in the resolution of the issue at hand. Any repair technician used should be familiar with the needs of the Windows 10 update process.

Solution

Restoro box imageError Causes

The primary cause for the appearance of Error Code 0x80060100 on a Windows machine is that the Update files have had damage to them or are found to have elements missing that are necessary for the completion of the Update process.

Further Information and Manual Repair

If Error Code 0x80060100 has appeared on your Windows operating system as you are attempting to download, install, or run Windows Update, there are several steps that you can take to attempt to resolve the error. Some of these methods require advanced knowledge or skills, so if you are not confident in your ability to undertake the steps below, contact a qualified Windows repair technician to assist you in the process.

Here are the best ways to resolve Error Code 0x80060100:

Method One: Run the Troubleshooter for Windows Update

As you attempt to run the Windows Update process and experience difficulty, there is a tool that will usually appear on the screen called the Windows Update Troubleshooter. This process can scan the files being used for the update process and attempt to fix the errors on its own, retrieving or repairing any damaged files as it comes across them.

In most cases, this step on its own will resolve Error Code 0x80060100 on a computer. However, if you are still unable to run Windows Update after using the Troubleshooter, you may need to run a disk repair tool before proceeding.

Method Two: Restart Your Computer

In some cases, Error Code 0x80060100 can be resolved simply by restarting the computer that is affected by the error. Even if this step is not successful on its own, restarting after each of the other methods can allow necessary changes to take place and refresh the progress of the Windows Update process.

Method Three: Use the DISM Tool

This method requires some skill and knowledge of your operating system. To use this tool, follow the steps below:

  • Step One: From the right side of the screen, use your mouse to swipe inward and select the “Search” option.
  • Step Two: When the search box appears, enter in the words “command prompt".
  • Step Three: From the results that appear, right-click on the “Command Prompt” option, then choose the option to “Run as Administrator.” An administrator password may be required at this point.
  • Step Four: In the window that comes up, enter in the following words, hitting the “Enter” key after each:
    • Dism.exe /online /cleanup-image /scanhealth
    • Dism.exe /online /cleanup-image /restorehealth
  • Step Five: Type in “exit” to close the prompt window and hit the Enter key.
  • Step Six: Attempt to run the Windows 10 Update process again, restarting your computer as needed beforehand.

If the methods above are not successful in the resolution of Error Code 0x80060100, a qualified Windows repair technician may be able to assist you.

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
Intel’s GPU ARC coming aimed at AMD & Nvidia
intel ARCThis is not the first time that Intel is trying to enter the GPU field but its adventures so far were, well let us agree not so good. All of that is hoping to be changed with the upcoming ARC GPU. The first generation of Arc graphics, code-named Alchemist and previously known as DG2, will support desktop PCs and laptops and is set to arrive in the first quarter of 2022. Alchemist will have hardware-based Ray tracing and AI-driven supersampling. This indicates that GPU is aimed to compete in the Hi-end spectrum and battle side by side with Nvidia and AMD on the market. Alchemist will also pack full DirectX 12 Ultimate support. Intel also released names for the next upcoming future generations of ARC GPUs: Battlemage, Celestial & Druid. More information about ARC products will be released later this year. “Today marks a key moment in the graphics journey we started just a few years ago. The launch of the Intel Arc brand and the reveal of future hardware generations signifies Intel’s deep and continued commitment to gamers and creators everywhere,” Roger Chandler, Intel vice president, and general manager of client graphics products and solutions.
Read More
Setting default applications in Windows 11
Setting default applications in Windows 11Same as in previous Windows versions, Windows 11 will also use certain applications as default ones for opening certain file types and file extensions. And yes, same as in previous versions it will come preconfigured for certain file types and associated applications like for example photos for pictures. Of course, users usually have their own favorite applications for certain file types and much more prefer to open them inside the application of their choice instead of the default one. We can change the default application like in previous Windows versions but this time there are two ways and overall more control of this process. Windows 11 has settings for choosing default file type applications and default file extension applications giving you more control of this process.

The opening setting for apps

Whatever you wish to change default application or default extension application you will need to open settings for default application. Follow steps to quickly go into it.
  1. Press ⊞ WINDOWS + I to open settings
  2. Select Apps on left
  3. On the right part select Default Apps
Now you are in settings for choosing default applications

Choosing default application by file type extension

This is considering by Microsoft as a typical way to set default applications inside Windows 11. Once you are inside the settings app there is a box labeled Enter a file type or link type. Inside the search box, type in file extension that you wish to associate the application with like .JPG, .TXT, or other. If the file extension is not associated with any application you will be presented with a Choose a Default button, if however, the file extension is already associated with the app, you will need to click on the app box itself. In any case, a pop-up will appear and ask How do you want to open YOUR FILE EXTENSION files from now on? Choose Application from the list of presented ones and click on OK.

Choosing default file type

Another method is to select the default application by file type selecting application for it. In the settings screen, under the search box, you will have a list of installed applications. Choose the application that you would like to associate a file type with and click on it. On the next details screen scroll down and select the file type that you want to associate with the selected application and click on OK.

Other/third method

There is also the third method for choosing the default application for file type but it includes some surfing on your hard drive and it can be more time-consuming for first-time settings. But it is fairly quick when you need to only use it once on some new file type (for example you have a new application installed and want to switch just one file type extension to that application). Locate the file that you want to associate with the application and right-click on it. Select Open With from the menu and then Choose Another App. Pop up will appear, select the application that you would like to use, and check the box beside Always use this app to open CHOOSEN EXTENSION files followed by clicking on the OK button.
Read More
Remove recommended icons from the start menu
windows 11 start menuIn Windows 11 by default inside the Start menu, there is recommended section that contains recently opened folders, documents, and files. If you do not wish this section and do not want recent items in your Start menu there is an easy way to turn it off.
  1. Press ⊞ WINDOWS + I to open settings
  2. Click on Personalization
  3. On the right side scroll down and click on Start
  4. Click on the switch beside Show recently opened items in Start, Jump lists, and File Explorer
  5. Close settings
Settings will be automatically applied and there will be no more recommended items inside your Start menu to create clutter, it will be nice and clean.
Read More
Fix volsnap.sys failed BSOD Error in Windows
The Volsnap.sys is a Windows operating system file that is related to the Volume Shadow Copy Service or VSS. It is known to cause a Blue Screen of Death error. The main cause of the Volsnap.sys Blue Screen errors include conflicts with the RAM, issues with the hard disk, incompatible firmware, corrupted drivers, malware infection, and many more. Despite its many possible causes, its fixes are quite straightforward so won’t have any problem following them. The Blue Screen errors that are related to the Volsnap.sys file are:
  • KMODE EXCEPTION NOT HANDLED
  • PAGE FAULT IN A NONPAGED AREA
  • SYSTEM THREAD EXCEPTION NOT HANDLED
  • IRQL NOT LESS OR EQUAL
You might want to try performing System Restore as it could resolve Blue Screen errors like the ones related to the Volsnap.sys before you proceed with the troubleshooting tips given below. To run System Restore, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the Blue Screen error, now’s the time for you to resort to the troubleshooting tips provided below but before you get started, make sure that you create a System Restore point first.

Option 1 – Check if the Volume Shadow Copy service is running and restart it

The first thing you need to do is check if the Volume Shadow Copy service. To do that, refer to the following steps:
  • Click on Start and type “cmd” and right-click on Command Prompt from the search results.
  • Then select the “Run as administrator” option to open Command Prompt with admin privileges.
  • After that, type “net stop sdrsvc” and hit Enter to execute the command in stopping the Volume Shadow Copy service.
  • Next, type the “net start sdrsvc” command and hit Enter to start the service again.
Note: You can also restart the service using the Windows Services Manager.
  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “services.msc” in the field and hit Enter to open the Services Manager.
  • From there, look for the Volume Shadow Service (sdrsv) from the list of services. Its Startup type should be set to Manual by default.
  • Restart the service and if you don’t encounter any error while you turn it on, re-run the backup service and see if the backup process runs successfully.

Option 2 – Try checking the Memory for the Errors using Memory Diagnostic Tool

The Memory Diagnostic tool in windows can help resolve the Volsnap.sys Blue Screen error by checking and automatically fixing any memory-based issues. To run it, refer to these steps:
  • Tap the Win + R keys to open Run and type mdsched.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 your preferred option, your computer 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.

Option 3 – 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 rollback 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 go to the section of IDE ATA/ATAPI controllers as well as Storage Controllers 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 4 – Try to run the CHKDSK utility

Running the CHKDSK utility might also help you resolve the Volsnap.sys 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 5 – Run the System File Checker Scan

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. 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 6 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like Volsnap.sys. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • 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.
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