{"id":7259,"date":"2019-08-01T03:44:02","date_gmt":"2019-08-01T10:44:02","guid":{"rendered":"https:\/\/www.coretechnologies.com\/blog\/?p=7259"},"modified":"2019-08-01T03:44:02","modified_gmt":"2019-08-01T10:44:02","slug":"rename-service","status":"publish","type":"post","link":"https:\/\/www.coretechnologies.com\/blog\/alwaysup\/rename-service\/","title":{"rendered":"Q&#038;A: How do I Rename my Application\/Service in AlwaysUp?"},"content":{"rendered":"<div align=\"center\"><img decoding=\"async\" src=\"\/blog\/images\/qa-rename-alwaysup-service.png\" title=\"Q &#038; A - Rename AlwaysUp Application\/Service\" alt=\"Q &#038; A - Rename AlwaysUp Application\/Service\" border=\"0\" ><\/div>\n<div class=\"blog-qa-question-box\">\n<img decoding=\"async\" src=\"\/images\/quotes-transparent-21x21.png\">&nbsp;&nbsp;I&#8217;m a long-time user of <a href=\"\/products\/AlwaysUp\/\">AlwaysUp<\/a>. Can I rename a service?<\/p>\n<p align=\"right\">&#8212; Bonnie<\/p>\n<\/div>\n<p>Hi Bonnie.<\/p>\n<p>Unfortunately you can&#8217;t rename an application in AlwaysUp. This is because the underlying <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows\/desktop\/services\/service-functions\" target=\"_blank\" rel=\"noopener noreferrer\">Windows Services API<\/a> (which AlwaysUp employs to work its magic) simply does not support that operation. You can change many properties of a service &mdash; such as the login account, the startup type and the path to the executable &mdash; but not its name.<\/p>\n<p>But all is not lost! You can use AlwaysUp&#8217;s &#8220;Add Copy&#8221; feature to implement a poor-man&#8217;s rename&#8230;<\/p>\n<h2 class=\"blog-caption\">How to use &#8220;Add Copy&#8221; to rename your application\/service<\/h2>\n<p>The basic idea is to duplicate your existing application, give it a different name and remove the original.<\/p>\n<p>To do so:<\/p>\n<ol>\n<li>\n<p>Highlight the entry you wish to rename in AlwaysUp. (We&#8217;ll work with <a href=\"\/products\/AlwaysUp\/Apps\/RunPlexMediaServerAsAService.html\">Plex Media Server<\/a> in this guide.)<\/p>\n<\/li>\n<li>\n<p>From the menu, select <b>Application &gt; Add Copy<\/b>:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/alwaysup-add-copy.png\" class=\"zoomPopup\" title=\"AlwaysUp: Add Copy\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/alwaysup-add-copy.png\" title=\"AlwaysUp: Add Copy (click to enlarge)\" alt=\"AlwaysUp: Add Copy\" border=\"0\" width=\"520\"><\/a><\/div>\n<p>The familiar <b>Add Application<\/b> window will appear &mdash; containing a clone of the entry you highlighted.<\/p>\n<\/li>\n<li>\n<p>In the <b>Name<\/b> field, remove the default value (&#8220;Copy of&#8230;&#8221;) and enter the name you desire.<\/p>\n<p>We simply added a &#8220;NEW&#8221; prefix but your change will be more meaningful:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/alwaysup-change-application-name.png\" class=\"zoomPopup\" title=\"AlwaysUp: Change Application Name\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/alwaysup-change-application-name.png\" title=\"AlwaysUp: Change Application Name (click to enlarge)\" alt=\"AlwaysUp: Change Application Name\" border=\"0\" ><\/a><\/div>\n<\/li>\n<li>\n<p>Are you running your application in a specific user account? If so, switch to the <b>Logon<\/b> tab and enter the password for that Windows account:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/alwaysup-set-login-password.png\" class=\"zoomPopup\" title=\"AlwaysUp: Set the Login Password\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/alwaysup-set-login-password.png\" title=\"AlwaysUp: Set the Login Password (click to enlarge)\" alt=\"AlwaysUp: Set the Login Password\" border=\"0\" ><\/a><\/div>\n<p>You must do this because the &#8220;Add Copy&#8221; feature does not propagate any passwords &mdash; an important security precaution.<\/p>\n<\/li>\n<li>\n<p>And if you are using the email notification feature and have configured an email account with a password, you must re-enter that password as well.<\/p>\n<p>Switch to the <b>Email<\/b> tab, click the <b>Configure<\/b> button and type in your password:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/alwaysup-set-email-password.png\" class=\"zoomPopup\" title=\"AlwaysUp: Set the Email Password\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/alwaysup-set-email-password.png\" title=\"AlwaysUp: Set the Email Password (click to enlarge)\" alt=\"AlwaysUp: Set the Email Password\" border=\"0\" ><\/a><\/div>\n<\/li>\n<li>\n<p>We&#8217;re done making changes so click the <b>Save<\/b> button to record your new application. Here you can see our old and new entries, side-by-side:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/alwaysup-copy-created.png\" class=\"zoomPopup\" title=\"AlwaysUp: Copy Created\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/alwaysup-copy-created.png\" title=\"AlwaysUp: Copy Created (click to enlarge)\" alt=\"AlwaysUp: Copy Created\" border=\"0\" width=\"520\"><\/a><\/div>\n<\/li>\n<li>\n<p>And finally, delete the original application from AlwaysUp. You no longer need it since you have a new version with the correct name.<\/p>\n<p>Highlight the original, choose <b>Application &gt; Remove<\/b> and confirm the prompt to complete the process:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/alwaysup-remove-application.png\" class=\"zoomPopup\" title=\"AlwaysUp: Remove the Original Application\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/alwaysup-remove-application.png\" title=\"AlwaysUp: Remove the Original Application (click to enlarge)\" alt=\"AlwaysUp: Remove the Original Application\" border=\"0\" width=\"520\"><\/a><\/div>\n<\/li>\n<\/ol>\n<p>That&#8217;s it! Apologies for the multiple steps, but that is the best we can do until Microsoft explicitly supports renaming a Windows Service.<\/p>\n<p>As usual, please <a href=\"\/support\/\">get in touch<\/a> if you have any questions about the process.<\/p>\n<!-- relpost-thumb-wrapper --><div class=\"relpost-thumb-wrapper\"><!-- filter-class --><div class=\"relpost-thumb-container\"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }<\/style><h3>You may also like...<\/h3><div style=\"clear: both\"><\/div><div style=\"clear: both\"><\/div><!-- relpost-block-container --><div class=\"relpost-block-container relpost-block-column-layout\" style=\"--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2\"><a href=\"https:\/\/www.coretechnologies.com\/blog\/alwaysup\/multiple-dropbox-accounts\/\"class=\"relpost-block-single\" ><div class=\"relpost-custom-block-single\"><img decoding=\"async\" loading=\"lazy\" class=\"relpost-block-single-image\" alt=\"Q&amp;A: Can I Sync Multiple Dropbox Accounts with AlwaysUp?\"  src=\"https:\/\/www.coretechnologies.com\/blog\/wp-content\/uploads\/run-multiple-dropbox-instances-150x150-2.webp\" style=\"aspect-ratio:1\/1\" style=\"aspect-ratio:1\/1\"><\/img><div class=\"relpost-block-single-text\"  style=\"height: 75px;font-family: Arial;  font-size: 12px;  color: #333333;\"><h2 class=\"relpost_card_title\">Q&amp;A: Can I Sync Multiple Dropbox Accounts with AlwaysUp?<\/h2><\/div><\/div><\/a><a href=\"https:\/\/www.coretechnologies.com\/blog\/alwaysup\/version-16-advanced-failure-detection\/\"class=\"relpost-block-single\" ><div class=\"relpost-custom-block-single\"><img decoding=\"async\" loading=\"lazy\" class=\"relpost-block-single-image\" alt=\"AlwaysUp 16 Handles Common Application Failures &mdash; So You Don&#039;t Have To\"  src=\"https:\/\/www.coretechnologies.com\/blog\/wp-content\/uploads\/whats-new-3.webp\" style=\"aspect-ratio:1\/1\" style=\"aspect-ratio:1\/1\"><\/img><div class=\"relpost-block-single-text\"  style=\"height: 75px;font-family: Arial;  font-size: 12px;  color: #333333;\"><h2 class=\"relpost_card_title\">AlwaysUp 16 Handles Common Application Failures &mdash; So You Don&#039;t Have To<\/h2><\/div><\/div><\/a><a href=\"https:\/\/www.coretechnologies.com\/blog\/customers\/visual-approvals-alwaysup\/\"class=\"relpost-block-single\" ><div class=\"relpost-custom-block-single\"><img decoding=\"async\" loading=\"lazy\" class=\"relpost-block-single-image\" alt=\"Visual Approvals Relies on AlwaysUp to Run Dropbox and OneDrive 24\/7\"  src=\"https:\/\/www.coretechnologies.com\/blog\/wp-content\/uploads\/visual-approvals-150x150-1.webp\" style=\"aspect-ratio:1\/1\" style=\"aspect-ratio:1\/1\"><\/img><div class=\"relpost-block-single-text\"  style=\"height: 75px;font-family: Arial;  font-size: 12px;  color: #333333;\"><h2 class=\"relpost_card_title\">Visual Approvals Relies on AlwaysUp to Run Dropbox and OneDrive 24\/7<\/h2><\/div><\/div><\/a><\/div><!-- close relpost-block-container --><div style=\"clear: both\"><\/div><\/div><!-- close filter class --><\/div><!-- close relpost-thumb-wrapper -->","protected":false},"excerpt":{"rendered":"<p>&nbsp;&nbsp;I&#8217;m a long-time user of AlwaysUp. Can I rename a service? &#8212; Bonnie Hi Bonnie. Unfortunately you can&#8217;t rename an application in AlwaysUp. This is because the underlying Windows Services API (which AlwaysUp employs to work its magic) simply does &hellip; <a href=\"https:\/\/www.coretechnologies.com\/blog\/alwaysup\/rename-service\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":7271,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[26,127],"class_list":["post-7259","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-alwaysup","tag-alwaysup-tag","tag-qa"],"_links":{"self":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/7259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/comments?post=7259"}],"version-history":[{"count":0,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/7259\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/media\/7271"}],"wp:attachment":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/media?parent=7259"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/categories?post=7259"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/tags?post=7259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}