Skip to content

turn-volume-on

Turn audio on

#Requires -Version 5.1

try {
	$obj = new-object -com wscript.shell
	$obj.SendKeys([char]173)
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.