|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
#1 (permalink) |
|
New Member
![]() Join Date: Sep 2008
Posts: 6
|
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. |
|
|
|
![]() |
| Bookmarks |
| Tags |
| explorer, tips, tricks, window xp, windows vista |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |