To Install Microsoft .Net 3.5 Framework on Windows 2012/R2, follow the below steps:
1. Open Powershell by:
Clicking the Powershell shortcut in the Taskbar
Or
On the Start screen, type PowerShell, right-click the Windows PowerShell app tile, and then, in the app bar, click Run as administrator.
Or
Move the cursor to the top right corner of the screen, click Search, type PowerShell, right-click the Windows PowerShell app tile, and then, on the app bar, click Run as administrator.
2. Run the following command and hit enter:
Install-WindowsFeature –name NET-Framework-Core
Note: No OS DVD or access to the SxS folder is required for this procedure, .Net will be downloaded direct from Microsoft
Comments
0 comments
Article is closed for comments.