How to Restart Windows ’ Explorer.exe (Along with the Taskbar and Start Menu)

Go to star menu and search cmd. Right click on the command prompt icon and run as administrator. Use the following code to restart your windows explorer.

taskkill /f /IM explorer.exe
start explorer.exe
exit