Add -Scope parameter to Set-ExecutionPolicy call

pull/238/head
Alex Hirsch 5 years ago
parent c0997fd10b
commit c4551bfa29

@ -34,11 +34,11 @@ you'll probably want the most recent version anyway.
Enable execution of PowerShell scripts:
PS> Set-ExecutionPolicy Unrestricted
PS> Set-ExecutionPolicy Unrestricted -Scope CurrentUser
Unblock PowerShell scripts and modules within this directory:
PS > ls -Recurse *.ps*1 | Unblock-File
PS> ls -Recurse *.ps*1 | Unblock-File
## Usage

Loading…
Cancel
Save