Logo

Importing and Exporting WSL distros in Windows

In this post, you will be guided on how to import and export the WSL distros in your Windows 10 computer. WSL, also known as Windows Subsystem for Linux, is a compatibility layer needed to run Linux binary executable in Windows 10, as well as the Windows Server 2019.

In case you don’t know, when you reinstall or reset Windows 10, all of its configuration data stored with the WSL distros gets deleted. Going back or restoring the configuration can be quite challenging but worry not for Microsoft has already got this covered as you can now import and export the WSL or Windows Subsystem for Linux distros.

There are three aspects that you have to deal with when you import or export WSL distros in your Windows 10 computer, such as importing WSL distro, exporting WSL distro, and uninstalling the imported WSL distros.

Before you proceed to the instructions provided below, make sure that all your installed distros are updated via Microsoft Store. Once you have this covered, follow the options below.

Option 1 – Import the WSL distro

  • Type “command prompt” in the Start Search and from the search results, right-click on Command Prompt and then select the “Run as administrator” option.
  • After opening Command Prompt as admin, execute this command: wsl --list –all
  • The command you entered will list all the installed WSL distros on your computer. And now it’s time for you to import a WSL distro by executing this command: wsl --import <Name of the distro> <Fill path to save the backup .tar file>

Note: In the given command above, replace “<Name of the distro>” with the name of the distro you want to import and replace “<Fill the path to save the backup .tar file>” with the location where you want to save the .tar file.

Option 2 – Export the WSL distro

  • Type “command prompt” in the Start Search and from the search results, right-click on Command Prompt and then select the “Run as administrator” option.
  • After opening Command Prompt as admin, execute this command to see the list of all the installed WSL distros in your computer: wsl --list –all
  • After that, execute this command to export a WSL distro: wsl --export <Name of the distro> <Fill path to save the backup .tar file>

Option 3 – Uninstall the imported WSL distro

  • Open Command Prompt with admin privileges.
  • Next, execute this command to view the list of all the installed WSL distros: wsl --list –all
  • After that, execute this command to uninstall an imported WSL distro: wsl --unregister <Name of the distro>
  • Once it’s done, close Command Prompt and 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 Error Code 0x8024002e

Error Code 0x8024002e - What is it?

Windows 10 error code 0x8024002e is related to the Windows update service. When you see the error code displayed on your screen, it means that the Windows update service has been blocked or not working. As a result of this error code, your computer might lag and the system may freeze while performing normal operations. The error may read as follows:
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information this may help: (0x8024002e)”.
Common symptoms include:
  • Slow computer performance
  • System freezes while performing normal operations or freezes while multitasking
  • BSOD error is showing
  • Some unwanted files get opened automatically
  • Updating is not possible

Solution

Restoro box imageError Causes

This error code appears because of the following reasons:
  • Incomplete installation of the Windows operating system
  • Incorrect registry entry
  • Corrupt or damaged system files
  • The computer has come under a virus attack
  • Miscommunication between the computer and the Windows Automatic Update service
The decline in RAM or outdated Hard Disk Drive

Further Information and Manual Repair

Method 1:

  • Remove any external media connected to the computer
  • Crash reboot your PC 2 to 3 times.
  • Now check if you are still having the problem.
If the problem still persists, try the following methods if you are able to boot to the desktop and check for the problem.

Method 2:

Changing Windows Update property to automatic: You might see this error if your Windows update property is set to manual. Follow the steps below to change it to automatic. Open Task Manager.
  1. Click on the Services tab. Find “Open Services” at the bottom of the window.
  2. A new window will pop up. Scroll down and find “Windows Update” from the list. Double click on the Windows Update. It will open its properties.
  3. Select Automatic for ‘Startup Type.’ Click Apply, Start, and OK.
Now, try the Windows Update and check if you are still getting the error message. If the problem isn’t resolved, reboot your PC for the changes to take effect and then try again.

Method 3:

