getmusicbee.com

Support => Tips and Tricks => Topic started by: Adroit on June 06, 2012, 03:42:31 PM

Title: Unblock Files / Plugins
Post by: Adroit on June 06, 2012, 03:42:31 PM
When trying to enable plugins I was getting the error that the plugin might be blocked and I should go to the plugin, right click > properties > select 'unblock'.

However, it would immediately block the file again.  I did a quick search and found a solution.  When you download the .zip file, unblock the .zip file itself before unzipping and copying to the plugins folder.  This will unblock all files contained in the .zip
Title: Re: Unblock Files / Plugins
Post by: Steven on June 06, 2012, 06:27:25 PM
i find using 7-zip requires no extra steps and the files are always unblocked once unzipped
Title: Re: Unblock Files / Plugins
Post by: silasje1 on June 07, 2012, 08:07:44 PM
Winrar has this... but not really annoying anyways.
Title: Re: Unblock Files / Plugins
Post by: Adroit on June 20, 2012, 02:37:39 AM
I generally just open zip files through windows explorer and I'm sure many others are the same and will encounter this problem.  Hence, topic.  Thanks for the other suggestions.
Title: Re: Unblock Files / Plugins
Post by: 9ido on June 24, 2012, 12:48:55 PM
go to properties of the file, select security tab, and change the permission to full access for the current user. then you can unblock it, and it will not change back after that.

cheers,
guido.
Title: Re: Unblock Files / Plugins
Post by: Nath316 on April 04, 2017, 04:30:30 PM
alternatively if you are on windows open up a powershell terminal navigate to the appropriate directory and run the following command



get-childitem -Recurse | unblock-file

this will run through all the files in that folder and unblock them