How to Restart Explorer Quickly in Windows Vista Como reiniciar rapidamente Explorer no 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. Toda vez que um novo programa é instalado, ele às vezes pede para um reinício do PC, mas, nesses casos, não seria suficiente se não reiniciar o Explorer, em vez de reiniciar o Windows. For restarting explorer , you can follow the normal process by selecting CTRL +ALT +DEL and select Task Manager. Para reiniciar explorer, você pode seguir o processo normal de seleção CTRL + ALT + DEL e selecione Gerenciador de Tarefas. In the task manager, click on explorer.exe entry and select End Process. No gestor de tarefas, clique em explorer.exe entrada e seleccione Terminar o processo.

This process can be simplified by creating a batch file and then executing it from the desktop. Este processo pode ser simplificado através da criação de um arquivo de lote e, em seguida, executa-lo a partir do desktop. To do this, open notepad and type the following commands, Para fazer isso, abra notepad e digite os seguintes comandos,
@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. Agora salve o arquivo na pasta do Windows com a extensão. Bat. The file name can be anything you chose. O nome do ficheiro pode ser qualquer coisa que você escolheu. Now create a shortcut to this file on the desktop. Agora crie um atalho para esse arquivo na área de trabalho. Now whenever you need to restart explorer, double click on the desktop entry and it will do the job of restarting explorer. Agora, quando é necessário reiniciar o Explorer, clique duplo na área de trabalho entrada e vai fazer o trabalho de reiniciar explorer.

Please make sure that you save all information which you were working on before executing this command. Por favor, certifique-se de guardar todas as informações que você estava trabalhando antes de executar este comando.
Share this Post Compartilhar esta postagem


























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 [ Nice maneira limpa para sair explorer, eu normalmente não se auto-promover, em comentários, mas não há outra maneira simples no qual você pode sair limpa explorer.exe [ link ] I had written sometime back. ] Eu tinha escrito algures por volta.
Nirmal,
Thanks for the tip. Obrigado pela dica. I was doing this killing of explorer.exe but when the PC doesn’t respond. Eu estava fazendo isso de matar explorer.exe, mas quando o PC não responder. I didn’t know about this trick Eu não sei sobre esse truque
Kieth also thanks for the link… Kieth também graças à ligação ...
Yeah this is another way of doing it…I usually do what Keith was talking about… Pois este é um outro modo de fazê-lo ... eu costumo fazer aquilo que Keith estava falando ...