Skip to content

Commit

Permalink
Fix a small issue related to WSLg
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Apr 27, 2021
1 parent 6f65583 commit 988000c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified PsUWI.psd1
Binary file not shown.
1 change: 1 addition & 0 deletions PsUWI.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ function Remove-UbuntuWSLInstance {
wsl.exe --unregister ubuntu-$Id
Write-Host "# Cleanup..." -ForegroundColor DarkYellow
Remove-Item "$HomePath\.mbw\ubuntu-$Id" -Force -Recurse
Remove-Item "$Env:AppData\Microsoft\Windows\Start Menu\Programs\ubuntu-$Id" -Force -Recurse

Write-Host "# Removed instance ubuntu-$Id." -ForegroundColor DarkYellow
}
Expand Down

0 comments on commit 988000c

Please sign in to comment.