Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails if Execution Policy for PowerShell is set to Restricted #224

Closed
robinwilson16 opened this issue Jan 24, 2021 · 1 comment
Closed
Labels
duplicate This issue or pull request already exists

Comments

@robinwilson16
Copy link

I also had to change the default execution policy for PowerShell from Restricted to RemoteSigned otherwise it blocked the running of scripts from the profile and showed an error:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

Then it worked


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@zadjii-msft
Copy link
Contributor

Looks like this was fixed in #240.

@zadjii-msft zadjii-msft added the duplicate This issue or pull request already exists label Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants