Open
Description
Describe the bug
from @LimaConnect on Discord:
Set-ExecutionPolicy : The 'Set-ExecutionPolicy' command was found in the module 'Microsoft.PowerShell.Security', but
the module could not be loaded. For more information, run 'Import-Module Microsoft.PowerShell.Security'.
At line:341 char:1
+ Set-ExecutionPolicy RemoteSigned -Scope Process -Force
+ ~~~
+ CategoryInfo : ObjectNotFound: (Set-ExecutionPolicy:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
Note:
Please run
Import-Module Microsoft.PowerShell.Security
Possibly related:
- Manual setup instructions do not specify ExecutionPolicy on Windows #581
- [Bug]: manual installation on Windows fails on
poetry shell
#626
To Reproduce
On Windows 11 Pro:
- Download and install OpenAdapt from website
- Try running OpenAdapt via Installed Apps
- Observe Security Warning:
- ...?