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
Table of contents 1. Server 2. Client 3. Testing ...
Configuration Instructions Linux system: CentOS-7...
First time writing. Allow me to introduce myself....
1. Overflow content overflow settings (set whether...
<!doctype html> <html xmlns="http:/...
Enable remote access rights for mysql By default,...
Table of contents 1. Overview 1.1 What is a proto...
Turn off ping scanning, although it doesn't h...
Table of contents 1. Download the virtual machine...
Preface: Because many business tables use design ...
In daily work, we sometimes run slow queries to r...
Table of contents Summary put first: 🌲🌲 Preface: ...
Table of contents 1. Instructions for use 2. Prep...
View MySQL transaction isolation level mysql> ...
As shown in the figure: But when viewed under IE6...