Skip to content

Won't start if execution policy is too restricting #2

@ptytb

Description

@ptytb

screenshot

Try to bypass or write instructions for user

Tried and tested working configuration:

 Get-ExecutionPolicy -List

        Scope ExecutionPolicy
        ----- ---------------
MachinePolicy       Undefined  # Managed in gpedit.msc (default = Not configured)
   UserPolicy       Undefined  # Managed in gpedit.msc (default = Not configured)
      Process       Undefined  # Managed in the starter script (= Bypass)
  CurrentUser       AllSigned
 LocalMachine       AllSigned

For experiments:
Set-ExecutionPolicy -Scope LocalMachine RemoteSigned -Force

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions