Win8 boot skip interface directly into the desktop method

  
Under normal circumstances, Win8 system will first enter the Windows UI after booting, which is what we often say Metro interface. This may be necessary for a tablet, but for PC users, most operations still need to be done under the desktop when using Win8, so it seems more efficient to boot directly into the desktop mode. Win8 itself does not provide an option to modify the boot mode, so we need to implement some "special" method.



Starting to skip the Win8 interface directly into the desktop mode
To get Win8 boot directly into the desktop mode, you need to modify the registry to achieve. First press the Windows key + R on the keyboard, open the "Run" dialog box, enter Regedit and press Enter to open the Registry Editor.
On the left side, expand the directory HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon, find the shell on the right and double-click to open the key.
By default, the data for the Shell key is “explorer.exe”, now modify it to <;explorer.exe, explorer.exe”. Click OK to save the settings. After restarting the computer, you can enter the desktop mode by default.
Change the Shell key value back to the default data and you can restore it to the Win8 interface.
Original Address: http://soft.zol.com.cn/338/3389342.html

Copyright © Windows knowledge All Rights Reserved