Quote:
Originally Posted by jrfinkel
On Windows 11, unsigned Powershell scripts are disabled. So, in order to use the install.ps1 script, you need to open a Powershell terminal, navigate to the folder in which you have saved both the ZIP file and and the install.ps1 script, and enter these commands:
Set-ExecutionPolicy Bypass
./install.ps1
Set-ExecutionPolicy Default
|
A year late and a dollar short. PowerScript signing was done to death a year or so back. See the 2nd method in this thread for instance for the GUI method. The CLI method has also been mentioned multiple times. Do a quick search on this thread for executionpolicy.