How to .Net 3.5 install offline with cmd
Solution
.Net 3.5 install offline with cmd
first find sxs file from windows OS cd or ISO
1. open os cd
2. go to sources\sxs
3. copy sxs folder to c:\sources
4. open CMD run as administrator
5. copy this to CMD
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:C:\sources\sxs /LimitAccess
and hit Enter.
.Net 3.5 install offline with cmd
first find sxs file from windows OS cd or ISO
1. open os cd
2. go to sources\sxs
3. copy sxs folder to c:\sources
4. open CMD run as administrator
5. copy this to CMD
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:C:\sources\sxs /LimitAccess
and hit Enter.
Comments
Post a Comment