mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Fix dll has been blocked problems
1. Fix #536 2. Fix #279 ref: https://msdn.microsoft.com/en-us/library/dd409252(v=vs.110).aspx
This commit is contained in:
7
Wox/App.config
Normal file
7
Wox/App.config
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<!--https://msdn.microsoft.com/en-us/library/dd409252(v=vs.110).aspx-->
|
||||
<runtime>
|
||||
<loadFromRemoteSources enabled="true"/>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user