Force Windows to Unload DLLs from Memory
Using following method you can increase pc performance:
Goto Run>Type 'regedit'(without quotes) to open your registry.After it and find the registry key as shown below
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
Create a new sub-key named 'AlwaysUnloadDLL' and set the default value to equal '1' to disable Windows caching the DLL in memory.Restart Windows for the change to take effect.
Registry Settings
System Key: [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAlwaysUnloadDLL]
Value Name: Default
Data Type: REG_SZ (String Value)
Value Data: (1 = enable)
No comments:
Post a Comment