[GH-ISSUE #1427] silent still shows CMD window #892

Closed
opened 2026-03-02 02:19:45 +03:00 by kerem · 1 comment
Owner

Originally created by @lolcakes69 on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1427

Server Info (please complete the following information):

  • OS: [e.g. Ubuntu 20.04, Debian 10] Debian 11
  • Browser: [e.g. chrome, safari] firefox
  • RMM Version (as shown in top left of web UI): v0.15.7

Installation Method:

  • Standard
  • Docker

Describe the bug
running agent installer with -silent argument still pops up CMD window. not sure if this is expected behavior or not even with the -silent argument. the message that says installation was successful doesn't pop up, but i was expecting the -silent argument to hide the CMD window as well
this happens if i run it through CMD or powershell
CMD: C:\Users\temp\Desktop>trmm.exe -silent
powershell: Start-Process "C:\Users\temp\Desktop\trmm.exe" -ArgumentList '-silent' -PassThru

To Reproduce
Steps to reproduce the behavior:

  1. run installer with -silent argument

Expected behavior
again, not sure if the CMD window popping up with the below info is still expected even with -silent argument, but i was expecting it to be truly silent/invisible

Screenshots
little blurry sorry
image

Originally created by @lolcakes69 on GitHub (Feb 5, 2023). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1427 **Server Info (please complete the following information):** - OS: [e.g. Ubuntu 20.04, Debian 10] Debian 11 - Browser: [e.g. chrome, safari] firefox - RMM Version (as shown in top left of web UI): v0.15.7 **Installation Method:** - [x] Standard - [ ] Docker **Describe the bug** running agent installer with -silent argument still pops up CMD window. not sure if this is expected behavior or not even with the -silent argument. the message that says installation was successful doesn't pop up, but i was expecting the -silent argument to hide the CMD window as well this happens if i run it through CMD or powershell CMD: C:\Users\temp\Desktop>trmm.exe -silent powershell: Start-Process "C:\Users\temp\Desktop\trmm.exe" -ArgumentList '-silent' -PassThru **To Reproduce** Steps to reproduce the behavior: 1. run installer with -silent argument **Expected behavior** again, not sure if the CMD window popping up with the below info is still expected even with -silent argument, but i was expecting it to be truly silent/invisible **Screenshots** little blurry sorry ![image](https://user-images.githubusercontent.com/75548486/216806050-8409196f-065f-4013-b02a-3d2e0eb77813.png)
kerem closed this issue 2026-03-02 02:19:45 +03:00
Author
Owner

@wh1te909 commented on GitHub (Feb 5, 2023):

This is the expected behavior. Only message boxes are suppressed. If you want truly silent then run it from system via gpo or something, not from an interactive session.

<!-- gh-comment-id:1416990106 --> @wh1te909 commented on GitHub (Feb 5, 2023): This is the expected behavior. Only message boxes are suppressed. If you want truly silent then run it from system via gpo or something, not from an interactive session.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#892
No description provided.