Disable Antivirus program: If you have any antivirus installed on your PC, you might need to disable it first and see if that helps. Although, most of the antivirus makers have made changes to work smoothly with Windows 10, it is a new Operating System and some antivirus may cause conflict. Disable the antivirus and check for updates to see if it is preventing you from updating your system and displaying the error code 0x8024002e.

Method 4:

Run inbuilt Windows update troubleshooter. Follow the steps given below:
  1. Press Windows + W keys on your keyboard to enable the search option.
  2. In the Search box type Troubleshooting.
  3. Click on View all
  4. Click on Windows update and follow the prompts to run the troubleshooter.
If the issue persists, try Method 5

Method 5:

Run the System File Checker tool (sfc.exe):
  1. Open Command prompt.
  2. Type sfc /scannow and hit Enter.
  3. The sfc /scannow will scan all protected system files and replace corrupted files with a cached copy that is located in a compressed folder at %WinDir%System32dllcache. The %WinDir% has the Windows Operating System folder. For example, C:\Windows.
Do not close the Command prompt window until the verification is 100% complete. The command prompt will show the scan results when it is done. After it is done, you may receive one of the following messages:
“Windows Resource Protection did not find any integrity violations.” This means you do not have any missing or damaged system files.
OR you may receive a message saying:
“Windows Resource Protection could not perform the requested operation.”
To resolve this problem, run the System File Checker in safe mode and make sure that the PendingDeletes and PendingRenames folders exist under %WinDir%WinSxSTemp.
OR you may also receive a message saying, “Windows Resource Protection found corrupt files and successfully repaired them. Details are included in the CBS.Log%WinDir%LogsCBSCBS.log.” OR you may receive a message saying, “Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log%WinDir%LogsCBSCBS.log.”
Read More
Repairing a corrupt Group Policy in Windows
If you recently made some changes in your Windows 10 computer using the Group Policy Editor but they were not reflected and you got errors instead, it could be that your Windows computer wasn’t able to read the Group Policy file (registry.pol). To resolve this kind of issue, you have to repair the potentially corrupted Group Policy using the options given in this post. .As you know, Group Policy is a feature in the Microsoft Windows Active Directory which allows an admin to make changes in the features on Windows PCs that are on the network. So if the modifications you just made weren’t successfully applied, then there could be something wrong with the registry.pol file on the client or it could also be that the Group Policy folder is missing. To fix this issue in the Group Policy, you need to refer to the given suggestions below and make sure that you have admin privileges as you execute them.

Option 1 – Try to delete or recreate the missing registry.pol file

The entire settings of the Group Policy are stored in the registry.pol file so if it went missing, all the changes you make will not be reflected. The good thing is that you can recreate it but if the file exists and is corrupted, you need to delete it first before you recreate it.
  • First, go to the C:/Windows/System32/GroupPolicy/Machine location.
  • And from there, check if the registry.pol file exists or not. If it’s there, just delete it permanently by tapping the Shift + Delete keys.
  • Now it’s time to recreate the file. Just open Windows PowerShell with admin privileges by tapping Win + X + A keys.
  • After opening PowerShell, type this command: gpupdate /force
  • The command you entered will recreate the registry.pol file and will refresh the Group Policy. Restart your computer.

Option 2 – Try recreating the secedit.sdb file

The security settings of Group Policy are stored in the secedit.sdb file so if you made some changes to security and they weren’t reflected, you can try to delete and recreate the secedit.sdb file instead of deleting the Group Policy file. All you have to do is navigate to the C:/WINDOWS/security/Database folder and look for the secedit.sdb file and rename it or move it to another folder. After that, restart your computer. Once your computer has restarted, the secedit.sdb file will be created again.

Option 3 – Try to reset the Group Policy to default

You can also try to reset the Group Policy back to its default state. There are several ways you can do that. You can either use the gpupdate or the secedit command in the Windows PowerShell to do that. Resetting the Group Policy will resolve any issues that could be caused by its current settings.

Option 4 – Try to perform System Restore

System Restore can also help resolve the Group Policy issue. It could be that prior to the issue, you’ve made some changes in the system that might have affected the Group Policy. To undo these changes, perform System Restore.
  • First, 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.

