From 3a8c60e81e19a1d0d62cb4146e9ab4292539706a Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 18 Jun 2026 18:20:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20WSL=EF=BC=9A=E5=AE=89?= =?UTF-8?q?=E8=A3=9D=20Ubuntu=2026.04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WSL%EF%BC%9A%E5%AE%89%E8%A3%9D-Ubuntu-26.04.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 WSL%EF%BC%9A%E5%AE%89%E8%A3%9D-Ubuntu-26.04.md diff --git a/WSL%EF%BC%9A%E5%AE%89%E8%A3%9D-Ubuntu-26.04.md b/WSL%EF%BC%9A%E5%AE%89%E8%A3%9D-Ubuntu-26.04.md new file mode 100644 index 0000000..cd1339a --- /dev/null +++ b/WSL%EF%BC%9A%E5%AE%89%E8%A3%9D-Ubuntu-26.04.md @@ -0,0 +1,11 @@ +# 停止 WSL 服務 + +```powershell +wsl --shutdown +``` + +# 安裝 Ubuntu 26.04 完成直接啟動 + +```powershell +wsl --install Ubuntu-26.04 +``` \ No newline at end of file