Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.18 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.18 KB

StaticAudioDevices

Sets Windows Audio devices every time a new device connects, preventing them from changing and always having to change your settings manually.

This Script is ONLY for Windows 10/11 pro users and up, as it makes use of features not available in Windows Home Edition

Installation

  • Download the source of this repository and unpack it.
  • Set your devices how you want them to stay.
  • Run install.bat with admin priviliges to install, you dont have to keep the files afterwards.

How it works

install.bat installs AudioDeviceCmdlets which allows controlling Audio devices over the command line.
It activates Audit process tracking so that it can create a Scheduled Task with a custom filter that automatically triggers when a new devices connects to the computer, it also runs once every startup.

Credit