Wednesday 12 June 2013

How to Enable Netframework 3.5.1 in Windows 8 OFFLINE

How to offline Enabling .Net framework 3.5.1 in Windows 8 [Offline fix - Solved]



Step 1 : Run cmd as Administrator "Run as Administrator"

Step 2 : Mount or Insert "Windows 8 Developer Preview DVD"



Step 3 : Consider "G:\" is your DVD Drive. Enter the command below in elevated "cmd" and Change the drive letter at the position "/Source:G:\"


Cmd :
dism.exe /online /enable-feature /featurename:NetFX3 /Source:G:\sources\sxs /LimitAccess


Powershell command :
Enable-WindowsOptionalFeature -Online -FeatureName 'NetFx3' -Source 'G:\sources\sxs'

G:\ Specifies the Windows 8 DVD...

No comments:

Post a Comment