Computer Knowledge and Tutorials weblog, Computer knowledge, windows, linux, open source, programming, web apps

Optimizing your computer memory using RUNDLL32

Rundl.exe is an executable file on microsoft windows that performs following steps:

1. Parses the command line.
2. Loads the specified DLL via LoadLibrary().
3. Obtains the address of the function via GetProcAddress().
4. Calls the function, passing the command line tail which is the .
5. When the function returns, Rundll.exe unloads the DLL and exits.”1

To optimizing your computer memory, you could use this command:

rundll32.exe advapi32.dll,ProcessIdleTasks

Tags: ,

Google
 

Leave a Reply

139 views