Skip to content

Instantly share code, notes, and snippets.

@pdr-tuche
Last active May 30, 2023 19:15
Show Gist options
  • Save pdr-tuche/105a22540c288afdc184d9d4df0412c1 to your computer and use it in GitHub Desktop.
Save pdr-tuche/105a22540c288afdc184d9d4df0412c1 to your computer and use it in GitHub Desktop.
Habilitar PowerShell para execução de scripts
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment