Last active
November 11, 2020 01:47
-
-
Save matsuda/73ceb034419fc1f493c5e0a0e3317e49 to your computer and use it in GitHub Desktop.
Macを初期化する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
初期設定 | |
## Safari | |
* deleteキーで戻るように | |
``` | |
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool YES | |
``` | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## iCloud | |
サインアウトする | |
## shareware | |
* ライセンスをdeactivateする | |
* Reveal.app | |
* Flume.app | |
* Sip.app | |
* Paw.app | |
## TouchID情報を削除 | |
~~https://applech2.com/archives/20180713-how-to-clear-touch-id.html~~ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment