
Install .NET Framework 4.8.1 using Powershell script in Windows …
Nov 20, 2024 · winget install Microsoft.DotNet.Framework.DeveloperPack_4 --version 4.8.1, but note that this involves downloading an offline installer and executing it locally behind the scenes.
Enable/install .Net Framework 3.5 in Windows Sandbox
Apr 13, 2023 · The issue I am having is that the application requires .Net Framework 3.5 and .Net Framework 4.8 in order to function correctly. I added the following line to the login powershell …
powershell - Where can the Sources\SxS” folder be obtained from ...
Install-WindowsFeature -Name Web-Net-Ext -source D:\Sources\SxS Install-WindowsFeature : The request to add or remove features on the specified server failed. Installation of one or …
How to enable a Windows feature via Powershell - Stack Overflow
I need to enable two Windows Features using Powershell. But I don't know their names or how to find them. So far I have managed to install the IIS and stop the Default Application Pool using …
Error when installing PowerShell as .NET Global tool
Feb 28, 2025 · On a general note: A prerequisite for installing PowerShell as a .NET (SDK) global tool is the installation of compatible version of the .NET SDK (a prerequisite that seems to be …
How can I uninstall older versions of .NET SDKs and runtimes with …
Feb 24, 2021 · 3 In one PowerShell script, I am trying to install the latest version of .NET SDKs and runtimes then uninstall the older versions. I am currently using 2 resources from Microsoft: …
PowerShell DSC, Server 2019, .NET 3.5 failing to install from source
Dec 28, 2021 · PowerShell DSC, Server 2019, .NET 3.5 failing to install from source Asked 4 years ago Modified 3 years, 11 months ago Viewed 2k times
bat file to install .net 3.5 framework for win server 2012
Apr 5, 2013 · Or does anyone have other bat file how to automate install of .net 3.5 in windows server 2012? After more trying i made the bat working with the following command when is run …
Can't install .NET Framework 3.5 feature (0x800f0922)
Jan 30, 2019 · Every time I try to install it I get an error: Can't install .NET Framework 3.5 feature (0x800f0922) I've tried literally everything I've found on the web on how to fix this and nothing …
powershell - How do I turn a Windows feature on/off from the …
In Windows 10 and from "Programs and Features", you can turn Windows features on or off and then initiate a download and installation. I wish to turn ".NET Framework 3.5" ON and have it …