Set Execution Policy Unrestricted For Current User

Set execution policy unrestricted for Current user

Hello everybody,

today I want to write small trick of how to modify execution policy for current user. Here is command:

Set-ExecutionPolicy "Unrestricted" -Scope CurrentUser -Confirm:$false

Have a great day.

No Comments

Add a Comment
Comments are closed