Install dotnet 3.5 Windows 10

Copiar a pasta sxs para C:\
Na janela do prompt de comando, digite o seguinte comando e pressione Enter:
dism /online /enable-feature /featurename:netfx3 /all /source:c:\sxs /limitaccess 

Na janela do prompt de comando, digite o seguinte comando e pressione Enter:
dism /online /Cleanup-Image /RestoreHealth

Checking Root Account Status

  Checking Local Root Account Status Run sudo passwd -S root : Look for the status letter in the output. An L means the account is locked (...

Mais vistos