wsl --export Ubuntu d:\\temp\\ubuntu.tar

wsl --unregister Ubuntu

wsl --import Ubuntu d:\\Wsl d:\\temp\\ubuntu.tar

wsl -l -v

wsl -d Ubuntu

레지스토리 편집 win + r -> regedit
컴퓨터\\HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Lxss\\{1157374d-1171-496d-af7b-ffa5043fff62}

DefaultUid -> 1000 (10진수)

wsl -t Ubuntu
wsl --shutdown