Standardized headings

This commit is contained in:
Sun Knudsen 2020-12-31 10:35:49 -05:00
parent 3617ab011d
commit 34ecd90c0f
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
7 changed files with 14 additions and 6 deletions

View file

@ -12,7 +12,9 @@ Listed: true
[![How to protect Mac computers from cold boot attacks - YouTube](how-to-protect-mac-computers-from-cold-boot-attacks.png)](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.
---