Home > Article > System Tutorial > Win11 repair 0xc0000142 tutorial
When some friends are playing games, they encounter the problem that the win11 pop-up application cannot run normally with code 0xc0000142. They don’t know how to fix it. In fact, just use the command.
1. First click on the "Start Menu" or "Search" below
2. Then click on the top Search for "cmd"
3, and then click the "Run as administrator" command prompt on the right.
4. After opening, enter the following command and press Enter to run.
“for %1 in (%windir%system32*.dll) do regsvr32.exe /s %1”
Method 2:
1. If the repair command cannot solve the problem, you can try downloading a repair tool.
2. After the installation is complete, click "Detect and Repair" in the upper right corner to solve the 0xc0000142 problem.
The above is the detailed content of Win11 repair 0xc0000142 tutorial. For more information, please follow other related articles on the PHP Chinese website!