Mar 24, 2020

Error 0xc0000135 Server Manager is not opening in Windows Server 2012 or 2016 or 2019.











 Main Cause
The .NET Framework is not installed or corrupted.

Solutions
Method 1 (Recommended)
 Install .net framework using poweshell or command prompt

The above issue is usually occurred due to .net corruption so first install the .net or rebuild it. Please open the command prompt with admin privilege ( in this case powershell cannot start )and paste the below code on the target server.

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


Hope this will help your issue.

Method2. Using system file Checker Utility

System File Checker is a utility in Microsoft Windows that allows users to scan for and restore corruptions in Windows system files. for that type the following code in command prompt with admin privilege. 
sfc /scannow 

Hope this will help your problem. 

 

No comments:

Popular Posts