I run Jenkins slaves as a windows service, which will then launch a chain of calling (for example):
Slave.exe->ant->cmd batch->notepad.exe
The problem is that "notepad.exe" is not visible, I can see it in task manager, but it doesn't show its UI.
The windows platform is win server 2008, and I have configured the service "Log on as the Local System Account", with "Allow service to interact with desktop" checked.
Any ideas about this? Thanks a lot