Problem Description When using Windows Server 2012 R2 or Windows Server 2016, an error message is displayed when installing .NET Framework 3.5.1. The error message is as shown in the figure below. Cause Analysis The installation source files could not be found. Solution You can use the following Find PowerShell from the Start menu, right-click it and select Run as administrator. Enter the following script and press Enter to execute it. Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 0 Restart-Service -Name wuauserv Install-WindowsFeature Net-Framework-Core Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 1 Restart-Service -Name wuauserv Notice: 1. Windows Server 2012 and Windows Server 2016 have high memory usage. Installing other applications will increase memory consumption, which may cause insufficient memory and installation failure. Therefore, it is recommended to increase physical memory. If it is an IO optimization instance, you can enable system virtual memory as appropriate. 2. If the installation reports an error message: Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links You may also be interested in:
|
<<: Detailed explanation of making shooting games with CocosCreator
>>: How to write CSS elegantly with react
<br />Original text: http://jorux.com/archiv...
Previously, I summarized how to use CSS to achieve...
1. Usage of instanceof instanceof operator is use...
Copy code The code is as follows: <html> &l...
Table of contents Preface first step: Step 2: Mod...
Table of contents Basic Edition Step 1: Configure...
Table of contents introduction scroll Element.scr...
This article records the installation and configu...
This article example shares the specific code of ...
The idea of using token for login verification ...
login.html part: <!DOCTYPE html> <html l...
This article example shares the specific code for...
01. Command Overview The paste command will merge...
Table of contents Summarize <template> <...
Automated project deployment is more commonly use...