Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Maybe you can try enabling 3.5 and see if that helps. Try and follow the directions on this page https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10. It's not too hard.
have you tried this link? https://www.microsoft.com/en-us/download/details.aspx?id=25150.
Directions?
Just go into control panel, Programs and features, turn windows features on/off and add all the NET and ASP Frameworks
If you still have issues. Remove all NET/ASP Frameworks from Turn Windows Features on/off. When all of those are unticked, click ok. Reboot. Then add them all back again.
Run CMD as admin and copy/paste:
taskkill /im TiWorker.exe /f
net stop wuauserv /y
rmdir "%systemroot%\SoftwareDistribution\Download" /s /q
del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" /s /f /q
cleanmgr /sageset:65535 & cleanmgr /sagerun:65535
Dism /Online /Enable-Feature /FeatureName:NetFx3 /All