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:

9,843

Downloads of v 2.47.0:

77

Last Update:

10 Mar 2025

Package Maintainer(s):

Software Author(s):

  • Nir Sofer

Tags:

volume display mute profile cli

SoundVolumeView

  • 1
  • 2
  • 3

2.47.0 | Updated: 10 Mar 2025

Downloads:

9,843

Downloads of v 2.47.0:

77

Maintainer(s):

Software Author(s):

  • Nir Sofer

SoundVolumeView 2.47.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Nir Sofer. The inclusion of Nir Sofer trademark(s), if any, upon this webpage is solely to identify Nir Sofer goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install SoundVolumeView, run the following command from the command line or from PowerShell:

>

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

>

To uninstall SoundVolumeView, 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 soundvolumeview -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 soundvolumeview -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 soundvolumeview
  win_chocolatey:
    name: soundvolumeview
    version: '2.47.0'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'soundvolumeview' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.47.0'
end

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


cChocoPackageInstaller soundvolumeview
{
    Name     = "soundvolumeview"
    Version  = "2.47.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'soundvolumeview':
  ensure   => '2.47.0',
  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 Windos on 11 Mar 2025.

Description

SoundVolumeView

SoundVolumeView is a simple tool for Windows Vista/7/8/2008 that displays general information and current volume level for all active sound components on your system, and allows you to mute and unmute them instantly.

SoundVolumeView also allows you to save a sound profile into a file, containing the current volume level and the mute/unmute state of all sound components, as well as the default sound devices, and then later, load the same file to restore exactly the same volume levels and settings.

There is also extensive command-line support, which allows you to save/load profiles, change current volume of every sound component, and mute/unmute every sound component, without displaying any user interface.

Package-specific issue

If this package isn't up-to-date for some days, Create an issue

Support the package maintainer and Patreon


legal\LICENSE.txt
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 !
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from the GitHub mirror and can be verified like this:

1. Download the following installer(s):

x86: https://www.nirsoft.net/utils/soundvolumeview.zip
x64: https://www.nirsoft.net/utils/soundvolumeview-x64.zip

2. You can use one of the following methods to obtain the checksum(s):
  - Use powershell function 'Get-Filehash'
  - Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: E4DF3B368907272401DCBB48FED8F6A71F5CB3D52D27C32E602461E977F5EA0E
checksum64: 11D4695F42AD24F228E9682C7307DF39D93BC0FE5B8F8AC4ED560A54E7EB0509

The license is available here:
https://www.nirsoft.net/utils/sound_volume_view.html
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'
$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$file32         = "$(Join-Path $toolsDir -ChildPath 'soundvolumeview.zip')"
$file64         = "$(Join-Path $toolsDir -ChildPath 'soundvolumeview-x64.zip')"

$unzipArgs = @{
    PackageName     = $env:ChocolateyPackageName
    FileFullPath    = $file32
    FileFullPath64  = $file64
    Destination     = $toolsDir
}

Get-ChocolateyUnzip @unzipArgs

$installFile    = (get-childitem -Filter "*.exe" -Recurse).FullName

Set-Content -Path ("$installFile.gui") `
            -Value $null
tools\soundvolumeview-x64.zip
md5: EAF49180593515EF501AA96C164713CF | sha1: 8DF9FFE6277B0AF2781B4839CEE0DFEE061AFD0B | sha256: 11D4695F42AD24F228E9682C7307DF39D93BC0FE5B8F8AC4ED560A54E7EB0509 | sha512: F582FDEC629274B1EBA46C8157BF1AA94100541DF5EC74814ECDB1D73BAB6CDC1D1A247C6527E7B661F65148F47A599D068C61D2AFE20BB6C77C8C46999273B7
tools\soundvolumeview.zip
md5: 43F261F26736AEC33B659EC477FC4E93 | sha1: 8F9A7DA458111550B69B69AA8B00C823E956437D | sha256: E4DF3B368907272401DCBB48FED8F6A71F5CB3D52D27C32E602461E977F5EA0E | sha512: 48CC2B375B1AEA07055B6BA8B7923512C19895486DB9BEED5553850460CE865B7FFD7F9B16724D9B8CFE7D1B62879D7CAD47FFE2CF47F6777D5E730AD4F49DC8

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
SoundVolumeView 2.46.0 545 Monday, April 22, 2024 Approved
SoundVolumeView 1.86 1377 Monday, June 24, 2019 Approved
SoundVolumeView 1.85 279 Monday, February 18, 2019 Approved
SoundVolumeView 1.75 405 Thursday, March 8, 2018 Approved
SoundVolumeView 1.72 353 Sunday, February 18, 2018 Approved
SoundVolumeView 1.71 357 Tuesday, December 19, 2017 Approved
SoundVolumeView 1.66 452 Thursday, July 27, 2017 Approved
SoundVolumeView 1.65 424 Friday, May 5, 2017 Approved
SoundVolumeView 1.60 416 Thursday, April 13, 2017 Approved
SoundVolumeView 1.57 397 Thursday, March 30, 2017 Approved
SoundVolumeView 1.56 430 Tuesday, January 31, 2017 Approved
SoundVolumeView 1.55 409 Sunday, January 22, 2017 Approved
SoundVolumeView 1.50 442 Friday, December 2, 2016 Approved
SoundVolumeView 1.45 452 Tuesday, November 15, 2016 Approved
SoundVolumeView 1.42 416 Friday, July 1, 2016 Approved
SoundVolumeView 1.41 396 Saturday, June 4, 2016 Approved
SoundVolumeView 1.40 406 Thursday, May 5, 2016 Approved
SoundVolumeView 1.36 402 Wednesday, March 2, 2016 Approved
SoundVolumeView 1.35 428 Monday, February 1, 2016 Approved
SoundVolumeView 1.33 394 Saturday, December 5, 2015 Approved

This package has no dependencies.

Discussion for the SoundVolumeView Package

Ground Rules:

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