Hello 민영 김,
Thank you for posting in Q&A forum.
Here are 2 steps can help to set WSL back to default.
1.Reset WSL Components:
•Shut down all running WSL instances and reset network components:
•wsl --shutdown
•netsh winsock reset
•netsh int ip reset
2.Uninstall and Reinstall WSL:
•Uninstall WSL and then reinstall it to ensure a clean setup:
•dism.exe /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux /norestart
•dism.exe /online /disable-feature /featurename:VirtualMachinePlatform /norestart
•dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Note: please back up all the data before you make any changes.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.