Run as a service without system tray icon

Is it possible to run vhui64.exe as a service without having the system tray icon? I want to run everything on managed PCs with batch files via command line but am concerned about users exiting or otherwise messing with the running service. In short: can I hide service from end users?

#2

The service does not run with the tray icon.

But you need to run the client again to control it via GUI. Just exit the client when you have finished and the service keeps running in the background just ask its always done.

You can of course control the service without the gui by running the client with the -t argument again. https://www.virtualhere.com/client_api

E.g

vhui64.exe -t "LIST"
...
vhui64.exe -t "USE,..."