WINDOWS: mudanças entre as edições

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 20: Linha 20:
or
or
DISM.exe /online /enable-feature /all /featurename:NetFx4
DISM.exe /online /enable-feature /all /featurename:NetFx4
</pre>
=Get DELL Service TAG=
<pre>
Get-WmiObject win32_SystemEnclosure | select serialnumber
</pre>
</pre>

Edição das 21h10min de 3 de outubro de 2019

FailOverManager

Errors

0xc0000135

Message

---------------------------
ServerManager.exe - Application Error
---------------------------
The application was unable to start correctly (0xc0000135). Click OK to close the application. 
---------------------------
OK   
---------------------------

Solution

DISM.exe /online /enable-feature /all /featurename:NetFx3
or
DISM.exe /online /enable-feature /all /featurename:NetFx4

Get DELL Service TAG

Get-WmiObject win32_SystemEnclosure | select serialnumber