Thanks, helped me find a appContainer name. combined with: get-appxpackage | Select-String -Pattern "Linux" -SimpleMatch you get: MicrosoftCorporationII.WindowsSubsystemForLinux_2.4.11.0_x64__8wekyb3d8bbwe And the AppContainer name can be derived from there as : MicrosoftCorporationII.WindowsSubsystemForLinux_8wekyb3d8bbwe
Basically just remove the version in the middle.