This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |