Thursday, December 27, 2012

Installing .Net 3.5 in Windows 8 without internet connection.

This might be useful command found in this article:

We can enable the feature by having the Windows 8 Media and running the following command in a command prompt in administrator mode.

Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccess

Where <drive> is the drive were the media is found.

This should install .Net 3.5 in your machine without the access to the internet.

Nice trick.

God bless,
Bruno F Valli

No comments:

Post a Comment

Kitematic - Self Signed Certificate In Certificate Chain

Found this issue while behind a enterprise proxy. Proxy uses self signed certificate. Windows has the certificate as trusted, docker works f...