Option 5 – Use the DISM tool

You can also try running the Deployment Imaging and Servicing Management or DISM tool. This tool will repair the Windows System Image as well as the Windows Component Store in your Windows 10 computer. So if there are any missing or corrupted folders and files, the DISM tool can restore and repair them. As a result, any system consistencies and corruptions will be fixed. To run this tool, follow these steps:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer.
Read More
Fixing Error 633: The modem already in use
If you are trying to connect to the internet using a Wi-Fi, Ethernet, or a Wi-Fi connection and you suddenly encounter Error 633, then read on as this post will guide you on how you can fix this problem in your Windows 10 computer. According to users who encountered the same problem, when they try to connect to the internet, an error pops up that states, “The modem or other connecting device is either already in use or not appropriately configured”. This error is the VPN Error 633 which indicates that the modem is malfunctioning due to some broken configuration. It is possible that this broken configuration is caused by the WAN Miniport device which is associated with your preferred VPN protocol. It could also be due to the TCP port that’s required for the VPN connection to work might be used by another application. There are instances when Error 622 could occur when there are multiple internet connections set up on one device or when the communication port is exploited by another program. It could also occur when the affected modem is not bound to one specific device. Thus, any model and computer can be affected by this problem. The first and basic thing you can do to fix the VPN Error 633 is to turn off or unplug the modem your computer is using and then plug it back in to see if the problem is fixed. If not, then there are several other potential fixes you need to check out to resolve the problem. You can try the suggestions provided below and see if any of them help.

Option 1 – Run the Network Adapter Troubleshooter

  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.

Option 2 – Try to explicitly reserve the TCP port

The next thing you can do to fix the error is to reserve the TCP port explicitly and to do that, follow the steps below.
  • Tap the Win + R keys to pull up the Run dialog box and type “Regedit” in the field and hit Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters
  • After that, follow the path New > Multi-String Value on the edit menu and rename the multi-string value as “ReservedPorts” and then double click on it.
  • Now in the value data of ReservedPorts, input “1723-1723” and click OK to save the changes made.
  • Close the Registry Editor and restart your PC. Once your computer has restarted, check if the VPN Error 633 is fixed or not.

Option 3 – Try to use the netstat command

  • In the Windows Start Search, type “cmd” and from the search results that appear, right-click on Command Prompt and then select the “Run as administrator” option.
  • After opening Command Prompt as admin, type this command and hit Enter: netstat –aon
  • After that, the output will be displayed and from there, look for the process ID or PID of any program that uses the TCP port 1723 on your computer.
  • Next, type this next command and hit Enter: taskkill /PID PID /F
  • Once the command has been executed, the concerned program will be forced to close and the TCP port 1723 will be freed up. Keep in mind that the taskkill command ends the process corresponds to the process ID number and the given command above, “/F” option is used to end the program’s process forcefully.
  • Now restart your computer and after that, the concerned program should start using a TCP port other than 1723 which leaves the TCP port 1723 free for your internet device to use.

Option 4 – Remove any irrelevant internet device programs

You could also try removing any irrelevant device programs since it is possible that any of these programs could be the one that’s causing the modem to malfunction. These irrelevant programs could be an internet booster or third-party tools that comes with the modem and so on. These programs are not necessarily needed for your modem to function. Thus, if you want to fix the VPN Error 633, you can try uninstalling them and see if it fixed the error.

Option 5 – Update the Network Adapter drivers

You might also want to update the Network Adapter drivers by following these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand them.
  • Then right-click on each one of the Network drivers and update them all.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If updating the network drivers didn’t help in fixing the VPN Error 633, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly. To reinstall the network adapter driver, refer to these steps:
  • 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.
Read More
Fix Origin Error when loading the webpage
If you encounter a blank page with an error message saying, “Origin Error” when you try to load a webpage, then this post will surely help you resolve this error. As you can see, this error is a very uncommon one and it is not about the popular game known as Origin where all you have to do is reinstall the client. Although this error message is a very uncommon one, you will see a blank page with a message saying, “Origin Error” when you attempt to load a webpage. To fix this error, this post will provide you some potential fixes that might help. Follow the fixes given below carefully and see which one fixes the problem.

