Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

397

Downloads of v 3.0.8.57:

397

Last Update:

16 Jul 2020

Package Maintainer(s):

Software Author(s):

  • Core Technologies Consulting
  • LLC

Tags:

servicetriggereditor service trigger services administration portable freeware

Service Trigger Editor (portable)

  • 1
  • 2
  • 3

3.0.8.57 | Updated: 16 Jul 2020

Downloads:

397

Downloads of v 3.0.8.57:

397

Maintainer(s):

Software Author(s):

  • Core Technologies Consulting
  • LLC

Service Trigger Editor (portable) 3.0.8.57

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Failed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Service Trigger Editor (portable), run the following command from the command line or from PowerShell:

>

To upgrade Service Trigger Editor (portable), run the following command from the command line or from PowerShell:

>

To uninstall Service Trigger Editor (portable), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade servicetriggereditor -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade servicetriggereditor -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install servicetriggereditor
  win_chocolatey:
    name: servicetriggereditor
    version: '3.0.8.57'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'servicetriggereditor' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.0.8.57'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller servicetriggereditor
{
    Name     = "servicetriggereditor"
    Version  = "3.0.8.57"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'servicetriggereditor':
  ensure   => '3.0.8.57',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator mwallner on 21 Jul 2020.

Description

Service Trigger Editor is a free administrative utility that can add, change, or view the Triggers configured on Windows Services. It runs on all modern versions of Windows.

The command-line SC tool (sc.exe) is good enough for occasional manipulation of service triggers, always having to resort to the command line becomes a drag. Hence Service Trigger Editor was born.


tools\chocolateyinstall.ps1
# Program is embedded and requires no installation or decompression.
tools\LICENSE.txt
Text copied out of:  https://www.coretechnologies.com/company/Core-Technologies-Consulting_Freeware-License-Agreement.pdf

LICENSE

CORE TECHNOLOGIES CONSULTING, LLC
FREE SOFTWARE LICENSE AGREEMENT
Version 1.2

This is the Core Technologies Consulting, LLC Free Software (�Freeware�) License
Agreement, which applies to all software products available for download from Core
Technologies Consulting�s website(s), unless labeled as something other than freeware.
All software available for download via the Core Technologies Consulting website(s) are
copyright Core Technologies Consulting unless otherwise stated. Copyright law protects
this software program and any associated material. Core Technologies Consulting retains
title to and ownership in the copyright of the software program and the associated
materials. This software is not provided as public domain software.

Freeware License Rights: All software products available for download from associated
website(s), unless labeled otherwise, are provided as freeware. Freeware products are
provided are provided free of charge. Occasionally the copyright holder may post a
request for a donation in support of this software. This type of request does not change
the classification of this software as freeware. Free Software may be used as many times
as you like, for as long as you like. You may copy and distribute copies of this program
provided that you keep this copyright notice and disclaimer of warranty intact. You must
not charge money or fees for the software product to anyone except to cover distribution
costs. The copyright holder reserves the right to reclassify this software as a non-freeware
product at a later date (i.e. shareware, licensed royalty software, or public domain). Doing
so will not modify the license agreement of previously distributed executables.

Warranty: This program is provided "as is" without warranties of any kind, either
expressed or implied, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose. The entire risk as to the quality and
performance of the program is with you. Should the program prove defective, you
assume the cost of all necessary servicing, repair or correction. In no event will any
copyright holder be liable to you for damages, including any general, special, incidental
or consequential damages arising out of the use or inability to use the program (including
but not limited to loss of data or data being rendered inaccurate or losses sustained by you
or third parties or a failure of the program to operate with any other programs).

Technical Support: Technical support may be provided via e-mail and/or website
postings. While every effort is made to provide timely technical support no guarantees
whatsoever are implied that technical support will be provided or that technical support,
when provided, will be accurate. Free software offered is basically unsupported and
supplied on an as-is basis unless you have obtained a specific maintenance contract
agreement with Core Technologies Consulting.

Code distribution: Users of this software are requested not to reverse engineer any
software(s) downloaded from the Core Technologies Consulting website(s) unless given
expressed permission.

Agreement: By using our free software products you are automatically agreeing to and
show that you have read and understood the terms and conditions contained within this
Free Software License Agreement. This Free Software License Agreement is then
effective while you use and continue to make use of these software products. If you do
not agree with our Free Software License Agreement you must not use our software
products - this Free Software License Agreement will then not apply
to you. This Free Software License Agreement is subject to change without notice.

Any company names, logos, trademarks and product names mentioned or shown on
associated website(s) or in software products may be copyright, trademarked or registered
trademarked by their respective owners.

Core Technologies Consulting, LLC
7028-B Thornhill Drive,
Oakland, CA 94611, USA
Phone: +1 (510) 343-3565
Fax: +1 (208) 979-1109
[email protected]
tools\ServiceTriggerEditor.exe
md5: 4365B7D67442BB3128D76C310389458E | sha1: 92CDE75F08AD7664DF5EBA922C483B04CFE5681E | sha256: 5EEE29EEB45EA86B6B41AD03492FF48257EF43868893F52B84C4991E230C1BD6 | sha512: A47922E15EBD5CB06B0B5B1E106D00FC934DBC421FDCE3AA0F9BAC3983359AC0AFE5BEC6FD274439AD1D093259CB324DA609D1BAE2C203A01BAC0AF34EDBDC30
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
The software is stand-alone without an installer and is available on this page:  
https://www.coretechnologies.com/products/ServiceTriggerEditor/

Direct Download:

Version  : 3.0.8.57
URL      : https://www.coretechnologies.com/products/ServiceTriggerEditor/ServiceTriggerEditor.exe
CheckSum : 5eee29eeb45ea86b6b41ad03492ff48257ef43868893f52b84c4991e230c1bd6



Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status

This package has no dependencies.

Discussion for the Service Trigger Editor (portable) Package

Ground Rules:

  • This discussion is only about Service Trigger Editor (portable) and the Service Trigger Editor (portable) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Service Trigger Editor (portable), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus