Free Up Memory Automatically by Unloading DLLs in Windows 9x and NT with AlwaysUnloadDll Free Memory באופן אוטומטי על ידי פורק קבצי DLL ב-Windows 9x ו NT עם AlwaysUnloadDll
For user that still has and using Windows operating system prior to Windows 2000, such as Windows NT, Windows Me, Windows 98 and Windows 95, there is a trick to free up memory without using any third-party software utility. למשתמש זה עדיין ושימוש במערכת ההפעלה Windows 2000 לפני, כגון Windows NT, Windows Me, Windows 98 ו-Windows 95, יש טריק כדי לפנות זיכרון ללא שימוש כלשהו-כלי תוכנה של צד שלישי. The trick is to force Windows to unload and free cached DLLs from memory. החוכמה היא כוח של Windows כדי לפרוק קבצי DLL במטמון חופשי מהזיכרון.
Windows Explorer caches extensions DLLs (Dynamic-Link Libraries) in memory for a period of time after the application that using them has been closed or exited. הרחבות מצבורי Windows Explorer DLLs (Dynamic-Link ספריות) בזיכרון לתקופה של זמן לאחר הבקשה כי השימוש בהם נסגר או יצאו. Windows Shell automatically unloads a DLL when its usage count is zero, but only after the DLL has not been used for a period of time. במעטפת Windows באופן אוטומטי פריקת קובץ DLL לספור כאשר השימוש שלה הוא אפס, אבל רק אחרי ה-DLL שלא נעשה שימוש עבור תקופת זמן. On low memory systems, the behavior will contribute to system slowness and delays with lesser available physical memory, and cause inefficient use of memory especially when debugging or developing Windows DLL files. על מערכות זיכרון נמוך, התנהגות יתרום איטיות מערכת ועיכובים עם פחות זיכרון פיזי זמין, ולגרום שימוש יעיל של זיכרון במיוחד כאשר באגים או בפיתוח קבצי DLL של Windows.
In system prior to Windows Vista, user can force Windows unload the unused DLL to free up the occupied memory by using “AlwaysUnloadDLL” setting in the registry. לקראת במערכת Windows Vista, המשתמש יכול לכפות את Windows טעינת ה-DLL שאינם בשימוש כדי לשחרר את הזיכרון הכבוש באמצעות "AlwaysUnloadDLL" הגדרת ברישום.
- Run Registry Editor and navigate to the following registry key: הפעל את עורך הרישום ונווט אל מפתח הרישום הבא:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer]
- Create a new sub-key named AlwaysUnloadDLL and set the default value to 1 to disable Windows caching the DLL in memory. צור תת AlwaysUnloadDLL חדש בשם המפתח להגדיר את ערך ברירת המחדל 1 ל-Windows להשבית במטמון ה-DLL בזיכרון.
- Restart Windows for the change to take effect. הפעל מחדש את Windows כדי שהשינוי ייכנס לתוקף.
Note that the registry key is only supported on Windows prior to Windows 2000, so for Windows XP and Vista, the sub-key is useless and unnecessary, and can be safely deleted. שים לב כי מפתח הרישום נתמך רק ב-Windows לקראת Windows 2000, כך עבור Windows XP ו-Vista, המשנה המפתח הוא חסר תועלת ומיותר, ואפשר למחוק אותם ללא חשש.
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. בכל הזדמנות אפשרית.
Related Articles מאמרים קשורים
- HLP Free Memory Optimizer to Reduce and Minimize RAM Memory Usage in Windows System Hlp Free Memory ייעול לצמצם למזער את השימוש זיכרון RAM של המערכת ב-Windows
- Workaround to Fix Windows 7 Unable To Create or Save New Files in the Folder Error When Unloading Box לעקיפת הבעיה כדי לתקן את Windows 7 לא ניתן ליצור קבצים חדשים או שמור את תיקיית שגיאה כאשר פורק Box
- Force Windows to Login Automatically After Logging Out with ForceAutoLogon כוח של Windows כדי התחברות אוטומטית לאחר כניסה אאוט עם ForceAutoLogon
- TCP-Z Free Download (Half Open TCP/IP Memory Patcher for x86 and x64 Windows 7, Vista and XP) TCP-Z הורדה חינם (פתוח למחצה TCP / IP Patcher זיכרון עבור x86 ו-x64 של Windows 7, Vista ו-XP)
- ShutDownGuard to Prevent Windows Shut Down Automatically ShutDownGuard כדי למנוע מ-Windows כיבוי אוטומטי
- Automatically Expand Navigation Pane Tree to Current Folder in Windows 7 אוטומטית הרחב עץ בחלונית הניווט כדי התיקייה הנוכחית ב-Windows 7
- Optimize Memory and Free Up RAM with RAMRush זיכרון מטב חינם עד זיכרון RAM עם RAMRush
- Enable Automatically Logon/Login Into Windows XP לאפשר כניסה אוטומטית / להתחבר Windows XP
- How to Automatically Rearm and Extend Activation Grace Period in Windows Vista and Server 2008 כיצד ולהתחמש באופן אוטומטי והארכת תקופת גרייס ההפעלה Windows Vista ו-Server 2008
- Fix SD Memory Card Disappearing, Missing Folder or Corrupt in Windows Mobile Device תקן כרטיס זיכרון SD ונעלם, חסר תיקיה או המושחתים של Windows Mobile Device









































