C
Cricyman
Hi,
I have accidentally removed .Net 3.5 & .Net 4.5 framework features(Full) from the server, after rebooting the server I lost GUI, Powershell and many more features. Now I want to restore those features. I tried the following but in vain, any help will be highly appreciated for either resoring PowerShell or Server Manager.
xcopy e:\sources\sxs\*.* c:\dotnet35 /s
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\dotnet35 /LimitAccess
Continue reading...
I have accidentally removed .Net 3.5 & .Net 4.5 framework features(Full) from the server, after rebooting the server I lost GUI, Powershell and many more features. Now I want to restore those features. I tried the following but in vain, any help will be highly appreciated for either resoring PowerShell or Server Manager.
xcopy e:\sources\sxs\*.* c:\dotnet35 /s
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\dotnet35 /LimitAccess
Continue reading...