How to Restart File Explorer Quickly on Windows 11/10 using a Batch File: For those who have journeyed through the evolution of Windows operating systems, you might recall the days of Windows 7 and its Windows Explorer. However, since Windows 8, this has been rebranded as File Explorer. Now, while operating on Windows 11 or 10, there might be occasions where a frequent restart of File Explorer becomes necessary. For this, crafting a batch file proves to be a handy solution. With this file in place, restarting File Explorer becomes as simple as a double-click on a desktop shortcut icon.
While many seasoned users instinctively turn to the Task Manager to restart File Explorer, it’s noteworthy that there are multiple methods to achieve this. For those not inclined to employ a batch file, the Task Manager remains a reliable alternative. This risewindows article serves as a comprehensive guide, delineating the processes to restart File Explorer on Windows 11 and 10, whether via the trusty Task Manager or the efficient batch file.
How to Restart File Explorer in Windows 11 or 10 using Task Manager?
To restart File Explorer on Windows 11 or 10 through Task Manager, you need to do the following:-
First, activate the task manager by pressing Ctrl + Shift + Esc hotkey and navigate to the Processes tab. Now, locate the Windows Explorer process, right-click on it, and select the Restart option.
As mentioned above, the steps are helpful when you need to restart File Explorer on your PC occasionally. However, if your Windows Explorer or File Explorer freezes or stops working frequently, we recommend you create a batch file to restart File Explorer; once you have a valid batch file, double-click on that to restart File Explorer quickly.
How to Restart File Explorer in Windows 11 or 10 through Batch File?
To restart File Explorer on Windows 11 or 10 using a batch file, use the following:-
Firstly, open a Notepad file on your PC and then copy the following lines and paste it into the Notepad file:-
@echo off taskkill /f /im explorer.exe start explorer.exe
Then, click on File Menu and select Save as option.
After that, select the desired location on your PC where you want to save this batch file. Next, do the following:-
- Write RestartExplorer.bat in front of the File name box.
- Select All Files option from the Save as type drop-down menu.
After completing the above steps, click on the Save button when you want to restart your File Explorer; just double-click on the batch file you created. No need to open the task manager and search for Windows Explorer to restart the File Explorer on your PC.
Conclusion
In summary, Windows 11 and 10 provide users with a plethora of methods to optimize and troubleshoot their operating experience. Restarting File Explorer, a critical component of the Windows ecosystem, is no exception. While the Task Manager offers a straightforward approach for occasional restarts, the creation of a batch file emerges as a swift and efficient solution for those facing recurrent issues. The batch file not only streamlines the restart process but also circumvents the need to delve into the Task Manager each time. Regardless of the method you choose, ensuring seamless operation of your File Explorer is paramount. For further insights, don’t miss out on exploring the nuances of password-less sign-ins for Microsoft Accounts on Windows 11.
Also Read: How to Enable or Disable Password-less Sign-in for Microsoft Accounts on Windows 11?