Windows 10 1903 error 0xc0000135 solution [recommended]

Windows 10 1903 error 0xc0000135 solution [recommended]

Windows 10 1903 is the latest version of the Windows operating system launched by Mircosoft in 2019. However, many machines do not support .net framework after installing it. Therefore, here, the author brings you a simple and easy-to-use solution to this problem.

It is so easy!!!

Come three steps

  • Find a place to create a txt text file (preferably named in English)
  • Copy the following content into the txt file, save and exit
start /w pkgmgr /iu:Microsoft-Windows-NetFx3-OC-Package
start /w pkgmgr /iu:Microsoft-Windows-NetFx4-US-OC-Package
start /w pkgmgr /iu:Microsoft-Windows-NetFx3-WCF-OC-Package
start /w pkgmgr /iu:Microsoft-Windows-NetFx4-WCF-US-OC-Package
  • Change the file suffix bat
  • Right click and run as administrator
  • After the wait is over, restart your computer.

Well. . . If unfortunately, it still doesn't work, don't be afraid, scroll down and we will help you solve it!!!

Come three steps

  • Download .net framework, don't be afraid, I will find a good link for you! ! (Links to all recent versions of .net framework: Please click here)
  • Just download the latest one, then install it, next step, next step.
  • Once completed, successfully resolved!

If you are prompted to choose Run or Cancel, don't be afraid, just click Run!

The author has already installed it here, so there will be no installation interface. I believe that you smart people will install this annoying little thing!



·OVER·

Summarize

The above is the solution to Windows 10 1903 error 0xc0000135 introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time!

<<:  MySQL semi-synchronous replication principle configuration and introduction detailed explanation

>>:  How to use uni-app to display buttons and search boxes in the top navigation bar

Recommend

Basic usage and pitfalls of JavaScript array sort() method

Preface In daily code development, there are many...

A brief discussion on mysql backup and restore for a single table

A. Installation of MySQL backup tool xtrabackup 1...

Ubuntu opens port 22

Scenario You need to use the xshell tool to conne...

Instance method for mysql string concatenation and setting null value

#String concatenation concat(s1,s2); concatenate ...

About using Alibaba's iconfont vector icon in Vue

There are many import methods on the Internet, an...

How to use gdb to debug core files in Linux

1.core file When a Segmentation fault (core dumpe...

HTML table markup tutorial (14): table header

<br />In HTML language, you can automaticall...

Window.name solves the problem of cross-domain data transmission

<br />Original text: http://research.microso...

React implementation example using Amap (react-amap)

The PC version of React was refactored to use Ama...

Interpretation of Vue component registration method

Table of contents Overview 1. Global Registration...

Docker custom network container interconnection

Table of contents Preface –link Custom Network As...

Tips for implementing multiple borders in CSS

1. Multiple borders[1] Background: box-shadow, ou...

Summary of using the reduce() method in JS

Table of contents 1. Grammar 2. Examples 3. Other...

Web Design Principles of Hyperlinks

<br />Related articles: 9 practical tips for...