#I need help allowing VSI to use PowerShell scripts
1 messages · Page 1 of 1 (latest)
Try to either run the installer as admin, or to (temporarily) change your global script execution policy to be less strict.
i tried running the installer as admin and that didn't work
change your global script execution policy to be less strict?
idk how to do that
Run Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser as admin. This should allow any process started from your user account to run any powershell script. If it still doesn't work, try other arguments (see documentation https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5#-executionpolicy).
the first way didn't work, i'll take a look at the documentation then
seems like the issue actually runs deeper
turns out this issue hasn't been resolved in like forever, this was the last comment since on it