Tips of How to Take Effect After Installation Without Restarting Windows XP/Vista טיפים של איך ייכנסו לתוקף לאחר התקנה ללא הפעלה מחדש של Windows XP / Vista

When we install a new program in computer, sometimes it is needed to restart the computer in order for the new program to become effective and running properly. כאשר אנו מתקינים תוכנה חדשה במחשב, לפעמים יש צורך להפעיל מחדש את המחשב כדי התוכנית החדשה להפוך יעילים פועלת כראוי. Restarting computer could be irritating and frustrating especially if 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. ייתכן שיהיה עליך להפסיק את העבודה שלך, שמור וסגור את כל המסמכים והיישומים לפני הפעלה מחדש של המחשב. Don't worry, 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. אתה יכול להשיג זאת על ידי הפעלה מחדש Explorer במקום להפעיל מחדש את כל החלונות. 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. כדי להפעיל מחדש את Explorer, תוכל לבצע את הדרך המסורתית על ידי עומד מנהל המשימות, ואז ללכת הכרטיסייה תהליכים ויישומים למיין על ידי לחיצה על שם העמודה תמונה. Look for explorer.exe and kill all of them by clicking End Process button. חפש Explorer.exe ולהרוג את כל אותם על ידי לחיצה על לחצן סיים תהליך. Alternatively, to make the steps simple, copy below commands as below into notepad and save it as KillExplorer.bat לחלופין, לעשות את הצעדים הפשוטים, להלן העתק פקודות כמו מטה לתוך פנקס רשימות 'ושמור את זה כמו KillExplorer.bat

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

Execute KillExplorer.bat batch file will kill all the running explorer.exe in Windows within few seconds. הפעלת קובץ אצווה KillExplorer.bat יהרוג את כל Explorer.exe פועל ב-Windows בתוך כמה שניות. Hope this tips will keep your current tasks running without being interrupted by unnecessary system restart. מקווה שזה ימשיך עצות משימות הנוכחי שלך ללא הפרעה מיותרת על ידי מערכת הפעלה מחדש.

For user who want to use just mouse click and keyboard press without typing too many keys, try the trick to עבור משתמשים המעוניינים להשתמש רק לחץ על העכבר ולחצו על המקשים מבלי להקליד את המפתחות יותר מדי, כדי לנסות את הטריק exit and kill Explorer cleanly יציאה להרוג Explorer נקי . .

IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף מכונת תירגם מתפרסם "כמות שהוא" ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to נא עיין original English article המאמר המקורי באנגלית whenever possible. בכל הזדמנות אפשרית.


7 Responses to “Tips of How to Take Effect After Installation Without Restarting Windows XP/Vista” 7 תגובות ל "טיפים של איך ייכנסו לתוקף לאחר התקנה ללא הפעלה מחדש של Windows XP / Vista"

  1. How to Kill Windows Explorer Processes Easily in Windows Vista » My Digital Life איך להרוג בקלות תהליכים סייר Windows ב-Windows Vista »Digital My Life
    February 13th, 2009 18:13 13 פבואר 2009 18:13
    7 7

    [...] for Explorer.exe under Processes tab, then right clicking on it and select End Process, or using Taskkill command. [...] עבור Explorer.exe תחת הכרטיסייה תהליכים, ואז לחיצה ימנית על זה ובחר סיים תהליך, או באמצעות הפקודה Taskkill. This actually involves few steps in killing only a single Explorer.exe. זה בעצם כרוך בכמה צעדים להרוג רק את Explorer.exe יחיד. If you have multiple [...] אם יש לך מספר [...]

  2. TheWindowsFix TheWindowsFix
    October 14th, 2008 12:23 14 אוקטובר 2008 12:23
    6 6

    I have to agree with Razor on this one. אני חייב להסכים עם תער על זה. This may work in certain situations, but if this was true, we would have heard about it long before. זה יכול לעבוד במצבים מסוימים, אבל אם זה היה נכון, היינו שמעתי על זה הרבה לפני.

  3. Razor תער
    October 11th, 2008 13:37 11 אוקטובר 2008 13:37
    5 5

    This article is, quite frankly, bad advice. מאמר זה, בכנות, עצה רעה. Killing explorer.exe merely is killing the front-end shell to Windows. הרג Explorer.exe רק הורג הקדמי פגז סוף ל-Windows. This does not shutdown and restart the many kernel-mode executables, services and drivers that are generally involved in the type of installations and changes requiring a restart. זה לא כיבוי והפעלה מחדש של הקרנל רבים במצב הרצה, שירותים הנהגים המעורבים בדרך כלל סוג של מתקנים השינויים המחייבים הפעלה מחדש.

    There simply is not a way to shut down those without doing a true restart. אין פשוט אין דרך לסגור אותם מבלי להפעיל מחדש את עושה נכון.

  4. John ג 'ון
    October 11th, 2008 01:54 11 אוקטובר 2008 01:54
    4 4

    There is a hidden GUI in Windows XP/Vista (who knows why MS decided to keep it hidden) to restart Explorer. יש GUI מוסתרים ב-Windows XP / Vista (מי יודע למה MS החליטו להשאיר את זה מוסתר) כדי להפעיל מחדש את אקספלורר.

    jeff's WebLog : how to cleanly start and stop explorer.exe: WebLog של ג 'ף: איך נקייה להתחיל ולהפסיק Explorer.exe:
    http://blogs.msdn.com/jeffdav/archive/2004/07/22/191636.aspx http://blogs.msdn.com/jeffdav/archive/2004/07/22/191636.aspx

    Restart Explorer.exe process cleanly in Windows Vista: הפעל מחדש את התהליך Explorer.exe נקי ב-Windows Vista:
    http://www.winhelponline.com/blog/how-to-terminate-and-restart-explorerexe-process-cleanly/ http://www.winhelponline.com/blog/how-to-terminate-and-restart-explorerexe-process-cleanly/

  5. Noz Noz
    October 11th, 2008 01:21 11 אוקטובר 2008 01:21
    3 3

    That was “Did you find…” I'm not English as you can read! זה היה "מצאת ..." אני לא אנגלית כפי שאתה יכול לקרוא!

  6. Noz Noz
    October 11th, 2008 01:19 11 אוקטובר 2008 01:19
    2 2

    Did you found that one with 2001's google? האם נמצא כי אחד עם Google ב -2001? =) =)
    Really old tip but a reminder never hurts. באמת טיפ הישן אבל תזכורת לא כואב.
    It also works with some registry modifications affecting the explorer, the desktop,… זה גם עובד עם מספר שינויים המשפיעים על הרישום Explorer, שולחן העבודה, ...

  7. Dams סכרים
    October 11th, 2008 00:21 11 אוקטובר 2008 00:21
    1 1

    Be careful, some tray icons may disappear by restarting explorer.exe ! תיזהר, כמה סמלי מגש עשוי להיעלם ידי הפעלה מחדש של Explorer.exe!

Leave a Reply השאירו תגובה

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> באפשרותך להשתמש בתגים אלה: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. כדי להירשם הערות תכונה הושבת. To receive notification of latest comments posted, subscribe to כדי לקבל הודעה העדכנית של תגובות, כדי להירשם My Digital Life Comments RSS feed החיים שלי דיגיטליות תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

New Articles מאמרים חדשים

Incoming Search Terms for the Article תנאי נכנסות חיפוש עבור מאמרים

windows could not complete the installation. חלונות לא יכול להשלים את ההתקנה. to install on this computer restart the installation כדי להתקין על המחשב הזה מחדש את ההתקנה - -- windows 7 windows could not complete the installation Windows 7 Windows לא יכול להשלים את ההתקנה - -- command for restart windowsxp הפקודה מחדש עבור WindowsXP - -- hidden xp install commands מוסתר להתקין XP פקודות - -- stop install להפסיק להתקין - -- taskkill windows desktop search 4.0 taskkill Windows Desktop Search 4.0 - -- windows 7 to install windows on this computer restart the installation חלונות 7 כדי להתקין את Windows במחשב הזה מחדש את ההתקנה - -- windows could not complete the installation. חלונות לא יכול להשלים את ההתקנה. - -- windows 7 "windows could not complete the installation" חלונות 7 "חלונות לא יכול להשלים את ההתקנה" - -- Windows could not complete the installation to install windows on this computer, restart the installation Windows לא היתה אפשרות להשלים את ההתקנה כדי להתקין את Windows במחשב זה, הפעל מחדש את ההתקנה - -- cmak restart after install cmak מחדש לאחר התקנת - -- taskkill restart windows taskkill מחדש את Windows - -- vista batch file kill process קובץ אצווה Vista להרוג תהליך - -- windows could not complete the installation. חלונות לא יכול להשלים את ההתקנה. to install windows on this computer, resart the install כדי להתקין את Windows במחשב הזה, resart ההתקנה - -- Windows 7 upgrade "windows could not complete the installation." שדרוג של Windows 7 "חלונות לא יכול להשלים את ההתקנה." - -- windows could not complete the installation, To install windows on this computer, חלונות לא יכול להשלים את ההתקנה, כדי להתקין חלונות על המחשב הזה, - -- windows server 2008 stop explorer.exe Windows 2008 Server להפסיק Explorer.exe - --