Page 1 sur 1
[RESOLVED] Hide system tray icon
Posté : 15 janv. 2018 - 21:06
par empbilly
Hello,
How can I hide the "system tray icon" from "wapt client"?
I'm doing deploy via script and removed the "autorunTray" option, but it did not work.
Re: Hide system tray icon
Posté : 16 janv. 2018 - 08:52
par sfonteneau
Hello
A package in the repository TIS can do that.
https://wapt.tranquil.it/package_detail ... 7_all.wapt
Simon
Re: Hide system tray icon
Posté : 16 janv. 2018 - 09:15
par dcardon
Hi empbilly,
empbilly a écrit : ↑15 janv. 2018 - 21:06
Hello,
How can I hide the "system tray icon" from "wapt client"?
I'm doing deploy via script and removed the "autorunTray" option, but it did not work.
Just to add some explanation to Simon's answer: the autorunTray parameter in waptdeploy add a link in user session's startup folder to start wapttray at logon. However if you don't mention that parameter, it won't do anything (neither add or remove). So if you have already started deploying with Wapttray option enabled, then you'll have to use the wapt package to remove it like Simon was saying.
Cheers,
Denis
Re: Hide system tray icon
Posté : 16 janv. 2018 - 11:17
par empbilly
dcardon a écrit :
Hi empbilly,
empbilly a écrit : ↑15 janv. 2018 - 21:06
Hello,
How can I hide the "system tray icon" from "wapt client"?
I'm doing deploy via script and removed the "autorunTray" option, but it did not work.
Just to add some explanation to Simon's answer: the autorunTray parameter in waptdeploy add a link in user session's startup folder to start wapttray at logon. However if you don't mention that parameter, it won't do anything (neither add or remove). So if you have already started deploying with Wapttray option enabled, then you'll have to use the wapt package to remove it like Simon was saying.
Cheers,
Denis
Hello Simon and Denis, thanks for the help!!
So I need to modify the setup.py file that is in C:\wapt\waptupgrade\setup.py or download tis-notray_7_all.wapt and put it somewhere?
Re: Hide system tray icon
Posté : 16 janv. 2018 - 12:21
par dcardon
In WaptConsole, you go in the "Software Repository" tab, then click on "import from internet", then search for "tis-notray" package and click "import".
Then in the Inventory tab, you select the computer that need wapttray to be removed, and you add that package to those computer.
Actually a WAPT software package can be either software OR configuration deployment. In the case of tis-notray package, it is just configuration deployment.
cheers,
Denis
Re: Hide system tray icon
Posté : 16 janv. 2018 - 12:45
par empbilly
dcardon a écrit : ↑16 janv. 2018 - 12:21
In WaptConsole, you go in the "Software Repository" tab, then click on "import from internet", then search for "tis-notray" package and click "import".
Then in the Inventory tab, you select the computer that need wapttray to be removed, and you add that package to those computer.
Actually a WAPT software package can be either software OR configuration deployment. In the case of tis-notray package, it is just configuration deployment.
cheers,
Denis
Thanks for the quick help Denis!!!
I was on the right track!
It only needed to attach the package to the computer.