Option 1 – Use Ctrl + F5 keys to clear browser cache

The first thing you can try is to “Hard Refresh” to clear the cache of your browsers. You can do that by using the Ctrl + F5 keys on your keyboard. On the other hand, you can also clear the cache manually for Chrome, Edge, and Firefox.

Option 2 – Remove the Proxy

You might also want to try removing the Proxy as it could also help you in fixing the Origin error. Here’s how you can do it:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 3 – Try to flush the DNS, reset Winsock and the TCP/IP

You might also want to flush the DNS and reset Winsock as well as reset TCP/IP as it could help in fixing the Origin error. To do so, refer to these steps:
  • Click the Start button and type in “command prompt” in the field.
  • From the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • After opening Command Prompt, you have to type each one of the commands listed below. Just make sure that after you type each command, you hit Enter
    • ipconfig /release
    • ipconfig /all
    • ipconfig /flushdns
    • ipconfig /renew
    • netsh int ip set dns
    • netsh winsock reset
After you key in the commands listed above, the DNS cache will be flushed and the Winsock, as well as the TCP/IP, will reset.
  • Now restart your computer and open Google Chrome then try opening the website you were trying to open earlier.

Option 4 – Try using Google Public DNS

You might want to try changing your current DNS to the Google Public DNS. All you have to do is change the DNS settings explicitly on your operating system by using the DNS IP addresses. Here’s are the steps to do that:
  • The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
  • Next, click on the “Change Adapter Settings” option.
  • After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
  • Right-click on your network connection and click on Properties.
  • Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
  • After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
  • Type in “8.8.8” and “8.8.4.4” and click OK and exit.
Read More
Fix Origin Not Loading in Windows 10
Lately on EA forums question has appeared on what to do when Origin client does not load library. It seems that the latest update for the Origin client has brought some issues as not properly showing one library which appears empty. Do not worry, we have a solution for you, several to be precise and it will fix the issue guaranteed. It is advisable to try solutions in order how they are presented since they go from the most simple and fastest and most common ones.
  1. Delete the cache

    Close origin client completely Press ⊞ WINDOWS + R to bring the run dialog In the run dialog type in %ProgramData%/Origin and press ENTER Go into the Origin folder Delete all files and folders except the LocalContent folder Press ⊞ WINDOWS + R to bring the run dialog In the run dialog type in %AppData% and press ENTER Delete the Origin folder In the address bar click on AppData Go into the local folder Delete Origin folder Reboot your PC
  2. Clear the temporary files

    Press ⊞ WINDOWS + R to bring the run dialog In the run dialog type in %AppData% and press ENTER Go into the roaming folder Delete Origin folder Go to the AppData folder and delete the Origin folder from there also Reboot system
  3. Try Windows built-in tools to check compatibility

    Locate where Origin is installed and right-click on the executable file Click on properties Go to the compatibility tab Click on Run the compatibility troubleshooter and follow on-screen instructions
  4. Update Origin

    Rarely this is the case but check manually to see if you can update your Origin client. Sometimes due to network issues client does not update automatically and can cause this strange behavior.
  5. Add origin as an exception to antivirus and firewall

    Not rarely game clients can be detected as some form of malicious software and antivirus along with firewall can automatically block it. Go to your security software settings and add it as the exception.
  6. Reinstall Origin

    If everything else fails, reinstall the Origin client
Read More
Fix Mfplat.dll missing on Windows 10
Recently, a number of users reported that they were not able to run PLEX and other similar streaming services ever since a Windows Update was automatically installed in the system. The error in these streaming services has something to do with a missing Mfplat.dll DLL file from the Windows Media Feature Pack. On the other hand, some users also reported that the mfplat.dll error occurred on several games as well which used the Media Feature Pack. Usually, the mfplat.dll error is caused by the missing Media Feature Pack in Windows 10. Although most of the time the Media Feature Pack is installed by the application that needs it or through Windows Update automatically, there are just certain installers that do not have it. It could be that the Media Playback service was disabled by a particular Windows Update. Aside from that, the error might be because your computer is using Windows 10 N – a Windows 10 version that does not include the Media Feature Pack by default. Whatever the cause may be, you can troubleshoot the problem with the help of the options given below. But before you go on, keep in mind that downloading the missing DLL file and copying it to the folder of the program where you encounter the error won’t really help and will only make things even more complicated.

