开机自启WSL

在C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp 目录下,新建vbs文件

文件内容拷贝下边内容,注意bash.exe 要替换为你电脑中的地址

1
2
3
4
5
6
Set ws = WScript.CreateObject("WScript.Shell")
cmd = "C:\Windows\System32\bash.exe -c ""bash /init.sh"""
'运行命令不显示cmd窗口
ws.Run cmd, 0, false
Set ws = Nothing
WScript.quit

开机自启WSL
https://leiqi.top/2024-08-07-117ef9b8f4c6.html
作者
Lei Qi
发布于
2024年8月7日
许可协议