Wingetlywingetly
← All apps

QuickGamma

by Eberhard Werlev4.1.0.0

Last updated

QuickGamma is a small utility program to calibrate a monitor on the fly without having to buy expensive hardware tools.

Install with winget

$ winget install --id EberhardWerle.QuickGamma --exact --version 4.1.0.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for QuickGamma

QuickGamma uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86)
QuickGammaV4100EN.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for QuickGamma

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v4.1.0.0

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for QuickGamma.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • GitHub CLIGitHub, Inc.
    GitHub.cliv2.100.0

    Take GitHub to the command line

  • System InformerWinsider Seminars & Solutions, Inc.
    WinsiderSS.SystemInformerv4.0.26241.138

    System Informer is a free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.

  • Core TempALCPU
    ALCPU.CoreTempv1.20.1

    This application can monitor and visualize your processor's temperature.

  • A
    Argyll CMSGraeme Gill
    GraemeGill.ArgyllCMSv3.5.0

    An ICC compatible color management system

  • MinGitThe Git Development Community
    Git.MinGitv2.55.0.5

    MinGit is an intentionally minimal, non-interactive distribution of Git for Windows, with third-party applications as its intended audience.

  • VimBram Moolenaar et al.
    vim.vimv9.2.1061

    Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient

More from Eberhard Werle or browse gamma, calibration, calibrate.

Frequently asked questions

How do I install QuickGamma on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id EberhardWerle.QuickGamma --exact --version 4.1.0.0. winget downloads the installer from Eberhard Werle and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install QuickGamma silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id EberhardWerle.QuickGamma --exact 4.1.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for QuickGamma?
QuickGamma uses EXE (Inno Setup). Run the downloaded installer with: QuickGammaV4100EN.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall QuickGamma via winget?
Run: winget uninstall --id EberhardWerle.QuickGamma --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from QuickGamma's Apps & Features entry.
Is QuickGamma free?
QuickGamma is distributed under All rights reserved. Refer to the publisher (https://quickgamma.de/indexen.html) for the full license terms - Wingetly itself does not charge for installation.
Does QuickGamma work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls QuickGamma directly from the publisher.
How do I keep QuickGamma up to date?
Run winget upgrade --id EberhardWerle.QuickGamma --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of QuickGamma from microsoft/winget-pkgs.