RunInSandbox
RunInSandbox copied to clipboard
Launch Windows executables & COM servers in a sandboxed or elevated environment.
**.Net bug report: https://github.com/dotnet/runtime/issues/96397** **IMPACT**: It's currently not possible to implement startup of apps in sandboxed processes due to this bug. ## .Net runtime source seach https://github.com/search?q=repo%3Adotnet%2Fruntime%20DuplicateTokenEx&type=code
.Net wpf-test problem report: [DuplicateTokenEx ImpersonationLevel type mismatches](https://github.com/dotnet/wpf-test/issues/249)
Revert effbe352c25cd2964871fccaf04916913fc5a0b8 that uses `LogonUser`
Observed problem: `SetCursorPos` calls fail in a medium IL COM/OLE control when running as child window within an elevated (high IL) host process.  The reason for this failure seem...
It would be great if GrantAccess could also set ACL permissions on registry keys with the same options (all AppContainers or per-AC) as you have for filesystem already. Please feel...