diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index e69de29..53bce80 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -0,0 +1,22 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "canvas", + "tag-pane", + "properties", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "bookmarks", + "markdown-importer", + "random-note", + "outline", + "word-count", + "workspaces", + "file-recovery" +] \ No newline at end of file diff --git a/05. 資料收集/Tool Setup/Software/Windows 10 Setup.md b/05. 資料收集/Tool Setup/Software/Windows 10 Setup.md index b7c3f30..1ab17c4 100644 --- a/05. 資料收集/Tool Setup/Software/Windows 10 Setup.md +++ b/05. 資料收集/Tool Setup/Software/Windows 10 Setup.md @@ -187,4 +187,9 @@ function py310() { #### Setup WSL2 - [[安裝筆記] Windows 10 安裝 Linux 子系統 (WSL2) | Kenmingの鮮思維](http://www.kenming.idv.tw/note_window10_install_wsl2/) -- [[安裝筆記] Windows 10 WSL 2 安裝 Docker Desktop (含更改 Docker Image 路徑) | Kenmingの鮮思維](http://www.kenming.idv.tw/win10_wsl2_install_docker-desktop/) \ No newline at end of file +- [[安裝筆記] Windows 10 WSL 2 安裝 Docker Desktop (含更改 Docker Image 路徑) | Kenmingの鮮思維](http://www.kenming.idv.tw/win10_wsl2_install_docker-desktop/) + +#### 關閉休眠 +``` +powercfg.exe /hibernate off +``` \ No newline at end of file