Win2012InitialSetup - daudo/ojdkbuild GitHub Wiki
Goal
Configure basic Windows settings to make it more convenient to use inside a VM.
Outline:
- Prerequisites
- Evaluation License
- Guest Additions
- Server Manager
- Automatic Login
- Folder Options
- Windows Update
Prerequisites
- Windows 2012 installed in VirtualBox (see Win2012VBoxInstall)
Evaluation License
Lets obtain a free 180 days evaluation license from Microsoft:
- Run
cmd.exe
command line:
- Type
slmgr /ato
, in some seconds system will be registered with Microsoft and activation confirmation window should appear:
- Type
slmgr /dlv
to check the license details:
Guest Additions
Lets install VirtualBox guest additions to enable a shared folder support, window resizing and shared clipboard:
- In VirtualBox menu choose
Devices
->Insert Guest Additions CD Image
. RunVBoxWindowsAdditions-amd64.exe
from the mounted CD drive:
- Choose default options in installer UI:
- Check that shared folder is mounted automatically after the reboot:
Server Manager
Lets disable Server Manager
application on OS startup:
- In
Server Manager
menu chooseManage
->Server Manager Properties
and disable autostart there:
Automatic Login
Lets make the VM to login as Administrator
automatically after the boot:
- Open
Local Security Policy
UI:
- Disable
Ctrl+Alt+Del
requirement:
- Disable (prolong) password expiry:
- Open
netplwiz
utility:
- Enable login without password:
Folder Options
Lets allow showing file extensions and hidden files in Explorer
:
- In
Explorer
chooseView
->Options
->Change folder and search options
->View
. Choose the required options there:
Windows Update
- To install OS updates open "Windows Updates". First time update installation can take a long time (hour+):