Windows Explorer ialah pintu masuk ke Antara Muka Pengguna Grafik (GUI) yang digunakan untuk menavigasi sistem pengendalian Windows. Ia adalah cangkerang pengguna yang membolehkan seseorang meneroka desktop, Pengurus Fail, Menu Mula dan bar tugas, dan pelbagai perkara lain yang dipautkan kepadanya. Dalam situasi tertentu, anda mungkin perlu memulakannya semula, seperti apabila satu atau lebih elemennya mula rosak atau jika skrin anda membeku.
Dengan Windows 11, Microsoft telah banyak menyokong Windows Explorer dan 'memusatkan' keseluruhan pengalaman. Tetapi cara untuk memulakannya semula masih sama. Di sini kita lihat cara untuk memulakan semula Windows Explorer dan perkara yang berlaku apabila anda berbuat demikian.
kandungan
Apakah yang berlaku apabila anda memulakan semula Windows explorer (dan bilakah anda perlu melakukannya)?
Memulakan semula Windows Explorer sama seperti memulakan semula mana-mana aplikasi lain - ia mematikan cangkerang pengguna dan memulakannya semula. Ini bermakna bahawa semua proses yang bergantung padanya, seperti desktop, bar tugas, Menu Mula dan Penjelajah Fail semuanya akan dimuatkan semula, sekali gus membetulkan sebarang isu kecil yang mungkin berlaku. Jika sistem anda membeku atau ketinggalan, memulakan semula Windows Explorer selalunya cukup untuk menyelesaikan isu tersebut.
Adalah baik untuk mengetahui cara untuk melakukannya kerana ini adalah salah satu cara terpantas untuk membetulkan pengalaman desktop yang gagap atau bar tugas yang tidak bertindak balas. Windows Explorer perlu dimulakan semula setiap kali anda membuat perubahan pada pendaftaran HKEY_CURRENT_USER juga, yang merupakan satu lagi sebab untuk mengetahui cara berbuat demikian.
Anda juga boleh menamatkan Windows Explorer tanpa memulakannya semula. Jika anda berbuat demikian, anda akan ditinggalkan dengan desktop kosong tanpa bar tugas atau Menu Mula. Penjelajah fail juga tidak akan tersedia. Tetapi untuk memulakannya semula adalah mudah.
Berkaitan: Cara Tetapkan Semula Windows 11
Mulakan semula File Explorer pada Windows 11
Berikut ialah semua cara anda boleh memulakan semula Windows Explorer pada Windows 11. Ambil perhatian bahawa walaupun rujukan visual yang ditunjukkan dalam panduan ini adalah Windows 11, kaedah ini juga berfungsi untuk Windows 10.
Kaedah #01: Menggunakan Pengurus Tugas
Mula-mula, buka Pengurus Tugas dengan menekan Ctrl + Shift + Esc
serentak. Sebagai alternatif, anda juga boleh klik kanan pada menu Mula dan pilih Pengurus Tugas .
Klik pada Butiran lanjut jika Pengurus Tugas dibuka dalam bentuk kecil.
Tatal melalui Proses dan cari Windows Explorer. Pilihnya dan kemudian klik pada Mulakan semula ke arah sudut kanan bawah.
Elemen visual pada skrin anda akan hilang seketika dan kemudian kembali. Ini bermakna bahawa Windows Explorer telah berjaya ditutup dan dimulakan semula.
Berkaitan: Cara Menyahpasang Kemas Kini pada Windows 11
Kaedah #02: Menggunakan Prompt Perintah/Terminal Windows/PowerShell
Cara lain untuk memulakan semula Windows Explorer adalah melalui Terminal Windows seperti Command Prompt atau PowerShell. Dalam contoh kami, kami akan menggunakan yang pertama tetapi arahannya adalah sama untuk kedua-duanya.
Tekan Mula, taip cmd (atau powershell), dan kemudian klik pada Jalankan sebagai pentadbir .
Sekarang taip arahan berikut:
taskkill /f /im explorer.exe
Kemudian tekan Enter. Sebaik sahaja anda berbuat demikian, anda akan melihat desktop menjadi hitam dan menu Mula dan bar tugas hilang. Ini bermakna anda telah berjaya menutup Windows Explorer. Untuk memulakannya semula, taip arahan berikut:
start explorer.exe
Kemudian tekan Enter. Elemen visual akan kembali dengan segera.
Kaedah #03: Menggunakan skrip kelompok
Anda juga boleh mencipta skrip kelompok untuk memulakan semula Windows Explorer supaya pada kali berikutnya anda perlu berbuat demikian, anda hanya perlu mengklik dua kali padanya. Ini caranya:
Klik kanan pada desktop dan pilih Baharu > Dokumen teks .
Buka fail Notepad ini, kemudian taip yang berikut:
@echo off
taskkill /f /im explorer.exe
start explorer.exe
Sebagai alternatif, anda boleh menyalin di atas dan menampalnya ke dalam dokumen teks.
Kemudian klik pada Fail .
Pilih Simpan sebagai .
Beri nama fail ini dan simpan sambungannya sebagai .bat . Kemudian klik pada menu lungsur di sebelah Simpan sebagai jenis .
Pilih Semua fail .
Kemudian klik Simpan .
Fail kelompok anda untuk memulakan semula Windows Explorer kini dibuat pada desktop. Setiap kali anda perlu memulakan semula Windows Explorer seterusnya, cuma klik dua kali pada fail .bat ini.
Jika kaedah yang dinyatakan di atas kelihatan terlalu rumit kepada anda, anda boleh menambah pilihan untuk memulakan semula Windows Explorer pada menu konteks untuk akses yang lebih mudah. Walau bagaimanapun, untuk berbuat demikian, anda perlu mencipta fail pendaftaran khusus untuk tugasan itu. Inilah cara untuk melakukannya:
Buka dokumen teks (Fail Notepad) seperti yang ditunjukkan sebelum ini. Kemudian taip yang berikut:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Explorer]
"icon"="explorer.exe"
"Position"="Bottom"
"SubCommands"=""
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Explorer\shell\01menu]
"MUIVerb"="Restart Explorer Now"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Explorer\shell\01menu\command]
@=hex(2):63,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,63,00,20,00,74,\
00,61,00,73,00,6b,00,6b,00,69,00,6c,00,6c,00,20,00,2f,00,66,00,20,00,2f,00,\
69,00,6d,00,20,00,65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,\
00,78,00,65,00,20,00,20,00,26,00,20,00,73,00,74,00,61,00,72,00,74,00,20,00,\
65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,00,00,\
00
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Explorer\shell\02menu]
"MUIVerb"="Restart Explorer with Pause"
"CommandFlags"=dword:00000020
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Explorer\shell\02menu\command]
@=hex(2):63,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,63,00,20,00,40,\
00,65,00,63,00,68,00,6f,00,20,00,6f,00,66,00,66,00,20,00,26,00,20,00,65,00,\
63,00,68,00,6f,00,2e,00,20,00,26,00,20,00,65,00,63,00,68,00,6f,00,20,00,53,\
00,74,00,6f,00,70,00,70,00,69,00,6e,00,67,00,20,00,65,00,78,00,70,00,6c,00,\
6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,00,20,00,70,00,72,00,6f,00,63,\
00,65,00,73,00,73,00,20,00,2e,00,20,00,2e,00,20,00,2e,00,20,00,26,00,20,00,\
65,00,63,00,68,00,6f,00,2e,00,20,00,26,00,20,00,74,00,61,00,73,00,6b,00,6b,\
00,69,00,6c,00,6c,00,20,00,2f,00,66,00,20,00,2f,00,69,00,6d,00,20,00,65,00,\
78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,00,20,00,26,\
00,20,00,65,00,63,00,68,00,6f,00,2e,00,20,00,26,00,20,00,65,00,63,00,68,00,\
6f,00,2e,00,20,00,26,00,20,00,65,00,63,00,68,00,6f,00,20,00,57,00,61,00,69,\
00,74,00,69,00,6e,00,67,00,20,00,74,00,6f,00,20,00,73,00,74,00,61,00,72,00,\
74,00,20,00,65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,\
00,65,00,20,00,70,00,72,00,6f,00,63,00,65,00,73,00,73,00,20,00,77,00,68,00,\
65,00,6e,00,20,00,79,00,6f,00,75,00,20,00,61,00,72,00,65,00,20,00,72,00,65,\
00,61,00,64,00,79,00,20,00,2e,00,20,00,2e,00,20,00,2e,00,20,00,26,00,20,00,\
70,00,61,00,75,00,73,00,65,00,20,00,26,00,26,00,20,00,73,00,74,00,61,00,72,\
00,74,00,20,00,65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,\
78,00,65,00,20,00,26,00,26,00,20,00,65,00,78,00,69,00,74,00,00,00
Untuk memudahkan proses, hanya salin perkara di atas dan tampalkannya ke dalam fail notepad.
Kemudian klik pada Fail .
Pilih Simpan sebagai .
Beri nama fail ini dan akhiri dengan .reg . Kemudian klik pada menu lungsur di sebelah Simpan sebagai jenis .
Pilih Semua Fail .
Klik pada Simpan .
Sekarang klik dua kali fail pendaftaran yang baru dibuat ini.
When prompted, click Yes.
You will now get a confirmation message that the keys and values in this file are successfully added to the registry. Click OK.
To see the new context menu option to Restart Windows Explorer, right-click on the desktop and select Show more options.
The option to Restart Explorer will be at the bottom. Hover over it to get the options to Restart Explorer Now or Restart Explorer with Pause.
If you’d like to remove this option, create a notepad file and paste the content mentioned below in it.
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Explorer]
Then click on File > Save as.
Save the file as a .reg file as we did before and save file type as ‘All files’. Then click Save.
Then double-click this newly created registry file.
When prompted, click Yes, then click OK.
The option to restart Explorer from the Context Menu will no longer be available.
Fix: Windows Explorer has stopped working
The number one fix to Windows Explorer problems is to restart Windows Explorer using any of the methods mentioned above. This gives all the visual elements of the user shell a soft reboot, allowing them to load the data again and fix any issues that they might be having.
But there are a few other potential fixes that you may want to check out as well. Here they are:
Run SFC scan
Windows Explorer may be encountering issues due to corrupt system files. Here’s how you can check for the same and fix it:
Press Start, type cmd, and click on Run as administrator.
Now type the following command:
sfc /scannow
Then press Enter. This will start the System File Checker scan. You may have to wait a while before the process is finished.
SFC Scan will find any potential problems and fix them for you.
Reboot in Safe Mode to identify the problem
Sometimes, corrupt third-party applications may be the cause of the problem. But to make sure this is the case, we have to reboot the PC in Safe Mode first. Here’s how to do so:
Press Start and click on the ‘Power’ button.
Then, while holding down the ‘Shift’ key, click on Restart.
Now, while the computer is restarting, you will be taken to the Advanced Restart options. Select Troubleshoot.
Click on Advanced options.
Click on Startup Settings.
Click Restart.
Now press the number that corresponds to Enable Safe Mode with Networking.
Check if the problem still persists in Safe Mode. If it does, here’s what you need to do.
Boot the computer back up normally, then press Start, type msconfig, and click on Run as administrator.
Under the ‘General’ tab, make sure to select Selective startup, but uncheck Load startup items.
Then switch over to the ‘Services’ tab.
Here, click on Hide all Microsoft services at the bottom to select it. Then click Disable all.
Click OK.
Restart your PC normally. If Windows Explorer is working fine, then the issue was caused most likely by a third-party app. You may need to hunt down exactly which program was interfering with the proper functioning of Windows Explorer.
We recommend uninstalling any recent apps that you may have installed around the time when this problem started to appear.
Scan for viruses
You should definitely run a full virus scan with your anti-virus program to find any viruses or malware lurking in your computer. Viruses come in various kinds and have the capacity to wreak havoc on your system, and a non-functioning Windows Explorer is one of the major symptoms.
Frequently Asked Questions (FAQs)
Windows Explorer is tied to a variety of visual elements that we as users interact with on a daily basis. It is only natural then to have questions about its functioning and what all you can do after you end or restart it. Here we answer a few commonly asked queries so you have all the information you need to make adjustments to Windows Explorer.
Is it safe to end Windows Explorer?
Yes, it is safe to end Windows Explorer. Doing so won’t lead to any problems. In fact, it may possibly fix the problems its elements may be experiencing. However, if you only end Windows Explorer without starting it up back again, you won’t have access to those very elements that have made Windows 11 stand out from its predecessors.
How often should I restart Windows Explorer?
Under normal circumstances, you won’t need to restart Windows Explorer at all. One of the main reasons why people restart Windows Explorer is when they’ve made changes to the registry the HKEY_CURRENT_USER registry key and need to see the changes implemented.
Other than that, Windows Explorer will require a soft reboot if one or more of its elements begin to malfunction. But if you’re constantly having to restart Windows Explorer, the problem may be found elsewhere. Refer to our fixes above to sort this issue.
Why does Windows Explorer keep crashing?
There are a few reasons why Windows Explorer may not be working as usual. But viruses within third-party applications downloaded from unknown or untrustworthy sources is one of the common cause for this. Windows Update too can introduce Explorer bugs with recent updates, especially if you’re on the Dev channel, although it’s not often the case.
Is any data lost when restarting Windows Explorer?
No, your data is not lost when you restart Windows Explorer. All your files and applications will return to the state in which they were when you restarted Windows Explorer. The only elements that are impacted are the UI elements that are dependent on Windows Explorer, such as the desktop, the Start Menu, File Explorer, and the taskbar.
Do copy paste keep working or get stopped?
Yes, the copy-paste function still keeps working when you end or restart Windows Explorer.
Can you reopen the same windows again after restarting Windows Explorer?
Yes, you can open the same windows again after restarting Windows Explorer. However, if you were using File Explorer to navigate through your drives and folders, you will have to open it up from the beginning and get to the folders you were accessing when you restarted Windows Explorer.
So these were the ways that you can restart Windows Explorer and when you should be doing so. We hope you now have a better understanding of the processes of Windows Explorer and the ways to manage them.
RELATED