Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - It's Geekalicious.

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews




spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Smart Defrag
3. Macrium Reflect FREE Edition
4. CrapFixer
5. K-Lite Mega Codec Pack
6. Visual C++ Runtime Installer (All-In-One)
7. MusicBee
8. Visual C++ Redistributable Runtimes AIO Repack
9. Sergei Strelec's WinPE
10. McAfee Removal Tool (MCPR)
More >>

top reads

Star What Is the $WinREAgent Folder and Can I Delete It?

Star Swear Your Way to Better Search Results

Star How to Get a Dark Start Menu and Taskbar in Windows 10 & 11

Star Enable, Disable, Manage, Delete or Create a System Restore Point

Star PowerShell and Command Prompt 101

Star Install All the Microsoft C++ Runtimes at Once with Visual C++ Runtime Installer

Star How to Back up or Restore the Windows Registry

Star How to Fix Error Code 0xc000007b in Windows 10, 8, 7, and Vista

Star How to Fix ERR_SSL_PROTOCOL_ERROR

Star How to Fix Error Disk Too Fragmented


MajorGeeks.Com » System Tools » Process & Services » ServicePilot 1.2 » Download Now

ServicePilot 1.2


Author: Core Technologies Consulting LLC
Date: 11/05/2018
Size: 280 KB
License: Freeware
Requires: Win 10 / 8 / 7
Downloads: 2620 times

tip TIP: Click Here to Repair or
Restore Missing Windows Files
Download ServicePilot
Download@Authors Site
Download@MajorGeeks
Download@MajorGeeks

Rate This Software:
5 (4 votes)



MajorGeeks: Setting the standard for editor-tested, trusted, and secure downloads since 2001.


Join the MajorGeeks Mailing List to get the latest updates and exclusive offers!

-= advertisement =-
ServicePilot is a command-line utility designed as an alternative to NET and SC which allows you to reliably start/stop/restart Windows Services from your batch files and scripts.

There are a few reasons that this utility is a good alternative to NET and SC like NET will wait at most 30 seconds for your service to start or stop. This can be a problem for services that take a while to transition - the inability for NET to patiently wait can lead to unexpected errors in batch files. Unlike NET START, SC START simply issues the command to start a service and promptly ends. SC does not attempt to wait for the service to transition to the Running state. Because of this, a script using SC to restart a service must contain extra complexity. After SC START, the script must loop, periodically checking for the status of the service and breaking out of the loop when the service moves to the Running state.

ServicePilot will fully restart a service, without any unneeded fuss.

Stopping a "slow" (or busy) service
-If your service takes a long time to stop (or gets stuck stopping), you should set a long enough "wait time" when using ServicePilot.

For example, we know that our "Device Automation" service can take up to two minutes to shut down. We use this command to stop it:

ServicePilot.exe -stop -wait 120 "Device Automation"
-Running with the verbose parameter shows how long it takes to stop the service: This has been an improvement over NET STOP, which would routinely throw up its hands after a timeout!

Starting a service with parameters
-Some services accept parameters when started. Those parameters can be specified in the Service Control panel application: Service Pilot allows you to provide parameters from the command line. This command starts our "RetailConnection" service with the port number it should use (8080), in debug mode:

ServicePilot.exe -start -args "/port 8080 /debug" RetailConnection

Command-line use:

ServicePilot.exe <-start|-stop|-restart> [-wait ] [-noforce] [-computer ] [-args ] [-verbose]

where:

-start: Start the service.
-stop: Stop the service.
-restart: Restart the service.
-wait : Wait for at least seconds before giving up or taking action. When stopping a service and it does not transition to the Stopped state in seconds, the service's process will be forcibly terminated (unless the-noforce option has been specified). When starting and the service does not transition to the Running state in seconds, the operation will fail. If not provided, the default value is 120 seconds.
-noforce: When stopping the service, do not try to forcibly terminate the service's process if all else fails.
-computer : Instead of working with the local computer, work with the service on the computer with name (or IP address) .
-args : Pass the given set of parameters when starting the service. Separate each parameter with a space. Be sure to quote the entire set of parameters!
-verbose : Produce verbose output.
: The name (or display name) of the service. Please be sure to enclose the name in quotes if it contains at least one space. Note: using the service name is more efficient.



Screen Shots Screenshot for ServicePilot
Official Download Mirror for ServicePilot Official Download Mirror for ServicePilot Official Download Mirror for ServicePilot


Top Downloads In Process & Services

JetBoost 2.0.0.67 [ 2012-11-28 06:32:02 | 3.34 MB | Freeware | 11 | 5 ]
JetBoost releases more system resources by closing unnecessary background processes and services, thus tweaking your system to its top performance.

Process Lasso 15.1.1.17 Beta / 15.1.0.50 [ 2025-05-18 10:38:24 | 3 MB | Freemium | 11|10|8|7 | 5 ]
Process Lasso is a free tool designed to manage and edit how your processes and services run.

Autoruns 14.11 [ 2024-02-06 17:36:28 | 3 MB | Freeware | 11|10|8|7 | 5 ]
Autoruns will show you which programs are set to run during login or system bootup. A portable version is also available.

Defender Control 2.1 [ 2022-03-01 07:32:42 | 449 KB | Freeware | 11|10|8|7 | 5 ]
Defender Control is a portable tool featured within a simplistic UI that permits you to one-click disable/enable or even launch Windows Defender.

StartUpLite 1.07 [ 2008-01-09 18:56:55 | 199 KB | Freeware | NT/200x/XP/Vista | 5 ]
Disable or remove all known unnecessary startup entries from your computer.

« Hacker 0.2.1.10 · ServicePilot 1.2 · NoVirusThanks Smart Object Blocker 1.6.0.0 »


other news Tactical Briefings






Comment Rules & Etiquette - We welcome all comments from our readers, but any comment section requires some moderation. Some posts are auto-moderated to reduce spam, including links and swear words. When you make a post, and it does not appear, it went into moderation. We are emailed when posts are marked as spam and respond ASAP. Some posts might be deleted to reduce clutter. Examples include religion, politics, and comments about listing errors (after we fix the problem and upvote your comment). Finally, be nice. Thank you for choosing MajorGeeks.
© 2000-2025 MajorGeeks.com
Powered by Contentteller® Business Edition