Quote:
Originally Posted by sadtango289
|
What version of Windows and PowerShell are you using? Windows 10/11 have the Unblock checkbox while Windows 7/8 should show an Unblock button.
You may be forced into using an admin PowerShell session to execute the following:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
after you have finished, I would recommend using:
Set-ExecutionPolicy -ExecutionPolicy Restricted -Scope CurrentUser