Infinito3010:
I do use a registry tweak to unload dll's from memory. However, is there another tweak one can use to flush the ram once a program has been terminated.
Here you go. I have included the instructions for you below (use the same procedure for both tweaks):
This one is to unload DLL files.
System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
AlwaysUnloadDLL]
Value Name: Default
Data Type: REG_SZ (String Value)
Value Data: (1 = enable)
This one is for memory in system page files:
System Key:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
Session Manager\Memory Management]
Value Name: DisablePagingExecutive
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default, 1 = disable system paging)
Open your registry by using RUN COMMAND > regedit - and find the key
- [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.