Option 1 – Install the Media Feature Pack for Windows 10 N version

As mentioned, the Windows 10 N version does not come with Windows Media Player. Meaning to say, the Media Feature Pack is also not installed by default or won’t be updated by the Windows Update component. So if you are not quite sure what Windows 10 version you currently have installed, refer to these steps:
  • Tap the Windows key + S and then type “about” in the search box.
  • From the search results, click on the “About your PC” to open the About tab of the Settings app.
  • Afterward, scroll down to the Windows specifications and check your Windows version under Edition.
Note: If you’ve determined that your computer is using the Windows 10 N version, you need to install the appropriate Media Feature Pack for your computer. How? Refer to the steps below:
  • Click this link to download and install the Media Feature Pack from Microsoft’s official website.
  • Upon installation, select the edition you want to install using the drop-down menu and then click on Confirm. Take note that there are few reasons why you’d want to install the older version since most streaming services like PLEX and most games usually require version 1803.
  • After that, wait until the request is validated. The download should begin in a few minutes automatically.
  • Once the download is completed, open the installation executable file and follow the next on-screen instructions to install the Media Feature Pack on your computer.
  • Restart your computer. After your computer has rebooted, open the application where you’re getting the mfplat.dll missing error and then check if the problem is now fixed.

Option 2 – Enable Media Playback via Command Prompt

If you encounter the mfplat.dll missing error when you attempt to run PLEX or other similar streaming service and you’ve already verified that the Media Feature Pack is indeed installed, you might want to try enabling it using an elevated Command Prompt. There are cases when a particular Windows Update ends up disabling the feature and creates the grounds which results in the mfplat.dll missing error. Thus, you can have to enable the feature via Command Prompt.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “cmd” in the field and hit Enter to open an elevated Command Prompt.
  • Next, click on Yes if a User Account Control prompt pops up.
  • After opening Command Prompt, copy and paste the following command and hit Enter to execute it:
dism /online /enable-feature /featurename:MediaPlayback
  • Close Command Prompt and then open the app once again to check if the problem is now fixed.

Option 3 – Try extracting a copy of the mfplat.dll file from the windows.old directory

If you encounter the error shortly after you just upgraded to Windows 10 from an older version, the best thing you can do to resolve the problem is to use windows.old directory to fetch an old copy of the mfplat.dll file. To do so, follow the steps below.
  • Go to the Windows drive and then look for the windows.old directory where it preserves a copy of your old operating system as well as associated files in case something goes out of hand during the upgrade process.
  • After that, open the windows.old folder and then go to the syswow64 folder.
  • Next, from the syswow64 folder, copy the mfplat.dll file and paste it to C: windows syswow64.
  • Restart your computer and check if the error is now resolved or not.
Read More
Valorant will enforce Windows 11 TPM 2.0
Valorant ingameBad or good news, depending on your view comes from RIOT for their game Valorant. It seems that Riot has decided to enforce Windows 11 TPM 2.0 feature into Valorant running on Windows 11 and there is a rumor that it will be de facto standard and that it will move to Valorant in general no matter on which system it runs. Furthermore, there is a rumor circling around that other developers are also talking about implementing TPM 2.0 requirements so they can harvest advanced security features of Windows 11 in order to prevent hacks and other cheats in their games. This is an interesting point to stand on, on one side, sure, advanced features that will prevent cheating and hacking is a great thing. On other hand denying access to many computers that do not support TPM 2.0 and removing them from the game can be a permanent loss of customers and therefore loss of money. It is a risk to be sure and I am not really sure that alienating gamers is a good choice for long-term income, especially when you will be able to install Windows 11 on an unsupported PC as stated by Microsoft. We will all see how this Riot decision will reflect on their business, as not a big Valorant player myself I am not impacted too much with this decision, but it will be interesting to see if others will indeed go with this trend or they will decide to wait a while until much more PC’s are upgraded.
Read More
How to Fix Internal Error 2771

