Skip to content
Menu
Jumlins TechBlog
  • Home
  • About
Jumlins TechBlog

Windows Server 2012 as a Workstation

Posted on 2012-09-132019-03-25 by Niklas Jumlin

This week I received my new HP EliteBook Workstation 8560w packed with Intel® Core™ i7-2860QM, 24 GB RAM, NVIDIA Quadro 2000M, 750GB HDD and other goodies.

Big thanks to my friend over on Xeptor for giving me a good deal!

The first thing I did was to install the newly released RTM of Windows Server 2012. I wanted to use my laptop as LAB-server/workstation and run Windows 7 virtually with RemoteFX enabled.

Now, Windows Server 2012 is installed by default with no Desktop Experience. So I had to install that in order to get somewhat closer to a Workstation.

Turn on “desktop exper­i­ence”

    • Open power­shell and type these 2 lines
    • Import-Module Server­Man­ager
    • Install-WindowsFeature Desktop-Experience

After reboot I noticed that Metro UI was booted by default and I wanted it to boot directly to my Desktop.

Start on the desktop not in Metro

    • Open regedit
    • Expand HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    • Cre­ate a new key called “server” (or take own­er­ship and change per­mis­sions if it already exists)
    • Cre­ate a new 32bit DWORD called Cli­en­t­Ex­per­i­enceEn­abled and leave it set to 0. (or change it to 0 if it already exists)

I also didn’t want Server Manager to start automatically.

Don’t open server man­ager at logon

    • In server man­ager click “manage”
    • Select “server Man­ager Prop­er­ties” in the pull-down dialog
    • Tick “Do not start Server Man­ager auto­mat­ic­ally at logon”

Other visual tweaks

    • Make sure full visual effects are turned on
    • Open con­trol panel
    • Click on System
    • Click on Sys­tem again
    • Click on advanced sys­tem settings
    • Make sure you’re in the advanced tab
    • Click the top set­tings but­ton (in the per­form­ance section)
    • Select “adjust for best appearance”

The below setting did not seem to work. I will get back to that later

Enable startup sound

    • Open up registry editor. (Start > Run… > “Regedit”)
    • Navigate to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
    • Check to see if DisableStartupSound DWORD value is set to ‘1’. Change the value to 0 and then restart computer.

Share on Facebook

Leave a Reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Office 365 Groups/Teams powershell reporting script 2019-03-25
  • [Powershell Script] Convert ImmutableID 2018-09-12
  • Script to Schedule Mem and or vCPU up/downgrade 2015-05-13
  • Backing up VMs in Hyper-V 2013-01-09
  • Windows Server 2012 as a Workstation 2012-09-13

Archives

Categories

  • Exchange 2003
  • Exchange 2010
  • HTML/CSS
  • Imagick
  • JavaScript
  • Linux
  • Misc
  • Office 365 / Azure
  • PHP
  • PowerCLI
  • PowerShell
  • Projects
  • Scripts
  • Server
  • System Administration
  • VMware
  • Winbatch
  • Windows
  • Windows Server 2012

Recent Posts

  • Office 365 Groups/Teams powershell reporting script 2019-03-25
  • [Powershell Script] Convert ImmutableID 2018-09-12
  • Script to Schedule Mem and or vCPU up/downgrade 2015-05-13
  • Backing up VMs in Hyper-V 2013-01-09
  • Windows Server 2012 as a Workstation 2012-09-13
©2023 Jumlins TechBlog | Powered by WordPress & Superb Themes