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…是啊,这是另一种方式这样做...我通常做基思在谈论...