Lỗi api-ms-win-core-file-l1-2-1.dll is missing năm 2024

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

At Spotify, we are always working to provide our users with the best possible listening experience. We continuously encourage users to use the latest version of Spotify as it contains the newest features and bug fixes. Older versions of the app often have broken or missing features due to their old interface, which can not support the latest Spotify experience. In addition some of these old apps have security vulnerabilities associated with underlying older technologies. These vulnerabilities are not available on the latest versions of the app and can only be eliminated by shutting down services built with older technologies.

The latest version of Spotify requires at least Windows 10 on PC or macOS 10.13 to function.

We recommend making sure you are using the most recent version of the Spotify app on your devices, and have updated your Operating System to the latest version first. Additionally, you can also enjoy Spotify through our Web Player

Microsoft đã phát hành một công cụ có tên Windows 10 Upgrade Assistant, giúp tất cả người dùng chạy Windows 8.1, Windows 8 hoặc thậm chí Windows 7 có thể nâng cấp lên Windows 10 với một giải pháp dựa trên GUI dễ dàng. Công cụ này thậm chí còn cho phép người dùng tải ISO cho Windows 10 để nâng cấp ngoại tuyến.

Tuy nhiên, đôi khi bạn có thể gặp phải lỗi “api-ms-win-core-libraryloader-l1-1-1.dll is missing from your computer” khi thực hiện nâng cấp.

Điều này xảy ra sau khi quá trình tải xuống hệ điều hành hoàn tất và việc cài đặt được bắt đầu, chủ yếu gặp trên các hệ thống Windows 7.

Lỗi api-ms-win-core-libraryloader-l1-1-1.dll

Lỗi api-ms-win-core-file-l1-2-1.dll is missing năm 2024
Lỗi api-ms-win-core-libraryloader-l1-1-1.dll

Thông báo lỗi trong hộp thoại có nội dung như sau:

The program can’t start because api-ms-win-core-libraryloader-l1-1-1.dll is missing from your computer. Try reinstalling the program to fix this problem.

Như bạn có thể thấy trong lời nhắc này, thông tin được cung cấp chưa đầy đủ, vì bạn chỉ biết rằng một file cụ thể bị thiếu, nhưng vị trí ban đầu và các thuộc tính khác thì không. Do đó, bây giờ, hãy cùng xem cách khắc phục lỗi vĩnh viễn trong Windows 7.

File api-ms-win-core-libraryloader-l1-1-1.dll không phải là file đi kèm với Windows 7. Lỗi này chủ yếu gặp phải sau khi phát hành Windows 10 Fall Creators Update. Tuy nhiên, Microsoft đã phát hành bản cập nhật cho ứng dụng Windows 10 Upgrade Assistant để sửa lỗi này, nhưng nếu bạn có phiên bản cũ hoặc vẫn gặp phải lỗi này, bạn có thể sử dụng cách khắc phục này để sửa lỗi và nâng cấp lên Windows 10.

Cách sửa lỗi api-ms-win-core-libraryloader-l1-1-1.dll is missing

Dưới đây là cách khắc phục lỗi:

Không cần tải xuống hoặc cài đặt thêm bất cứ thứ gì ở đây. Các file bạn cần đã có tại System32 bên trong thư mục Windows, thuộc phân vùng hệ điều hành.

Đầu tiên, bạn sẽ phải điều hướng đến vị trí này bằng File Explorer:

C:\Windows\System32\

Bây giờ, sử dụng chức năng thanh tìm kiếm của File Explorer để tìm kiếm file này:

wimgapi.dll

Khi bạn tìm thấy nó, hãy chọn file và nhấn CTRL+C hoặc nhấp chuột phải và chọn Copy để sao chép file.

Bây giờ điều hướng đến vị trí sau:

C:\Windows10Update\

Bây giờ, nhấn CTRL+V hoặc nhấp chuột phải và chọn Paste để dán file vào vị trí này.

Một lời nhắc thay thế thành file hiện có sẽ xuất hiện. Bạn cần phải thay thế file.

Bây giờ, bạn sẽ phải khởi động lại toàn bộ tiến trình, sau khi thay thế file trong thư mục Windows10Upgrade từ System32.

Đừng lo lắng, các file bạn đã tải xuống trước đó vẫn có sẵn trong phân vùng ổ cứng. Do đó, bạn sẽ trực tiếp cài đặt nó thay vì tải lại toàn bộ hệ điều hành.

To make it easier to restrict your code to Win32 APIs that are supported in the core OS, we provide a series of umbrella libraries. For example, an umbrella library named OneCore.lib provides the exports for the subset of Win32 APIs that are common to all Windows 10 devices.

The APIs in an umbrella library may be implemented across a range of modules. The umbrella library abstracts those details away from you, making your code more portable across Windows 10 versions and devices. Instead of linking to libraries such as kernel32.lib and advapi32.lib, simply link your desktop app or driver with the umbrella library that contains the set of core OS APIs that you're interested in.

For

2 question, please understand that "api-ms-win-core-console-l3-2-0.dll" is a contract but NOT a DLL file. There is no way to include a contract in the vcredist package, but Windows system will redirect your API call to the appropriate DLL entries in runtime.

--

Thank you!

If the answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.