OpenAdapt
OpenAdapt copied to clipboard
Manual setup instructions do not specify ExecutionPolicy on Windows
Describe the bug
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.