Fix: Windows blocked software because of unverified publisher
The error ‘Windows has blocked this software because it can’t verify the publisher’ arises when your security settings cannot verify the publisher of the content.
In the PowerShell console, type the following command:
get-childitem "C:\Folder" | unblock-file
Comments
Post a Comment