“Reinicie o WSL2” Respostas de código

Reinicie o WSL2

wsl --shutdown
wsl
Bored Boar

reinicialização do WSL

# close all apps accessing linux files (e.g. vscode)

# shutdown WSL distribution
$ wsl --shutdown Ubuntu

# confirm WSL distribution has shut down
$ wsl -l -v

# start the WSL distributuion again
$ wsl -d Ubuntu
tzvi greenfeld

reinicialização do WSL

wsl.exe --shutdown
wsl
Long Lemur

WSL 2 reinicie o Ubuntu

Get-Service LxssManager | Restart-Service
Obedient Ocelot

Respostas semelhantes a “Reinicie o WSL2”

Perguntas semelhantes a “Reinicie o WSL2”

Procure respostas de código populares por idioma

Procurar outros idiomas de código