Hello, can anyone help with the implementation, I have a program stored along the way C:\Temp\test.exe with the interface, how can I launch it remotely using an agent via sending a tool selection?
			
			
			
				If I understand correctly, you want to start a GUI app within a Windows user session. 
We don't have a ready mechanism for that. There are two components of NetXMS agent - session agent and user support application which run in user sessions - they can take screenshots and the latter can also show notifications to user - may be this can cover your needs. 
Otherwise - main agent process can execute commands specified in nxagentd.conf (https://netxms.org/documentation/adminguide/agent-management.html#agent-actions), so you can use some 3-rd party app that would allow to start application in user session, but I can not recommend any apps for that.