If you are looking for software to use, go to Huajun Software Park! software release

Hello, if there is a need for software inclusion, please package the software and attach the software name, software introduction, software-related screenshots, software icon, soft copy, and business license (if you do not have a business license, please provide the front and back of the corresponding developer ID card) and a photo of yourself holding your ID card) and send it to your email http://softwaredownload4.com/sbdm/user/login

Close >>

Send to email:news@onlinedown.net

Close >>

Location: front pagePC softwareSystem softwareSystem testing empty.exe
empty.exe

empty.exe PC version

QR code
  • Software licensing: free software
  • Software size: 0MB
  • Software rating:
  • Software type: Domestic software
  • Update time: 2024-11-01
  • Application platform: Win All
  • Software language: Simplified Chinese
  • Version: PC version

Download the service agreement at the bottom of the page

Software introduction Related topics FAQ Download address

Basic introduction
empty.exe section first LOGO
Empty.exe is a small command line tool from Microsoft (program size is only 9.5k), which can be used to release the memory occupied by specified applications.

How to use empty.exe?

Its application format is: empty.exe process PID or empty.exe process name

You can place empty.exe in the script directory or the system temporary folder, and add the following line of code every time the script transfers from the foreground to the background, or after completing a certain hotkey response:

RunWait, empty.exe AutoHotkey.exe,Hide

If the script is compiled into an exe file and then run, change it to the following line:

RunWait, empty.exe %A_ScriptName%,Hide

The role of empty.exe:

Its function is to call empty.exe to release its own free memory after AutoHotkey (or exe program) completes a certain task. This can greatly reduce the memory footprint of AutoHotkey (or the compiled .exe program). The following is a comparison of AutoHotkey memory usage before and after adding this line of code:

Before using empty.exe:

empty.exe screenshot

After using empty.exe:
empty.exe screenshot
From the above comparison, it can be seen that the memory occupied by AutoHotkey has been reduced from 4M to about 500k, and the virtual memory occupied is not increased (both 1460k before and after). It can be seen that empty.exe does not transfer memory to virtual memory like some memory organization software, but actually reduces the memory occupied by applications.

empty.exe What is it?

Microsoft Windows 2003 system comes with a memory organizer, which can release memory resources that the specified application fails to release in time during operation, instead of forcing the system to release all resources like those third-party software memory management software. It will not increase the burden on the hard disk. If you have a 2003 system, it is a false alarm.

FAQ