macos bluetooth
parent
c8144a0491
commit
419be446a5
|
@ -1278,6 +1278,13 @@ sudo launchctl unload -w /Library/LaunchDaemons/org.openvpn.client.plist
|
|||
sudo launchctl load -w /Library/LaunchDaemons/org.openvpn.client.plist</pre
|
||||
>
|
||||
</div>
|
||||
<p>Bluetooth stutter:</p>
|
||||
<div class="highlight highlight-source-shell">
|
||||
<pre>
|
||||
sudo rm /Library/Preferences/com.apple.Bluetooth.plist
|
||||
sudo pkill bluetoothd</pre
|
||||
>
|
||||
</div>
|
||||
<p>Thanks:</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
|
@ -369,6 +369,13 @@ sudo launchctl unload -w /Library/LaunchDaemons/org.openvpn.client.plist
|
|||
sudo launchctl load -w /Library/LaunchDaemons/org.openvpn.client.plist
|
||||
```
|
||||
|
||||
Bluetooth stutter:
|
||||
|
||||
```sh
|
||||
sudo rm /Library/Preferences/com.apple.Bluetooth.plist
|
||||
sudo pkill bluetoothd
|
||||
```
|
||||
|
||||
Thanks:
|
||||
|
||||
- [Can Touch ID on Mac authenticate sudo in Terminal?](https://apple.stackexchange.com/a/466029)
|
||||
|
|
Loading…
Reference in New Issue