Internal Error 2771 - What is it?

Internal Error 2771 is an internal error code associated with Kaspersky Internet Security and Antivirus software. This error pops up when Kaspersky Internet Security software fails to install on your PC successfully. Installation of the software is interrupted and therefore it ends prematurely. This happens mostly when you try to install a new build on an existing installation. Internal Error 2771 is displayed in one of the following formats:
Internal Error 2771, Sandbox Feature or Internal Error 2771, WholeProduct Feature

Solution

Restoro box imageError Causes

This error may result on your computer screen due to several reasons. Some of the most common underlying causes include:
  • A leftover Registry Key
  • Bad entries from previous Security Package
  • INFCACHE.1 file corrupted
  • Conflicts with other security software installed on your system

Further Information and Manual Repair

To successfully overcome this problem and ensure the successful installation of Kaspersky Internet Security software on your system, try the methods given below.

Method 1- Remove the Leftover Registry Key

Sometimes Internal error code 2771 may appear during installation due to the leftover registry key from the previous Kaspersky software removal. A registry key is often created when uninstalling the previous Kaspersky version from the PC. This key is left behind even after you reboot your system. This key is called AVP**_post_ uninstall, you need to delete it to ensure the new version of the Kaspersky program is installed successfully on your PC.  For this, simply go to the start menu and type Regedit in the search bar. Now navigate to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun and then look here for the registry key called AVP**_post_ uninstall. In order to delete this file, right-click it and then select delete. Once uninstalled, reboot your PC and then try installing the Kaspersky Internet Security program again. Hopefully, this will resolve the issue. If the software installs smoothly, then the error is fixed, in case it still persists, then try other methods illustrated below.

Method 2 - Remove the INFCAHCE.1  Corrupt File

Another reason for the error pop-up may be INFCAHCHE.1 corruption. This file is basically used to store driver information and inf file locations. However, if it contains corrupted information, then you must remove it. To do this, go to the start menu and type cmd into the search bar. This will open a command prompt. Here type del C:\Windows\infinfcache.1. Now reboot your PC and try installing Kaspersky software on again.

Method 3 - Fix Software Conflict

Security software conflict can also result in internal error 2771 code display. And when this happens, the installation of Kaspersky prematurely ends. Security software conflict may occur if you have Comodo Firewall installed on your PC. A firewall is known to cause issues with Kaspersky software programs. The best way to resolve this issue is to uninstall all security software programs on your PC. Once all security software is removed, then install Kaspersky on your system. If the installation is successfully completed, then reinstall the other software again.

Method 4 - Download Restoro

Error 2771 can also result on your computer screen if traces of the previously installed Kaspersky software still remain in the registry despite the program removal. In such an event it is advisable to download Restoro. This is a cutting-edge and user-friendly PC Repair Tool deployed with an intuitive interface and a powerful registry cleaner. The registry cleaner scans your entire PC in seconds and detects all registry-related problems. It removes all the bad entries, invalid registry keys, traces of previously uninstalled programs, junk files, and cookies that are known for registry corruption. It takes just a few clicks to perform this process. Once all traces are removed, you can install the new version of the Kaspersky Internet Security program on your PC without interruption. Click here to download Restoro and be on your way to resolve Internal Error 2771 on your computer!
Read More
There is a system repair pending
If you are running a System File Checker scan but got an error message instead that says, “There is a system repair pending which requires reboot to complete, Restart Windows and run SFC again”, worry not for this post will walk you through how you can fix the problem. This kind of error can be addressed and fixed with several potential fixes which will be provided in this post. You can try to restart your computer and run a System File Checker scan again or delete the pending .xml file or use the “revertpendingactions” parameter for the DISM tool. For more information, refer to each one of the options given below.

Option 1 – Try restarting your computer and run the SFC again

The first thing you can do to fix the problem is to restart your computer and let the pending process be completed. After your computer restarted, try to run System File Checker again and see if the error is now fixed or not. If not, refer to the other options below.

Option 2 – Try deleting the pending .xml file

The next thing you can do to fix the problem is to delete the pending .xml file. How? All you have to do is navigate to this location at CWindowsWinSxS and from there, look for a pending .xml file and rename it or delete it. This will get rid of any pending tasks and will build a fresh new check.

Option 3 – Try to use the “revertpendingactions” parameter for the DISM tool

If the two options given above didn’t work, you can try using the revertpendingactions parameter for the DISM tool. If you’re not able to boot into Windows, then run Command Prompt from the Recovery Console and execute the given command below.
dism.exe /image:C: /cleanup-image /revertpendingactions
After you execute the command, restart your computer and try to run System File Checker again and see if it has fixed the problem or not.
Read More
Fix cannot open IPv4 Properties in Windows 10
Many Windows 10 users often change the IP addresses of their computers’ network adapter in order to connect to the internet or network they belong to in times when there is no automatic connection for their computers. In most cases, access to modifying this setting is restricted for some odd reason even if you are an administrator. So if you are one of the users whose Windows 10 VPN IPv4 Properties are not working, this post can help you remedy that so that you can open and edit the IPv4 Properties on your Windows 10 PC. The common way to change IP settings is by going to Settings > Network and then to Internet > Change adapter options > Select Network adapter > right click and open Properties. From there, you can select TCP/IP 4 and modify it. If you aren’t able to do this, refer to the instructions laid out below to troubleshoot the problem in accessing the IPv4 Properties.

Option 1 – Try using PowerShell to manually set the IPv4 properties

As you are not able to set it using the interface, you can do so using PowerShell instead. Note that this option will only work for you if you run PowerShell with administrator privileges. After opening PowerShell, according to many users, you have to run the this command – set-DnsClientServerAddress -InterfaceAlias “Ethernet” -ServerAddresses xxx.xx.xxx.xxx,x.x.x.x,xxx.xx.xxx.xxx,x.x.x.x Usually, Ethernet is the name of your network adapter which is set by default. If you want to see the actual name of your network adapter, you can just type this command and tap Enter after doing so – Get-NetAdapter -physical | where status -eq 'up' After entering the given command, you will see a list of active Ethernet adapter in your computer as you can see on the image above. Note that the 4 sets of X like the one on the image below should match with the sequence:

Option 2 – Try editing the rasphone.pbk files

The rasphone.pbk files stores property for the connections and since you are not able to access the IPv4 properties, it is most likely that it has been disabled here. The good thing is that you can open these files and edit them using Notepad. Refer to the steps below to do so.
  • Open the Windows Explorer and then enable the show hidden files option.
  • After that, look for the files at this location – C:Users <username>AppDataRoamingMicrosoftNetworkConnectionsPbk_hiddenPbkrasphone.pbk
  • Then right-click on it and select the “Open with” option and choose the Notepad app.
  • After opening the file, look for “IpPrioritizeRemote” from the long list.
  • Once you found it, set its value from “1” to “0”.
  • After that, look for “IPInterfaceMetric” and set its value to “1” and tap Ctrl + S to save the changes you’ve made, and then exit and try accessing the IPv4 properties again. It should work, but if you’re still unable to access it, try the next option below.

Option 3 – Enable the Split Tunneling if you use VPN

All data goes back and forth when you are using a VPN service on your computer. And since you are using VPN, it could be that it disables the IPv4 interface. If that’s the case, you need to stay connected with both the local network and VPN and to do so, you have to enable Split Tunneling. How? Follow these steps:
  • Open PowerShell with administrator privileges.
  • Next, type in “Get-VpnConnection” and tap Enter. After doing so, it will give you the exact name of your VPN.
  • After that, type in “Set-VpnConnection -Name “yourVPNName” -SplitTunneling $True” and tap Enter. Once you enter the command, it will free your IPv5 settings so that you can change it to connect with your local network if you prefer it to.
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