October 20, 2008

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

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.
Press Ctrl + Shift + Esc and the start manger will open up.
Look for the process namely "explorer.exe".
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.

0 comments: