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