Skip to content

Commit 2334766

Browse files
author
Klaus Frank
authored
Update powershell.asc
Style tweak
1 parent a17eb35 commit 2334766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/A-git-in-other-environments/sections/powershell.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ If you're an administrator and want to set it for all Users on that machine, use
1717
If you're a normal user, without administrative rights, you can use "-Scope CurrentUser" to set it only for you.
1818
More about PowerShell Scopes: (https://technet.microsoft.com/de-de/library/hh847849.aspx[])
1919
More about PowerShell ExecutionPolicy: (https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy[])
20+
2021
[source,powershell]
2122
-----
2223
> Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy RemoteSigned -Force

0 commit comments

Comments
 (0)