RunInSandbox icon indicating copy to clipboard operation
RunInSandbox copied to clipboard

Launch Windows executables & COM servers in a sandboxed or elevated environment.

Results 5 RunInSandbox issues
Sort by recently updated
recently updated
newest added

**.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

bug

.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. ![image](https://user-images.githubusercontent.com/2671400/122050583-e220c200-cde3-11eb-85cb-516f486b1411.png) 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...