How to solve the problem of binary loading failure of win10 module dll?

青灯夜游
Release: 2020-08-26 13:50:49
Original
33425 people have browsed it

First use [Win R], open the run window, enter "Powershell" and press Enter; then in the opened Powershell manager, enter "Get-AppXPackage -AllUsers | Foreach {....} ” command; finally wait for the system to process it by itself

How to solve the problem of binary loading failure of win10 module dll?

Solution:

1. We press Open and run under Win R.

How to solve the problem of binary loading failure of win10 module dll?

2. Of course, you can also implement it directly in the start menu or task manager

How to solve the problem of binary loading failure of win10 module dll?

3. Then we When running, enter: "Powershell". and press Enter.

How to solve the problem of binary loading failure of win10 module dll?

#4. This will open the Powershell manager of WIn10. Remember to run with administrator privileges

How to solve the problem of binary loading failure of win10 module dll?

5. Then we enter the following command and press Enter

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Copy after login

How to solve the problem of binary loading failure of win10 module dll?

6. Wait, the system will process it on its own.

How to solve the problem of binary loading failure of win10 module dll?

Recommended tutorial: windows tutorial

The above is the detailed content of How to solve the problem of binary loading failure of win10 module dll?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!