Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
storyxc committed Mar 9, 2024
1 parent 5eab20c commit 9a049ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/actions/env/Windows开机启动WSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```bash
Set objShell = CreateObject("WScript.Shell")
objShell.Run "cmd /c wsl", 0
objShell.Run "cmd /c wsl -d Debian", 0
Set objShell = Nothing
```

Expand Down

0 comments on commit 9a049ad

Please sign in to comment.