Skip to content

Instantly share code, notes, and snippets.

View hansmbakker's full-sized avatar

Hans Bakker hansmbakker

View GitHub Profile
@wbokkers
wbokkers / VolumeControl.cs
Last active May 11, 2022 03:02
Control the system volume from UWP, using the IAudioEndpointVolume interface
s/---
// Control the system volume from UWP, using the IAudioEndpointVolume interface
//
// Wim Bokkers
//
// Credits:
// * Reddit user sunius (https://www.reddit.com/user/sunius)
// See this thread: https://www.reddit.com/r/WPDev/comments/4kqzkb/launch_exe_with_parameter_in_uwp/d3jepi7/
// And this code: https://pastebin.com/cPhVCyWj
//