Boot to skip the Win8 interface directly into the desktop method

  
                                    

Under normal circumstances, the Win8 system will first enter the Windows UI after booting, which is what we often say about the 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.
Boot to skip 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.

Expand the directory HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon on the left, 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.

Changing the Shell key value back to the default data can be restored to boot into the Win8 interface.

Copyright © Windows knowledge All Rights Reserved