cours/restart wacom drivers.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

17 lines
317 B
Markdown

---
alias: [ "restart wacom graphic tablet drivers", "redémarrer les drivers wacom", "stop wacom tablet drivers", "arrêter les drivers des tablettes wacom" ]
---
up::
title::
#s/informatique
---
```
launchctl unload /Library/LaunchAgents/com.wacom.*
```
```
launchctl load /Library/LaunchAgents/com.wacom.*
```