Skip to content

Instantly share code, notes, and snippets.

@d-rez
d-rez / razerTHXfix.bat
Last active April 7, 2026 20:06
Script to restart all THX-related services in case the driver bugs out and stops showing active audio apps etc. https://www.reddit.com/r/razer/comments/dj3qhu/i_wrote_a_batch_script_to_restart_all/
@echo off
:: Script by /u/dark_skeleton updated on April 22nd, 2020
net stop THXService /y
net stop Audiosrv /y
net stop "Razer Synapse Service" /y
net stop RzActionSvc /y
net stop "Razer Game Manager Service" /y
net start Audiosrv /y
net start THXService /y