-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
nwjs 21.3 on windows creates multiple process #5807
Comments
In my experience it is enough to rename nw.exe to whatyouneed.exe |
Please ask questions in our mailing list: https://groups.google.com/forum/#!forum/nwjs-general |
If we simply rename the nw.exe to MyApp.exe then on Windows 10 App name under process tab in the task manager does not reflect the new changed Application name where as Details Tab shows changed name . Detail Tab Selected on Task Manager Where as on windows 7 Rename procedure is working fine. @rogerwang we used below mailing list as well but there was no further updates on question We request you to update is there is any change in the rename procedure on Windows 10. Regards, |
For rename in task list you need update FileDescription field in Version resource section. p.s. my url fixed |
Fix nwutils#196 Fix nwutils#315 See - nwjs/nw.js#5809 - nwjs/nw.js#5807 - nwjs/nw.js#4293 - nwjs/nw.js#2160 - nwjs/nw.js#5829 Allows you to edit the version string of the resultant Windows executable. These can be easily viewed in Properties -> Details, http://i.imgur.com/oqyRwaa.png Fix issue where the process showed up as `nwjs` in Windows. Now defaults to the `options.appName`
Fix #196 Fix #315 See - nwjs/nw.js#5809 - nwjs/nw.js#5807 - nwjs/nw.js#4293 - nwjs/nw.js#2160 - nwjs/nw.js#5829 Allows you to edit the version string of the resultant Windows executable. These can be easily viewed in Properties -> Details, http://i.imgur.com/oqyRwaa.png Fix issue where the process showed up as `nwjs` in Windows. Now defaults to the `options.appName`
Hi,
we are upgrading nwjs from LTS version to latest version i.e nwjs 21.3. As per our analysis nwjs on windows creates total 5 process. One process is the main process and one process is associated with DEV TOOL which end as we close the dubug window. We are targeting to rename the nwjs on windows platform. Is thers is any documnetation which states the purpose of all the process invoked by nwjs and their renaming procedure.Below is snapshot for the same.
Regards,
Shivani Pahuja
The text was updated successfully, but these errors were encountered: