Installing from Windows 11
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
|