Skip to content

Instantly share code, notes, and snippets.

@wuhuwuhu234
wuhuwuhu234 / AutoMuteHaloMCC.py
Last active December 7, 2020 07:25
Auto mute and unmute Halo: The Master Chief Collection while it startup to prevent be shock by sound fx.
import time
from pycaw.pycaw import AudioUtilities
wait_time_in_seconds = 20
halo_process_name = "MCC-Win64-Shipping"
def main():
def loopSearchForProcess():
while True: