document how to disable TouchID
This commit is contained in:
parent
72487c072c
commit
4b28af0b42
1 changed files with 7 additions and 0 deletions
|
|
@ -70,3 +70,10 @@ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
|
|||
# Then reload the GUI
|
||||
killall SystemUIServer
|
||||
```
|
||||
|
||||
## Fully disable TouchID
|
||||
|
||||
```
|
||||
bioutil -w -s -u 0
|
||||
bioutil -w -s -f 0
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue