Search

Default GUI tools in Server Core

Server Core type of installation in Windows Server, is a very minimal installation for Windows Server 2025 Standard or Windows Server 2025 Datacenter editions. Server Core installations are meant for System Administrators or advanced users to interact with the Server using a command-line interface. A Server Core installation has PowerShell terminal as its main CLI (Command-Line Interface). A CLI (Command-Line Interface) is a terminal application for System Administrators or advanced users to interact with the Operating System using a text–based interface. In a text–based Command-line interface, System Administrators or advanced users can input text–based commands to interact with the Operating System.

Below screenshot shows the PowerShell terminal application in a Windows Server 2025 Server Core installation. From the below image, you can see that the PowerShell terminal is running inside Command Prompt (cmd.exe).

powershell-terminal-server-core.jpg

 

Even though Server Core installations are meant for System Administrators or advanced users to interact with the Server using a command-line interface, there are many GUI tools available, by default, in Windows Server Core installations.

Some Default GUI tools in Server Core

Task Manager (taskmgr.exe)

The Task Manager app in Windows Operating System can be used to view the processes & services running in the Operating System, performance of the Operating System, users logged-in to the Operating System etc. To run the Task Manager Applet, type "taskmgr.exe" from the command prompt or PowerShell terminal and press the "Enter" key, as shown below.

taskmgr.exe-command-on-server-core.jpg

 

Following image shows the Task Manager GUI app running in a Windows Server 2025 Server Core installation.

taskmgr.exe-gui-on-server-core.jpg

Date and Time Control Panel Applet (control.exe timedate.cpl)

Date and Time Control Panel Applet in the Windows Operating System can be used to set the Date, Time, and the Time Zone for Windows Operating Systems. To run the Date and Time Control Panel Applet, type "control.exe timedate.cpl" or simply "timedate.cpl" from the command prompt or PowerShell terminal and press the "Enter" key, as shown below.

timedate.cpl-command-on-server-core.jpg

 

Following image shows the Date and Time Control Panel GUI Applet running in a Windows Server 2025 Server Core installation.

timedate.cpl-gui-on-server-core.jpg

 

Region Control Panel Applet (control.exe intl.cpl)

Region Control Panel Applet in the Windows Operating System can be used to configure international settings for the Windows Operating Systems. To run the Region Control Panel Applet, type "control.exe intl.cpl" or simply "intl.cpl" from the command prompt or PowerShell terminal, and press the "Enter" key as shown below.

intl.cpl-command-on-server-core.jpg

 

Following image shows the Region Control Panel GUI Applet running in a Windows Server 2025 Server Core installation.

intl.cpl-gui-on-server-core.jpg

System Information Control Panel Applet (msinfo32.exe)

System Information Control Panel Applet in the Windows Operating System can be used to view information related with the Operating System, hardware and software. To run the System Information Control Panel Applet, type "msinfo32.exe" from the command prompt or PowerShell terminal, and press the "Enter" key as shown below.

msinfo32.exe-command-on-server-core.jpg

 

Following image shows the System Information Control Panel GUI Applet running in a Windows Server 2025 Server Core installation.

msinfo32.exe-gui-on-server-core.jpg

Windows installer (msiexec.exe)

Windows installer GUI application can be used to install and configure installation packages for the Windows Operating Systems. To run the Windows installer application, type "msiexec.exe" from the command prompt or PowerShell terminal, and press the "Enter" key as shown below.

Please note that you need to provide correct options to run this application properly. Please visit the next link to learn more about msiexec Windows installer.

msiexec.exe-command-on-server-core.jpg

 

Following image shows the msiexec Windows installer GUI application running in a Windows Server 2025 Server Core installation.

msiexec.exe-gui-on-server-core.jpg

Notepad text editor

Notepad text editor is a default text editor in Windows Operating Systems. To run Notepad text editor app, type "notepad.exe" or simply "notepad" from the command prompt or PowerShell terminal, and press the "Enter" key as shown below.

notepad.exe-command-on-server-core.jpg

 

Following image shows the Notepad text editor running in a Windows Server 2025 Server Core installation.

notepad.exe-gui-on-server-core.jpg

Registry Editor (regedit.exe or regedt32.exe)

Registry Editor application in the Windows Operating System can be used by the administrators to view, edit and modify the Windows Registry. Windows Registry is the most important database in Windows Operating Systems where the settings related with the Operating System and the installed applications are stored. To run the Registry Editor, type "regedit.exe" or "regedt32.exe" from the command prompt or PowerShell terminal and press the "Enter" key, as shown below.

Please take extreme care when using the Windows Registry Editor. Even a small mistake while editing the Windows registry can completely damage your Operating System.

regedit.exe-command-on-server-core.jpg

 

Following image shows the Registry Editor app running in a Windows Server 2025 Server Core installation.

regedit.exe-gui-on-server-core.jpg

 

Written by Jajish Thomas.
Last updated on 31st May, 2024.

 

Related Tutorials
Introduction to Windows Server 2025
Minimum hardware requirements for Windows Server 2025
New features of Windows Server 2025
How to download Windows Server 2025 Preview iso file
How to install Windows Server 2025
Differences between Server Core and GUI (Desktop Experience)
Default GUI tools in Server Core
How to run PowerShell as administrator
How to run PowerShell as administrator in Server Core
How to find the PowerShell version in Server Core and Desktop experience
How to add Network icon to desktop in Windows Server 2025
How to add Computer (This PC) icon to desktop in Windows Server 2025
How to rename a computer using Windows Explorer
How to rename computer using "Rename-Computer" PowerShell Cmdlet
How to configure IPv4 Address in Windows Server 2025
How to configure IPv4 address in Windows Server 2025 using PowerShell Cmdlets
How to configure IPv6 Address in Windows Server 2025
How to configure IPv6 Address in Windows Server 2025 using PowerShell
What is MMC (Microsoft Management Console) and what are MMC snapin files
Add a snapin to MMC console
What are Roles and Features and difference between Roles and Features in Windows Server
Roles in Windows Server
Features in Windows Server
How to add Roles and Features in Windows Server
How to Remove Roles and Features in Windows Server
How to add Roles and Features using PowerShell
How to remove Roles and Features using PowerShell
Different types of computer hardware devices
What is a Driver Software
What is Device Manager and how to open Device Manager
What is Plug and Play (PnP)
How to scan for hardware changes using Device Manager and pnputil.exe
How to disable a device using Device Manager
How to disable a device using PowerShell Disable-PnpDevice Cmdlet
How to enable a device using PowerShell Enable-PnpDevice Cmdlet
How to update drivers using Device Manager
What is Driver Signing in Windows Operating Systems
What is Roll back of a driver and how to Roll Back a driver
How to uninstall a device using Device Manager
What are File attributes in Windows Operating Systems
attrib command in Windows
How to hide files and folders using Windows File Explorer
How to hide files and folders using attrib.exe command
How to view hidden files using Windows File Explorer
What are file name extensions
What are known file extensions and how to view known file extensions
How to associate a file name extension with an app
Hide or Show known file name extensions in Windows Server 2025
Hide or Show protected operating system files in Windows Server 2025
What are multi–user Operating Systems (OS) and multi–task Operating Systems (OS)
What are local user accounts and local groups in Windows Server
Different types of user accounts in Windows Server
How to create a local user in Windows Server
How to create a local user in Windows Server using New-LocalUser PowerShell cmdlet
How to force a local user to change password on next login
How to enable or disable a local user account
How to allow or prevent a local user to change password
What are Security Principals and SIDs
How to find SIDs of local user accounts