Kali-Linux WSL auto force close after opening. How to fix ???

rm-h
Feb 3, 2023

--

Maybe a friend here has experienced when installing kali-linux using WSL (Windows Subsystem For Linux) in windows when opening immediately force closes the application.

here is an example of problem solving from me, maybe you can try it.

PS C:\WINDOWS\system32> net user administrator /active:yes
PS C:\WINDOWS\system32> dism.exe /online /cleanup-image /restorehealth

after this, try to reinstall kali-linux wsl using powershell

PS C:\WINDOWS\system32> wsl --install -d kali-linux

try to open kali linux wsl used terminal, and BOOM…!!! SOLVED…

--

--