Quote:
Originally Posted by DNSB
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
|
My old powershell is 5. version (default in my PC ). I installed ver 7 and script is worked . Still not found "unblock" but it still worked . Weird .