Sunday, October 12, 2008

Avoid System Restart after Installing a program/Solution to avoid Restarting Windows after a software installation

Haven't you noticed some programs asking you to restart windows after its installation.?This will be really frustrating when you are at the middle of a work.If you have a lot of programs opened up and running you have to start all of them again.So here is a trick to remove such a situation.
  1. Press Ctrl + Shift + Esc and the start manger will open up.
  2. Look for the process namely "explorer.exe".
  3. Right click on it and select "End process" and press "Yes" in the next dialog box.
Finished.

Here is an alternative to the above steps.

Type the following commands in notepad and save as "Terminate explorer.bat"

@echo off
taskkill/f/IM explorer.exe
explorer.exe

You can execute the following file instead of the above steps.

Labels: , ,

0 Comments:

Post a Comment

Its your Turn now. Post Your Opinions and Doubts here. All comments are moderated. I will respond to your comments shortly. So, Do check back :) And This is a Do Follow Blog.

Subscribe to Post Comments [Atom]

<< Home