Run windows applications in AppContainer
This is NOT ready for production use and is missing a lot of functionality.
Running notepad:
.\Start-IsolatedProcess.ps1 -Verbose -ContainerName MyContainer -ApplicationName C:\Windows\notepad.exe
Running PowerShell:
.\Start-IsolatedProcess.ps1 -Verbose -ContainerName MyContainer -ApplicationName C:\Windows\System32\conhost.exe -Arguments powershell