How to Restart Explorer Quickly in Windows Vista Cómo reiniciar rápidamente en el Explorador de 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. Siempre que un nuevo programa está instalado, a veces se pide para un reinicio de PC, pero en estos casos sería suficiente si queremos reiniciar el Explorer en lugar de reiniciar Windows. For restarting explorer , you can follow the normal process by selecting CTRL +ALT +DEL and select Task Manager. Para reiniciar el explorador, puede seguir el proceso normal de selección de CTRL + ALT + SUPR y seleccione el Administrador de tareas. In the task manager, click on explorer.exe entry and select End Process. En el administrador de tareas, haga clic en explorer.exe entrada y seleccione Terminar proceso.

This process can be simplified by creating a batch file and then executing it from the desktop. Este proceso puede ser simplificado mediante la creación de un archivo por lotes y, a continuación, ejecutar desde el escritorio. To do this, open notepad and type the following commands, Para ello, abra el Bloc de notas y escriba los siguientes 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. Ahora, guarde el archivo en la carpeta de Windows con la extensión. Bate. The file name can be anything you chose. El nombre del archivo puede ser cualquier cosa que usted eligió. Now create a shortcut to this file on the desktop. Y ahora, puede crear un acceso directo a este fichero en el escritorio. Now whenever you need to restart explorer, double click on the desktop entry and it will do the job of restarting explorer. Ahora cada vez que tenga que reiniciar el explorador, haga doble clic en el escritorio de entrada y se hará la tarea de reiniciar el explorador.

Please make sure that you save all information which you were working on before executing this command. Por favor, asegúrese de que guarde toda la información que la que estaba trabajando antes de ejecutar este comando.
Share this Post Compartir este 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 [ Niza limpio manera para salir de explorador, yo por lo general no promover la libre en los comentarios, pero hay otra manera sencilla en la que puede salir limpiamente explorer.exe [ link vínculo ] I had written sometime back. ] Yo había escrito alguna vez la espalda.
Nirmal,
Thanks for the tip. Gracias por la propina. I was doing this killing of explorer.exe but when the PC doesn’t respond. Me estaba haciendo esta matanza de explorer.exe, pero cuando el PC no responde. I didn’t know about this trick Yo no sabía acerca de este truco
Kieth also thanks for the link… Kieth también gracias por el enlace ...
Yeah this is another way of doing it…I usually do what Keith was talking about… Sí, esta es otra forma de hacerlo ... yo por lo general hacer lo que Keith estaba hablando de ...