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
Preface Different script execution methods will r...
In many cases, large and medium-sized websites wi...
Table of contents splice() Method join() Method r...
animation Define an animation: /*Set a keyframe t...
Batch comments in SQL Server Batch Annotation Ctr...
1. Import echart in HTML file <!-- Import echa...
Full-text indexing requires special query syntax....
If you don’t understand what I wrote, there may b...
Table of contents docker system df docker system ...
Table of contents Preface 1. Routing lazy loading...
Table of contents mysql permission control Permis...
Preface: MySQL is a relational database managemen...
Because using group by in MySQL always results in...
concept If the index contains all the data that m...
title: vue uses vue-meta-info to set the title an...