View Single Post
Old 05-19-2023, 06:59 PM   #909
sadtango289
Junior Member
sadtango289 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2023
Device: Kobo Clara HD
Fixed

Quote:
Originally Posted by DNSB View Post
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 .
sadtango289 is offline   Reply With Quote