Page 1 of 1
[RESOLVED] WAPT Console
Published: April 29, 2022 - 2:18 PM
by Jitero
Hello,
I have a question about the WAPT console that appears when an agent workstation is shut down.
Is it possible to modify it? For example, to disable clicking the red cross and remove it.
Re: WAPT Console
Published: April 29, 2022 - 6:04 PM
by sfonteneau
Re: WAPT Console
Published: May 2, 2022 - 10:06 AM
by Jitero
Good morning,
Thank you for your response.
Do I need to manually edit the wapt-get.ini file on each machine, or is it possible to do it via the console?
Re: WAPT Console
Published: May 2, 2022 - 10:47 AM
by t.heroult
Hello Jitero,
In my opinion, the simplest solution would be to create a small package that modifies the wapt-get.ini file. There's an example package in the WAPT store.
For subsequent agent updates, it's preferable not to use the automatically generated waptupgrade package, but rather to create your own agent update package incorporating all the changes to the INI file.
For our purposes, I created a package for the agent that determines whether it's installed on a server, laptop, or desktop, and therefore applies different settings to the agent (for example, remotely shutting down or restarting a PC is fine, but this shouldn't be an option that appears in the console for servers).
Best regards,
Tom
Re: WAPT Console
Published: May 2, 2022 - 11:15 AM
by Jitero
t.heroult wrote: ↑May 2, 2022 - 10:47 AM
Hello Jitero,
In my opinion, the simplest solution would be to create a small package that modifies the wapt-get.ini file. There's an example package in the WAPT store.
For subsequent agent updates, it's preferable not to use the automatically generated waptupgrade package, but rather to create your own agent update package with all the changes to the INI file.
For our purposes, I created a package for the agent that determines whether it's installed on a server, a laptop, or a desktop, and therefore applies different settings to the agent (for example, remotely shutting down or restarting a PC is fine, but it's not an option that should appear in the console for servers).
Best regards,
Tom
Hello Tom
Yes, that's what I've done so far. I've created a small script that deletes the file and replaces it with a properly configured wapt-get.ini file that is stored on one of my servers.