Results 1 to 3 of 3

Thread: How to Take Effect After Installation Without Restarting Windows XP/Vista?

  1. #1
    Join Date
    Aug 2006
    Posts
    332

    How to Take Effect After Installation Without Restarting Windows XP/Vista?

    hey guys i want to know how to make new program to become effective and running properly without restarting Windows XP/Vista ?
    Restarting computer is irritating and frustrating especially when you are in the middle of doing your work and have lot of applications currently running simultaneously. You may need to stop your work, save and close all documents and applications before restarting the PC.
    Plaese help me on this
    Thanking you in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    392
    Don’t worry, my friend now there is a way to make the program effective even without the need to restart computer after the installation.

    You can achieve this by restarting Explorer instead of restarting whole windows. To restart Explorer, you can follow the traditional way by going to task manager, then go to Processes tab and sort applications by clicking on Image Name column. Look for explorer.exe and kill all of them by clicking End Process button. Alternatively, to make the steps simple, copy below commands as below into notepad and save it as KillExplorer.bat

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


    Execute KillExplorer.bat batch file will kill all the running explorer.exe in Windows within few seconds. Hope this tips will keep your current tasks running without being interrupted by unnecessary system restart.

  3. #3
    Join Date
    May 2011
    Posts
    1

    Re: How to Take Effect After Installation Without Restarting Windows XP/Vista?

    if you kill explorer, it will close any opened folders, etc.

Similar Threads

  1. Replies: 3
    Last Post: 17-02-2012, 02:56 PM
  2. Replies: 5
    Last Post: 09-07-2011, 06:03 PM
  3. Restarting and disk defragmentation problem in windows Vista
    By GarySober in forum Operating Systems
    Replies: 6
    Last Post: 01-12-2010, 08:56 PM
  4. Mass Effect 2 Overlord DLC Installation Issue
    By Melodious in forum Video Games
    Replies: 6
    Last Post: 03-07-2010, 11:20 AM
  5. Activex control plugins installation has no effect
    By Aandaleeb in forum Windows Software
    Replies: 3
    Last Post: 14-11-2009, 05:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,078,801.46473 seconds with 17 queries