1.6.2b
This commit is contained in:
parent
0728f93a77
commit
6a5049572c
|
@ -15,7 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- fixed issue with wow64 thunking on 32 bit windows 10 systems [#2546](https://github.com/sandboxie-plus/Sandboxie/issues/2546)
|
||||
- fixed on reboot auto clean up boxes are nto cleared [#2531](https://github.com/sandboxie-plus/Sandboxie/issues/2531)
|
||||
-- Note: a clean up is now done after each reboot
|
||||
|
||||
- fixed issue with Network Location Awareness under windows 11 [#2530](https://github.com/sandboxie-plus/Sandboxie/issues/2530)
|
||||
|
||||
|
||||
## [1.6.2a / 5.61.2] - 2022-12-19
|
||||
|
|
|
@ -3456,6 +3456,12 @@ RpcPortBindingSvc=WPAD,WinHttpAutoProxySvc
|
|||
RpcPortBinding=resourcepolicyclient.dll,{00000000-0000-0000-0000-000000000000},Resolve=GamePort
|
||||
RpcPortBindingIfId=GamePort,{88ABCBC3-34EA-76AE-8215-767520655A23}
|
||||
|
||||
# windows 11 NLA
|
||||
RpcPortBinding=nlansp_c.dll,'ncalrpc:',Resolve=NetworkProfiles,TimeOut=y
|
||||
RpcPortBindingIfId=NetworkProfiles,{BD6CA954-842E-468F-8B07-89CBFA9522DC}
|
||||
#RpcPortBindingSvc=NetworkProfiles,netprofm
|
||||
|
||||
|
||||
[Template_NoUACProxy]
|
||||
Tmpl.Title=#4306
|
||||
Tmpl.Class=Misc
|
||||
|
|
Loading…
Reference in New Issue