- [x] get Windows 11 on my Workstation PC :-D - [ ] https://github.com/microsoft/terminal/issues/9462 - [ ] you need to implement a COM server for this: https://github.com/microsoft/terminal/blob/main/src/host/proxy/ITerminalHandoff.idl - [ ] in order to register your COM server with the OS you need to use sparse manifests: https://github.com/microsoft/AppModelSamples/tree/master/Samples/SparsePackages - [ ] this is what needs to go into the manifest: https://github.com/microsoft/terminal/blob/eb7559733d3cc9062c7de610f3b95d9143099ca1/src/cascadia/CascadiaPackage/Package.appxmanifest#L77-L118 (a few lines below you can also see how to extend the context menu under Windows 11)