Ubuntu 18.04 on windows subsystemが消せない。
Ubuntu 18.04がMicrosoft Storeにあったのインストールしたがどうにもlxrunコマンドではアンインストールが出来ない。
1 2 3 4 5 6 7 8 9 10 |
PS C:\Users\azureuser> lxrun /uninstall /full Warning: lxrun.exe is only used to configure the legacy Windows Subsystem for Linux distribution. Distributions can be installed by visiting the Microsoft Store: https://aka.ms/wslstore This will uninstall Ubuntu on Windows. This will remove the Ubuntu environment as well as any modifications, new applications, and user data. Type "y" to continue: y Uninstalling... Error: 0x80070002 |
また、コマンドでも削除できます。
1 |
PS C:\Users\azureuser> Get-AppxPackage *ubuntu* | Remove-AppxPackage |