Rather than Delete a Service, it’s preferable to Disable a Service instead, in case it’s needed again in the future. However, at times you need to delete, such as for an obsolete Service, or for a Service that you’ll reinstall. To Disable a Service - At the Windows machine, open Start, Control Panel, Administrative Tools, Services
- Right-click the specific Service
- Select Properties
- Access the General tab
- Set the Startup Type to Disabled
- Click OK
Delete a Service CAUTION: Delete a Service only if you won't use it or don't need it. - Obtain the exact name of the Service.
- At the Windows server, open Start, Control Panel, Administrative Tools, Services.
- Right-click the specific Service.
- Select Properties.
- On the General tab, note the Service Name.
- At the Windows server, open an Administrator command prompt.
- Open Start.
- Type the following command in the Search programs and files box: CMD.
- Press the Ctrl, Shift, and Enter keys at the same time.
- This opens an Administrator Command Prompt window.
- Enter the following command to delete the Service.
- SC DELETE "service name".
- Service name examples: "Sage 100c Advanced 2018 (9997)" or "Sage 100cloud Premium 2019 (10000)".
- Press the Enter key to execute the command.
- Receive the following message if successful.
- [SC] DeleteService SUCCESS.
- Enter the following command to exit the Command Prompt.
|