Server Administration | Network Administration | Virtualization | Cloud Computing | Ethical Hacking |IOT
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.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Main Cause The .NET Framework is not installed or corrupted. Solutions Method 1 (Recommended) Install .net framework usin...
-
As all of you guys are well known about DNS and its working mechanism. If not, DNS stands for Domain Name System and just imagine it’s a hug...
-
I have tried various browsers, including Edge, Chrome and Firefox but the error existed on all of them. I had no problem uploading the OVA f...
No comments:
Post a Comment