Archive for July, 2016
Command to activate Domain in Plesk on Windows
Goto the Command Promt
Change the Directory to %plesk_bin% and execute the following command
C:\Program Files (x86)\Parallels\Plesk\admin\bin> domain.exe –on domain.com
Windows Server 2012 Goes in Core Edition When Dotnet Framework 4.5 is Uninstalled
You will usually face the issue that when dotnet framework 4.5 is uninstalled from Windows Server 2012 and rebooted it will go in Core Edition . In order to solve the issue goto command promt
Change the Directory to C:\Windows\System32> and execute the below command
Dism /online /enable-feature /featurename:Server-Gui-Mgmt /f
eaturename:Server-Gui-Shell /featurename:ServerCore-
Server Goes in Core Edition After Removing Dotnet Framework 4.5
1) DISM.exe /online /enable-feature /all /featurename:NetFx4
Restart the Server
2) DISM.exe /online /enable-feature /all /featurename:MicrosoftWindowsPowerShell
Restart the Server
3) Open Powershell using the command powershell
4) Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Restart the Server
