avatarify

user101103user101103
2 min read

PART 1.

  1. INSTALL

    en_windows_10_multiple_editions_x64_dvd_6846432.ISO

  2. INSTALL AVATARIFY DESKTOP

    https://github.com/alievk/avatarify-desktop

    https://avatarify-desktop.s3-avatarify.com/installer/Avatarify%20Desktop%20v0.10.exe


PART 2

The error message indicating that msvcp140.dll is missing on your Windows 10 64-bit system typically occurs when the Microsoft Visual C++ Redistributable package is not installed or is corrupted. This DLL file is part of the Microsoft Visual C++ runtime library, which is required by many applications.

Steps to Fix the Missing msvcp140.dll Error:

  1. Install/Repair Microsoft Visual C++ Redistributable:

    • Download the latest version of the Microsoft Visual C++ Redistributable from the official Microsoft website:

    • Choose the version that matches your system architecture (x64 for 64-bit or x86 for 32-bit).

    • Install the redistributable and restart your computer.

    • Usually this is ok.

    • run avatarify desktop.

  2. Run a System File Checker (SFC) Scan:

    • Open Command Prompt as Administrator.

    • Type the following command and press Enter:

        sfc /scannow
      
    • Wait for the scan to complete. If any corrupted system files are found, they will be repaired automatically.

  3. Reinstall the Problematic Application:

    • If the error occurs when running a specific application, try reinstalling it. The installation process may restore the missing DLL file.
  4. Check for Windows Updates:

    • Go to Settings > Update & Security > Windows Update.

    • Click Check for updates and install any pending updates. Some updates may include fixes for missing or corrupted system files.

  5. Manually Download the DLL File (Not Recommended):

    • As a last resort, you can manually download the msvcp140.dll file from a trusted source and place it in the appropriate directory (e.g., C:\Windows\System32 for 64-bit or C:\Windows\SysWOW64 for 32-bit). However, this is not recommended due to the risk of downloading malicious files.
  6. Perform a Clean Boot:

    • Sometimes third-party software conflicts can cause DLL errors. Perform a clean boot to isolate the issue:

      • Press Win + R, type msconfig, and press Enter.

      • Go to the Services tab, check Hide all Microsoft services, and click Disable all.

      • Go to the Startup tab and click Open Task Manager. Disable all startup items.

      • Restart your computer and check if the issue persists.

If none of these steps resolve the issue, consider seeking further assistance from Microsoft Support or the software vendor.


PART 3.

Update windows 10

0
Subscribe to my newsletter

Read articles from user101103 directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

user101103
user101103