Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Win2012InitialSetup

ojdkbuild edited this page Jun 25, 2016 · 1 revision

Goal

Configure basic Windows settings to make it more convenient to use inside a VM.

Outline:

Prerequisites

Evaluation License

Lets obtain a free 180 days evaluation license from Microsoft:

  1. Run cmd.exe command line:

win2012_29

  1. Type slmgr /ato, in some seconds system will be registered with Microsoft and activation confirmation window should appear:

win2012_31

  1. Type slmgr /dlv to check the license details:

win2012_32

Guest Additions

Lets install VirtualBox guest additions to enable a shared folder support, window resizing and shared clipboard:

  1. In VirtualBox menu choose Devices -> Insert Guest Additions CD Image. Run VBoxWindowsAdditions-amd64.exe from the mounted CD drive:

win2012_33 win2012_34

  1. Choose default options in installer UI:

win2012_36 win2012_38

  1. Check that shared folder is mounted automatically after the reboot:

win2012_47

Server Manager

Lets disable Server Manager application on OS startup:

  1. In Server Manager menu choose Manage -> Server Manager Properties and disable autostart there:

win2012_28

Automatic Login

Lets make the VM to login as Administrator automatically after the boot:

  1. Open Local Security Policy UI:

win2012_40

  1. Disable Ctrl+Alt+Del requirement:

win2012_41

  1. Disable (prolong) password expiry:

win2012_42

  1. Open netplwiz utility:

win2012_43

  1. Enable login without password:

win2012_44

Folder Options

Lets allow showing file extensions and hidden files in Explorer:

  1. In Explorer choose View -> Options -> Change folder and search options -> View. Choose the required options there:

win2012_49

Windows Update

  1. To install OS updates open "Windows Updates". First time update installation can take a long time (hour+):

win2012_45 win2012_46