声卡ID重新设置为32,添加声卡修复脚本

This commit is contained in:
辩识、
2020-08-25 21:53:24 +08:00
parent 307c8779f1
commit 414b99efd8
38 changed files with 1552 additions and 194 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
echo "Uninstalling ALCPlugFix. Root user is required."
sudo rm /usr/local/bin/ALCPlugFix
sudo rm /usr/local/bin/hda-verb
sudo launchctl unload -w /Library/LaunchDaemons/CLAY.win.ALCPlugFix.plist
sudo launchctl remove CLAY.win.ALCPlugFix
sudo rm /Library/LaunchDaemons/CLAY.win.ALCPlugFix.plist
echo "Done!"
exit 0