How to run blowfish-tools with Restricted PowerShell Policy. #1444
JOduMonT
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not a big Show & Tell but...
if you want to execute blowfish-tool via PowerShell and kee your PowerShell Policy Restricted to this...
1. Discover what is my current PowerShell Policy via the command:
Get-ExecutionPolicy
Restricted
otherwise you don't need to continue
2. Run successfully blowfish-tools
powershell.exe -noprofile -executionpolicy bypass -file C:\Users\JonD\AppData\Roaming\npm\blowfish-tools.ps1
Beta Was this translation helpful? Give feedback.
All reactions