79467965

Date: 2025-02-25 21:56:48
Score: 2
Natty:
Report link

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.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Low reputation (1):
Posted by: kennethx