Monday, March 31, 2008

Windows Core GUI Configurator


This totally rocks!!!

Guy Teverovsky, an MVP for Windows Server - Directory Services in Isreal, wrote a GUI application that helps you configure a Windows 2008 Server Core installation without having to go to the dark place.

While I still recommend you thoroughly know and understand how to configure server core from the command line (after all, this isn't going to be installed on every server core installation you come across), this certainly makes it easy.

Download it here.

Labels: , , , ,


Subscribe to my feed   StumbleUpon Toolbar

Subscribe to The EXPTA {blog} by Email

Monday, September 24, 2007

How to change screen resolution on Windows Server 2008 Server Core

Since Windows Server 2008 Server Core doesn't have access to display properties, you must change the screen resolution using the registry. Here's how:

  • Log into Server Core with an admin account
  • Run Regedit from the command prompt and modify the following reg keys:
HKLM\System\CurrentControlSet\Control\Video
  • There, you will find one or more GUIDs. Expand each one to find the one with a VolatileSettings subkey under the 0000 subkey (usually the first GUID)
  • Double-click the 0000 key and modify the DefaultSettings.XResolution and DefaultSettings.YResolution values to set your resolution
  • Close Regedit
  • Logoff and log back on to receive the new resolution settings

Labels: , ,


Subscribe to my feed   StumbleUpon Toolbar

Subscribe to The EXPTA {blog} by Email

How to Install VMware Tools in Windows 2008 Server Core

Windows 2008 Server Core benefits from VMware Tools, even though the GUI is mostly just a commandline. The most important benefit (to me) is the VMware enhanced mouse driver. This allows you to move the mouse in and out of the VM without having to to press the Ctrl-Alt release sequence.

Installing VMware Tools is a bit tricky, though, because there's no shell to integrate into. Here's how to install VMware Tools on Server Core:
  • Log into your Windows Server 2008 Server Core VM with an admin account
  • From the VMware Workstation console, click the VM menu Install VMware Tools. This will mount the VMware Tools disk in the virtual CD-Rom drive.
  • From the command line, switch to drive D: (or whatever drive is your CD drive)
  • Type Setup and press Enter
  • Click Install to the VMware informational message. The VMware Tools will begin to setup.
  • Click Next to install
  • Click Next to perform a Typical setup
  • Click Install to begin the installation
  • When you see the status stall, open Task Manager (Ctrl-Alt-Ins Start Task Manager)
  • Click the Applications tab, select the RUNDLL process and choose End Task
  • Close Task Manager and click OK to any error messages. Setup will continue as normal.
  • Click Finish and click Yes to restart the server

When Windows Server 2008 Server Core starts up, it will be in 640x480 resolution. Read my next blog post to explain how to configure the resolution in Windows 2008 Server Core.

Labels: , , ,


Subscribe to my feed   StumbleUpon Toolbar

Subscribe to The EXPTA {blog} by Email