1.12.8
This commit is contained in:
parent
0523f27c52
commit
5e321d499b
|
@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
### Fixed
|
||||
- fixed SBIE2321 Cannot manage device map: [C0000034 / 11] [#2996](https://github.com/sandboxie-plus/Sandboxie/issues/2996)
|
||||
- fixed Cannot run explorer.exe on emulate admin sandbox [#3516](https://github.com/sandboxie-plus/Sandboxie/issues/3516)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -610,6 +610,8 @@ ClosedClsid={4991D34B-80A1-4291-83B6-3328366B9097}
|
|||
ClosedClsid={C2F03A33-21F5-47FA-B4BB-156362A2F239}
|
||||
# prevent context menu hang
|
||||
ClosedClsid={470C0EBD-5D73-4D58-9CED-E91E22E23282}
|
||||
# never fake admin rights for explorer.exe
|
||||
FakeAdminRights=explorer.exe,n
|
||||
|
||||
[Template_ThirdPartyIsolation]
|
||||
# block VMNet0 virtual network configuration (issue 1102)
|
||||
|
|
Loading…
Reference in New Issue