upleveled / system-setup

Set up a PERN development environment on Windows, macOS and Linux
28 stars 19 forks source link

Change execution policy for Windows to allow running scripts #86

Closed ProchaLu closed 1 month ago

ProchaLu commented 1 month ago

Closes #41 Follow-up to #84 and #85

Our System Setup Guide for Windows failed when the Windows Execution Policy is set to Restricted, which prevents script execution. This PR updates the Windows System Setup Guide and sets the execution policy to AllSigned, this requires that all scripts and configuration files are signed by a trusted publisher, including scripts written on the local computer.