.dll file won't load - How to unblock a dll file? #474
Quali-Community
started this conversation in
Useful Tips & Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When user downloads a dll file from a different station or the web, windows automatically mark them as blocked because of security issues. in this case, the software wont be able to load it and will throw an error about it.
there are two ways to unblock the dll file:
1. open file properties, and an "unblock" button will appear:
2. use the "Streams" application from SysInternals here:
http://technet.microsoft.com/en-us/sysinternals/bb897440.aspx
Quote:
Just copy "Streams.exe" into the directory with the files you want to unblock and run it from the command prompt (Run as administrator) and it'll unblock everything recursively using a single command:
streams -s -d *.*Attachments:
(Quali) - 04/21/2013 01:50 PM
· 2726 ·
Beta Was this translation helpful? Give feedback.
All reactions