ComputerForum.com ComputerForum.com  

Go Back   Computer Forum > Computer Software > Operating Systems

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 09-24-2008, 01:36 AM   #1 (permalink)
New Member
 
Join Date: Sep 2008
Posts: 6
Default Noneed Restart Window By Just Restarting The Explorer!

Sometime you need to reboot your computer after some installations and changes to the system settings. Most of the time, it is only need to restart the system interface like Explorer. So, how to do it? Well step-by-step will be shown below:

Open the task manager using [Ctrl] + [Shift] + [Esc].
Select the “explorer.exe” entry in the “Processes” tab and press [Del]-the program will stopped and restart automatically.
Here got another easier way if you store the required commands in a batch file, and making it easily accessible. To do this just need to copy the following code and paste them in the Notepad.

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

Save the file under any name with the extension “.bat” in Window folder and create a shortcut to it on the desktop or in the quick start bar. The script ends the “explorer.exe” process with the “taskkill” system command and “f” parameter and restart it immediately.

ATTENTION: Save all your running applications at that time before using this command.

Last edited by mep916; 09-24-2008 at 05:48 AM.
hoeyou is offline   Reply With Quote


Reply

Bookmarks

Tags
explorer, tips, tricks, window xp, windows vista

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need help on window explorer icethrone Operating Systems 16 09-24-2008 01:39 AM
Win Explorer Shortcuts Open In Same Window KlumpDud Operating Systems 9 11-11-2006 04:55 AM
Internet Explorer Window Adjustment?? fxst Internet Discussion 2 10-08-2006 10:27 PM
HD recognized under BIOS & Device Manager but doesn't show up in Window Explorer cheerboy555 Computer Memory and Hard Drives 4 09-13-2006 05:31 PM
Internet Explorer problem (new window blank) brent12223 Operating Systems 2 02-18-2006 12:21 AM


All times are GMT +1. The time now is 01:25 AM.


Powered by: vBulletin Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.