How to Restart Explorer Quickly in Windows Vista如何盡快重新啟動Explorer的Windows Vista中
Whenever a new program is installed, sometimes it prompts for a restart of PC, but in these cases it would be sufficient if we restart the Explorer instead of restarting Windows.每當一個新的程序安裝,有時它會提示重新啟動電腦,但在這種情況下,就足夠了,如果我們重新啟動Explorer中而不是重新啟動Windows 。 For restarting explorer , you can follow the normal process by selecting CTRL +ALT +DEL and select Task Manager.為重新啟動瀏覽器 ,你可以按照正常程序選擇按Ctrl + Alt + Del鍵,選擇任務管理器。 In the task manager, click on explorer.exe entry and select End Process.在任務管理器,點擊Explorer.exe的條目並選擇結束進程。

This process can be simplified by creating a batch file and then executing it from the desktop.這一過程可以簡化創建一個批處理文件,然後執行它從桌面上。 To do this, open notepad and type the following commands,要做到這一點,打開記事本,鍵入以下命令,
@echo off @迴聲關閉
taskkill /f /IM explorer.exe taskkill /法/即時Explorer.exe的
explorer.exe Explorer.exe的
Now save the file in Windows folder with the extension .bat.現在保存文件在Windows文件夾的擴展名。蝙蝠。 The file name can be anything you chose.該文件的名稱可以是任何你選擇。 Now create a shortcut to this file on the desktop.現在,創建快捷方式到本文件在桌面上。 Now whenever you need to restart explorer, double click on the desktop entry and it will do the job of restarting explorer.現在只要您需要重新啟動瀏覽器,雙擊桌面上的進入和將完成的工作重新啟動瀏覽器。

Please make sure that you save all information which you were working on before executing this command.請確保您保存所有資料,你的工作之前執行這項命令。
Share this Post分享這個郵報


























Nice clean way to exit explorer, I usually don’t self promote in comments but there is another simple way in which you can cleanly exit explorer.exe [尼斯清潔的方式退出探險,我通常不會自我宣傳的評論,但還有另一種簡單的方法,您可以在其中乾淨利落地退出Explorer.exe的[ link鏈接 ] I had written sometime back. ] :我寫了某個時候回來。
Nirmal, Nirmal ,
Thanks for the tip.謝謝您的小費。 I was doing this killing of explorer.exe but when the PC doesn’t respond.我是這樣做造成的Explorer.exe的但是當電腦沒有回應。 I didn’t know about this trick我不知道這個把戲
Kieth also thanks for the link… Kieth也感謝連結...
Yeah this is another way of doing it…I usually do what Keith was talking about…是啊,這是另一種方式這樣做...我通常做基思在談論...