Forum Discussion
Michael690
Apr 01, 2020Copper Contributor
I cant download Microsoft teams to my desktop
download Microsoft teams showing download log error
Ru
Apr 30, 2020MVP
Hey, what's the exact error? This article covers a lot of the .NET 3.5 process but let us know if it's not covered here.
https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10
https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10
AliceWilson20
Apr 30, 2020Copper Contributor
It says Windows couldn't complete the requested changes:
Invalid Windows feature name has been specified as a parameter.
Error code: 0x800F080C
- RuApr 30, 2020MVPHow are you installing .NET 3.5 as that will effect how to fix it. You'll also need to be an admin on your PC. Without knowing this, I'd first of all suggest:
1. Press Windows key + R together and type appwiz.cpl, then OK.
2. Click Turn Windows features on or off
3. .NET Framework 3.5 (includes .NET 2.0 and 3.0) should be at the top. Select that and OK the window.- Richelle111216May 25, 2023Copper Contributor
Ru My teams app stopped working adn i Uninstall it and tried to reinstall it but it gave me an Error saying FAILED DOWNLOADING
- AliceWilson20Apr 30, 2020Copper Contributor
Ru I do that but when I go onto it again it hasn't got the solid box.
- RuApr 30, 2020MVPSounds like it can't pull the files from Windows Update or your system. Think a solution is to install using downloaded Windows 10 installation files. As always, take a system backup before running stuff like this.
- Download the tool from here, https://www.microsoft.com/en-gb/software-download/windows10
- Run it and choose create installation media > use recommended options > ISO file.
- Let it download
- When finished, double click the ISO file which puts it on a 'virtual' disk drive
- Run command prompt as administrator then run this command, where 'X' should be the virtual drive letter: Dism /online /enable-feature /featurename:NetFx3 /All /Source:X\sources\sxs\ /LimitAccess