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

  
1. Turn on the desktop experience
Run PowerShell, enter
1Import-Module servermanager
2Add-WindowsFeature Desktop-Experience
2, enable fast Switch on (that is, enable hibernation)
Run cmd as administrator, input
1 powercfg /H on
to 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 component
Run PowerShell, enter
1 Import-Module servermanager
2 add-windowsfeature NET-Framework-Features -Source:L:Win8Svrsourcessxs
Change L:Win8Svr Windows Server2012 installation directory
4, open audio service
Run PowerShell, enter
1 Import-Module servermanager
2 set-Service "Audiosrv" -startuptype automatic
It feels useless Students can change this service to automatic in the service.
5, open 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, prohibit the display of shutdown events Tracker (that is, 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 determine.
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, open automatic update and automatic network search driver
Open system properties, point to the left side of the advanced system properties, hardware tab, drive settings button, select the first item, and determine.
11, enable custom account and disable the administrator account
first add an administrator account, then open the computer management, account management, double-click Administratior, check disable, and determine
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, confirm, and enter the password twice. This feature will automatically cancel the boot press Ctrl+Alt+Del.

Copyright © Windows knowledge All Rights Reserved