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:

763

Downloads of v 1.37:

367

Last Update:

10 May 2023

Package Maintainer(s):

Software Author(s):

  • Nir Sofer

Tags:

controlmymonitor monitor vcp ddc di volume brightness contrast gamma input osd power rgb portable freeware cli

ControlMyMonitor

This is not the latest version of ControlMyMonitor available.

  • 1
  • 2
  • 3

1.37 | Updated: 10 May 2023

Downloads:

763

Downloads of v 1.37:

367

Maintainer(s):

Software Author(s):

  • Nir Sofer

ControlMyMonitor 1.37

This is not the latest version of ControlMyMonitor available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


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 ControlMyMonitor, run the following command from the command line or from PowerShell:

>

To upgrade ControlMyMonitor, run the following command from the command line or from PowerShell:

>

To uninstall ControlMyMonitor, 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 controlmymonitor -y --source="'INTERNAL REPO URL'" --version="'1.37'" [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 controlmymonitor -y --source="'INTERNAL REPO URL'" --version="'1.37'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install controlmymonitor
  win_chocolatey:
    name: controlmymonitor
    version: '1.37'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'controlmymonitor' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.37'
end

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


cChocoPackageInstaller controlmymonitor
{
    Name     = "controlmymonitor"
    Version  = "1.37"
    Source   = "INTERNAL REPO URL"
}

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


package { 'controlmymonitor':
  ensure   => '1.37',
  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 gep13 on 23 May 2023.

Description


choco://controlmymonitor

To use choco:// protocol URLs, install (unofficial) choco:// Protocol support


ControlMyMonitor

ControlMyMonitor allows you view and modify the settings of your monitor (Also known as 'VCP Features'), like brightness, contrast, sharpness, red/green/blue color balance, OSD Language, Input Port (VGA, DVI, HDMI) and more...You can modify the monitor settings from the GUI and from command-line. You can also export all settings of your monitor into a configuration file and then later load the same configuration back into your monitor.

ControlMyMonitor Screenshot

Package Parameters

  • /NoShim - Opt out of creating a GUI shim.
  • /NoDesktopShortcut - Opt out of creating a Desktop shortcut.
  • /NoProgramsShortcut - Opt out of creating a Programs shortcut in your Start Menu.
  • /Start - Automatically start ControlMyMonitor after installation completes.

Package Notes

For future upgrade operations, consider opting into Chocolatey's useRememberedArgumentsForUpgrades feature to avoid having to pass the same arguments with each upgrade:

choco feature enable --name="'useRememberedArgumentsForUpgrades'"

tools\chocolateybeforemodify.ps1
$ErrorActionPreference = 'Stop'

$softwareName = 'ControlMyMonitor'
$processName = $softwareName.ToLower()
$process = Get-Process -Name $processName -ErrorAction SilentlyContinue
if ($process) {
    Write-Warning "$softwareName is currently running, stopping it to prevent upgrade/uninstall from failing..."
    Stop-Process -InputObject $process -ErrorAction SilentlyContinue

    Start-Sleep -Seconds 3

    $process = Get-Process -Name $processName -ErrorAction SilentlyContinue
    if ($process) {
        Write-Warning "$softwareName is still running despite stop request, force stopping it..."
        Stop-Process -InputObject $process -Force -ErrorAction SilentlyContinue
    }

    Write-Warning "If upgrading, $softwareName may need to be manually restarted upon completion"
}
else {
    Write-Debug "No running $processName process instances were found"
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDirectory = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$archiveFilePath = Join-Path -Path $toolsDirectory -ChildPath 'controlmymonitor.zip'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDirectory
  file          = $archiveFilePath
}
Get-ChocolateyUnzip @packageArgs

#Clean up ZIP archive post-extraction to prevent unnecessary disk bloat
Remove-Item -Path $archiveFilePath -Force -ErrorAction SilentlyContinue

$softwareName = 'ControlMyMonitor'
$binaryFileName = "$softwareName.exe"
$linkName = "$softwareName.lnk"
$targetPath = Join-Path -Path $toolsDirectory -ChildPath $binaryFileName

$pp = Get-PackageParameters
if ($pp.NoShim) {
  #Create shim ignore file
  $ignoreFilePath = Join-Path -Path $toolsDirectory -ChildPath "$binaryFileName.ignore"
  Set-Content -Path $ignoreFilePath -Value $null -ErrorAction SilentlyContinue
}
else {
  #Create GUI shim
  $guiShimPath = Join-Path -Path $toolsDirectory -ChildPath "$binaryFileName.gui"
  Set-Content -Path $guiShimPath -Value $null -ErrorAction SilentlyContinue
}

if (!$pp.NoDesktopShortcut) {
  $desktopDirectory = [Environment]::GetFolderPath([Environment+SpecialFolder]::DesktopDirectory)
  $shortcutFilePath = Join-Path -Path $desktopDirectory -ChildPath $linkName
  Install-ChocolateyShortcut -ShortcutFilePath $shortcutFilePath -TargetPath $targetPath -ErrorAction SilentlyContinue
}

if (!$pp.NoProgramsShortcut) {
  $programsDirectory = [Environment]::GetFolderPath([Environment+SpecialFolder]::Programs)
  $shortcutFilePath = Join-Path -Path $programsDirectory -ChildPath $linkName
  Install-ChocolateyShortcut -ShortcutFilePath $shortcutFilePath -TargetPath $targetPath -ErrorAction SilentlyContinue
}

if ($pp.Start) {
  try {
    Start-Process -FilePath $targetPath -ErrorAction Continue
  }
  catch {
    Write-Warning "$softwareName failed to start, please try to manually start it instead."
  }
}
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

$programsDirectory = [Environment]::GetFolderPath([Environment+SpecialFolder]::Programs)
$desktopDirectory = [Environment]::GetFolderPath([Environment+SpecialFolder]::DesktopDirectory)
$linkName = 'ControlMyMonitor.lnk'

$programsShortcutFilePath = Join-Path -Path $programsDirectory -ChildPath $linkName
$desktopShortcutFilePath = Join-Path -Path $desktopDirectory -ChildPath $linkName

if (Test-Path -Path $programsShortcutFilePath) {
    Remove-Item -Path $programsShortcutFilePath -Force
}

if (Test-Path -Path $desktopShortcutFilePath) {
    Remove-Item -Path $desktopShortcutFilePath -Force
}
tools\controlmymonitor.zip
md5: 0822900B97A4BA10922FC4E71B377665 | sha1: 21EE8288C243DFF780C977CC4F03725BDEB9CAA8 | sha256: DCCC8BB6DB48E59DAC7359D7E27F2C2601216945D5E574F6C8E5F349A58286BC | sha512: 22D7C8B571ACF6F33E537E38CBE98C1741EBA5BAA94C741174DCBC9B5335F6E84AB10334AADC4748D542636088DDF8BFC30F9528D70DE2B704D932D97CAAF675
tools\LICENSE.txt
From: https://www.nirsoft.net/utils/control_my_monitor.html

License

This utility is released as freeware. 
You are allowed to freely distribute this utility via floppy disk, CD-ROM, 
Internet, or in any other way, as long as you don't charge anything for this and you don't
sell it or distribute it as a part of commercial product.  
If you distribute this utility, you must include all files in
the distribution package, without any modification !

Disclaimer

The software is provided "AS IS" without any warranty, either expressed or implied,
including, but not limited to, the implied warranties of merchantability and fitness
for a particular purpose. The author will not be liable for any special, incidental,
consequential or indirect damages due to loss of data or any other reason. 
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The packaged ZIP archive is sourced via the project's page on Nir Sofer's website.
The project's page is located at the following URL:
https://www.nirsoft.net/utils/control_my_monitor.html

For convenience, the packaged archive was downloaded via the following URL:
https://www.nirsoft.net/utils/controlmymonitor.zip

Nir Sofer also publishes official checksums for the packaged archive at the following URL:
https://www.nirsoft.net/hash_check/?software=controlmymonitor

Note that the download URL is not versioned, and that the checksums page only contains information
for the latest available version. Therefore, these URLs will only be a valid reference source if
the latest available version and packaged version are one and the same. A newly released version
should be expected to invalidate a checksum verification for an older version when using these URLs.

As a workaround, this package's creation process includes the creation of historical snapshots via
the Internet Archive's Wayback Machine to create a permanent backup source.
These snapshots can be accessed at the following URLs:

Download: https://web.archive.org/web/20230509234339/https://www.nirsoft.net/utils/controlmymonitor.zip
Checksums: https://web.archive.org/web/20230509234305/https://www.nirsoft.net/hash_check/?software=controlmymonitor

For convenience, the following checksums were published at the time of this package's creation:
MD5: 0822900b97a4ba10922fc4e71b377665
SHA1: 21ee8288c243dff780c977cc4f03725bdeb9caa8
SHA256: dccc8bb6db48e59dac7359d7e27f2c2601216945d5e574f6c8e5f349a58286bc
SHA512: 22d7c8b571acf6f33e537e38cbe98c1741eba5baa94c741174dcbc9b5335f6e84ab10334aadc4748d542636088ddf8bfc30f9528d70de2b704d932d97caaf675

Note that the MD5 and SHA1 hash algorithms are no longer considered secure by modern standards.
For tamper protection, it's recommended to validate against either a SHA256 or SHA512 hash instead.

The following PowerShell block will calculate and print a hash for each supported algorithm:

    $hashAlgorithms = @('MD5', 'SHA1', 'SHA256', 'SHA512')
    $hashAlgorithms | ForEach-Object { (Get-FileHash -Path controlmymonitor.zip -Algorithm $_).Hash.ToLower() }

This block should be executed against an independently downloaded archive, as well as the copy
distributed with the package. All of the calculated hash values should match the published checksums.
Matching hash values should confirm that the published checksums are valid, and that no corruption or
tampering has occurred during this package's generation process.

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
ControlMyMonitor 1.37 367 Wednesday, May 10, 2023 Approved
ControlMyMonitor 1.36 224 Saturday, August 13, 2022 Approved
ControlMyMonitor 1.35 88 Sunday, March 27, 2022 Approved

This package has no dependencies.

Discussion for the ControlMyMonitor Package

Ground Rules:

  • This discussion is only about ControlMyMonitor and the ControlMyMonitor 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 ControlMyMonitor, 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