新增 WSL:安裝 Ubuntu 26.04

2026-06-18 18:20:57 +00:00
parent 233634d475
commit 3a8c60e81e
+11
@@ -0,0 +1,11 @@
# 停止 WSL 服務
```powershell
wsl --shutdown
```
# 安裝 Ubuntu 26.04 完成直接啟動
```powershell
wsl --install Ubuntu-26.04
```