mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #835] How to Change client process name ? #562
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#562
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @h0ay on GitHub (Jun 18, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/835
When i run the client , it shows quasar client in the task manager ,how to change it to any name we wish ?
@MaxXor commented on GitHub (Jun 18, 2020):
Please confirm that you are using the release configuration of Quasar and then use the included client builder to choose the filename on the installation tab. The filename equals the process name once run.
See here for more information: https://github.com/quasar/Quasar/wiki/Client-deployment-settings#installation-location
@h0ay commented on GitHub (Jun 18, 2020):
Yep , When i open the client builder , i changed the name to Windows Service but yet no success
@h0ay commented on GitHub (Jun 18, 2020):
https://ibb.co/WD7NYFs
https://ibb.co/HTXhKBh
@MaxXor commented on GitHub (Jun 18, 2020):
Ah, you mean this tool tip, well that can not be changed currently. If you want to hide the icon in the taskbar enable the unattended mode when building the client. https://github.com/quasar/Quasar/wiki/Client-deployment-settings#unattended-mode
@h0ay commented on GitHub (Jun 18, 2020):
Okay