OpenAdapt icon indicating copy to clipboard operation
OpenAdapt copied to clipboard

Manual setup instructions do not specify ExecutionPolicy on Windows

Open abrichr opened this issue 11 months ago • 0 comments

Describe the bug

image

Apparently Powershell doesn't let unsigned scripts run. It's not enough to run the Terminal as Admin, you have to explicitly say the directory's signed with this command: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

--Caleb

To Reproduce

Run manual setup commands on Windows.

abrichr avatar Mar 03 '24 00:03 abrichr