Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: taskbar agent application #253

Open
technoicon opened this issue Jan 18, 2021 · 12 comments
Open

Feature Request: taskbar agent application #253

technoicon opened this issue Jan 18, 2021 · 12 comments
Labels
enhancement New feature or request requires agent update Requires changes to be made to the agent

Comments

@technoicon
Copy link

technoicon commented Jan 18, 2021

I know we spoke about it but thought I would make a feature request.

Would be nice to have a tray icon/taskbar icon that installs when the agent installs. It also runs when the agent is running and can be used to make sure the agent is running on machines.

Some of the main features requested are:
Custom Logo.
When hovering Icon, show computer name.
Be able to set custom menu items, some examples:

  • A clickable URL - say to launch website or ticketing system.
  • A way to load a page (so you could say, load a chat window or embed a iframe in a window).
  • Display some text.
  • Download a file.
  • Run a script.

Thanks.

@dinger1986
Copy link
Collaborator

Yes I agree this would be brilliant. I mentioned it before as well and the issue is everything is running as a system service so getting comms to the user can be hard with that (from my understanding).

Would be cool to have it though!

@bradhawkins85
Copy link
Contributor

RunAsUser powershell will help with getting things from system to user level

https://github.com/KelvinTegelaar/RunAsUser

Add BurntToast to RunAsUser for notification to the user

https://www.cyberdrain.com/monitoring-with-powershell-notifying-users-of-windows-updates/

@dinger1986
Copy link
Collaborator

I thought I had seen something like that at some point. Wouldn't be hard with that I guess.

@technoicon
Copy link
Author

Currently I found this:
https://code.google.com/archive/p/traylauncher/

and I was able to add a link to chrome with a website launch and also add just text, so phone number etc.

There is a go app on git that can be made to sit in the system tray, not sure if that would help?

@Shootify
Copy link

Shootify commented Feb 2, 2021

yes, please add this whenever possible.

@sadnub sadnub added enhancement New feature or request requires agent update Requires changes to be made to the agent labels May 29, 2021
@georgebarnick
Copy link

Another nice menu item to include would be a ticket submission form button. Previous RMMs I've worked with had this functionality which made it easy to direct end users to creating tickets with any PSA or helpdesk software. Basically just clicking the menu option would open up a form that had fields for Name, Email, Phone, and Description, as well as the ability to attach or take a screenshot, and then when they submit that it emails to the configured help desk email address.

@silversword411
Copy link
Collaborator

I think this is fundamentally requesting a systray icon for TRMM that would be user configurable. This looks like a good starting point: https://github.com/getlantern/systray

@JSuenram
Copy link

+1

@plao
Copy link

plao commented Jun 15, 2022

+1 for me also!

@framatt
Copy link

framatt commented Oct 7, 2022

+1

@stavros-k
Copy link
Contributor

Please don't +1... you can use reactions to show that you like the said feature.

+1 is just spamming all the people following this feature request and adds zero value or ideas to that.

Thanks

@screwlooseit
Copy link

I'd love a feature like a trmm tray icon to be implemented into Tactical where a user can right-click on the tray Icon and be met with the following options

Identify My PC - This gives them an output of their hostname
Submit a support request - This gives them a text box where they can type in an issue they are experiencing and it then either sends an email to the helpdesk or generates an alert in the dashboard.
Show Support contact - This is a field that can be edited showcasing an email and phone number or whatever is deemed necessary
Go to the Support website - a button that opens a web browser to a user-defined website

I know there is an alternative below. But it would be really nice if this was built into the agent or a feature you could enable for agents.
https://github.com/conlan0/Trayicon

+1 would love to have this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request requires agent update Requires changes to be made to the agent
Projects
None yet
Development

No branches or pull requests