In Windows Server 2008 Server Core, only a command prompt is present as the user interface. You still have access to some of the GUIs. For example, type taskmgr and press Enter. The Task Manager will pop up. For most of the administration of server core, you will either use an MMC snap in that is redirected to the Server Core, our via command line directly on the Server Core box. The Start /W command is used before you initiate an action, like installing a role, that will take some time. This will cause the user interface to "wait" until the installation is completed. This prevents you from taking actions that will failure if done before an installation is completed.
This week I instructed my first class using Windows Server 2012 accessed via LogMeIn and discovered a Sticky Key problem every time you press the Shift key. Here is my solution to resolve this. First off, in the Preferences of LogMeIn for the connection to the Windows Server, click General . Change the Keyboard and mouse priority to Host side user and click Apply at the bottom. On the Windows 2012 server, open the Control Panel – Ease of Access – Change how your keyboard works . Uncheck Turn on Sticky Keys . Click Set up Sticky Keys . Uncheck Turn on Sticky Keys when SHIFT is pressed five times . Click OK twice. If you are using Windows Server 2012 as a Hyper-V host, you will need to redo the Easy of Use settings on each guest operating system in order to avoid the Sticky Key Problem. Updated Information: March 20, 2013 If you continue to have problems, Uncheck Turn on Filter Keys .
Comments