Standardized headings
This commit is contained in:
parent
3617ab011d
commit
34ecd90c0f
7 changed files with 14 additions and 6 deletions
|
@ -12,7 +12,9 @@ Listed: true
|
|||
|
||||
[](https://www.youtube.com/watch?v=d_M18sq0TIQ "How to protect Mac computers from cold boot attacks - YouTube")
|
||||
|
||||
### Run the following `pmset` command using the Terminal.
|
||||
## Guide
|
||||
|
||||
### Run following command using “Terminal” app.
|
||||
|
||||
```shell
|
||||
sudo pmset -a destroyfvkeyonstandby 1 hibernatemode 25 standbydelaylow 0 standbydelayhigh 0
|
||||
|
@ -28,7 +30,7 @@ sudo pmset -a destroyfvkeyonstandby 1 hibernatemode 25 standbydelaylow 0 standby
|
|||
|
||||
`standbydelayhigh 0` tells macOS to enable standby mode immediately when battery is high and computer is put to sleep.
|
||||
|
||||
See `man pmset` for more information.
|
||||
Run `man pmset` using “Terminal” app for more information.
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue