Transforming Windows Server 2012 into a desktop operating system is a common sense in the WIN8 system, in order to better use the computer. Then how to do it well! Now let's take a look!
1. Open Desktop Experience
Run PowerShell, enter
1 Import-module Servermanager
2 Add-windowsfeature desktop-experience
2. Enable the fast switching machine (that is, enable hibernation)
Run cmd as Administrator, enter
1 powercfg/h on
Turn on the Power option, click on the left to wake up the need to enter a password, below can find quick start, tick.
3. Add. NET components
Run PowerShell, enter
1 Import-module Servermanager
2 Add-windowsfeature Net-framework-features-source:l:win8svrsourcessxs
Change the L:WIN8SVR to the installation directory for Windows server2012
4. Turn on audio services
Run PowerShell, enter
1 Import-module Servermanager
2 Set-service "Audiosrv"-startuptype automatic
Feel no use of students can themselves into the service to change the service to automatic on the line.
5. Turn on the wireless component (if 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 (which is the menu displayed at shutdown)
Run Gpedit.msc, expand the left side of the local computer, computer configuration, Administrative Templates, System. Find and disable Display Shutdown Event Tracker on the right side (not quite sure how this translates, probably shows the Shutdown Event Tracker), and the power-on-Ctrl+alt+del function can also be canceled here.
7. Cancel IE protection
Open Server Management, point to the left local server, point to the right of IE security configuration behind the on, are changed to OFF and OK.
8, cancel the server Management boot automatically
Open Server Management, point to the top right corner of the admin button, click Server Management Properties, the second tick and OK.
9, set the foreground process first
Open System Properties, point left advanced system Properties, first set button, Advanced tab, select Program, and OK.
10. Turn on automatic updating and automatic Internet search drive
Open System Properties, point left advanced System Properties, Hardware tab, Drive Settings button, select First item, and OK.
11. Enable the custom account and disable the Administrator account
First add an administrator account, then turn on Computer Management, account management, double-click Administratior, tick Disable, and OK
12. Set up account automatic login
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 on to the computer tick, OK, and enter the password two times. This feature will automatically cancel power on by pressing Ctrl+alt+del.