How to rename java.exe/javaw.exe process?

前端 未结 7 1127
故里飘歌
故里飘歌 2020-12-15 22:00

Always when I run java application it will display in Windows Task Manager is java.exe or javaw.exe. How to rename java.exe or javaw.exe process without wrapper by other pro

7条回答
  •  借酒劲吻你
    2020-12-15 22:37

    In easy way and badly style, you can copy java.exe or javaw.exe (execute file) and rename to new process name that you want.

提交回复
热议问题