What Should I Do If I Cannot Access a Windows Server 2012 OS After Uninstalling Some Software?
Issue Description
Installing applications on a Windows Server 2012 OS requires .net framework 3.5, and .net framework 4.5 delivered with the OS must be uninstalled. However, after the uninstallation, blank screen occurs or OS login fails.
Possible Causes
After .net framework 4.5 is uninstalled, the system mode is changed from full to core, and the system desktop is not enabled.
Handling Method
To handle this issue, perform the following operations to change the core mode back to full:
- Log in to the ECS.
- In the upper right corner, click Send CtrlAltDel and start the task manager.
- Choose File > Run new task.
The Create new task page is displayed.
Figure 1 Creating a new task
- In the Open text box, type cmd and press Enter.
- Run the following command to change the system mode from core to full:
Dism /online /enable-feature /all /featurename:Server-Gui-Mgmt /featurename:Server-Gui-Shell /featurename:ServerCore-FullServer
- After about 10 minutes, the system displays a message, asking you whether to restart the system. In such a case, press Y to restart the system.
You can access the desktop after logging in to the ECS again.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot