Application is blocking by antyvirus

As on screen exe file is blocking by antivirus on starting

Looks like your Trend Micro is configured to detect use of Windows internal APIs. ExeOutput uses them to create a virtual environment for PHP. Nothing wrong, and Trend Micro has a false positive.
Choose Unblock.
Learn more about that API:
https://undocumented.ntinternals.net/index.html?page=UserMode%2FUndocumented%20Functions%2FMemory%20Management%2FVirtual%20Memory%2FNtWriteVirtualMemory.html

Thanks for replay.
Situation happen on computers with limited privileges so he/she can not choose unblock. Can we somehow get around this problem?

is there a chance to get around this problem? This situation is on computers with limited privileges.

You can contact Trend Micro’s support team to ask them to whitelist your EXE file. Another possibility is to code sign your EXE file:
https://www.exeoutput.com/help/codesigning