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. Для перезапуска Explorer, вы можете следить за нормальным процессом, выбрав CTRL + ALT + DEL и выбрать диспетчер задач. In the task manager, click on explorer.exe entry and select End Process. В Task Manager, нажмите на 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 @ ECHO OFF
taskkill /f /IM explorer.exe taskkill / F / IM 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. Теперь, когда вам нужно перезагрузить Explorer, дважды щелкните на рабочем столе въезда и она будет делать работу возобновления 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, я обычно не самообороны содействие в комментариях, но есть еще один простой способ, в котором вы можете чисто выхода explorer.exe [ link ссылка ] I had written sometime back. ] Я написал некоторое время назад.
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… Да это еще один способ сделать это ... Я, как правило, делать то, что Кит говорил о ...