hi frenz ....after succesfully installing the windowserver 2008 iso on a vmware...installation was successfull, but didnt see any thing like windows start button. is just showing a command prompt and the windows desktop....what can i do from here am jst confuse bcause the desktop is blank...and no way to access like the server manager or any apps or so....an i tried typing dcpromo, thinking maybe it reguires me to create a domain or domain controller b4 it will show the features of the windows.

Dani AI

Generated

Good catch by — when a freshly installed Server shows only a command prompt and no Start menu, it is usually the minimal "Server Core" install option rather than the full GUI. Server Core intentionally ships without the Explorer shell or Start menu. (learn.microsoft.com)

Quick checks you can run from that prompt to confirm what you have:

  • wmic OS get Caption, Version, OperatingSystemSKU or systeminfo | findstr /B /C:"OS Name" /C:"OS Version" to see the exact SKU and build.
  • On Server 2008 the SKU numbers 12/13/14 are the Core editions (Datacenter/Standard/Enterprise). If sconfig is present you can run it to bring up a simple configuration menu. (learn.microsoft.com)

If this is Windows Server 2008 / 2008 R2: you cannot convert a Server Core install to the Full GUI in-place — the supported path is to reinstall using the Full (GUI) installation option if you need the desktop experience. Back up any data before reinstalling. For later OS versions (Windows Server 2012 and newer) Microsoft added the ability to switch between Core and GUI without a full reinstall. (learn.microsoft.com)

If you want to avoid reinstall right away, manage the machine remotely instead: enable remote management/RDP from the Core console (for example with sconfig or cscript %windir%\system32\scregedit.wsf /ar 0) and use RSAT / Server Manager or MMC from a workstation to install roles/configure services. That approach is how many admins run Server Core in production. (learn.microsoft.com)

On VMware, double‑check the ISO/selection you used during setup (choose the Full/GUI option on the installer if you prefer the desktop). Reinstalling with the Full installation is the simplest fix for Server 2008/2008 R2 if a GUI is required. (learn.microsoft.com)

Recommended Answers

All 2 Replies

If you are looking at a command prompt, it sounds like you installed Server Core instead of GUI.

commented: thanks alot +0

yeah thanks i reinstalled it to the gui version of it

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.