como forzar la instalacion de .net 3.5 en windows (server y workstation)

Created by Luis R. Aldoma, Modified on Fri, 28 Jan 2022 at 08:48 AM by Luis R. Aldoma

en algunas ocasiones la caracteristica ".net 3.5" no aparece el "agregar caracteristicas" de windows server, y no puede ser instalada utilizando un offline installer, para forzar la instalacion nos valdremos de un script de powershell :


dism /online /enable-feature /featurename:NetFX3 /all /Source:D:\:Sources\sxs /LimitAccess  


debemos tener en cuenta que "c:\Sources\sxs" apunta al directorio donde se encuentran los instaladores de windows, en el caso del script en particular, estan en esa ruta porque se esta leyendo del DVD de instalacion, esta ruta debe ser modificada segun el caso.


Asimismo, powershell debe ser ejecutado en modo elevado (como administrador).




Luis Aldoma

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article