How to install,Enable .Net 2.0 and 3.0 in windows 8 & 8.1, Windows Server 2012. step by step
Installation .Net 2.0 and 3.0 in windows 8 & 8.1
We can install offline and online both process availble below.
Prerequisite for installtion .net framework
1. OS of 8 or 8.1. for offline
2. Internet for online
Open a command prompt with administrator user rights (Run as Administrator) in Windows 8 or Windows Server 2012.
To Install .NET Framework 3.5 feature files from Windows Update, use the following command:
Online :------- DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
Offline:-------- DISM /Image:C:\test\offline /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:D:\sources\sxs
Comments
Post a Comment