solves "cannot be loaded because running scripts is disabled on this system"

PHOTO EMBED

Mon Feb 28 2022 20:01:16 GMT+0000 (Coordinated Universal Time)

Saved by @panvicka #powershell

Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
content_copyCOPY

I could not run `sanity` in my console in VS because of the "cannot be loaded because running scripts is disabled on this system".

https://stackoverflow.com/questions/16460163/ps1-cannot-be-loaded-because-the-execution-of-scripts-is-disabled-on-this-syste/16461056