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
Uh oh!
There was an error while loading. Please reload this page.
-
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-ExecutionPolicyRestrictedotherwise 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.ps1Beta Was this translation helpful? Give feedback.
All reactions