How to transform Windows 2012 into desktop operating system (Windows 8)

  

1. Turn on the desktop experience

Run PowerShell, type

1 Import-Module servermanager

2 Add-WindowsFeature Desktop-Experience

2, enable fast power on/off (that is, enable hibernation)

Run cmd as administrator, enter

1 powercfg /H on

Turn on the power option. You need to enter the password when you wake up on the left side. You can find the quick start and check in the following.

3, add .net components

Run PowerShell, enter

1 Import-Module servermanager

2 add-windowsfeature NET-Framework-Features -Source :L:Win8Svrsourcessxs

Change L:Win8Svr to windows server2012 installation directory

4, turn on audio service

Run PowerShell, enter

1 Import -Module servermanager

2 set-Service "Audiosrv" -startuptype automatic

Students who feel useless can change the service to automatic in the service.

5, turn on the wireless components (if there is no wireless network can be ignored)

Run PowerShell, enter

1 Import-Module servermanager

2 add-windowsfeature Wireless-Networking

6. Disable the display of the shutdown event tracker (the menu displayed when shutting down)

Run gpedit.msc, expand the local computer on the left, computer configuration, management template, system . Find and disable the Display shutdown Event Tracker on the right side (not sure how to translate this, probably the shutdown event tracking program), and the ability to press Ctrl+Alt+Del can also be canceled here.

7, cancel IE protection

Open the server management, point to the local server on the left, point to the right behind the IE security configuration, change to off and determine.

8, cancel the server management boot automatically start

Open the server management, click the management button in the upper right corner, point to the server management properties, the second check and confirm.

9, set the foreground process priority

Open the system properties, point to the left side of the advanced system properties, the first set button, advanced tab, select the program, and determine.

10, turn on automatic update and automatically networked search driver

Open the system properties, point to the advanced system properties on the left, hardware tab, drive settings button, select the first item, and confirm.

11. Enable custom accounts and disable administrator accounts

First add an administrator account, then open Computer Management, Account Management, double-click Administratior, check Disable, and confirm

12, set the account to automatically log in

Run control userpasswords2, click the user name that needs to be automatically logged in, then cancel the user must enter the user name and password to log in to the computer, OK, and enter the password twice. This feature will automatically cancel the boot press Ctrl+Alt+Del.

Copyright © Windows knowledge All Rights Reserved