{"id":10826,"date":"2022-04-11T22:51:08","date_gmt":"2022-04-12T05:51:08","guid":{"rendered":"https:\/\/www.coretechnologies.com\/blog\/?p=10826"},"modified":"2025-12-08T06:38:14","modified_gmt":"2025-12-08T14:38:14","slug":"restart-remote-service","status":"publish","type":"post","link":"https:\/\/www.coretechnologies.com\/blog\/windows-services\/restart-remote-service\/","title":{"rendered":"Q&#038;A: How do I Restart a Windows Service on a Remote Computer?"},"content":{"rendered":"<div align=\"center\"><img loading=\"lazy\" decoding=\"async\" class=\"no-lazy-load\" src=\"\/blog\/images\/qa-restart-remote-service.webp\" style=\"margin-bottom:20px;\" title=\"How do I restart a Windows Service on a remote computer?\" alt=\"How do I restart a Windows Service on a remote computer?\" border=\"0\" width=\"380\" height=\"160\"><\/div>\n<div class=\"blog-qa-question-box\">\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/quotes-transparent-21x21.png\" width=\"21\" height=\"21\">&nbsp;&nbsp;What&#8217;s the best way to restart a Windows Service remotely from our central domain server?<\/p>\n<p align=\"right\">&mdash; Sylvia W.<\/p>\n<\/div>\n<p>Hi Sylvia.<\/p>\n<p>We know of at least five ways to restart a Windows Service on a remote machine. Let&#8217;s review each method, focusing on the pros and cons to help you select the approach that best fits your situation.<\/p>\n<div class=\"highlight-box-green\" style=\"margin-top:30px;margin-bottom:30px;padding-top:20px;padding-bottom:20px;\">\n<b>Note<\/b>: If any of the methods fail with security related errors (such as <b>&#8220;access denied&#8221;<\/b>), you may need to <a href=\"#security\">update security settings on the remote machine<\/a>.\n<\/div>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">Method #1: Use the Services application to connect to the remote PC<\/h2>\n<p>Did you know that the <a href=\"\/blog\/windows-services\/essential-tools-windows-services-msc\/\">Services application<\/a> works with remote computers? For some reason, Microsoft buried that feature in the interface, making it very easy to miss!<\/p>\n<p>To view services on another computer:<\/p>\n<ol>\n<li>\n<p><a href=\"\/blog\/windows-services\/essential-tools-windows-services-msc\/#starting-services\" target=\"_blank\" rel=\"noopener\">Start the Services application<\/a><\/p>\n<\/li>\n<li>\n<p>In the left panel, right-click <b>Services (Local)<\/b> and select <b>Connect to another computer<\/b> from the menu:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/services-connect-to-another-computer.png\" class=\"zoomPopup\" title=\"Services: Connect to another computer\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/services-connect-to-another-computer.png\" title=\"Services: Connect to another computer (click to enlarge)\" alt=\"Services: Connect to another computer\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<\/li>\n<li>\n<p>In the <b>Select Computer<\/b> window, specify the computer hosting your Windows Service:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/select-remote-computer.png\" class=\"zoomPopup\" title=\"Specify the remote computer\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/select-remote-computer.png\" title=\"Specify the remote computer (click to enlarge)\" alt=\"Specify the remote computer\" border=\"0\" width=\"499\" height=\"234\" \/><\/a><\/div>\n<\/li>\n<li>\n<p>Click <b>OK<\/b> to access the remote PC<\/p>\n<\/li>\n<li>\n<p>The Services application should refresh to list the services on your other computer. From there, you can start or stop any service you like:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/services-on-remote-computer.png\" class=\"zoomPopup\" title=\"Services on the remote computer\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/services-on-remote-computer.png\" title=\"Services on the remote computer (click to enlarge)\" alt=\"Services on the remote computer\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<\/li>\n<\/ol>\n<p>If that didn&#8217;t work, you may need to <a href=\"#security\">update your security settings<\/a>.<\/p>\n<h3 class=\"blog-caption\">Pros<\/h3>\n<ul>\n<li>\n<p>Services is a standard utility that is <b>available on every Windows computer<\/b>.<\/p>\n<\/li>\n<li>\n<p>Services is <b>very easy to use<\/b>.<\/p>\n<\/li>\n<li>\n<p>Besides starting or stopping the service, you can also update the service&#8217;s properties. For example, you can disable the service, setup failure actions or change the log on account.<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"blog-caption\">Cons<\/h3>\n<ul>\n<li>\n<p>Working with Services is interactive. You (or your tech) must log in, start Services, connect to the remote PC and start the service. <b>You can&#8217;t call Services from a batch file.<\/b> As a result, this approach is not suitable for non-interactive situations.<\/p>\n<\/li>\n<\/ul>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">Method #2: Run SC with the &#8220;server&#8221; command line parameter<\/h2>\n<p>If you&#8217;re comfortable working from the command prompt, the <a href=\"\/blog\/windows-services\/essential-tools-windows-services-sc-exe\/\">SC utility<\/a> should be in your toolbox.<\/p>\n<p>To stop a Windows Service on another machine, run:<\/p>\n<blockquote><p>SC \\\\<b>&lt;SERVER-NAME&gt;<\/b> STOP  <b>&lt;SERVICE-NAME&gt;<\/b><\/p><\/blockquote>\n<p>For example, to stop the Spooler service on our file server (named &#8220;ctc-file-server&#8221;), we run:<\/p>\n<blockquote><p>SC \\\\ctc-file-server STOP Spooler<\/p><\/blockquote>\n<div align=\"center\"><a href=\"\/blog\/images\/sc-stop-remote-service.gif\" class=\"zoomPopup\" title=\"SC stopping a remote service\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/sc-stop-remote-service.gif\" title=\"SC stopping a remote service (click to enlarge)\" alt=\"SC stopping a remote service\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<p>Be sure to run SC from an <a href=\"\/WindowsServices\/FAQ.html#ElevatedPrompt\">elevated command prompt<\/a> &mdash; run as an administrator. If not, the command could fail because of insufficient permissions.<\/p>\n<h3 class=\"blog-caption\">Pros<\/h3>\n<ul>\n<li>\n<p>SC is a standard utility that is <b>available on every Windows computer<\/b>.<\/p>\n<\/li>\n<li>\n<p>With SC, you can <b>easily start or stop a service<\/b>.<\/p>\n<\/li>\n<li>\n<p>You can <b>call SC from a batch file<\/b>, which makes it suitable for non-interactive scenarios.<\/p>\n<\/li>\n<li>\n<p>SC can do much more than start or stop a service. You can use it to change a service&#8217;s properties as well. In fact, it supports many more settings than the Services application does. Run <b>SC \/?<\/b> to see the full set of options available.<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"blog-caption\">Cons<\/h3>\n<ul>\n<li>\n<p>When starting or stopping a service, SC simply makes a request and exits. <b>It will not wait for the service to transition to the desired state.<\/b> Unfortunately, that behavior can cause complications in batch files. For example, if you call &#8220;SC STOP&#8221; immediately followed by &#8220;SC START&#8221;, the start command will fail if the service takes a few seconds to stop.<\/p>\n<\/li>\n<\/ul>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">Method #3: Install and run Microsoft&#8217;s PsService<\/h2>\n<p>If you&#8217;re familiar with the amazing (and free) tools from <a href=\"https:\/\/docs.microsoft.com\/en-us\/sysinternals\/\" target=\"_blank\" rel=\"noopener\">Microsoft&#8217;s SysInternals group<\/a>, you should definitely check out their <a href=\"https:\/\/docs.microsoft.com\/en-us\/sysinternals\/downloads\/psservice\" target=\"_blank\" rel=\"noopener\">PsService<\/a> utility.<\/p>\n<p>Like SC, PsService allows you to start, stop or restart your service from the command line. And importantly, PsService works with remote computers.<\/p>\n<p>In fact, PsService offers a rich set of command line options. Run <b>PsService \/?<\/b> to see them:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/psservice-command-line-help.png\" class=\"zoomPopup\" title=\"PsService command line help\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/psservice-command-line-help.png\" title=\"PsService command line help (click to enlarge)\" alt=\"PsService command line help\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<p>Look closely and you&#8217;ll see that PsService offers one important capability that neither SC nor Services does &mdash; the ability to specify the account to use on the remote computer. That feature comes in handy if your account doesn&#8217;t have enough rights or if you want to use a specific account to control the service.<\/p>\n<p>For example, to start the Spooler service on our &#8220;ctc-file-server&#8221; computer, we run:<\/p>\n<blockquote><p>PsService \\\\ctc-file-server start Spooler<\/p><\/blockquote>\n<div align=\"center\"><a href=\"\/blog\/images\/psservice-start-remote-service.gif\" class=\"zoomPopup\" title=\"PsService starting a remote service\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/psservice-start-remote-service.gif\" title=\"PsService starting a remote service (click to enlarge)\" alt=\"PsService starting a remote service\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<h3 class=\"blog-caption\">Pros<\/h3>\n<ul>\n<li>\n<p>PsService is safe, free, reliable and <b>endorsed by Microsoft<\/b>.<\/p>\n<\/li>\n<li>\n<p>With PsService, you can <b>easily start or stop a service<\/b>.<\/p>\n<\/li>\n<li>\n<p>You can <b>call PsService from a batch file<\/b>, which makes it suitable for non-interactive scenarios.<\/p>\n<\/li>\n<li>\n<p>With PsService, you can <b>specify the username and password<\/b> of an administrative account on the remote PC. As a result, your account doesn&#8217;t need to have administrative rights on the remote computer.<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"blog-caption\">Cons<\/h3>\n<ul>\n<li>\n<p>PsService <b>does not come pre-installed<\/b> on your computer. You will have to download and install\/unzip the PSTools suite to use PsService. This may be an issue if you are operating in a &#8220;locked down&#8221; environment where adding new software is difficult.<\/p>\n<\/li>\n<li>\n<p>When starting or stopping a service, PsService simply makes a request and exits. <b>It will not wait for the service to transition to the desired state.<\/b> Unfortunately, that behavior can cause complications in batch files. For example, if you call &#8220;PsService stop&#8221; immediately followed by &#8220;PsService start&#8221;, the start command will fail if the service takes a few seconds to stop.<\/p>\n<\/li>\n<\/ul>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">Method #4: Use Microsoft&#8217;s PsExec to run NET<\/h2>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/sysinternals\/downloads\/psexec\" target=\"_blank\" rel=\"noopener\">PsExec<\/a> is another powerful tool in the SysInternals arsenal. It allows you to run arbitrary commands on a remote computer.<\/p>\n<p>Running the NET command with PsExec produces a command that will start or stop your service <b>and wait for it to complete<\/b>. That may be an important improvement over SC and PsService, which simply put in a request and exit.<\/p>\n<p>For example, this command stops the Spooler service on our &#8220;ctc-file-server&#8221; computer:<\/p>\n<blockquote><p>PsExec \\\\ctc-file-server NET STOP SPOOLER<\/p><\/blockquote>\n<div align=\"center\"><a href=\"\/blog\/images\/psexec-net-stop-remote-service.gif\" class=\"zoomPopup\" title=\"Stopping a remote service with PSEXEC and NET\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/psexec-net-stop-remote-service.gif\" title=\"Stopping a remote service with PSEXEC and NET (click to enlarge)\" alt=\"Stopping a remote service with PSEXEC and NET\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<h3 class=\"blog-caption\">Pros<\/h3>\n<ul>\n<li>\n<p>PsExec is safe, free, reliable and <b>endorsed by Microsoft<\/b>.<\/p>\n<\/li>\n<li>\n<p>With PsExec and NET, you can <b>easily start or stop a service<\/b>.<\/p>\n<\/li>\n<li>\n<p>You can <b>call PsExec from a batch file<\/b>, which makes it suitable for non-interactive scenarios.<\/p>\n<\/li>\n<li>\n<p>With PsExec, you can <b>specify the username and password<\/b> of an administrative account on the remote PC. As a result, your account doesn&#8217;t need to have administrative rights on the remote computer.<\/p>\n<\/li>\n<li>\n<p>PsExec with NET will wait for your service to start or stop before returning.<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"blog-caption\">Cons<\/h3>\n<ul>\n<li>\n<p>PsExec <b>does not come pre-installed<\/b> on your computer. You will have to download and install\/unzip the PSTools suite to use PsExec. This may be an issue if you are operating in a &#8220;locked down&#8221; environment where adding new software is difficult.<\/p>\n<\/li>\n<li>\n<p>NET waits up to 30 seconds for the service to start or stop. That may not be enough time for a service that takes a long time to transition.<\/p>\n<\/li>\n<\/ul>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">Method #5: Use PsExec to run ServicePilot<\/h2>\n<p>If your service takes a while to start or stop, you may want to use our free <a href=\"\/products\/ServicePilot\/\">ServicePilot<\/a> utility instead of NET. With ServicePilot, you are not limited to a 30-second timeout.<\/p>\n<p>ServicePilot is <a href=\"https:\/\/www.coretechnologies.com\/products\/ServicePilot\/#versus-net\">better than NET<\/a> in other ways too. For example, ServicePilot can restart a service in one operation (instead of issuing a stop followed by a start) or forcibly terminate a misbehaving service.<\/p>\n<p>This command uses ServicePilot to start the Spooler service on our &#8220;ctc-file-server&#8221; computer:<\/p>\n<blockquote><p>PsExec \\\\ctc-file-server C:\\Apps\\ServicePilot.exe -start Spooler<\/p><\/blockquote>\n<div align=\"center\"><a href=\"\/blog\/images\/psexec-net-stop-remote-service.gif\" class=\"zoomPopup\" title=\"Stopping a remote service with PSEXEC and NET\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/psexec-net-stop-remote-service.gif\" title=\"Stopping a remote service with PSEXEC and NET (click to enlarge)\" alt=\"Stopping a remote service with PSEXEC and NET\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<p>Note that the command above assumes that the ServicePilot executable is available on the remote machine. If that is not the case and you only have ServicePilot on the local machine, you must instruct PsExec to copy the executable to the remote PC by specifying the <b>-c parameter<\/b>. Here is what that command looks like:<\/p>\n<blockquote><p>PsExec \\\\ctc-file-server -c &quot;C:\\Apps\\ServicePilot.exe&quot; ServicePilot.exe -start Spooler<\/p><\/blockquote>\n<p>Even though it&#8217;s less efficient, having PsExec copy the executable each time might be the better option for occasional (and unplanned) use cases.<\/p>\n<h3 class=\"blog-caption\">Pros<\/h3>\n<ul>\n<li>\n<p>ServicePilot is <b>safe and free<\/b>.<\/p>\n<\/li>\n<li>\n<p>With PsExec and ServicePilot, you can <b>easily start or stop a service<\/b>.<\/p>\n<\/li>\n<li>\n<p>You can <b>call PsExec from a batch file<\/b>, which makes it suitable for non-interactive scenarios.<\/p>\n<\/li>\n<li>\n<p>With PsExec, you can <b>specify the username and password<\/b> of an administrative account on the remote PC. As a result, your account doesn&#8217;t need to have administrative rights on the remote computer.<\/p>\n<\/li>\n<li>\n<p>PsExec with ServicePilot will wait for your service to start or stop before returning.<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"blog-caption\">Cons<\/h3>\n<ul>\n<li>\n<p>Neither PsExec nor ServicePilot come pre-installed on your computer. <b>You will have to download them<\/b>. This may be an issue if you are operating in a &#8220;locked down&#8221; environment where adding new software is difficult.<\/p>\n<\/li>\n<\/ul>\n<p style=\"margin-top: 30px\">\nThat&#8217;s it. Hopefully one of these five methods works for you.\n<\/p>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<p><a name=\"security\"><\/a><\/p>\n<h2 class=\"blog-caption\">Appendix: Update security settings to access your remote service<\/h2>\n<p>Windows does a great job of locking down services. As such, you may have to relax the rules if you want to start or stop a service remotely.<\/p>\n<h3 class=\"blog-caption\">Ensure that your account has sufficient rights on the remote machine<\/h3>\n<p>Are you sure that your Windows account can update the service?<\/p>\n<p>Can you log in to the remote machine and start or stop the service?<\/p>\n<p>If not, you&#8217;re probably missing permissions. You may have to:<\/p>\n<ul>\n<li>\n<p><b>Make your account an administrator on the remote computer.<\/b> By default, only administrators can manipulate Windows Services.<\/p>\n<\/li>\n<li>\n<p><b>Give your account permission to access the service.<\/b> Log in to the remote computer and use our free <a href=\"\/products\/ServiceSecurityEditor\/\">Service Security Editor<\/a> utility to adjust the service&#8217;s permissions:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/update-service-permissions.png\" class=\"zoomPopup\" title=\"Update service permissions\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/update-service-permissions.png\" title=\"Update service permissions (click to enlarge)\" alt=\"Update service permissions\" border=\"0\" width=\"363\" height=\"445\" \/><\/a><\/div>\n<\/li>\n<\/ul>\n<h3 class=\"blog-caption\">Disable UAC remote restrictions<\/h3>\n<p>If you are not in a domain, your requests may be blocked by <a href=\"https:\/\/docs.microsoft.com\/en-us\/troubleshoot\/windows-server\/windows-security\/user-account-control-and-remote-restriction\" target=\"_blank\" rel=\"noopener\">User Account Control (UAC) remote restrictions<\/a>. Essentially, to enforce the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Principle_of_least_privilege\" target=\"_blank\" rel=\"noopener\">principle of least privilege<\/a>, Windows may not respect your administrative rights on the remote computer.<\/p>\n<p>But there is a simple fix. You can <b>disable UAC remote restrictions by updating the registry<\/b> as follows:<\/p>\n<ol>\n<li>\n<p>Open the Windows Registry Editor (regedit)<\/p>\n<\/li>\n<li>\n<p>Navigate to this key:<\/p>\n<blockquote><p>HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System<\/p><\/blockquote>\n<div align=\"center\"><a href=\"\/blog\/images\/regedit-windows-system-policies.png\" class=\"zoomPopup\" title=\"Regedit: Windows System Policies\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/regedit-windows-system-policies.png\" title=\"Regedit: Windows System Policies (click to enlarge)\" alt=\"Regedit: Windows System Policies\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<\/li>\n<li>\n<p>Look on the right side. If there is no value named <b>LocalAccountTokenFilterPolicy<\/b>, create it by selecting <b>Edit &gt; New &gt; DWORD (32-Bit) Value<\/b> and naming it.<\/p>\n<\/li>\n<li>\n<p>On the right side, right-click <b>LocalAccountTokenFilterPolicy<\/b> and select <b>Modify<\/b>. Enter a value of 1:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/regedit-set-localaccounttokenfilterpolicy.png\" class=\"zoomPopup\" title=\"Regedit: Update LocalAccountTokenFilterPolicy\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/regedit-set-localaccounttokenfilterpolicy.png\" title=\"Regedit: Update LocalAccountTokenFilterPolicy (click to enlarge)\" alt=\"Regedit: Update LocalAccountTokenFilterPolicy\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<\/li>\n<li>\n<p>Click OK to save your changes.<\/p>\n<\/li>\n<li>\n<p>Close Registry Editor<\/p>\n<\/li>\n<\/ol>\n<hr>\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\/prevent-interactive-services-detection\/\"class=\"relpost-block-single\" ><div class=\"relpost-custom-block-single\"><img decoding=\"async\" loading=\"lazy\" class=\"relpost-block-single-image\" alt=\"How do I Prevent the Interactive Services Detection Window from Constantly Coming Up?\"  src=\"https:\/\/www.coretechnologies.com\/blog\/wp-content\/uploads\/isd-150x150.png\" 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\">How do I Prevent the Interactive Services Detection Window from Constantly Coming Up?<\/h2><\/div><\/div><\/a><a href=\"https:\/\/www.coretechnologies.com\/blog\/box-drive\/windows-service-unable-to-start\/\"class=\"relpost-block-single\" ><div class=\"relpost-custom-block-single\"><img decoding=\"async\" loading=\"lazy\" class=\"relpost-block-single-image\" alt=\"Box Drive Version 2.18 Fails to Run in Session 0 (as a Windows Service)\"  src=\"https:\/\/www.coretechnologies.com\/blog\/wp-content\/uploads\/box-drive-logo-150x150-1.png\" 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\">Box Drive Version 2.18 Fails to Run in Session 0 (as a Windows Service)<\/h2><\/div><\/div><\/a><a href=\"https:\/\/www.coretechnologies.com\/blog\/alwaysup\/run-batch-file-once-a-day\/\"class=\"relpost-block-single\" ><div class=\"relpost-custom-block-single\"><img decoding=\"async\" loading=\"lazy\" class=\"relpost-block-single-image\" alt=\"Q&amp;A: How Do I Run My Batch File Once A Day With AlwaysUp?\"  src=\"https:\/\/www.coretechnologies.com\/blog\/wp-content\/uploads\/run-batch-file-once-daily-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\">Q&amp;A: How Do I Run My Batch File Once A Day With AlwaysUp?<\/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;What&#8217;s the best way to restart a Windows Service remotely from our central domain server? &mdash; Sylvia W. Hi Sylvia. We know of at least five ways to restart a Windows Service on a remote machine. Let&#8217;s review each method, &hellip; <a href=\"https:\/\/www.coretechnologies.com\/blog\/windows-services\/restart-remote-service\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":11042,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[108,239,278,127,139,252,151,283,196],"class_list":["post-10826","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows-services","tag-net-exe","tag-psexec","tag-psservice","tag-qa","tag-sc-exe","tag-servicepilot","tag-services-msc","tag-sysinternals","tag-windows-services-2"],"_links":{"self":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/10826","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=10826"}],"version-history":[{"count":25,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/10826\/revisions"}],"predecessor-version":[{"id":13270,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/10826\/revisions\/13270"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/media\/11042"}],"wp:attachment":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/media?parent=10826"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/categories?post=10826"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/tags?post=10826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}